Home
last modified time | relevance | path

Searched refs:TABLE (Results 76 – 100 of 274) sorted by relevance

1234567891011

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAccessibleSpreadsheet.java121 at.getAccessibleObjectForRole(xRoot, AccessibleRole.TABLE ); in createTestEnvironment()
H A DScAccessibleCsvCell.java95 (xRoot, AccessibleRole.TABLE, true); in createTestEnvironment()
H A DScAccessiblePreviewTable.java184 at.getAccessibleObjectForRole(xRoot, AccessibleRole.TABLE); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwAccessibleTableView.java104 at.getAccessibleObjectForRole(xRoot, AccessibleRole.TABLE); in createTestEnvironment()
/trunk/main/xmloff/source/forms/
H A Dformenums.cxx115 { XML_TABLE, CommandType::TABLE }, in getEnumMap()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DBeamer.java113 …new PropertyValue("CommandType", 0, Integer.valueOf(CommandType.TABLE), PropertyState.DIRECT_VALUE… in testBeamer()
H A DRowSet.java143 createRowSet("TEST1", CommandType.TABLE, true, true); in createTestCase()
851 createRowSet("products", CommandType.TABLE, false); in testTableParameters()
H A DCopyTableWizard.java162 sourceDescriptor.setPropertyValue("CommandType", CommandType.TABLE); in copyTable()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DOSingleSelectQueryComposer.java221 new Integer(CommandType.TABLE)) ; in createTestEnvironment()
H A DODatasourceBrowser.java253 param2.Value = new Integer(com.sun.star.sdb.CommandType.TABLE); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svtools/
H A DAccessibleBrowseBox.java148 params[1].Value = new Integer(com.sun.star.sdb.CommandType.TABLE); in createTestEnvironment()
H A DAccessibleBrowseBoxTableCell.java180 param2.Value = new Integer(com.sun.star.sdb.CommandType.TABLE); in createTestEnvironment()
H A DAccessibleTreeListBox.java200 param2.Value = new Integer(com.sun.star.sdb.CommandType.TABLE); in createTestEnvironment()
H A DAccessibleBrowseBoxHeaderCell.java182 param2.Value = new Integer(com.sun.star.sdb.CommandType.TABLE); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XImportable.java101 descriptor[1].Value = com.sun.star.sheet.DataImportMode.TABLE; in _doImport()
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx2137 … sal_Int32 nCommandType = eType == E_QUERY ? CommandType::QUERY : CommandType::TABLE; in renameEntry()
2820 …? CommandType::QUERY : ( (getContainer()->getElementType() == E_TABLE) ? CommandType::TABLE : -1 )… in getCurrentlySelectedName()
2877 if ( nType < DatabaseObject::TABLE || nType > DatabaseObject::REPORT ) in select()
2910 case DatabaseObject::TABLE: in select()
/trunk/main/offapi/com/sun/star/frame/
H A DCommandGroup.idl118 const short TABLE = 15;
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DSelectionView.java174 if (mxContext.getAccessibleRole() != AccessibleRole.TABLE) in Update()
/trunk/main/sc/source/core/data/
H A Ddpsdbtab.cxx108 case sheet::DataImportMode_TABLE: nSdbType = sdb::CommandType::TABLE; break; in CreateCache()
/trunk/main/connectivity/source/commontools/
H A Dstatementcomposer.cxx133 case CommandType::TABLE: in lcl_ensureUpToDateComposer_nothrow()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlTableBase.cxx88 return AccessibleRole::TABLE; in getAccessibleRole()
H A DAccessibleBrowseBoxTableBase.cxx84 return AccessibleRole::TABLE; in getAccessibleRole()
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx133 aDesc.nCommandType = CommandType::TABLE; in cursorMoved()
300 aDesc.nCommandType = CommandType::TABLE; in BibGeneralPage()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl377 /** support the Database "ALTER TABLE" with add column?
386 /** support the Database "ALTER TABLE" with drop column?
1375 <b>TABLE_TYPE</b> string => table type. Typical types are "TABLE",
1376 "VIEW", "SYSTEM TABLE", "GLOBAL TEMPORARY",
1451 <b>TABLE_TYPE</b> string => table type. Typical types are "TABLE",
1452 "VIEW", "SYSTEM TABLE", "GLOBAL TEMPORARY",
/trunk/main/extensions/source/abpilot/
H A Dfieldmappingimpl.cxx341 …lue( ::rtl::OUString::createFromAscii( "CommandType" ), makeAny( (sal_Int32)CommandType::TABLE ) ); in writeTemplateAddressSource()

Completed in 95 milliseconds

1234567891011