Home
last modified time | relevance | path

Searched refs:m_nCommandType (Results 1 – 15 of 15) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx330 ,m_nCommandType( CommandType::QUERY ) in OQueryController()
808 …aErrorContext.Message = lcl_getObjectResourceString( STR_ERROR_PARSING_STATEMENT, m_nCommandType ); in impl_showAutoSQLViewError()
853 m_nCommandType = CommandType::QUERY; in impl_initialize()
864 m_nCommandType = CommandType::COMMAND; in impl_initialize()
872 m_nCommandType = CommandType::QUERY; in impl_initialize()
879 m_nCommandType = CommandType::TABLE; in impl_initialize()
884 rArguments.get_ensureType( (::rtl::OUString)PROPERTY_COMMAND_TYPE, m_nCommandType ); in impl_initialize()
889 switch ( m_nCommandType ) in impl_initialize()
978 m_nCommandType = CommandType::QUERY; in impl_initialize()
1387 m_nCommandType, in askForNewName()
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A Dquerycontroller.hxx97 sal_Int32 m_nCommandType; // the type of the object we're designing member in dbaui::OQueryController
114 …inline bool editingView() const { return m_nCommandType == ::com::sun::star::sdb::CommandTy… in editingView()
115 …inline bool editingQuery() const { return m_nCommandType == ::com::sun::star::sdb::CommandTy… in editingQuery()
116 …inline bool editingCommand() const { return m_nCommandType == ::com::sun::star::sdb::CommandTy… in editingCommand()
H A Ddatabaseobjectview.hxx185 sal_Int32 m_nCommandType; member in dbaui::QueryDesigner
H A DTokenWriter.hxx87 sal_Int32 m_nCommandType; member in dbaui::ODatabaseImportExport
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddataaccessdescriptor.cxx126 sal_Int32 m_nCommandType; member in dbaccess::DataAccessDescriptor
155 ,m_nCommandType( CommandType::COMMAND ) in DataAccessDescriptor()
173 REGISTER_PROPERTY( COMMAND_TYPE, m_nCommandType ); in DataAccessDescriptor()
/trunk/main/dbaccess/source/ui/misc/
H A Ddatabaseobjectview.cxx198 ,m_nCommandType( _bCreateView ? CommandType::TABLE : CommandType::QUERY ) in QueryDesigner()
210 … const bool bEditViewAsSQLCommand = ( m_nCommandType == CommandType::TABLE ) && !bGraphicalDesign; in fillDispatchArgs()
212 i_rDispatchArgs.put( (::rtl::OUString)PROPERTY_COMMAND_TYPE, m_nCommandType ); in fillDispatchArgs()
H A DTokenWriter.cxx104 ,m_nCommandType(CommandType::TABLE) in DBG_NAME()
136 ,m_nCommandType(::com::sun::star::sdb::CommandType::TABLE) in ODatabaseImportExport()
220 _aDataDescriptor[daCommandType] >>= m_nCommandType; in impl_initFromDescriptor()
298 switch(m_nCommandType) in initialize()
335 xProp->setPropertyValue( PROPERTY_COMMAND_TYPE, makeAny( m_nCommandType ) ); in initialize()
/trunk/main/reportdesign/source/ui/inc/
H A DAddField.hxx75 sal_Int32 m_nCommandType; member in rptui::OAddFieldWindow
96 inline sal_Int32 GetCommandType() const { return m_nCommandType; } in GetCommandType()
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx351 sal_Int32 m_nCommandType; member in dbaui::CopyTableWizard
401 ,m_nCommandType( CommandType::COMMAND ) in CopyTableWizard()
980 switch ( m_nCommandType ) in impl_createSourceStatement_throw()
1429 const bool bIsTable = ( CommandType::TABLE == m_nCommandType ); in impl_doCopy_nothrow()
1560 m_pSourceObject = impl_extractSourceObject_throw( xSourceDescriptor, m_nCommandType ); in initialize()
/trunk/main/reportdesign/source/ui/dlg/
H A DAddField.cxx173 ,m_nCommandType(0) in OAddFieldWindow()
336 sal_Int32 nCommandType( m_nCommandType ); in Update()
346 m_nCommandType = nCommandType; in Update()
/trunk/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx256 ,m_nCommandType(CommandType::COMMAND) in DBG_NAME()
357 m_nCommandType = CommandType::COMMAND; in setQuery()
432 m_nCommandType = _nCommandType; in setCommand()
790 if ( m_nCommandType == CommandType::QUERY ) in getColumns()
H A DRowSet.cxx156 ,m_nCommandType(CommandType::COMMAND) in ORowSet()
185 …MAND_TYPE, PROPERTY_ID_COMMAND_TYPE, PropertyAttribute::BOUND, &m_nCommandType, ::getCppuTyp… in ORowSet()
2308 m_xComposer->setCommand( m_aCommand,m_nCommandType ); in impl_initComposer_throw()
2353 switch (m_nCommandType) in impl_buildActiveCommand_throw()
H A DRowSet.hxx129 sal_Int32 m_nCommandType; member in dbaccess::ORowSet
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx624 ::sal_Int32 m_nCommandType;
643 ,m_nCommandType(sdb::CommandType::TABLE) in OReportDefinitionImpl()
660 ,m_nCommandType(_aCopy.m_nCommandType) in OReportDefinitionImpl()
1012 return m_pImpl->m_nCommandType; in getCommandType()
1022 set(PROPERTY_COMMANDTYPE,_commandtype,m_pImpl->m_nCommandType); in setCommandType()
/trunk/main/dbaccess/source/core/inc/
H A DSingleSelectQueryComposer.hxx110 sal_Int32 m_nCommandType; member in dbaccess::OSingleSelectQueryComposer

Completed in 95 milliseconds