Home
last modified time | relevance | path

Searched refs:tables (Results 26 – 50 of 232) sorted by relevance

12345678910

/trunk/main/offapi/com/sun/star/sdb/
H A DDataSourceBrowser.idl58 It is possible to navigate through all the data sources, it's queries and it's tables.
59 The queries/tables can be displayed in a grid-like view, where functionality for searching,
208 data sources, including their tables and queries.</li>
272 data sources and all their tables and queries are displayed in a tree view.</p>
H A DTableDesign.idl42 /** implements a component which allows the creation of tables.
44 …<p>This service implements a user interface for creating tables through a graphical design interfa…
H A DDataSource.idl233 /** defines a list of tables, on which the DataSource should have it's focus.
234 If empty, all tables are rejected.
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlTable.java46 public PostgresqlTable(XConnection connection, OContainer tables, String name, in PostgresqlTable() argument
48 super(name, true, connection, tables); in PostgresqlTable()
/trunk/main/offapi/com/sun/star/text/
H A DXRelativeTextContentRemove.idl58 <p> This is helpful to remove empty paragraphs before text tables. </p>
68 <p> This is helpful to remove empty paragraphs followin text tables espacially in
H A DXRelativeTextContentInsert.idl59 <p> This is helpful to insert paragraphs before of text tables. </p>
70 <p> This is helpful to insert paragraphs after text tables escpecially in
H A DXTextContent.idl78 <p>Note: The anchor of the actual implementation for text tables
85tables should be insertable via <member scope="com::sun::star::text">insertTextContent</member>
H A DDocumentSettings.idl71 /** specifies if spacing between paragraphs and tables is to be
74 <p>If between two paragraphs, two tables, or a paragraph and a
H A DTextTable.idl89 <p>Note: The anchor of the actual implementation for text tables
96 tables should be insertable via <member>XText::insertTextContent</member>
H A DTextTables.idl42 /** provides access to all tables in a document.
H A DXTextTablesSupplier.idl41 /** enables the object to handle text tables.
/trunk/main/offapi/com/sun/star/sdbcx/
H A DDatabaseDefinition.idl44 At least, the access to the tables of a database should be implemented.
54 // gives access to the tables.
H A DXDataDefinitionSupplier.idl52 /** returns at least the container of tables related to the given connection.
65 /** returns at least the container of tables related to the given Database URL.
H A DTable.idl53 descriptor. On existing tables, a user might alter columns, add or delete
84 /** optional, allows the renaming of tables.
H A DXColumnsSupplier.idl41 /** provides the access to a container of columns, typically used for tables and
/trunk/test/testuno/source/fvt/uno/db/
H A DDBAccess.java133 XNameAccess tables = suppTables.getTables(); in testCreateTable() local
135 tables.hasByName("test")); in testCreateTable()
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DXObjectNames.idl73 <p>If in the database, tables and queries share a common namespace, this will be respected
112 <p>If in the database, tables and queries share a common namespace, this will be respected
142 <p>For tables, the name must consist of characters allowed by the SQL-92 standard,
/trunk/main/dbaccess/source/ui/app/
H A Dapp.src307 …Text [ en-US ] = "Create a query by specifying the filters, input tables, field names, and propert…
327 …Text [ en-US ] = "Create a view by specifying the tables and field names you would like to have vi…
364 …ltered.\nFor the changes to take effect, all forms, reports, queries and tables must be closed.\n\…
/trunk/main/solenv/bin/modules/installer/windows/
H A Dadmin.pm108 my ($fullmsidatabasepath, $workdir, $tables) = @_;
116 my $alltables = installer::converter::convert_stringlist_into_array(\$tables, " ");
137 $systemcall = $msidb . " -d " . $fullmsidatabasepath . " -f " . $workdir . " -i " . $tables;
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DCopyTableWizard.java147 final XNameAccess tables = suppTables.getTables(); in copyTable() local
149 final String[] names = tables.getElementNames(); in copyTable()
/trunk/main/dbaccess/source/ui/dlg/
H A DAdabasStat.src173 Text [ en-US ] = "Contains the system tables";
203 …"No information could be displayed because no access rights exist for the required system tables.";
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquery.src171 …Text [ en-US ] = "The query covers #num# tables. The selected database type, however, can only pro…
282 Text [ en-US ] = "There are too many tables.";
/trunk/main/dbaccess/source/core/resource/
H A Dstrings.src193 …] = "There are tables in the database whose names conflict with the names of existing queries. To …
/trunk/main/xsltml/
H A Dmakefile.mk49 tables.xsl \
/trunk/main/sc/source/ui/src/
H A Dscstring.src546 // Select tables dialog title
552 // Select tables dialog listbox

Completed in 71 milliseconds

12345678910