/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | OfficeTableTemplateLayoutController.java | 83 final ArrayList tables = new ArrayList(); in initialize() local 92 addPBody(tables, (Section) report.getPreBodySection()); in initialize() 93 addFromBody(tables, (Section) report.getBodySection()); in initialize() 94 addPBody(tables, (Section) report.getPostBodySection()); in initialize() 104 this.nodes = (Node[]) tables.toArray(new Node[tables.size()]); in initialize() 116 tables.add(node); in addPBody() 133 addFromGroup(tables, child); in addFromBody() 137 addFromSection(tables, child); in addFromBody() 154 addFromBody(tables, element); in addFromGroup() 158 addFromSection(tables, element); in addFromGroup() [all …]
|
/aoo41x/main/lingucomponent/source/languageguessing/ |
H A D | simpleguesser.cxx | 169 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 D | ttcr.cxx | 272 ptr->tables = listNewEmpty(); in TrueTypeCreatorNewEmpty() 283 listAppend(_this->tables, table); in AddTable() 292 if (listCount(_this->tables)) { in RemoveTable() 293 listToFirst(_this->tables); in RemoveTable() 296 listRemove(_this->tables); in RemoveTable() 322 n = listCount(_this->tables); in StreamToMemory() 328 listToFirst(_this->tables); in StreamToMemory() 331 listNext(_this->tables); in StreamToMemory() 1352 listToFirst(tt->tables); in FindTable() 1358 } while (listNext(tt->tables)); in FindTable() [all …]
|
H A D | sft.cxx | 422 return (sal_uInt8*)ttf->tables[ord]; in getTable() 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() 1839 if( (sal_uInt8*)t->tables[i] < t->ptr ) in doOpenTTFont() 1842 if( t->tables[i] ) in doOpenTTFont() 1846 t->tables[i] = NULL; in doOpenTTFont() 1935 free(ttf->tables); in CloseTTFont() [all …]
|
/aoo41x/main/i18npool/source/indexentry/ |
H A D | indexentrysupplier_default.cxx | 146 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 D | HoriOrientation.idl | 43 <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 D | TableIndex.idl | 46 [optional, property] boolean CreateFromLabels; //tables, illustrations 51 [optional, property] string LabelCategory; //tables, illustrations 58 [optional, property] short LabelDisplayType;//tables, illustrations
|
H A D | IllustrationsIndex.idl | 43 [optional, property] boolean CreateFromLabels; //tables, illustrations 46 [optional, property] string LabelCategory; //tables, illustrations 49 [optional, property] short LabelDisplayType;//tables, illustrations
|
H A D | XRelativeTextContentRemove.idl | 58 <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
|
/aoo41x/main/dbaccess/qa/complex/dbaccess/ |
H A D | ApplicationController.java | 158 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 D | SingleSelectQueryComposer.java | 223 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 D | DatabaseObjectContainer.idl | 36 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 D | DatabaseObject.idl | 48 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 D | XTablesSupplier.idl | 37 /** provides for access to a container of tables, typically used for a database 43 /** returns the container of tables. 45 the tables
|
H A D | DatabaseDefinition.idl | 44 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 D | DataPilotTables.idl | 40 /** 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 D | XDataPilotTables.idl | 45 /** 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 D | DataPilotTablesEnumeration.idl | 37 /** represents an enumeration of data pilot tables. 45 /** provides methods to access the data pilot tables in the enumeration.
|
H A D | XDataPilotTablesSupplier.idl | 41 /** 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 D | tabletree.src | 70 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 D | DatabaseAccess.idl | 98 /** 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 D | SingleSelectQueryAnalyzer.idl | 43 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 D | connectionsfragment.cxx | 60 if( nElement == XLS_TOKEN( tables ) ) in onCreateContext() 67 case XLS_TOKEN( tables ): in onCreateContext()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | README-rtf.txt | 43 3.1. Nested tables 111 across tables 129 3.1.�Nested tables
|
/aoo41x/test/testuno/source/fvt/uno/db/ |
H A D | DBAccess.java | 133 XNameAccess tables = suppTables.getTables(); in testCreateTable() local 135 tables.hasByName("test")); in testCreateTable()
|