Lines Matching refs:SfxBaseModel

537 SfxBaseModel::SfxBaseModel( SfxObjectShell *pObjectShell )  in DBG_NAME()
554 SfxBaseModel::~SfxBaseModel() in ~SfxBaseModel()
563 uno::Any SAL_CALL SfxBaseModel::queryInterface( const UNOTYPE& rType ) throw( uno::RuntimeException… in queryInterface()
577 void SAL_CALL SfxBaseModel::acquire() throw( ) in acquire()
590 void SAL_CALL SfxBaseModel::release() throw( ) in release()
618 uno::Sequence< UNOTYPE > SAL_CALL SfxBaseModel::getTypes() throw( uno::RuntimeException ) in getTypes()
635 uno::Sequence< sal_Int8 > SAL_CALL SfxBaseModel::getImplementationId() throw( uno::RuntimeException… in getImplementationId()
678 uno::Reference< XNAMECONTAINER > SAL_CALL SfxBaseModel::getLibraryContainer() throw( uno::RuntimeEx… in getLibraryContainer()
695 void SAL_CALL SfxBaseModel::createLibrary( const ::rtl::OUString& LibName, const ::rtl::OUString& P… in createLibrary()
712 void SAL_CALL SfxBaseModel::addModule( const ::rtl::OUString& LibraryName, const ::rtl::OUString& M… in addModule()
729 void SAL_CALL SfxBaseModel::addDialog( const ::rtl::OUString& LibraryName, const ::rtl::OUString& D… in addDialog()
748 uno::Reference< uno::XInterface > SAL_CALL SfxBaseModel::getParent() throw( uno::RuntimeException ) in getParent()
759 void SAL_CALL SfxBaseModel::setParent(const uno::Reference< uno::XInterface >& Parent) throw(NOSUPP… in setParent()
769 void SAL_CALL SfxBaseModel::dispose() throw(::com::sun::star::uno::RuntimeException) in dispose()
833 void SAL_CALL SfxBaseModel::addEventListener( const uno::Reference< XEVENTLISTENER >& aListener ) in addEventListener()
844 void SAL_CALL SfxBaseModel::removeEventListener( const uno::Reference< XEVENTLISTENER >& aListener ) in removeEventListener()
855 uno::Reference< document::XDocumentInfo > SAL_CALL SfxBaseModel::getDocumentInfo() throw(::com::sun… in getDocumentInfo()
874 ((SfxBaseModel*)this)->m_pData->m_xDocumentInfo = xDocInfo; in getDocumentInfo()
900 SfxBaseModel::getDocumentProperties() in getDocumentProperties()
924 void SAL_CALL SfxBaseModel::disposing( const lang::EventObject& aObject ) in disposing()
947 sal_Bool SAL_CALL SfxBaseModel::attachResource( const ::rtl::OUString& rURL , in attachResource()
1034 ::rtl::OUString SAL_CALL SfxBaseModel::getURL() throw(::com::sun::star::uno::RuntimeException) in getURL()
1044 uno::Sequence< beans::PropertyValue > SAL_CALL SfxBaseModel::getArgs() throw(::com::sun::star::uno:… in getArgs()
1143 void SAL_CALL SfxBaseModel::connectController( const uno::Reference< frame::XController >& xControl… in connectController()
1173 void SAL_CALL SfxBaseModel::disconnectController( const uno::Reference< frame::XController >& xCont… in disconnectController()
1246 void SAL_CALL SfxBaseModel::lockControllers() throw(::com::sun::star::uno::RuntimeException) in lockControllers()
1265 void SAL_CALL SfxBaseModel::unlockControllers() throw(::com::sun::star::uno::RuntimeException) in unlockControllers()
1284 sal_Bool SAL_CALL SfxBaseModel::hasControllersLocked() throw(::com::sun::star::uno::RuntimeExceptio… in hasControllersLocked()
1294 uno::Reference< frame::XController > SAL_CALL SfxBaseModel::getCurrentController() throw(::com::sun… in getCurrentController()
1310 void SAL_CALL SfxBaseModel::setCurrentController( const uno::Reference< frame::XController >& xCurr… in setCurrentController()
1322 uno::Reference< uno::XInterface > SAL_CALL SfxBaseModel::getCurrentSelection() throw(::com::sun::st… in getCurrentSelection()
1346 sal_Bool SAL_CALL SfxBaseModel::disableSetModified() throw (::com::sun::star::uno::RuntimeException) in disableSetModified()
1359 sal_Bool SAL_CALL SfxBaseModel::enableSetModified() throw (::com::sun::star::uno::RuntimeException) in enableSetModified()
1372 sal_Bool SAL_CALL SfxBaseModel::isSetModifiedEnabled() throw (::com::sun::star::uno::RuntimeExcepti… in isSetModifiedEnabled()
1386 sal_Bool SAL_CALL SfxBaseModel::isModified() throw(::com::sun::star::uno::RuntimeException) in isModified()
1397 void SAL_CALL SfxBaseModel::setModified( sal_Bool bModified ) in setModified()
1410 void SAL_CALL SfxBaseModel::addModifyListener(const uno::Reference< XMODIFYLISTENER >& xListener) t… in addModifyListener()
1421 void SAL_CALL SfxBaseModel::removeModifyListener(const uno::Reference< XMODIFYLISTENER >& xListener… in removeModifyListener()
1432 void SAL_CALL SfxBaseModel::close( sal_Bool bDeliverOwnership ) throw (util::CloseVetoException, un… in close()
1497 void SAL_CALL SfxBaseModel::addCloseListener( const uno::Reference< XCLOSELISTENER >& xListener ) t… in addCloseListener()
1508 void SAL_CALL SfxBaseModel::removeCloseListener( const uno::Reference< XCLOSELISTENER >& xListener … in removeCloseListener()
1519 uno::Sequence< beans::PropertyValue > SAL_CALL SfxBaseModel::getPrinter() throw(::com::sun::star::u… in getPrinter()
1529 void SAL_CALL SfxBaseModel::setPrinter(const uno::Sequence< beans::PropertyValue >& rPrinter) in setPrinter()
1538 void SAL_CALL SfxBaseModel::print(const uno::Sequence< beans::PropertyValue >& rOptions) in print()
1551 sal_Bool SAL_CALL SfxBaseModel::hasLocation() throw(::com::sun::star::uno::RuntimeException) in hasLocation()
1562 ::rtl::OUString SAL_CALL SfxBaseModel::getLocation() throw(::com::sun::star::uno::RuntimeException) in getLocation()
1582 sal_Bool SAL_CALL SfxBaseModel::isReadonly() throw(::com::sun::star::uno::RuntimeException) in isReadonly()
1593 void SAL_CALL SfxBaseModel::storeSelf( const uno::Sequence< beans::PropertyValue >& aSeqArgs ) in storeSelf()
1684 void SAL_CALL SfxBaseModel::store() throw (::com::sun::star::io::IOException, ::com::sun::star::uno… in store()
1693 void SAL_CALL SfxBaseModel::storeAsURL( const ::rtl::OUString& rURL , in storeAsURL()
1722 Reference< XUndoManager > SAL_CALL SfxBaseModel::getUndoManager( ) throw (RuntimeException) in getUndoManager()
1734 void SAL_CALL SfxBaseModel::storeToURL( const ::rtl::OUString& rURL , in storeToURL()
1748 ::sal_Bool SAL_CALL SfxBaseModel::wasModifiedSinceLastSave() throw ( RuntimeException ) in wasModifiedSinceLastSave()
1754 void SAL_CALL SfxBaseModel::storeToRecoveryFile( const ::rtl::OUString& i_TargetLocation, const Seq… in storeToRecoveryFile()
1766 void SAL_CALL SfxBaseModel::recoverFromFile( const ::rtl::OUString& i_SourceLocation, const ::rtl::… in recoverFromFile()
1797 void SAL_CALL SfxBaseModel::initNew() in initNew()
1828 void SAL_CALL SfxBaseModel::load( const uno::Sequence< beans::PropertyValue >& seqArguments ) in load()
1997 uno::Any SAL_CALL SfxBaseModel::getTransferData( const DATAFLAVOR& aFlavor ) in getTransferData()
2262 uno::Sequence< DATAFLAVOR > SAL_CALL SfxBaseModel::getTransferDataFlavors() in getTransferDataFlavors()
2336 sal_Bool SAL_CALL SfxBaseModel::isDataFlavorSupported( const DATAFLAVOR& aFlavor ) in isDataFlavorSupported()
2401 uno::Reference< container::XNameReplace > SAL_CALL SfxBaseModel::getEvents() throw( uno::RuntimeExc… in getEvents()
2417 uno::Reference< script::XStorageBasedLibraryContainer > SAL_CALL SfxBaseModel::getBasicLibraries() … in getBasicLibraries()
2427 uno::Reference< script::XStorageBasedLibraryContainer > SAL_CALL SfxBaseModel::getDialogLibraries()… in getDialogLibraries()
2437 ::sal_Bool SAL_CALL SfxBaseModel::getAllowMacroExecution() throw (RuntimeException) in getAllowMacroExecution()
2450 Reference< document::XEmbeddedScripts > SAL_CALL SfxBaseModel::getScriptContainer() throw (RuntimeE… in getScriptContainer()
2486 void SAL_CALL SfxBaseModel::addEventListener( const uno::Reference< XDOCEVENTLISTENER >& aListener … in addEventListener()
2497 void SAL_CALL SfxBaseModel::removeEventListener( const uno::Reference< XDOCEVENTLISTENER >& aListen… in removeEventListener()
2508 void SAL_CALL SfxBaseModel::addDocumentEventListener( const uno::Reference< document::XDocumentEven… in addDocumentEventListener()
2516 void SAL_CALL SfxBaseModel::removeDocumentEventListener( const uno::Reference< document::XDocumentE… in removeDocumentEventListener()
2524 void SAL_CALL SfxBaseModel::notifyDocumentEvent( const ::rtl::OUString&, const uno::Reference< fram… in notifyDocumentEvent()
2557 void SfxBaseModel::NotifyStorageListeners_Impl() in NotifyStorageListeners_Impl()
2587 void SfxBaseModel::Notify( SfxBroadcaster& rBC , in Notify()
2706 void SfxBaseModel::NotifyModifyListeners_Impl() const in NotifyModifyListeners_Impl()
2717 m_pData->m_bModifiedSinceLastSave = const_cast< SfxBaseModel* >( this )->isModified(); in NotifyModifyListeners_Impl()
2720 void SfxBaseModel::changing() in changing()
2731 void SfxBaseModel::impl_change() in impl_change()
2744 SfxObjectShell* SfxBaseModel::GetObjectShell() const in GetObjectShell()
2749 SfxObjectShell* SfxBaseModel::impl_getObjectShell() const in impl_getObjectShell()
2758 sal_Bool SfxBaseModel::IsInitialized() const in IsInitialized()
2769 void SfxBaseModel::MethodEntryCheck( const bool i_mustBeInitialized ) const in MethodEntryCheck()
2772 …com::sun::star::lang::DisposedException( ::rtl::OUString(), *const_cast< SfxBaseModel* >( this ) ); in MethodEntryCheck()
2774 …un::star::lang::NotInitializedException( ::rtl::OUString(), *const_cast< SfxBaseModel* >( this ) ); in MethodEntryCheck()
2777 sal_Bool SfxBaseModel::impl_isDisposed() const in impl_isDisposed()
2786 ::rtl::OUString SfxBaseModel::GetMediumFilterName_Impl() in GetMediumFilterName_Impl()
2799 void SfxBaseModel::impl_store( const ::rtl::OUString& sURL , in impl_store()
3057 void SfxBaseModel::postEvent_Impl( const ::rtl::OUString& aName, const uno::Reference< frame::XCont… in postEvent_Impl()
3104 uno::Reference < container::XIndexAccess > SAL_CALL SfxBaseModel::getViewData() throw(::com::sun::s… in getViewData()
3147 void SAL_CALL SfxBaseModel::setViewData( const uno::Reference < container::XIndexAccess >& aData ) … in setViewData()
3155 void SfxBaseModel::notifyEvent( const ::com::sun::star::document::EventObject& aEvent ) const in notifyEvent()
3182 sal_Bool SfxBaseModel::hasEventListeners() const in hasEventListeners()
3187 void SAL_CALL SfxBaseModel::addPrintJobListener( const uno::Reference< view::XPrintJobListener >& x… in addPrintJobListener()
3201 void SAL_CALL SfxBaseModel::removePrintJobListener( const uno::Reference< view::XPrintJobListener >… in removePrintJobListener()
3219 sal_Int64 SAL_CALL SfxBaseModel::getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& a… in getSomething()
3238 void SfxBaseModel::ListenForStorage_Impl( const uno::Reference< embed::XStorage >& xStorage ) in ListenForStorage_Impl()
3253 uno::Reference< XSTORAGE > SAL_CALL SfxBaseModel::getDocumentSubStorage( const ::rtl::OUString& aSt… in getDocumentSubStorage()
3277 Sequence< ::rtl::OUString > SAL_CALL SfxBaseModel::getDocumentSubStoragesNames() in getDocumentSubStoragesNames()
3317 uno::Reference< script::provider::XScriptProvider > SAL_CALL SfxBaseModel::getScriptProvider() in getScriptProvider()
3353 rtl::OUString SfxBaseModel::getRuntimeUID() const in getRuntimeUID()
3360 sal_Bool SfxBaseModel::hasValidSignatures() const in hasValidSignatures()
3423 uno::Reference< ui::XUIConfigurationManager > SAL_CALL SfxBaseModel::getUIConfigurationManager() in getUIConfigurationManager()
3482 SfxObjectShell* pObjShell = SfxBaseModel::GetObjectShell(); in getUIConfigurationManager()
3536 void SAL_CALL SfxBaseModel::setVisualAreaSize( sal_Int64 nAspect, const awt::Size& aSize ) in setVisualAreaSize()
3568 awt::Size SAL_CALL SfxBaseModel::getVisualAreaSize( sal_Int64 /*nAspect*/ ) in getVisualAreaSize()
3599 sal_Int32 SAL_CALL SfxBaseModel::getMapUnit( sal_Int64 /*nAspect*/ ) in getMapUnit()
3611 embed::VisualRepresentation SAL_CALL SfxBaseModel::getPreferredVisualRepresentation( ::sal_Int64 /*… in getPreferredVisualRepresentation()
3635 void SAL_CALL SfxBaseModel::loadFromStorage( const uno::Reference< XSTORAGE >& xStorage, in loadFromStorage()
3674 void SAL_CALL SfxBaseModel::storeToStorage( const uno::Reference< XSTORAGE >& xStorage, in storeToStorage()
3736 void SAL_CALL SfxBaseModel::switchToStorage( const uno::Reference< XSTORAGE >& xStorage ) in switchToStorage()
3761 uno::Reference< XSTORAGE > SAL_CALL SfxBaseModel::getDocumentStorage() in getDocumentStorage()
3775 void SAL_CALL SfxBaseModel::addStorageChangeListener( in addStorageChangeListener()
3785 void SAL_CALL SfxBaseModel::removeStorageChangeListener( in removeStorageChangeListener()
3796 bool SfxBaseModel::impl_getPrintHelper() in impl_getPrintHelper()
3812 void SAL_CALL SfxBaseModel::setIdentifier(const ::rtl::OUString& Identifier) in setIdentifier()
3821 ::rtl::OUString SAL_CALL SfxBaseModel::getIdentifier() in getIdentifier()
3833 css::uno::Reference< css::frame::XTitle > SfxBaseModel::impl_getTitleHelper () in impl_getTitleHelper()
3853 css::uno::Reference< css::frame::XUntitledNumbers > SfxBaseModel::impl_getUntitledHelper () in impl_getUntitledHelper()
3873 ::rtl::OUString SAL_CALL SfxBaseModel::getTitle() in getTitle()
3904 void SAL_CALL SfxBaseModel::setTitle( const ::rtl::OUString& sTitle ) in setTitle()
3916 void SAL_CALL SfxBaseModel::addTitleChangeListener( const css::uno::Reference< css::frame::XTitleCh… in addTitleChangeListener()
3929 void SAL_CALL SfxBaseModel::removeTitleChangeListener( const css::uno::Reference< css::frame::XTitl… in removeTitleChangeListener()
3942 ::sal_Int32 SAL_CALL SfxBaseModel::leaseNumber( const css::uno::Reference< css::uno::XInterface >& … in leaseNumber()
3953 void SAL_CALL SfxBaseModel::releaseNumber( ::sal_Int32 nNumber ) in releaseNumber()
3963 void SAL_CALL SfxBaseModel::releaseNumberForComponent( const css::uno::Reference< css::uno::XInterf… in releaseNumberForComponent()
3973 ::rtl::OUString SAL_CALL SfxBaseModel::getUntitledPrefix() in getUntitledPrefix()
3982 css::uno::Reference< css::container::XEnumeration > SAL_CALL SfxBaseModel::getControllers() in getControllers()
4000 css::uno::Sequence< ::rtl::OUString > SAL_CALL SfxBaseModel::getAvailableViewControllerNames() in getAvailableViewControllerNames()
4016 css::uno::Reference< css::frame::XController2 > SAL_CALL SfxBaseModel::createDefaultViewController(… in createDefaultViewController()
4080 SfxViewFrame* SfxBaseModel::FindOrCreateViewFrame_Impl( const Reference< XFrame >& i_rFrame, ::sfx:… in FindOrCreateViewFrame_Impl()
4131 css::uno::Reference< css::frame::XController2 > SAL_CALL SfxBaseModel::createViewController( in createViewController()
4221 SfxBaseModel::getRDFRepository() throw (uno::RuntimeException) in getRDFRepository()
4236 SfxBaseModel::getStringValue() throw (uno::RuntimeException) in getStringValue()
4251 SfxBaseModel::getNamespace() throw (uno::RuntimeException) in getNamespace()
4265 SfxBaseModel::getLocalName() throw (uno::RuntimeException) in getLocalName()
4280 SfxBaseModel::getElementByMetadataReference( in getElementByMetadataReference()
4296 SfxBaseModel::getElementByURI(const uno::Reference< rdf::XURI > & i_xURI) in getElementByURI()
4311 SfxBaseModel::getMetadataGraphsWithType( in getMetadataGraphsWithType()
4327 SfxBaseModel::addMetadataFile(const ::rtl::OUString & i_rFileName, in addMetadataFile()
4344 SfxBaseModel::importMetadataFile(::sal_Int16 i_Format, in importMetadataFile()
4366 SfxBaseModel::removeMetadataFile( in removeMetadataFile()
4383 SfxBaseModel::addContentOrStylesFile(const ::rtl::OUString & i_rFileName) in addContentOrStylesFile()
4399 SfxBaseModel::removeContentOrStylesFile(const ::rtl::OUString & i_rFileName) in removeContentOrStylesFile()
4415 SfxBaseModel::loadMetadataFromStorage( in loadMetadataFromStorage()
4445 SfxBaseModel::storeMetadataToStorage( in storeMetadataToStorage()
4462 SfxBaseModel::loadMetadataFromMedium( in loadMetadataFromMedium()
4489 SfxBaseModel::storeMetadataToMedium( in storeMetadataToMedium()