| /trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ | 
| H A D | OfficeTableTemplateLayoutController.java | 83         final ArrayList tables = new ArrayList();  in initialize()  local92         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 …]
 
 | 
| /trunk/main/lingucomponent/source/languageguessing/ | 
| H A D | simpleguesser.cxx | 169     textcat_t *tables = (textcat_t*)h;  in GetManagedLanguages()  local174     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/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()
 1353     listToFirst(tt->tables);  in FindTable()
 1359     } 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 …]
 
 | 
| /trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ | 
| H A D | OCatalog.java | 49     protected OContainer tables;  field in OCatalog61         if (tables != null) {  in postDisposing()
 62             tables.dispose();  in postDisposing()
 102         if (tables == null) {  in getTables()
 105         return tables;  in getTables()
 
 | 
| H A D | OTable.java | 58     protected OContainer tables;  field in OTable60 …protected OTable(String name, boolean isCaseSensitive, XConnection connection, OContainer tables) {  in OTable()  argument
 62         this.tables = tables;  in OTable()
 114         tables = null;  in postDisposing()
 
 | 
| /trunk/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()
 
 | 
| /trunk/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 | IllustrationsIndex.idl | 43 	[optional, property] boolean CreateFromLabels; //tables, illustrations46 	[optional, property] string LabelCategory; //tables, illustrations
 49 	[optional, property] short LabelDisplayType; //tables, illustrations
 
 | 
| 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
 
 | 
| /trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ | 
| H A D | PostgresqlCatalog.java | 56             if (tables == null) {  in refreshTables()57                 tables = new PostgresqlTables(this, metadata, this, names);  in refreshTables()
 59                 tables.refill(names);  in refreshTables()
 100         return tables;  in getTablesInternal()
 
 | 
| /trunk/main/dbaccess/qa/complex/dbaccess/ | 
| H A D | ApplicationController.java | 152         XNameAccess tables = suppTables.getTables();  in checkSaveAs()  local153         assertTrue("the table was created in the wrong database", !tables.hasByName("abc"));  in checkSaveAs()
 161         tables = suppTables.getTables();  in checkSaveAs()
 162         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()  local225                 tables != null && tables.hasByName(INNERPRODUCTSQUERY));  in testSubQueries()
 
 | 
| /trunk/main/offapi/com/sun/star/sdb/application/ | 
| H A D | DatabaseObjectContainer.idl | 36     tables, queries, forms, reports) can be organized in folders. This hierarchy can40     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 much49         as tables do.</p>
 
 | 
| /trunk/main/offapi/com/sun/star/sdbcx/ | 
| H A D | XTablesSupplier.idl | 37 /** provides for access to a container of tables, typically used for a database43 	/** returns the container of tables.
 45 			the tables
 
 | 
| /trunk/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 and46 	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.
 
 | 
| /trunk/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";
 
 | 
| /trunk/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
 
 | 
| /trunk/main/oox/source/xls/ | 
| H A D | connectionsfragment.cxx | 60             if( nElement == XLS_TOKEN( tables ) )  in onCreateContext()67         case XLS_TOKEN( tables ):  in onCreateContext()
 
 | 
| /trunk/main/sw/source/filter/ww8/ | 
| H A D | README-rtf.txt | 43     3.1. Nested tables111     across tables
 129 3.1.�Nested tables
 
 |