Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 207) sorted by relevance

123456789

/AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeTableTemplateLayoutController.java83 final ArrayList tables = new ArrayList(); in initialize() local
86 addFromSection(tables, (Section) report.getPageHeader()); in initialize()
90 addFromSection(tables, (Section) report.getReportHeader()); in initialize()
92 addPBody(tables, (Section) report.getPreBodySection()); in initialize()
93 addFromBody(tables, (Section) report.getBodySection()); in initialize()
94 addPBody(tables, (Section) report.getPostBodySection()); in initialize()
97 addFromSection(tables, (Section) report.getReportFooter()); in initialize()
101 addFromSection(tables, (Section) report.getPageFooter()); in initialize()
104 this.nodes = (Node[]) tables.toArray(new Node[tables.size()]); in initialize()
107 private void addPBody(final List tables, final Section section) in addPBody() argument
[all …]
/AOO41X/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()
/AOO41X/main/vcl/source/fontsubset/
H A Dttcr.cxx53 list tables; /**< List of table tags and pointers */ member
272 ptr->tables = listNewEmpty(); in TrueTypeCreatorNewEmpty()
273 listSetElementDtor(ptr->tables, (list_destructor)TrueTypeTableDispose); in TrueTypeCreatorNewEmpty()
283 listAppend(_this->tables, table); in AddTable()
292 if (listCount(_this->tables)) { in RemoveTable()
293 listToFirst(_this->tables); in RemoveTable()
295 if (((TrueTypeTable *) listCurrent(_this->tables))->tag == tag) { in RemoveTable()
296 listRemove(_this->tables); in RemoveTable()
298 if (listNext(_this->tables)) { in RemoveTable()
316 if ((n = listCount(_this->tables)) == 0) return SF_TTFORMAT; in StreamToMemory()
[all …]
H A Dsft.cxx422 return (sal_uInt8*)ttf->tables[ord]; in getTable()
1766 t->tables = (const sal_uInt8**)calloc(NUM_TAGS, sizeof(sal_uInt8*)); in doOpenTTFont()
1767 assert(t->tables != 0); in doOpenTTFont()
1771 memset(t->tables, 0, NUM_TAGS * sizeof(void *)); in doOpenTTFont()
1802 t->tables[nIndex] = t->ptr + nTableOffset; in doOpenTTFont()
1809 sal_uInt8* pHead = (sal_uInt8*)t->tables[O_head]; in doOpenTTFont()
1822 if( t->tables[j] ) in doOpenTTFont()
1823 *(char**)&t->tables[j] -= nDelta; in doOpenTTFont()
1839 if( (sal_uInt8*)t->tables[i] < t->ptr ) in doOpenTTFont()
1842 if( t->tables[i] ) in doOpenTTFont()
[all …]
/AOO41X/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()
/AOO41X/main/offapi/com/sun/star/text/
H A DHoriOrientation.idl43 <p>For text tables this means that the tables position is
89 /** The object uses the full space (for text tables only).
97 <p> For text tables this means that the tables position is
H A DIllustrationsIndex.idl43 [optional, property] boolean CreateFromLabels; //tables, illustrations
46 [optional, property] string LabelCategory; //tables, illustrations
49 [optional, property] short LabelDisplayType;//tables, illustrations
H A DTableIndex.idl46 [optional, property] boolean CreateFromLabels; //tables, illustrations
51 [optional, property] string LabelCategory; //tables, illustrations
58 [optional, property] short LabelDisplayType;//tables, illustrations
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
/AOO41X/main/dbaccess/qa/complex/dbaccess/
H A DApplicationController.java158 XNameAccess tables = suppTables.getTables(); in checkSaveAs() local
159 assertTrue("the table was created in the wrong database", !tables.hasByName("abc")); in checkSaveAs()
167 tables = suppTables.getTables(); in checkSaveAs()
168 assertTrue("the newly created table has not been written", tables.hasByName("abc")); in checkSaveAs()
H A DSingleSelectQueryComposer.java223 final XNameAccess tables = suppTables.getTables(); in testSubQueries() local
225 tables != null && tables.hasByName(INNERPRODUCTSQUERY)); in testSubQueries()
/AOO41X/main/offapi/com/sun/star/sdb/application/
H A DDatabaseObjectContainer.idl36 tables, queries, forms, reports) can be organized in folders. This hierarchy can
40 then those impose a natural order on the tables, in that a catalog or a schema
41 is a folder of tables.</p>
53 /** denotes the virtual folder containing all tables of a database, in a context where such a
H A DDatabaseObject.idl48 views are also represented as tables, since to the user, the behave pretty much
49 as tables do.</p>
/AOO41X/main/offapi/com/sun/star/sdbcx/
H A DXTablesSupplier.idl37 /** provides for access to a container of tables, typically used for a database
43 /** returns the container of tables.
45 the tables
H A DDatabaseDefinition.idl44 At least, the access to the tables of a database should be implemented.
54 // gives access to the tables.
/AOO41X/main/offapi/com/sun/star/sheet/
H A DDataPilotTables.idl40 /** represents a collection of data pilot tables.
52 /** creates an enumeration of all data pilot tables.
60 /** provides methods to access the contained data pilot tables by index.
H A DXDataPilotTables.idl45 /** provides access to the data pilot tables via name and inserting and
46 removing data pilot tables.
50 access to existing data pilot tables in the collection.</p>
H A DDataPilotTablesEnumeration.idl37 /** represents an enumeration of data pilot tables.
45 /** provides methods to access the data pilot tables in the enumeration.
H A DXDataPilotTablesSupplier.idl41 /** grants access to a collection of data pilot tables.
49 /** Returns the collection of data pilot tables.
/AOO41X/main/dbaccess/source/ui/control/
H A Dtabletree.src70 …Text [ en-US ] = "Successfully connected, but information about database tables is not available.";
74 Text [ en-US ] = "All tables";
82 Text [ en-US ] = "All tables and views";
/AOO41X/main/offapi/com/sun/star/sdb/
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 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
/AOO41X/main/oox/source/xls/
H A Dconnectionsfragment.cxx60 if( nElement == XLS_TOKEN( tables ) ) in onCreateContext()
67 case XLS_TOKEN( tables ): in onCreateContext()
/AOO41X/test/testuno/source/fvt/uno/db/
H A DDBAccess.java133 XNameAccess tables = suppTables.getTables(); in testCreateTable() local
135 tables.hasByName("test")); in testCreateTable()

123456789