Lines Matching refs:OApplicationController
239 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()
680 sal_Bool OApplicationController::paste( ElementType _eType,const ::svx::ODataAccessDescriptor& _rPa… in paste()
865 Reference<XNameContainer> OApplicationController::getQueryDefintions() const in getQueryDefintions()
876 void OApplicationController::getSupportedFormats(ElementType _eType,::std::vector<SotFormatStringId… in getSupportedFormats()
893 sal_Bool OApplicationController::isTableFormat() const in isTableFormat()
898 IMPL_LINK( OApplicationController, OnAsyncDrop, void*, /*NOTINTERESTEDIN*/ )