Home
last modified time | relevance | path

Searched refs:CommandType (Results 101 – 125 of 225) sorted by relevance

123456789

/aoo41x/main/qadevOOo/tests/java/mod/_svtools/
H A DAccessibleBrowseBoxHeaderBar.java169 param2.Value = new Integer(com.sun.star.sdb.CommandType.TABLE); in createTestEnvironment()
/aoo41x/main/svx/source/form/
H A Dfmvwimp.cxx159 namespace CommandType = ::com::sun::star::sdb::CommandType;
1132 sal_Int32 nCommandType = CommandType::COMMAND; in implCreateFieldControl()
/aoo41x/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()
/aoo41x/main/sw/source/ui/shells/
H A Dtextsh2.cxx276 pDBStruct->aDBData.nCommandType == CommandType::QUERY ? in IMPL_STATIC_LINK()
/aoo41x/main/qadevOOo/tests/java/mod/_dbaccess/
H A DODatasourceBrowser.java252 param2.Value = new Integer(com.sun.star.sdb.CommandType.TABLE); in createTestEnvironment()
/aoo41x/main/extensions/source/abpilot/
H A Dfieldmappingimpl.cxx341 …lue( ::rtl::OUString::createFromAscii( "CommandType" ), makeAny( (sal_Int32)CommandType::TABLE ) ); in writeTemplateAddressSource()
/aoo41x/main/extensions/source/bibliography/
H A Dgeneral.cxx133 aDesc.nCommandType = CommandType::TABLE; in cursorMoved()
300 aDesc.nCommandType = CommandType::TABLE; in BibGeneralPage()
/aoo41x/main/odk/examples/DevelopersGuide/Forms/
H A DKeyGenerator.java53 if ( CommandType.COMMAND == aCommandType.intValue() ) in extractTableName()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh8.cxx272 sal_Int32 nType = sdb::CommandType::TABLE; in DBaseImport()
852 aAny <<= (sal_Int32) sdb::CommandType::TABLE; in DBaseExport()
H A Ddbdocfun.cxx1471 aImportParam.bSql = ( nCommandType == sdb::CommandType::COMMAND ); in UpdateImport()
1474 …aImportParam.nType = static_cast<sal_uInt8>( ( nCommandType == sdb::CommandType::QUERY ) ? Sc… in UpdateImport()
/aoo41x/main/dbaccess/source/core/api/
H A DRowSet.cxx156 ,m_nCommandType(CommandType::COMMAND) in ORowSet()
239 _rDefault <<= static_cast<sal_Int32>(CommandType::COMMAND); in getPropertyDefaultByHandle()
2355 case CommandType::TABLE: in impl_buildActiveCommand_throw()
2407 case CommandType::QUERY: in impl_buildActiveCommand_throw()
/aoo41x/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseDateFunctions.java55 … xProp.setPropertyValue("CommandType", Integer.valueOf(com.sun.star.sdb.CommandType.COMMAND)); in testFunctions()
H A DDBaseStringFunctions.java53 … xProp.setPropertyValue("CommandType", Integer.valueOf(com.sun.star.sdb.CommandType.COMMAND)); in testFunctions()
H A DDBaseNumericFunctions.java54 … xProp.setPropertyValue("CommandType", Integer.valueOf(com.sun.star.sdb.CommandType.COMMAND)); in testFunctions()
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DRowSet.idl113 This is only evaluated, if the CommandType is COMMAND.
/aoo41x/main/dbaccess/source/ui/misc/
H A DWCPage.cxx218 DynamicTableOrQueryNameCheck aNameCheck( m_pParent->m_xDestConnection, CommandType::TABLE ); in LeavePage()
/aoo41x/main/xmloff/source/text/
H A Dtxtfldi.cxx1310 , nCommandType( sdb::CommandType::TABLE ) in XMLDatabaseFieldImportContext()
1339 nCommandType = sdb::CommandType::TABLE; in ProcessAttribute()
1344 nCommandType = sdb::CommandType::QUERY; in ProcessAttribute()
1349 nCommandType = sdb::CommandType::COMMAND; in ProcessAttribute()
H A Dtxtflde.cxx2789 case sdb::CommandType::TABLE: eToken = XML_TABLE; break; in ProcessCommandType()
2790 case sdb::CommandType::QUERY: eToken = XML_QUERY; break; in ProcessCommandType()
2791 case sdb::CommandType::COMMAND: eToken = XML_COMMAND; break; in ProcessCommandType()
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlImportDocumentHandler.cxx168 sal_uInt16 nRet = static_cast<sal_uInt16>(sdb::CommandType::COMMAND); in startElement()
/aoo41x/main/sw/source/ui/dbui/
H A Ddbtree.cxx582 , sdb::CommandType::TABLE in StartDrag()
/aoo41x/main/offapi/com/sun/star/document/
H A DSettings.idl169 @see com::sun::star::sdb::CommandType
/aoo41x/main/dbaccess/source/core/inc/
H A DSingleSelectQueryComposer.hxx230 …virtual void SAL_CALL setCommand( const ::rtl::OUString& command,sal_Int32 CommandType ) throw (::…
/aoo41x/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx351 DynamicTableOrQueryNameCheck aNameChecker( getConnection(), CommandType::TABLE ); in doSaveDoc()
352 …OSaveAsDlg aDlg( getView(), CommandType::TABLE, getORB(), getConnection(), aDefaultName, aNameChec… in doSaveDoc()
/aoo41x/main/svx/source/inc/
H A Dfmprop.hrc127 … FM_PROP_COMMANDTYPE rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CommandType" ) )
/aoo41x/main/forms/source/inc/
H A Dproperty.hrc218 …ERTY_ID_COMMANDTYPE (PROPERTY_ID_START +182) // INT32 (com::sun::star::sdb::CommandType)

Completed in 184 milliseconds

123456789