Home
last modified time | relevance | path

Searched defs:table (Results 101 – 125 of 167) sorted by relevance

1234567

/trunk/main/sd/source/ui/table/
H A Dtableobjectbar.cxx65 namespace sd { namespace ui { namespace table { namespace
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOKeyColumnContainer.java60 … String table = AnyConverter.toString(tableProperties.getPropertyValue(PropertyIds.NAME.name)); in createObject() local
/trunk/main/connectivity/qa/connectivity/tools/
H A DCRMDatabase.java153 HsqlTableDescriptor table = new HsqlTableDescriptor( "categories", in createTables() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDBTools.java510 public int deleteAllRows(XConnection con, String table) in deleteAllRows()
555 public void addRowToTestTable(XConnection con, String table, Object[] values, in addRowToTestTable()
615 public void initializeTestTable(XConnection con, String table) in initializeTestTable()
/trunk/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx289 void lcl_formatChars( sal_Unicode table[], int tableSize, int n, OUString& s ) in lcl_formatChars()
301 void lcl_formatChars1( sal_Unicode table[], int tableSize, int n, OUString& s ) in lcl_formatChars1()
384 sal_Unicode *table = NULL; // initialize to avoid compiler warning in makeNumberingString() local
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx141 Reference< XResultSet > SAL_CALL ODatabaseMetaData::getColumnPrivileges( in getColumnPrivileges()
231 Reference< XResultSet > SAL_CALL ODatabaseMetaData::getVersionColumns( in getVersionColumns()
342 Reference< XResultSet > SAL_CALL ODatabaseMetaData::getExportedKeys( in getExportedKeys()
359 Reference< XResultSet > SAL_CALL ODatabaseMetaData::getImportedKeys( in getImportedKeys()
376 Reference< XResultSet > SAL_CALL ODatabaseMetaData::getPrimaryKeys( in getPrimaryKeys()
393 Reference< XResultSet > SAL_CALL ODatabaseMetaData::getIndexInfo( in getIndexInfo()
411 Reference< XResultSet > SAL_CALL ODatabaseMetaData::getBestRowIdentifier( in getBestRowIdentifier()
/trunk/main/svx/source/table/
H A Dtablelayouter.hxx43 namespace sdr { namespace table { namespace
H A Dtablecolumn.cxx45 namespace sdr { namespace table { namespace
H A Dtablerow.cxx46 namespace sdr { namespace table { namespace
H A Dtablertfexporter.cxx57 namespace sdr { namespace table { namespace
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java945 Object table; field in AgendaTemplate.ItemsTable
1122 XTextTable table; field in AgendaTemplate.Topics
1610 public static void removeTableRows(Object table, int start, int count) in removeTableRows()
1622 public static void insertTableRows(Object table, int start, int count) in insertTableRows()
1655 public static int getRowCount(XTextTable table) in getRowCount()
1880 public Object table; field in AgendaItem
/trunk/main/oox/inc/oox/drawingml/table/
H A Dtablestyle.hxx31 namespace oox { namespace drawingml { namespace table { namespace
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaData.cxx144 Reference< XResultSet > SAL_CALL ODatabaseMetaData::getColumnPrivileges( in getColumnPrivileges()
285 Reference< XResultSet > SAL_CALL ODatabaseMetaData::getExportedKeys( in getExportedKeys()
299 Reference< XResultSet > SAL_CALL ODatabaseMetaData::getImportedKeys( in getImportedKeys()
314 Reference< XResultSet > SAL_CALL ODatabaseMetaData::getPrimaryKeys( in getPrimaryKeys()
329 Reference< XResultSet > SAL_CALL ODatabaseMetaData::getIndexInfo( in getIndexInfo()
/trunk/main/svtools/source/table/
H A Dtablegeometry.hxx32 namespace svt { namespace table namespace
H A Dtabledatawindow.cxx36 namespace svt { namespace table namespace
H A Dmousefunction.cxx33 namespace svt { namespace table namespace
/trunk/main/svx/inc/svx/
H A Dsvdotable.hxx43 namespace sdr { namespace table { namespace
/trunk/main/javaunohelper/com/sun/star/comp/helper/
H A DComponentContext.java82 public ComponentContext( Hashtable table, XComponentContext xDelegate ) in ComponentContext()
/trunk/main/writerfilter/source/resourcemodel/
H A DProtocol.cxx115 void StreamProtocol::table(Id name, in table() function in writerfilter::StreamProtocol
H A DWW8Analyzer.cxx149 void WW8Analyzer::table(Id /*id*/, writerfilter::Reference<Table>::Pointer_t ref) in table() function in writerfilter::WW8Analyzer
/trunk/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx100 Reference< XResultSet > SAL_CALL java_sql_DatabaseMetaData::getColumnPrivileges( in getColumnPrivileges()
243 Reference< XResultSet > SAL_CALL java_sql_DatabaseMetaData::getVersionColumns( in getVersionColumns()
322 Reference< XResultSet > SAL_CALL java_sql_DatabaseMetaData::getExportedKeys( in getExportedKeys()
329 Reference< XResultSet > SAL_CALL java_sql_DatabaseMetaData::getImportedKeys( in getImportedKeys()
336 Reference< XResultSet > SAL_CALL java_sql_DatabaseMetaData::getPrimaryKeys( in getPrimaryKeys()
343 Reference< XResultSet > SAL_CALL java_sql_DatabaseMetaData::getIndexInfo( in getIndexInfo()
384 Reference< XResultSet > SAL_CALL java_sql_DatabaseMetaData::getBestRowIdentifier( in getBestRowIdentifier()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DSingleSelectQueryComposer.java134 final String table = "SELECT * FROM \"customers\""; in testSetCommand() local
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx500 const sal_uInt8* table = getTable( ttf, O_hmtx ); in GetMetrics() local
531 const sal_uInt8* table = getTable( ttf, O_glyf ); in GetSimpleTTOutline() local
624 const sal_uInt8* table = getTable( ttf, O_glyf ); in GetCompoundTTOutline() local
827 const sal_uInt8 *table = getTable( ttf, O_glyf ); in GetTTGlyphOutline() local
1093 const sal_uInt8* table = getTable( t, O_name ); in GetNames() local
1395 const sal_uInt8* table = getTable(ttf, O_cmap); in FindCmap() local
1494 const sal_uInt8* table = getTable(ttf, O_kern); in GetKern() local
1872 const sal_uInt8* table = getTable(t, O_maxp); in doOpenTTFont() local
1999 const sal_uInt8* table = getTable(ttf, O_head); in CreateT3FromTTGlyphs() local
2682 const sal_uInt8* table = getTable(ttf, O_OS2); in GetTTGlobalFontInfo() local
[all …]
/trunk/main/svtools/inc/svtools/table/
H A Dtablecontrolinterface.hxx37 namespace svt { namespace table namespace
/trunk/main/scripting/java/org/openoffice/idesupport/ui/
H A DScriptPanel.java48 private JTable table; field in ScriptPanel

Completed in 135 milliseconds

1234567