Home
last modified time | relevance | path

Searched refs:TABLE (Results 51 – 75 of 274) sorted by relevance

1234567891011

/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java195 commandType = CommandType.TABLE; in queryData()
543 if (order.length() > 0 && commandType != CommandType.TABLE) in fillOrderStatement()
H A DOfficeToken.java42 public static final String TABLE = "table"; field in OfficeToken
/trunk/main/offapi/com/sun/star/sdb/
H A DQueryDesign.idl124 <li><member>CommandType::TABLE</member> specifies the designer should operate in
164 … implies a <a href="#command_type">CommandType</a> of <member>CommandType::TABLE</member></li>
H A DCommandType.idl37 const long TABLE = 0;
/trunk/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx101 sdb::CommandType::TABLE ); in ShowInBeamer()
239 sdb::CommandType::TABLE ); in DoImport()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx640 …pData = new ODataClipboard(sDataSource, CommandType::TABLE, sName, xConnection, getNumberFormatter… in copyObject()
686 sal_Int32 nCommandType = CommandType::TABLE; in paste()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleObjectFactory.java408 case AccessibleRole.TABLE: in createAccessibleComponentImpl()
413 c = new Container(javax.accessibility.AccessibleRole.TABLE, in createAccessibleComponentImpl()
/trunk/main/dbaccess/source/ui/inc/
H A DAppElementType.hxx35 E_TABLE = ::com::sun::star::sdb::application::DatabaseObject::TABLE,
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx794 case CommandType::TABLE: in impl_extractSourceObject_throw()
982 case CommandType::TABLE: in impl_createSourceStatement_throw()
1429 const bool bIsTable = ( CommandType::TABLE == m_nCommandType ); in impl_doCopy_nothrow()
/trunk/main/dbaccess/source/core/misc/
H A Dobjectnameapproval.cxx89 m_pImpl->nCommandType = _eType == TypeQuery ? CommandType::QUERY : CommandType::TABLE; in ObjectNameApproval()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java571 if (ObjectUtilities.equal(OfficeToken.TABLE, elementType)) in startOther()
991 final OfficeStyle style = deriveStyle(OfficeToken.TABLE, styleName); in startTable()
1363 if (isTableNs && ObjectUtilities.equal(OfficeToken.TABLE, elementType)) in endOther()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx879 m_nCommandType = CommandType::TABLE; in impl_initialize()
894 case CommandType::TABLE: in impl_initialize()
1839 sal_Bool bCreatingView = ( nCommandType == CommandType::TABLE ); in allowQueries()
/trunk/main/oox/source/dump/
H A Dxlsbdumper.ini218 0x0150=,,,,,,,TABLE
1087 # TABLE ----------------------------------------------------------------------
1089 shortlist=TABLE-TYPE,0,worksheet,,,query-table
1091 flagslist=TABLE-FLAGS
/trunk/main/offapi/com/sun/star/form/
H A DDataSelectionType.idl40 TABLE,
H A DListSourceType.idl49 TABLE,
/trunk/main/offapi/com/sun/star/sdbcx/
H A DPrivilegeObject.idl37 const long TABLE = 0;
/trunk/main/offapi/com/sun/star/sheet/
H A DDataImportMode.idl53 TABLE,
H A DDataPilotOutputRangeType.idl53 const long TABLE = 1;
/trunk/main/winaccessibility/inc/
H A DaccHelper.hxx110 {TABLE, ROLE_SYSTEM_TABLE},
/trunk/main/dbaccess/source/sdbtools/resource/
H A Dsdbt_strings.src60 …Text [ en-US ] = "Invalid command type - only TABLE and QUERY from com.sun.star.sdb.CommandType ar…
/trunk/main/winaccessibility/source/service/
H A DAccObjectWinManager.cxx938 case /*AccessibleRole::*/TABLE: in createAccEventListener()
1142 case /*AccessibleRole::*/TABLE: in IsContainer()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DCallTableWizard.java70 public final Integer CommandType = com.sun.star.sdb.CommandType.TABLE;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAccessibleCsvGrid.java107 (xRoot, AccessibleRole.TABLE, true); in createTestEnvironment()
/trunk/main/dbaccess/source/ui/misc/
H A Ddefaultobjectnamecheck.cxx200 if ( ( _nCommandType != CommandType::QUERY ) && ( _nCommandType != CommandType::TABLE ) ) in DynamicTableOrQueryNameCheck()
/trunk/main/writerfilter/inc/resourcemodel/
H A DWW8ResourceModel.hxx344 enum Kind { UNKNOWN, CHARACTER, PARAGRAPH, TABLE }; enumerator

Completed in 196 milliseconds

1234567891011