Lines Matching refs:OQueryController

94 	static ::dbaui::OMultiInstanceAutoRegistration< ::dbaui::OQueryController > aAutoRegistration;  in createRegistryInfo_OQueryControl()
104 class OViewController : public OQueryController
117 OViewController(const Reference< XMultiServiceFactory >& _rM) : OQueryController(_rM){} in OViewController()
268 void ensureToolbars( OQueryController& _rController, sal_Bool _bDesign ) in ensureToolbars()
293 ::rtl::OUString SAL_CALL OQueryController::getImplementationName() throw( RuntimeException ) in getImplementationName()
299 ::rtl::OUString OQueryController::getImplementationName_Static() throw( RuntimeException ) in getImplementationName_Static()
304 Sequence< ::rtl::OUString> OQueryController::getSupportedServiceNames_Static(void) throw( RuntimeEx… in getSupportedServiceNames_Static()
311 Sequence< ::rtl::OUString> SAL_CALL OQueryController::getSupportedServiceNames() throw(RuntimeExcep… in getSupportedServiceNames()
316 Reference< XInterface > SAL_CALL OQueryController::Create(const Reference<XMultiServiceFactory >& _… in Create()
318 return *(new OQueryController(_rxFactory)); in Create()
320 DBG_NAME(OQueryController);
322 OQueryController::OQueryController(const Reference< XMultiServiceFactory >& _rM) in OQueryController() function in dbaui::OQueryController
338 DBG_CTOR(OQueryController,NULL); in OQueryController()
348 OQueryController::~OQueryController() in ~OQueryController()
350 DBG_DTOR(OQueryController,NULL); in ~OQueryController()
360 IMPLEMENT_FORWARD_XINTERFACE2( OQueryController, OJoinController, OQueryController_PBase ) in IMPLEMENT_FORWARD_XINTERFACE2() argument
361 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OQueryController, OJoinController, OQueryController_PBase ) in IMPLEMENT_FORWARD_XINTERFACE2()
364 Reference< XPropertySetInfo > SAL_CALL OQueryController::getPropertySetInfo() throw(RuntimeExceptio… in IMPLEMENT_FORWARD_XINTERFACE2()
371 sal_Bool SAL_CALL OQueryController::convertFastPropertyValue( Any& o_rConvertedValue, Any& o_rOldVa… in convertFastPropertyValue()
377 void SAL_CALL OQueryController::setFastPropertyValue_NoBroadcast( sal_Int32 i_nHandle, const Any& i… in setFastPropertyValue_NoBroadcast()
383 void SAL_CALL OQueryController::getFastPropertyValue( Any& o_rValue, sal_Int32 i_nHandle ) const in getFastPropertyValue()
415 ::cppu::IPropertyArrayHelper& OQueryController::getInfoHelper() in getInfoHelper()
417 return *const_cast< OQueryController* >( this )->getArrayHelper(); in getInfoHelper()
421 ::cppu::IPropertyArrayHelper* OQueryController::createArrayHelper( ) const in createArrayHelper()
446 void OQueryController::deleteIterator() in deleteIterator()
457 void OQueryController::disposing() in disposing()
473 void OQueryController::clearFields() in clearFields()
478 FeatureState OQueryController::GetState(sal_uInt16 _nId) const in GetState()
563 void OQueryController::Execute(sal_uInt16 _nId, const Sequence< PropertyValue >& aArgs) in Execute()
805 void OQueryController::impl_showAutoSQLViewError( const ::com::sun::star::uno::Any& _rErrorDetails ) in impl_showAutoSQLViewError()
816 bool OQueryController::impl_setViewMode( ::dbtools::SQLExceptionInfo* _pErrorInfo ) in impl_setViewMode()
846 void OQueryController::impl_initialize() in impl_initialize()
1044 Application::PostUserEvent( LINK( this, OQueryController, OnExecuteAddTable ) ); in impl_initialize()
1064 void OQueryController::onLoadedMenu(const Reference< ::com::sun::star::frame::XLayoutManager >& /*_… in onLoadedMenu()
1070 ::rtl::OUString OQueryController::getPrivateTitle( ) const in getPrivateTitle()
1087 void OQueryController::setQueryComposer() in setQueryComposer()
1112 sal_Bool OQueryController::Construct(Window* pParent) in Construct()
1122 OJoinDesignView* OQueryController::getJoinView() in getJoinView()
1127 void OQueryController::describeSupportedFeatures() in describeSupportedFeatures()
1148 void OQueryController::impl_onModifyChanged() in impl_onModifyChanged()
1156 void SAL_CALL OQueryController::disposing( const EventObject& Source ) throw(RuntimeException) in disposing()
1176 void OQueryController::reconnect(sal_Bool _bUI) in reconnect()
1200 void OQueryController::saveViewSettings( ::comphelper::NamedValueCollection& o_rViewSettings, const… in saveViewSettings()
1226 void OQueryController::loadViewSettings( const ::comphelper::NamedValueCollection& o_rViewSettings ) in loadViewSettings()
1235 sal_Int32 OQueryController::getColWidth(sal_uInt16 _nColPos) const in getColWidth()
1246 Reference<XNameAccess> OQueryController::getObjectContainer() const in getObjectContainer()
1273 void OQueryController::executeQuery() in executeQuery()
1359 sal_Bool OQueryController::askForNewName(const Reference<XNameAccess>& _xElements,sal_Bool _bSaveAs) in askForNewName()
1408 bool OQueryController::doSaveAsDoc(sal_Bool _bSaveAs) in doSaveAsDoc()
1590 ::rtl::OUString OQueryController::translateStatement( bool _bFireStatementChange ) in translateStatement()
1632 short OQueryController::saveModified() in saveModified()
1660 void OQueryController::impl_reset( const bool i_bForceCurrentControllerSettings ) in impl_reset()
1784 void OQueryController::reset() in reset()
1792 void OQueryController::setStatement_fireEvent( const ::rtl::OUString& _rNewStatement, bool _bFireSt… in setStatement_fireEvent()
1804 void OQueryController::setEscapeProcessing_fireEvent( const sal_Bool _bEscapeProcessing ) in setEscapeProcessing_fireEvent()
1818 IMPL_LINK( OQueryController, OnExecuteAddTable, void*, /*pNotInterestedIn*/ )
1825 bool OQueryController::allowViews() const in allowViews()
1831 bool OQueryController::allowQueries() const in allowQueries()
1844 Any SAL_CALL OQueryController::getViewData() throw( RuntimeException ) in getViewData()
1856 void SAL_CALL OQueryController::restoreViewData(const Any& /*Data*/) throw( RuntimeException ) in restoreViewData()