Home
last modified time | relevance | path

Searched refs:OApplicationController (Results 1 – 7 of 7) sorted by relevance

/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx147 …static ::dbaui::OMultiInstanceAutoRegistration< ::dbaui::OApplicationController > aAutoRegistratio… in createRegistryInfo_ODBApplication()
179 ::rtl::OUString SAL_CALL OApplicationController::getImplementationName() throw( RuntimeException ) in getImplementationName()
185 ::rtl::OUString OApplicationController::getImplementationName_Static() throw( RuntimeException ) in getImplementationName_Static()
190 Sequence< ::rtl::OUString> OApplicationController::getSupportedServiceNames_Static(void) throw( Run… in getSupportedServiceNames_Static()
197 Sequence< ::rtl::OUString> SAL_CALL OApplicationController::getSupportedServiceNames() throw(Runtim… in getSupportedServiceNames()
202 Reference< XInterface > SAL_CALL OApplicationController::Create(const Reference<XMultiServiceFactor… in Create()
204 return *(new OApplicationController(_rxFactory)); in Create()
208 struct XContainerFunctor : public ::std::unary_function< OApplicationController::TContainerVector::…
214 bool operator() (const OApplicationController::TContainerVector::value_type& lhs) const in operator ()()
310 DBG_NAME(OApplicationController) in DBG_NAME() argument
[all …]
H A DAppControllerGen.cxx138 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()
[all …]
H A DAppControllerDnD.cxx239 void OApplicationController::deleteTables(const ::std::vector< ::rtl::OUString>& _rList) in deleteTables()
323 void OApplicationController::deleteObjects( ElementType _eType, const ::std::vector< ::rtl::OUStrin… in deleteObjects()
437 void OApplicationController::deleteEntries() in deleteEntries()
467 const SharedConnection& OApplicationController::ensureConnection( ::dbtools::SQLExceptionInfo* _pEr… in ensureConnection()
510 sal_Bool OApplicationController::isDataSourceReadOnly() const in isDataSourceReadOnly()
516 sal_Bool OApplicationController::isConnectionReadOnly() const in isConnectionReadOnly()
534 Reference< XNameAccess > OApplicationController::getElements( ElementType _eType ) in getElements()
583 void OApplicationController::getSelectionElementNames(::std::vector< ::rtl::OUString>& _rNames) con… in getSelectionElementNames()
594 ::std::auto_ptr< OLinkedDocumentsAccess > OApplicationController::getDocumentsAccess( ElementType _… in getDocumentsAccess()
614 TransferableHelper* OApplicationController::copyObject() in copyObject()
[all …]
H A DAppController.hxx77 class OApplicationController;
90 class OApplicationController class
426 virtual ~OApplicationController();
429OApplicationController(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServi…
H A Dsubcomponentmanager.hxx45 class OApplicationController;
55 …SubComponentManager( OApplicationController& _rController, const ::comphelper::SharedMutex& _rMute…
H A Dsubcomponentmanager.cxx221 …SubComponentManager_Data( OApplicationController& _rController, const ::comphelper::SharedMutex& _… in SubComponentManager_Data()
227 OApplicationController& m_rController;
238 …SubComponentManager::SubComponentManager( OApplicationController& _rController, const ::comphelper… in SubComponentManager()
/trunk/main/dbaccess/source/inc/
H A Dstringconstants.inc235 …ASCII_USTRING(SERVICE_SDB_APPLICATIONCONTROLLER, "org.openoffice.comp.dbu.OApplicationController");