Searched refs:getThis (Results 1 – 12 of 12) sorted by relevance
/trunk/main/dbaccess/source/ui/misc/ |
H A D | dbaundomanager.cxx | 95 virtual Reference< XUndoManager > getThis(); 105 Reference< XUndoManager > UndoManager_Impl::getThis() in getThis() function in dbaui::UndoManager_Impl 154 throw DisposedException( ::rtl::OUString(), i_impl.getThis() ); in UndoManagerMethodGuard() 387 throw NoSupportException( ::rtl::OUString(), m_pImpl->getThis() ); in setParent()
|
/trunk/main/chart2/source/model/main/ |
H A D | UndoManager.cxx | 96 virtual Reference< XUndoManager > getThis(); 135 Reference< XUndoManager > UndoManager_Impl::getThis() in getThis() function in chart::impl::UndoManager_Impl 154 throw DisposedException( ::rtl::OUString(), getThis() ); in checkDisposed_lck() 405 throw NoSupportException( ::rtl::OUString(), m_pImpl->getThis() ); in setParent()
|
/trunk/main/sfx2/source/doc/ |
H A D | docundomanager.cxx | 107 virtual Reference< XUndoManager > getThis(); 148 Reference< XUndoManager > DocumentUndoManager_Impl::getThis() in getThis() function in sfx2::DocumentUndoManager_Impl 449 throw NoSupportException( ::rtl::OUString(), m_pImpl->getThis() ); in setParent()
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | databasedocument.hxx | 279 virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getThis() const; 464 throw ::com::sun::star::lang::NotInitializedException( ::rtl::OUString(), getThis() ); in checkInitialized() 476 throw ::com::sun::star::lang::NotInitializedException( ::rtl::OUString(), getThis() ); in checkNotUninitilized() 485 … throw ::com::sun::star::frame::DoubleInitializationException( ::rtl::OUString(), getThis() ); in checkNotInitialized()
|
H A D | ModelImpl.hxx | 541 … virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getThis() const = 0; 570 …sposedException( ::rtl::OUString::createFromAscii( "Component is already disposed." ), getThis() ); in checkDisposed()
|
H A D | datasource.hxx | 271 virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getThis() const;
|
H A D | databasedocument.cxx | 1981 Reference< XInterface > ODatabaseDocument::getThis() const in getThis() function in dbaccess::ODatabaseDocument 2053 uno::Reference< frame::XModel > xThis (getThis(), uno::UNO_QUERY_THROW); in impl_getTitleHelper_throw()
|
H A D | datasource.cxx | 1462 Reference< XInterface > ODatabaseSource::getThis() const in getThis() function in dbaccess::ODatabaseSource
|
/trunk/main/framework/inc/framework/ |
H A D | undomanagerhelper.hxx | 80 getThis() = 0;
|
/trunk/main/framework/source/fwe/helper/ |
H A D | undomanagerhelper.cxx | 264 return m_rUndoManagerImplementation.getThis(); in getXUndoManager() 591 m_rUndoManagerImplementation.getThis() in impl_enterUndoContext()
|
/trunk/main/extensions/test/ole/idl/ |
H A D | oletest.idl | 300 com::sun::star::uno::XInterface getThis();
|
/trunk/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 332 virtual Reference< XInterface > SAL_CALL getThis( ) throw (RuntimeException); 2079 Reference< XInterface > SAL_CALL OComponent::getThis( ) throw (RuntimeException) in getThis() function in OComponent
|
Completed in 65 milliseconds