Home
last modified time | relevance | path

Searched refs:CommandType (Results 76 – 100 of 225) sorted by relevance

123456789

/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlExportDocumentHandler.cxx164 { XML_TABLE, sdb::CommandType::TABLE }, in startElement()
165 { XML_QUERY, sdb::CommandType::QUERY }, in startElement()
/aoo41x/main/forms/qa/integration/forms/
H A DFormControlTest.java34 import com.sun.star.sdb.CommandType;
545 m_masterForm.setPropertyValue( "CommandType", new Integer( CommandType.TABLE ) ); in createSampleDocument()
/aoo41x/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseSqlTests.java51 … xProp.setPropertyValue("CommandType", Integer.valueOf(com.sun.star.sdb.CommandType.COMMAND)); in testFunctions()
/aoo41x/main/qadevOOo/tests/java/mod/_forms/
H A DODatabaseForm.java54 import com.sun.star.sdb.CommandType;
674 new Integer(CommandType.COMMAND)) ; in createTestEnvironment()
/aoo41x/main/dbaccess/source/ui/app/
H A DAppControllerGen.cxx156 DynamicTableOrQueryNameCheck aNameChecker( xConnection, CommandType::TABLE ); in convertToView()
157 …OSaveAsDlg aDlg( getView(), CommandType::TABLE, getORB(), xConnection, aDefaultName, aNameChecker … in convertToView()
/aoo41x/main/wizards/com/sun/star/wizards/report/
H A DIReportDocument.java254 public void setCommandType(int CommandType); in setCommandType() argument
H A DReportTextDocument.java42 import com.sun.star.sdb.CommandType;
205 if (CurDBMetaData.getCommandType() == CommandType.QUERY) in createReportForm()
/aoo41x/main/offapi/com/sun/star/sdb/
H A DCommandType.idl31 published constants CommandType
H A Dmakefile.mk45 CommandType.idl \
H A DXCommandPreparation.idl61 <type scope="com::sun::star::sdb">CommandType</type>
/aoo41x/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…
/aoo41x/main/forms/source/component/
H A DDatabaseForm.cxx3930 case CommandType::TABLE : eTranslated = DataSelectionType_TABLE; break; in write()
3931 case CommandType::QUERY : eTranslated = DataSelectionType_QUERY; break; in write()
3932 case CommandType::COMMAND: in write()
4034 case DataSelectionType_TABLE : nCommandType = CommandType::TABLE; break; in read()
4035 case DataSelectionType_QUERY : nCommandType = CommandType::QUERY; break; in read()
4039 nCommandType = CommandType::COMMAND; in read()
/aoo41x/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx696 case CommandType::TABLE: in prepareCommand()
705 case CommandType::QUERY: in prepareCommand()
/aoo41x/main/odk/examples/DevelopersGuide/Database/
H A DOpenQuery.java94 xProp.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.COMMAND)); in openQuery()
/aoo41x/main/offapi/com/sun/star/text/textfield/
H A DDatabaseName.idl51 @see com::sun::star::sdb::CommandType
H A DDatabaseNumberOfSet.idl52 @see com::sun::star::sdb::CommandType
H A DDatabaseSetNumber.idl52 @see com::sun::star::sdb::CommandType
H A DDatabaseNextSet.idl51 @see com::sun::star::sdb::CommandType
/aoo41x/main/qadevOOo/tests/java/mod/_svtools/
H A DAccessibleBrowseBox.java148 params[1].Value = new Integer(com.sun.star.sdb.CommandType.TABLE); in createTestEnvironment()
H A DAccessibleBrowseBoxTable.java181 param2.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()
H A DAccessibleTreeListBoxEntry.java210 param2.Value = new Integer(com.sun.star.sdb.CommandType.QUERY); in createTestEnvironment()
/aoo41x/main/sw/source/ui/dbui/
H A Ddbmgr.cxx340 aData.nCommandType = CommandType::TABLE; in MergeNew()
1670 CommandType::TABLE : CommandType::QUERY; in GetColumnSupplier()
2504 sal_Int32 nCmdType = CommandType::TABLE; in ExecuteFormLetter()
2667 sal_Int16 nCmdType = CommandType::TABLE; in InsertText()

Completed in 115 milliseconds

123456789