View | Details | Raw Unified | Return to bug 134429
Collapse All | Expand All

(-)databases/tora/Makefile (-32 / +16 lines)
Lines 6-77 Link Here
6
#
6
#
7
7
8
PORTNAME=	tora
8
PORTNAME=	tora
9
DISTVERSION=	1.3.22
9
DISTVERSION=	2.0.0
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	databases
11
CATEGORIES=	databases
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	SF
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
13
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	cm@therek.net
16
COMMENT=	Toolkit for Oracle
15
COMMENT=	Toolkit for Oracle
17
16
18
BUILD_DEPENDS=	${ORACLE_HOME}/lib/libclntsh.a:${PORTSDIR}/databases/oracle8-client \
17
BUILD_DEPENDS=	${ORACLE_HOME}/lib/libclntsh.a:${PORTSDIR}/databases/oracle8-client \
19
		cppunit-config:${PORTSDIR}/devel/cppunit
18
		cppunit-config:${PORTSDIR}/devel/cppunit
20
LIB_DEPENDS=	qscintilla.7:${PORTSDIR}/x11-toolkits/qscintilla	\
19
LIB_DEPENDS=	qscintilla.7:${PORTSDIR}/x11-toolkits/qscintilla \
21
		pcre.0:${PORTSDIR}/devel/pcre
20
		pcre.0:${PORTSDIR}/devel/pcre
22
RUN_DEPENDS=	${ORACLE_HOME}/network/admin/tnsnames.ora:${PORTSDIR}/databases/oracle8-client
21
RUN_DEPENDS=	${ORACLE_HOME}/network/admin/tnsnames.ora:${PORTSDIR}/databases/oracle8-client
23
22
24
.if !defined(WITHOUT_MYSQL)
23
.if !defined(WITHOUT_MYSQL)
25
BUILD_DEPENDS+=	${LOCALBASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin
24
BUILD_DEPENDS+=	${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt4-mysql-plugin
26
RUN_DEPENDS+=	${LOCALBASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin
25
RUN_DEPENDS+=	${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt4-mysql-plugin
27
.endif
26
.endif
28
27
29
.if !defined(WITHOUT_PGSQL)
28
.if !defined(WITHOUT_PGSQL)
30
BUILD_DEPENDS+=	${LOCALBASE}/lib/plugins/sqldrivers/libqsqlpsql.so:${PORTSDIR}/databases/qt-pgsql-plugin
29
BUILD_DEPENDS+=	${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlpsql.so:${PORTSDIR}/databases/qt4-pgsql-plugin
31
RUN_DEPENDS+=	${LOCALBASE}/lib/plugins/sqldrivers/libqsqlpsql.so:${PORTSDIR}/databases/qt-pgsql-plugin
30
RUN_DEPENDS+=	${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlpsql.so:${PORTSDIR}/databases/qt4-pgsql-plugin
32
.endif
31
.endif
33
32
34
ORACLE_HOME?=	${LOCALBASE}/oracle8-client
33
ORACLE_HOME?=	${LOCALBASE}/oracle8-client
35
ORACLE_VER=	8i	# Client version
34
ORACLE_VER=	8i	# Client version
36
35
37
USE_BZIP2=	yes
38
USE_AUTOTOOLS=	aclocal:110 automake:110 autoconf:262 autoheader:262 libtool:15
36
USE_AUTOTOOLS=	aclocal:110 automake:110 autoconf:262 autoheader:262 libtool:15
39
USE_QT_VER=	3
37
USE_QT_VER=	4
40
USE_PERL5_BUILD=yes
38
QT_COMPONENTS=	gui corelib sql xml network moc_build uic_build rcc_build
39
GNU_CONFIGURE=	yes
41
USE_GMAKE=	yes
40
USE_GMAKE=	yes
42
CONFIGURE_ARGS=	--with-oracle=${ORACLE_HOME} --with-oci-version=${ORACLE_VER:U}
41
CONFIGURE_ARGS=	--with-oracle=${ORACLE_HOME} --with-oci-version=${ORACLE_VER:U}
43
USE_LDCONFIG=	yes
42
CONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib"
44
45
.if defined(WITHOUT_KDE)
46
CONFIGURE_ARGS+=	--without-kde
47
.else
48
USE_KDELIBS_VER=3
49
.endif
50
43
51
.if !defined(NOPORTDOCS)
44
.if !defined(NOPORTDOCS)
52
PORTDOCS=	AUTHORS BUGS ChangeLog INSTALL NEWS README README.CODESTYLE\
53
		README.LICENSE TODO
54
INFO=		tora
45
INFO=		tora
55
.endif
46
.endif
56
47
57
PREFIX2FIX=	doc/help/preferences.texi src/toconfiguration.h
48
PREFIX2FIX=	doc/help/preferences.texi doc/help/preferences.html
58
49
59
run-autotools:
50
run-autotools:
60
	(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ./autogen.sh)
51
	(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ./autogen.sh)
61
52
62
pre-configure:
53
pre-configure:
63
	${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|'	\
64
		${WRKSRC}/config/m4/qtkde.m4
65
	${REINPLACE_CMD} -e 's|/etc/torarc|${PREFIX}/etc/torarc|'	\
66
		${PREFIX2FIX:S|^|${WRKSRC}/|}
67
.if defined(NOPORTDOCS)
54
.if defined(NOPORTDOCS)
68
	${REINPLACE_CMD} -e 's|test doc|test|' ${WRKSRC}/Makefile.am
55
	${REINPLACE_CMD} -e 's|test doc|test|' ${WRKSRC}/Makefile.am
69
.endif
56
.else
70
57
	${REINPLACE_CMD} -e 's|/etc/torarc|${PREFIX}/etc/torarc|'	\
71
post-install:
58
		${PREFIX2FIX:S|^|${WRKSRC}/|}
72
.if !defined(NOPORTDOCS)
73
	${MKDIR} ${DOCSDIR}
74
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
75
.endif
59
.endif
76
60
77
.include <bsd.port.mk>
61
.include <bsd.port.mk>
(-)databases/tora/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (tora-1.3.22.tar.bz2) = 9e716ca6e8be710764823e4deca81227
1
MD5 (tora-2.0.0.tar.gz) = e90e0d3dbec98e89e9c292d603318003
2
SHA256 (tora-1.3.22.tar.bz2) = 858c3a3a507d2dd0847168779826924b7bdb852fc868c3ec37130999b8cc108e
2
SHA256 (tora-2.0.0.tar.gz) = 9f1133b58e616205fc39591c71e38dd39c93699d536891eeb8a1177f32663eae
3
SIZE (tora-1.3.22.tar.bz2) = 2922439
3
SIZE (tora-2.0.0.tar.gz) = 6726940
(-)databases/tora/files/patch-config_m4_oracle.m4 (+14 lines)
Line 0 Link Here
1
--- config/m4/oracle.m4.orig	2008-05-14 19:07:34.000000000 +0200
2
+++ config/m4/oracle.m4	2009-05-07 19:15:56.463399933 +0200
3
@@ -113,6 +113,11 @@
4
         ora_cflags="$ora_cflags -I$dir"
5
         echo "adding -I$dir" >&AS_MESSAGE_LOG_FD()
6
       fi
7
+      echo "trying ociextp.h $dir/ociextp.h" >&AS_MESSAGE_LOG_FD()
8
+      if test -r $dir/ociextp.h; then
9
+        ora_cflags="$ora_cflags -I$dir"
10
+        echo "adding -I$dir" >&AS_MESSAGE_LOG_FD()
11
+      fi
12
     done
13
 
14
     ora_check_lib="
(-)databases/tora/files/patch-configure (+14 lines)
Line 0 Link Here
1
--- configure.orig	2008-11-03 21:33:32.000000000 +0100
2
+++ configure	2009-05-07 19:58:09.238375523 +0200
3
@@ -25140,6 +25140,11 @@
4
         ora_cflags="$ora_cflags -I$dir"
5
         echo "adding -I$dir" >&5
6
       fi
7
+      echo "trying ociextp.h $dir/ociextp.h" >&5
8
+      if test -r $dir/ociextp.h; then
9
+        ora_cflags="$ora_cflags -I$dir"
10
+        echo "adding -I$dir" >&5
11
+      fi
12
     done
13
 
14
     ora_check_lib="
(-)databases/tora/files/patch-configure.ac (-5 / +4 lines)
Lines 1-6 Link Here
1
--- configure.ac.orig	2008-03-09 21:03:43.000000000 +0100
1
--- configure.ac.orig	2008-09-14 23:54:41.000000000 +0200
2
+++ configure.ac	2008-04-05 14:34:02.000000000 +0200
2
+++ configure.ac	2009-05-07 19:16:01.329388208 +0200
3
@@ -53,6 +53,9 @@
3
@@ -54,6 +54,9 @@
4
 AX_PATH_LIB_PCRE
4
 AX_PATH_LIB_PCRE
5
 AM_PATH_CPPUNIT([1.10.2], found_cppunit=yes)
5
 AM_PATH_CPPUNIT([1.10.2], found_cppunit=yes)
6
 AM_CONDITIONAL([CPPUNIT], [test "x$found_cppunit" = "xyes"])
6
 AM_CONDITIONAL([CPPUNIT], [test "x$found_cppunit" = "xyes"])
Lines 9-13 Link Here
9
+AC_SUBST(LIBCOMPAT)
9
+AC_SUBST(LIBCOMPAT)
10
 
10
 
11
 # Makefile.am uses these
11
 # Makefile.am uses these
12
 AM_CONDITIONAL(ENABLE_MONO, test "$enable_mono" = yes)
12
 AM_CONDITIONAL(HAVE_ORACLE, test "$enable_oracle" = yes)
13
(-)databases/tora/files/patch-doc_Makefile.am (-6 / +5 lines)
Lines 1-5 Link Here
1
--- ./doc/Makefile.am.orig	2008-03-09 21:03:36.000000000 +0100
1
--- doc/Makefile.am.orig	2008-07-30 15:50:50.000000000 +0200
2
+++ ./doc/Makefile.am	2008-03-27 22:53:58.000000000 +0100
2
+++ doc/Makefile.am	2009-05-10 18:04:15.478423171 +0200
3
@@ -3,19 +3,20 @@
3
@@ -3,19 +3,20 @@
4
 dist-hook:
4
 dist-hook:
5
 	rm -rf `find $(distdir) -name .svn`
5
 	rm -rf `find $(distdir) -name .svn`
Lines 11-22 Link Here
11
 	rm -rf $(tora_docdir)/help
11
 	rm -rf $(tora_docdir)/help
12
-	cp -dpR $(top_builddir)/doc/help/tora $(tora_docdir)/help 
12
-	cp -dpR $(top_builddir)/doc/help/tora $(tora_docdir)/help 
13
+	$(mkdir_p) $(tora_docdir)/help
13
+	$(mkdir_p) $(tora_docdir)/help
14
+	cp -R $(top_builddir)/doc/help/tora/* $(tora_docdir)/help
14
+	cp -Rp $(top_builddir)/doc/help/tora/ $(tora_docdir)/help
15
 	cp $(tora_docdir)/help/index.html $(tora_docdir)/help/toc.html
15
 	cp $(tora_docdir)/help/index.html $(tora_docdir)/help/toc.html
16
-	cp -dpR $(top_srcdir)/doc/help/images $(tora_docdir)/help
16
-	cp -dpR $(top_srcdir)/doc/help/images $(tora_docdir)/help
17
-	cp -dpR $(top_srcdir)/doc/help/api $(tora_docdir)/help
17
+	cp -Rp $(top_srcdir)/doc/help/images $(tora_docdir)/help
18
+	cp -R $(top_srcdir)/doc/help/images $(tora_docdir)/help
18
 #	cp -dpR $(top_srcdir)/doc/help/api $(tora_docdir)/help
19
+	cp -R $(top_srcdir)/doc/help/api $(tora_docdir)/help
20
 
19
 
21
 manualdir = $(top_builddir)/doc/help
20
 manualdir = $(top_builddir)/doc/help
22
 
21
 
(-)databases/tora/files/patch-doc_help_tora.texi (-3 / +3 lines)
Lines 1-5 Link Here
1
--- ./doc/help/tora.texi.orig	2007-01-10 18:13:02.000000000 +0100
1
--- doc/help/tora.texi.orig	2008-09-14 23:54:41.000000000 +0200
2
+++ ./doc/help/tora.texi	2008-07-06 12:52:31.000000000 +0200
2
+++ doc/help/tora.texi	2009-05-07 21:36:32.058998814 +0200
3
@@ -7,6 +7,10 @@
3
@@ -7,6 +7,10 @@
4
 @c @image{images/tora_manual}
4
 @c @image{images/tora_manual}
5
 @c %**end of header
5
 @c %**end of header
Lines 9-13 Link Here
9
+@end direntry
9
+@end direntry
10
+
10
+
11
 @copying
11
 @copying
12
 This manual is for TOra, version 1.3.22.
12
 This manual is for TOra, version 1.4.0.
13
 @end copying
13
 @end copying
(-)databases/tora/files/patch-src_Makefile.am (-15 / +6 lines)
Lines 1-20 Link Here
1
--- ./src/Makefile.am.orig	2008-03-09 21:03:09.000000000 +0100
1
--- src/Makefile.am.orig	2008-11-03 21:32:20.000000000 +0100
2
+++ ./src/Makefile.am	2008-03-27 22:11:51.000000000 +0100
2
+++ src/Makefile.am	2009-05-07 19:59:17.554226281 +0200
3
@@ -16,7 +16,7 @@
3
@@ -35,7 +35,7 @@
4
 
5
 AM_CPPFLAGS = -I$(top_srcdir)/ext/otl -I$(LOKIDIR_INC) $(KDE_INCLUDES) $(QT_INCLUDES) $(LTDLINCL)
6
 AM_CPPFLAGS += $(PCRE_CFLAGS) \
7
-	-DDEFAULT_PLUGIN_DIR=\"$(libdir)\" \
8
+	-DDEFAULT_PLUGIN_DIR=\"$(docdir)\" \
9
 	-DTOVERSION=\"$(PACKAGE_VERSION)\" \
10
 	$(ORACLE_CXXFLAGS) \
11
 	$(QSCINTILLA_CXXFLAGS)
12
@@ -42,7 +42,7 @@
13
 # fix for annoying automake naming problems.
4
 # fix for annoying automake naming problems.
14
 tora_CXXFLAGS  = $(AM_CXXFLAGS)
5
 tora_CXXFLAGS  = $(AM_CXXFLAGS)
15
 
6
 
16
-tora_LDADD = $(ORACLE_LIBS) $(@TORA_LINK_OTHERS@)
7
-tora_LDADD = $(ORACLE_LIBS) $(PQ_LIBS) $(@TORA_LINK_OTHERS@)
17
+tora_LDADD = $(ORACLE_LIBS) $(@TORA_LINK_OTHERS@) $(LIBCOMPAT)
8
+tora_LDADD = $(ORACLE_LIBS) $(PQ_LIBS) $(@TORA_LINK_OTHERS@) $(LIBCOMPAT)
18
 
9
 
19
 if HAVE_ORACLE
10
 if HAVE_ORACLE
20
 EXTRA_ORACLE_MONO_SOURCE = tooracleconnection.cpp \
11
 EXTRA_ORACLE_MONO_SOURCE = tooracleconnection.cpp tooraclesetting.h \
(-)databases/tora/files/patch-src_tooracleconnection.cpp (+10 lines)
Line 0 Link Here
1
--- src/tooracleconnection.cpp.orig	2008-10-29 16:59:11.000000000 +0100
2
+++ src/tooracleconnection.cpp	2009-05-07 19:16:09.390371657 +0200
3
@@ -57,7 +57,6 @@
4
 
5
 #define OTL_STL
6
 #define OTL_EXCEPTION_ENABLE_ERROR_OFFSET
7
-#define OTL_ORA_UTF8
8
 #define OTL_ORA_UNICODE
9
 #define OTL_ORA_TIMESTAMP
10
 #define OTL_ANSI_CPP
(-)databases/tora/pkg-plist (-308 / +9 lines)
Lines 1-4 Link Here
1
bin/chex
2
bin/tora
1
bin/tora
3
lib/tora_fr.qm
2
lib/tora_fr.qm
4
lib/tora_it.qm
3
lib/tora_it.qm
Lines 6-324 Link Here
6
lib/tora_toad.qm
5
lib/tora_toad.qm
7
%%PORTDOCS%%%%DOCSDIR%%/help/Explain-plan.html
6
%%PORTDOCS%%%%DOCSDIR%%/help/Explain-plan.html
8
%%PORTDOCS%%%%DOCSDIR%%/help/Getting-bind-parameters.html
7
%%PORTDOCS%%%%DOCSDIR%%/help/Getting-bind-parameters.html
9
%%PORTDOCS%%%%DOCSDIR%%/help/Global-Settings.html
8
%%PORTDOCS%%%%DOCSDIR%%/help/Index_002dlist.html
10
%%PORTDOCS%%%%DOCSDIR%%/help/Index.html
11
%%PORTDOCS%%%%DOCSDIR%%/help/Memo-editor.html
9
%%PORTDOCS%%%%DOCSDIR%%/help/Memo-editor.html
12
%%PORTDOCS%%%%DOCSDIR%%/help/Object-description.html
10
%%PORTDOCS%%%%DOCSDIR%%/help/Object-description.html
13
%%PORTDOCS%%%%DOCSDIR%%/help/SGA-Statement.html
11
%%PORTDOCS%%%%DOCSDIR%%/help/SGA-Statement.html
14
%%PORTDOCS%%%%DOCSDIR%%/help/Using-charts.html
15
%%PORTDOCS%%%%DOCSDIR%%/help/What-privileges-do-you-need-to-run-TOra.html
12
%%PORTDOCS%%%%DOCSDIR%%/help/What-privileges-do-you-need-to-run-TOra.html
16
%%PORTDOCS%%%%DOCSDIR%%/help/additionalhelp.html
13
%%PORTDOCS%%%%DOCSDIR%%/help/additionalhelp.html
17
%%PORTDOCS%%%%DOCSDIR%%/help/alert.html
14
%%PORTDOCS%%%%DOCSDIR%%/help/alert.html
18
%%PORTDOCS%%%%DOCSDIR%%/help/analyze.html
15
%%PORTDOCS%%%%DOCSDIR%%/help/analyze.html
19
%%PORTDOCS%%%%DOCSDIR%%/help/api.html
16
%%PORTDOCS%%%%DOCSDIR%%/help/api.html
20
%%PORTDOCS%%%%DOCSDIR%%/help/api/TODock.html
21
%%PORTDOCS%%%%DOCSDIR%%/help/api/TOFileDialog.html
22
%%PORTDOCS%%%%DOCSDIR%%/help/api/TOMessageBox.html
23
%%PORTDOCS%%%%DOCSDIR%%/help/api/TOPrinter.html
24
%%PORTDOCS%%%%DOCSDIR%%/help/api/all-globals.html
25
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-TODock.html
26
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-TOFileDialog.html
27
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-TOMessageBox.html
28
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-TOPrinter.html
29
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toBackground.html
30
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toBarChart.html
31
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toBusy.html
32
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toChangeConnection.html
33
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnection.html
34
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnectionProvider.html
35
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnectionSub.html
36
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnectionWidget.html
37
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnection__cacheObjects.html
38
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnection__connectionImpl.html
39
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnection__exception.html
40
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnection__objectName.html
41
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toDatatype.html
42
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toEditWidget.html
43
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toEditWidget__editHandler.html
44
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toExtract.html
45
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toExtract__columnInfo.html
46
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toExtract__datatype.html
47
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toExtract__extractor.html
48
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toFilesize.html
49
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHelp.html
50
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHelpBrowser.html
51
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHelpContext.html
52
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHelpTool.html
53
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHighlightedText.html
54
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHtml.html
55
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toLegendChart.html
56
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toLineChart.html
57
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toListView.html
58
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toLock.html
59
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toLocker.html
60
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toMain.html
61
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toMainWindow.html
62
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toMarkedText.html
63
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toMemoEditor.html
64
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toMultiLineEdit.html
65
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toNoBlockQuery.html
66
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toNoBlockQuery__queryTask.html
67
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toParamGet.html
68
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toParamGetButton.html
69
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toPieChart.html
70
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toPieConnector.html
71
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toPopupButton.html
72
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toQValue.html
73
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toQValue__queryValue.html
74
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toQuery.html
75
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toQuery__queryDescribe.html
76
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toQuery__queryImpl.html
77
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResult.html
78
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultBar.html
79
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultCols.html
80
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultColsComment.html
81
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultCols__resultCols.html
82
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultCols__resultColsEdit.html
83
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultCombo.html
84
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultConstraint.html
85
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultContent.html
86
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultContentEditor.html
87
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultContentEditor__contentItem.html
88
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultContentMemo.html
89
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultContentSingle.html
90
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultDepend.html
91
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultField.html
92
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultFilter.html
93
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultIndexes.html
94
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultItem.html
95
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultLabel.html
96
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultLine.html
97
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultListFormat.html
98
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultLong.html
99
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultObject.html
100
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultPie.html
101
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultPlan.html
102
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultReferences.html
103
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultResources.html
104
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultStats.html
105
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultView.html
106
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewCheck.html
107
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewCheck__keyData.html
108
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewItem.html
109
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewItem__keyData.html
110
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewMLCheck.html
111
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewMLine.html
112
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSGAStatement.html
113
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSMTP.html
114
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQL.html
115
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse.html
116
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse__editorTokenizer.html
117
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse__settings.html
118
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse__statement.html
119
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse__stringTokenizer.html
120
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse__tokenizer.html
121
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQL__definition.html
122
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQL__version.html
123
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSemaphore.html
124
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSettingTab.html
125
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSyntaxAnalyzer.html
126
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSyntaxAnalyzer__highlightInfo.html
127
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSyntaxAnalyzer__posibleHit.html
128
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTabBar.html
129
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTabBar__barTab.html
130
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTabWidget.html
131
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTask.html
132
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplate.html
133
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplateItem.html
134
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplateProvider.html
135
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplateSQL.html
136
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplateSQLObject.html
137
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplateText.html
138
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTextView.html
139
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toThread.html
140
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toThread__taskRunner.html
141
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTimer.html
142
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTool.html
143
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toToolWidget.html
144
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toVisualize.html
145
%%PORTDOCS%%%%DOCSDIR%%/help/api/header-list.html
146
%%PORTDOCS%%%%DOCSDIR%%/help/api/hier.html
147
%%PORTDOCS%%%%DOCSDIR%%/help/api/index-long.html
148
%%PORTDOCS%%%%DOCSDIR%%/help/api/index.html
149
%%PORTDOCS%%%%DOCSDIR%%/help/api/toBackground.html
150
%%PORTDOCS%%%%DOCSDIR%%/help/api/toBarChart.html
151
%%PORTDOCS%%%%DOCSDIR%%/help/api/toBusy.html
152
%%PORTDOCS%%%%DOCSDIR%%/help/api/toChangeConnection.html
153
%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnection.html
154
%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnectionProvider.html
155
%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnectionSub.html
156
%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnectionWidget.html
157
%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnection__cacheObjects.html
158
%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnection__connectionImpl.html
159
%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnection__exception.html
160
%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnection__objectName.html
161
%%PORTDOCS%%%%DOCSDIR%%/help/api/toDatatype.html
162
%%PORTDOCS%%%%DOCSDIR%%/help/api/toEditWidget.html
163
%%PORTDOCS%%%%DOCSDIR%%/help/api/toEditWidget__editHandler.html
164
%%PORTDOCS%%%%DOCSDIR%%/help/api/toExtract.html
165
%%PORTDOCS%%%%DOCSDIR%%/help/api/toExtract__columnInfo.html
166
%%PORTDOCS%%%%DOCSDIR%%/help/api/toExtract__datatype.html
167
%%PORTDOCS%%%%DOCSDIR%%/help/api/toExtract__extractor.html
168
%%PORTDOCS%%%%DOCSDIR%%/help/api/toFilesize.html
169
%%PORTDOCS%%%%DOCSDIR%%/help/api/toHelp.html
170
%%PORTDOCS%%%%DOCSDIR%%/help/api/toHelpBrowser.html
171
%%PORTDOCS%%%%DOCSDIR%%/help/api/toHelpContext.html
172
%%PORTDOCS%%%%DOCSDIR%%/help/api/toHelpTool.html
173
%%PORTDOCS%%%%DOCSDIR%%/help/api/toHighlightedText.html
174
%%PORTDOCS%%%%DOCSDIR%%/help/api/toHtml.html
175
%%PORTDOCS%%%%DOCSDIR%%/help/api/toLegendChart.html
176
%%PORTDOCS%%%%DOCSDIR%%/help/api/toLineChart.html
177
%%PORTDOCS%%%%DOCSDIR%%/help/api/toListView.html
178
%%PORTDOCS%%%%DOCSDIR%%/help/api/toLock.html
179
%%PORTDOCS%%%%DOCSDIR%%/help/api/toLocker.html
180
%%PORTDOCS%%%%DOCSDIR%%/help/api/toMain.html
181
%%PORTDOCS%%%%DOCSDIR%%/help/api/toMainWindow.html
182
%%PORTDOCS%%%%DOCSDIR%%/help/api/toMarkedText.html
183
%%PORTDOCS%%%%DOCSDIR%%/help/api/toMemoEditor.html
184
%%PORTDOCS%%%%DOCSDIR%%/help/api/toMultiLineEdit.html
185
%%PORTDOCS%%%%DOCSDIR%%/help/api/toNoBlockQuery.html
186
%%PORTDOCS%%%%DOCSDIR%%/help/api/toNoBlockQuery__queryTask.html
187
%%PORTDOCS%%%%DOCSDIR%%/help/api/toParamGet.html
188
%%PORTDOCS%%%%DOCSDIR%%/help/api/toParamGetButton.html
189
%%PORTDOCS%%%%DOCSDIR%%/help/api/toPieChart.html
190
%%PORTDOCS%%%%DOCSDIR%%/help/api/toPieConnector.html
191
%%PORTDOCS%%%%DOCSDIR%%/help/api/toPopupButton.html
192
%%PORTDOCS%%%%DOCSDIR%%/help/api/toQValue.html
193
%%PORTDOCS%%%%DOCSDIR%%/help/api/toQValue__queryValue.html
194
%%PORTDOCS%%%%DOCSDIR%%/help/api/toQuery.html
195
%%PORTDOCS%%%%DOCSDIR%%/help/api/toQuery__queryDescribe.html
196
%%PORTDOCS%%%%DOCSDIR%%/help/api/toQuery__queryImpl.html
197
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResult.html
198
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultBar.html
199
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultCols.html
200
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultColsComment.html
201
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultCols__resultCols.html
202
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultCols__resultColsEdit.html
203
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultCombo.html
204
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultConstraint.html
205
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultContent.html
206
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultContentEditor.html
207
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultContentEditor__contentItem.html
208
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultContentMemo.html
209
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultContentSingle.html
210
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultDepend.html
211
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultField.html
212
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultFilter.html
213
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultIndexes.html
214
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultItem.html
215
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultLabel.html
216
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultLine.html
217
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultListFormat.html
218
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultLong.html
219
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultObject.html
220
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultPie.html
221
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultPlan.html
222
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultReferences.html
223
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultResources.html
224
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultStats.html
225
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultView.html
226
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewCheck.html
227
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewCheck__keyData.html
228
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewItem.html
229
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewItem__keyData.html
230
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewMLCheck.html
231
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewMLine.html
232
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSGAStatement.html
233
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSMTP.html
234
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQL.html
235
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse.html
236
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse__editorTokenizer.html
237
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse__settings.html
238
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse__statement.html
239
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse__stringTokenizer.html
240
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse__tokenizer.html
241
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQL__definition.html
242
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQL__version.html
243
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSemaphore.html
244
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSettingTab.html
245
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSyntaxAnalyzer.html
246
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSyntaxAnalyzer__highlightInfo.html
247
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSyntaxAnalyzer__posibleHit.html
248
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTabBar.html
249
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTabBar__barTab.html
250
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTabWidget.html
251
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTask.html
252
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplate.html
253
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplateItem.html
254
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplateProvider.html
255
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplateSQL.html
256
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplateSQLObject.html
257
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplateText.html
258
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTextView.html
259
%%PORTDOCS%%%%DOCSDIR%%/help/api/toThread.html
260
%%PORTDOCS%%%%DOCSDIR%%/help/api/toThread__taskRunner.html
261
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTimer.html
262
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTool.html
263
%%PORTDOCS%%%%DOCSDIR%%/help/api/toToolWidget.html
264
%%PORTDOCS%%%%DOCSDIR%%/help/api/toVisualize.html
265
%%PORTDOCS%%%%DOCSDIR%%/help/api/tobackground_h.html
266
%%PORTDOCS%%%%DOCSDIR%%/help/api/tobarchart_h.html
267
%%PORTDOCS%%%%DOCSDIR%%/help/api/tochangeconnection_h.html
268
%%PORTDOCS%%%%DOCSDIR%%/help/api/toconf_h.html
269
%%PORTDOCS%%%%DOCSDIR%%/help/api/toconnection_h.html
270
%%PORTDOCS%%%%DOCSDIR%%/help/api/todatatype_h.html
271
%%PORTDOCS%%%%DOCSDIR%%/help/api/todefaultkeywords_h.html
272
%%PORTDOCS%%%%DOCSDIR%%/help/api/toeditwidget_h.html
273
%%PORTDOCS%%%%DOCSDIR%%/help/api/toextract_h.html
274
%%PORTDOCS%%%%DOCSDIR%%/help/api/tofilesize_h.html
275
%%PORTDOCS%%%%DOCSDIR%%/help/api/tohelp_h.html
276
%%PORTDOCS%%%%DOCSDIR%%/help/api/tohelpbrowser_h.html
277
%%PORTDOCS%%%%DOCSDIR%%/help/api/tohighlightedtext_h.html
278
%%PORTDOCS%%%%DOCSDIR%%/help/api/tohtml_h.html
279
%%PORTDOCS%%%%DOCSDIR%%/help/api/tolegendchart_h.html
280
%%PORTDOCS%%%%DOCSDIR%%/help/api/tolinechart_h.html
281
%%PORTDOCS%%%%DOCSDIR%%/help/api/tomain_h.html
282
%%PORTDOCS%%%%DOCSDIR%%/help/api/tomainwindow_kde_h.html
283
%%PORTDOCS%%%%DOCSDIR%%/help/api/tomarkedtext_2_h.html
284
%%PORTDOCS%%%%DOCSDIR%%/help/api/tomarkedtext_h.html
285
%%PORTDOCS%%%%DOCSDIR%%/help/api/tomemoeditor_h.html
286
%%PORTDOCS%%%%DOCSDIR%%/help/api/tonoblockquery_h.html
287
%%PORTDOCS%%%%DOCSDIR%%/help/api/toparamget_h.html
288
%%PORTDOCS%%%%DOCSDIR%%/help/api/topiechart_h.html
289
%%PORTDOCS%%%%DOCSDIR%%/help/api/toqvalue_h.html
290
%%PORTDOCS%%%%DOCSDIR%%/help/api/toreport_h.html
291
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresult_h.html
292
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultbar_h.html
293
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultcols_h.html
294
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultcombo_h.html
295
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultconstraint_h.html
296
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultcontent_h.html
297
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultdepend_h.html
298
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultfield_h.html
299
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultindexes_h.html
300
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultitem_h.html
301
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultlabel_h.html
302
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultline_h.html
303
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultlong_h.html
304
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultpie_h.html
305
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultplan_h.html
306
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultreferences_h.html
307
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultresources_h.html
308
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultstats_h.html
309
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultview_h.html
310
%%PORTDOCS%%%%DOCSDIR%%/help/api/tosgastatement_h.html
311
%%PORTDOCS%%%%DOCSDIR%%/help/api/tosmtp_h.html
312
%%PORTDOCS%%%%DOCSDIR%%/help/api/tosql_h.html
313
%%PORTDOCS%%%%DOCSDIR%%/help/api/tosqlparse_h.html
314
%%PORTDOCS%%%%DOCSDIR%%/help/api/totabwidget_h.html
315
%%PORTDOCS%%%%DOCSDIR%%/help/api/totemplate_h.html
316
%%PORTDOCS%%%%DOCSDIR%%/help/api/totextview_h.html
317
%%PORTDOCS%%%%DOCSDIR%%/help/api/tothread_h.html
318
%%PORTDOCS%%%%DOCSDIR%%/help/api/totool_h.html
319
%%PORTDOCS%%%%DOCSDIR%%/help/api/tovisualize_h.html
320
%%PORTDOCS%%%%DOCSDIR%%/help/api/utils_h.html
321
%%PORTDOCS%%%%DOCSDIR%%/help/browser.html
17
%%PORTDOCS%%%%DOCSDIR%%/help/browser.html
18
%%PORTDOCS%%%%DOCSDIR%%/help/charts.html
322
%%PORTDOCS%%%%DOCSDIR%%/help/common.html
19
%%PORTDOCS%%%%DOCSDIR%%/help/common.html
323
%%PORTDOCS%%%%DOCSDIR%%/help/current.html
20
%%PORTDOCS%%%%DOCSDIR%%/help/current.html
324
%%PORTDOCS%%%%DOCSDIR%%/help/database.html
21
%%PORTDOCS%%%%DOCSDIR%%/help/database.html
Lines 327-334 Link Here
327
%%PORTDOCS%%%%DOCSDIR%%/help/extendingtora.html
24
%%PORTDOCS%%%%DOCSDIR%%/help/extendingtora.html
328
%%PORTDOCS%%%%DOCSDIR%%/help/externalapi.html
25
%%PORTDOCS%%%%DOCSDIR%%/help/externalapi.html
329
%%PORTDOCS%%%%DOCSDIR%%/help/fonts.html
26
%%PORTDOCS%%%%DOCSDIR%%/help/fonts.html
27
%%PORTDOCS%%%%DOCSDIR%%/help/globalsettings.html
330
%%PORTDOCS%%%%DOCSDIR%%/help/help.html
28
%%PORTDOCS%%%%DOCSDIR%%/help/help.html
331
%%PORTDOCS%%%%DOCSDIR%%/help/history.html
29
%%PORTDOCS%%%%DOCSDIR%%/help/history.html
30
%%PORTDOCS%%%%DOCSDIR%%/help/images/CMakeLists.txt
332
%%PORTDOCS%%%%DOCSDIR%%/help/images/additionalhelp.png
31
%%PORTDOCS%%%%DOCSDIR%%/help/images/additionalhelp.png
333
%%PORTDOCS%%%%DOCSDIR%%/help/images/addwatch.png
32
%%PORTDOCS%%%%DOCSDIR%%/help/images/addwatch.png
334
%%PORTDOCS%%%%DOCSDIR%%/help/images/alert.png
33
%%PORTDOCS%%%%DOCSDIR%%/help/images/alert.png
Lines 389-394 Link Here
389
%%PORTDOCS%%%%DOCSDIR%%/help/lists.html
88
%%PORTDOCS%%%%DOCSDIR%%/help/lists.html
390
%%PORTDOCS%%%%DOCSDIR%%/help/newconnection.html
89
%%PORTDOCS%%%%DOCSDIR%%/help/newconnection.html
391
%%PORTDOCS%%%%DOCSDIR%%/help/output.html
90
%%PORTDOCS%%%%DOCSDIR%%/help/output.html
91
%%PORTDOCS%%%%DOCSDIR%%/help/plsqleditor.html
392
%%PORTDOCS%%%%DOCSDIR%%/help/preferences.html
92
%%PORTDOCS%%%%DOCSDIR%%/help/preferences.html
393
%%PORTDOCS%%%%DOCSDIR%%/help/rollback.html
93
%%PORTDOCS%%%%DOCSDIR%%/help/rollback.html
394
%%PORTDOCS%%%%DOCSDIR%%/help/script.html
94
%%PORTDOCS%%%%DOCSDIR%%/help/script.html
Lines 403-411 Link Here
403
%%PORTDOCS%%%%DOCSDIR%%/help/toolsetting.html
103
%%PORTDOCS%%%%DOCSDIR%%/help/toolsetting.html
404
%%PORTDOCS%%%%DOCSDIR%%/help/trace.html
104
%%PORTDOCS%%%%DOCSDIR%%/help/trace.html
405
%%PORTDOCS%%%%DOCSDIR%%/help/tuning.html
105
%%PORTDOCS%%%%DOCSDIR%%/help/tuning.html
106
%%PORTDOCS%%%%DOCSDIR%%/help/unittest.html
406
%%PORTDOCS%%%%DOCSDIR%%/help/window.html
107
%%PORTDOCS%%%%DOCSDIR%%/help/window.html
407
%%PORTDOCS%%%%DOCSDIR%%/help/worksheet.html
108
%%PORTDOCS%%%%DOCSDIR%%/help/worksheet.html
408
%%PORTDOCS%%%%DOCSDIR%%/help/workspace.html
109
%%PORTDOCS%%%%DOCSDIR%%/help/workspace.html
409
%%PORTDOCS%%@dirrm %%DOCSDIR%%/help/images
110
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/help/images
410
%%PORTDOCS%%@dirrm %%DOCSDIR%%/help/api
111
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/help
411
%%PORTDOCS%%@dirrm %%DOCSDIR%%/help
112
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 134429