Lines Matching refs:OApplicationController

138 void OApplicationController::convertToView(const ::rtl::OUString& _sName)  in convertToView()
181 void OApplicationController::pasteFormat(sal_uInt32 _nFormatId) in pasteFormat()
204 void OApplicationController::openDataSourceAdminDialog() in openDataSourceAdminDialog()
210 void OApplicationController::openDialog( const ::rtl::OUString& _sServiceName ) in openDialog()
269 void OApplicationController::openTableFilterDialog() in openTableFilterDialog()
275 void OApplicationController::refreshTables() in refreshTables()
297 void OApplicationController::openDirectSQLDialog() in openDirectSQLDialog()
302 void SAL_CALL OApplicationController::propertyChange( const PropertyChangeEvent& evt ) throw (Runti… in propertyChange()
351 Reference< XDataSource > SAL_CALL OApplicationController::getDataSource() throw (RuntimeException) in getDataSource()
359 Reference< XWindow > SAL_CALL OApplicationController::getApplicationMainWindow() throw (RuntimeExce… in getApplicationMainWindow()
368 Sequence< Reference< XComponent > > SAL_CALL OApplicationController::getSubComponents() throw (Runt… in getSubComponents()
375 Reference< XConnection > SAL_CALL OApplicationController::getActiveConnection() throw (RuntimeExcep… in getActiveConnection()
382 ::sal_Bool SAL_CALL OApplicationController::isConnected( ) throw (RuntimeException) in isConnected()
389 void SAL_CALL OApplicationController::connect( ) throw (SQLException, RuntimeException) in connect()
409 beans::Pair< ::sal_Int32, ::rtl::OUString > SAL_CALL OApplicationController::identifySubComponent( … in identifySubComponent()
428 ::sal_Bool SAL_CALL OApplicationController::closeSubComponents( ) throw (RuntimeException) in closeSubComponents()
457 void OApplicationController::impl_validateObjectTypeAndName_throw( const sal_Int32 _nObjectType, co… in impl_validateObjectTypeAndName_throw()
505 Reference< XComponent > SAL_CALL OApplicationController::loadComponent( ::sal_Int32 _ObjectType, in loadComponent()
512 Reference< XComponent > SAL_CALL OApplicationController::loadComponentWithArguments( ::sal_Int32 _O… in loadComponentWithArguments()
532 Reference< XComponent > SAL_CALL OApplicationController::createComponent( ::sal_Int32 i_nObjectType… in createComponent()
538 Reference< XComponent > SAL_CALL OApplicationController::createComponentWithArguments( ::sal_Int32 … in createComponentWithArguments()
555 void SAL_CALL OApplicationController::registerContextMenuInterceptor( const Reference< XContextMenu… in registerContextMenuInterceptor()
562 void SAL_CALL OApplicationController::releaseContextMenuInterceptor( const Reference< XContextMenuI… in releaseContextMenuInterceptor()
568 void OApplicationController::previewChanged( sal_Int32 _nMode ) in previewChanged()
609 void OApplicationController::askToReconnect() in askToReconnect()
641 ::rtl::OUString OApplicationController::getDatabaseName() const in getDatabaseName()
659 ::rtl::OUString OApplicationController::getStrippedDatabaseName() const in getStrippedDatabaseName()
666 void OApplicationController::onDocumentOpened( const ::rtl::OUString& _rName, const sal_Int32 _nTyp… in onDocumentOpened()
690 sal_Bool OApplicationController::insertHierachyElement(ElementType _eType,const String& _sParentFol… in insertHierachyElement()
703 sal_Bool OApplicationController::isRenameDeleteAllowed(ElementType _eType,sal_Bool _bDelete) const in isRenameDeleteAllowed()
726 …Reference< XNameAccess > xContainer = const_cast<OApplicationController*>(this)->getElements(eType… in isRenameDeleteAllowed()
743 void OApplicationController::onLoadedMenu(const Reference< ::com::sun::star::frame::XLayoutManager … in onLoadedMenu()
776 void OApplicationController::doAction(sal_uInt16 _nId ,ElementOpenMode _eOpenMode) in doAction()
831 ElementType OApplicationController::getElementType(const Reference< XContainer >& _xContainer) const in getElementType()