Home
last modified time | relevance | path

Searched refs:tables (Results 101 – 125 of 232) sorted by path

12345678910

/trunk/main/extensions/source/abpilot/
H A Dabspilot.src357 …Message [ en-US ] = "The data source does not contain any tables.\nDo you want to set it up as an …
/trunk/main/extensions/source/dbpilots/
H A Dlistcombopages.src49 …Text [ en-US ] = "On the right side, you see all the tables from the data source of the form.\n\n\…
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch624 should never be necessary if they've set up their tables right.
/trunk/main/i18npool/inc/
H A Dindexentrysupplier_default.hxx97 IndexTable tables[MAX_TABLES]; member in com::sun::star::i18n::Index
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_default.cxx146 if (tables[i].start <= code && code <= tables[i].end) in getIndexWeight()
147 return tables[i].table[code-tables[i].start]; in getIndexWeight()
277 tables[j++].init(start, end, keys, key_count, this); in init()
282 tables[j++].init(start, end, keys, key_count, this); in init()
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt37 …so the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.
55 …so the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt37 …so the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.
55 …so the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt37 …so the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.
55 …so the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt37 …so the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.
55 …so the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.
/trunk/main/lingucomponent/source/languageguessing/
H A Dsimpleguesser.cxx169 textcat_t *tables = (textcat_t*)h; in GetManagedLanguages() local
174 for (i=0; i<tables->size; i++) { in GetManagedLanguages()
175 if(tables->fprint_disable[i] & mask){ in GetManagedLanguages()
177 langStr += (char*)fp_Name(tables->fprint[i]); in GetManagedLanguages()
200 textcat_t *tables = (textcat_t*)h; in XableLanguage() local
204 for (i=0; i<tables->size; i++) { in XableLanguage()
205 string language(fp_Name(tables->fprint[i])); in XableLanguage()
208 tables->fprint_disable[i] = mask; in XableLanguage()
/trunk/main/migrationanalysis/src/driver_docs/
H A Dallstrings.ulf1146 en-US = "Issue: Tables nested in tables are not supported by <PRODUCTNAME>."
2193 …it's datasource. <PRODUCTNAME> does not support generating charts from dynamically created tables."
2253 en-US = "Leading can cause extra lines in tables. In a table, if the column width is very close to …
2259 en-US = "Text wrapping can cause misplaced tables."
2274 en-US = "Graphics, WordArt or similar objects located in text tables get displayed in the wrong pos…
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTable.idl39 two-dimensional tables. This interface combines the two interfaces
/trunk/main/offapi/com/sun/star/chart/
H A DStockDiagram.idl58 <member>Diagram::DataRowSource</member>). Then you need tables of
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDataProvider.idl69 <p>For spreadsheets and textdocument tables there exists a
/trunk/main/offapi/com/sun/star/form/component/
H A DDatabaseListBox.idl62 …Additionally, it allows to model the relation between the two tables: When the user selects a cust…
/trunk/main/offapi/com/sun/star/frame/
H A DCommandGroup.idl116 /** specifies commands that are related to tables.
/trunk/main/offapi/com/sun/star/report/
H A DXReportControlFormat.idl210 /** optional property to determine whether the kerning tables from the current font are used.
/trunk/main/offapi/com/sun/star/sdb/
H A DConnection.idl83 user interface for tables.
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.
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 DDatabaseAccess.idl98 /** defines a list of tables, on which the bean should have it's focus.
99 If empty, all tables are rejected.
104 If empty, all tables types are rejected.
H A DRelationDesign.idl46 …ew of the RelationDesign is identical to the first part of @see QueryDesign. It contains all tables
H A DSQLQueryComposer.idl55 /** access to the selected tables.
H A DSingleSelectQueryAnalyzer.idl43 criteria, as well as the corresponding select columns and tables.
53 /** access to the selected tables.
55 <p>The selected tables are those present in the <code>FROM</code> part
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…

Completed in 110 milliseconds

12345678910