Lines Matching refs:SdXImpressDocument

211 SdXImpressDocument::SdXImpressDocument (::sd::DrawDocShell* pShell, bool bClipBoard ) throw()  in SdXImpressDocument()  function in SdXImpressDocument
230 SdXImpressDocument::SdXImpressDocument( SdDrawDocument* pDoc, bool bClipBoard ) throw() in SdXImpressDocument() function in SdXImpressDocument
252 SdXImpressDocument::~SdXImpressDocument() throw() in ~SdXImpressDocument()
292 uno::Any SAL_CALL SdXImpressDocument::queryInterface( const uno::Type & rType ) throw(uno::RuntimeE… in queryInterface()
318 void SAL_CALL SdXImpressDocument::acquire() throw ( ) in acquire()
323 void SAL_CALL SdXImpressDocument::release() throw ( ) in release()
348 const ::com::sun::star::uno::Sequence< sal_Int8 > & SdXImpressDocument::getUnoTunnelId() throw() in getUnoTunnelId()
364 SdXImpressDocument* SdXImpressDocument::getImplementation( const uno::Reference< uno::XInterface >&… in getImplementation()
368 …return reinterpret_cast<SdXImpressDocument*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething( S… in getImplementation()
373 sal_Int64 SAL_CALL SdXImpressDocument::getSomething( const ::com::sun::star::uno::Sequence< sal_Int… in getSomething()
377 …if( (0 == rtl_compareMemory( SdXImpressDocument::getUnoTunnelId().getConstArray(), rIdentifier.get… in getSomething()
388 uno::Sequence< uno::Type > SAL_CALL SdXImpressDocument::getTypes( ) throw(uno::RuntimeException) in getTypes()
428 uno::Sequence< sal_Int8 > SAL_CALL SdXImpressDocument::getImplementationId( ) throw(uno::RuntimeEx… in getImplementationId()
444 void SdXImpressDocument::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
496 SdPage* SdXImpressDocument::InsertSdPage( sal_uInt16 nPage, sal_Bool bDuplicate ) throw() in InsertSdPage()
606 void SdXImpressDocument::SetModified( sal_Bool bModified /* = sal_True */ ) throw() in SetModified()
613 void SAL_CALL SdXImpressDocument ::lockControllers( ) in lockControllers()
624 void SAL_CALL SdXImpressDocument::unlockControllers( ) in unlockControllers()
638 sal_Bool SAL_CALL SdXImpressDocument::hasControllersLocked( ) in hasControllersLocked()
653 uno::Reference < container::XIndexAccess > SAL_CALL SdXImpressDocument::getViewData() throw( uno::R… in getViewData()
696 void SAL_CALL SdXImpressDocument::setViewData( const uno::Reference < container::XIndexAccess >& xD… in setViewData()
744 uno::Reference< drawing::XDrawPage > SAL_CALL SdXImpressDocument::duplicate( const uno::Reference< … in duplicate()
773 uno::Reference< drawing::XDrawPages > SAL_CALL SdXImpressDocument::getDrawPages() in getDrawPages()
793 uno::Reference< drawing::XDrawPages > SAL_CALL SdXImpressDocument::getMasterPages() in getMasterPages()
814 uno::Reference< container::XNameAccess > SAL_CALL SdXImpressDocument::getLayerManager( ) in getLayerManager()
831 uno::Reference< container::XNameContainer > SAL_CALL SdXImpressDocument::getCustomPresentations() in getCustomPresentations()
847 extern uno::Reference< presentation::XPresentation > createPresentation( SdXImpressDocument& rModel…
850 uno::Reference< presentation::XPresentation > SAL_CALL SdXImpressDocument::getPresentation() in getPresentation()
862 uno::Reference< drawing::XDrawPage > SAL_CALL SdXImpressDocument::getHandoutMasterPage() in getHandoutMasterPage()
883 uno::Reference< uno::XInterface > SAL_CALL SdXImpressDocument::createInstance( const OUString& aSer… in createInstance()
1142 new SdXShape( SvxShape::getImplementation( xShape ), (SdXImpressDocument*)this ); in createInstance()
1150 uno::Sequence< OUString > SAL_CALL SdXImpressDocument::getAvailableServiceNames() in getAvailableServiceNames()
1217 OUString SAL_CALL SdXImpressDocument::getImplementationName() in getImplementationName()
1223 sal_Bool SAL_CALL SdXImpressDocument::supportsService( const OUString& ServiceName ) in supportsService()
1243 uno::Sequence< OUString > SAL_CALL SdXImpressDocument::getSupportedServiceNames() throw(uno::Runtim… in getSupportedServiceNames()
1263 uno::Reference< beans::XPropertySetInfo > SAL_CALL SdXImpressDocument::getPropertySetInfo( ) in getPropertySetInfo()
1270 void SAL_CALL SdXImpressDocument::setPropertyValue( const OUString& aPropertyName, const uno::Any& … in setPropertyValue()
1344 uno::Any SAL_CALL SdXImpressDocument::getPropertyValue( const OUString& PropertyName ) in getPropertyValue()
1422 void SAL_CALL SdXImpressDocument::addPropertyChangeListener( const OUString& , const uno::Reference… in addPropertyChangeListener()
1423 void SAL_CALL SdXImpressDocument::removePropertyChangeListener( const OUString& , const uno::Refere… in removePropertyChangeListener()
1424 void SAL_CALL SdXImpressDocument::addVetoableChangeListener( const OUString& , const uno::Reference… in addVetoableChangeListener()
1425 void SAL_CALL SdXImpressDocument::removeVetoableChangeListener( const OUString& , const uno::Refere… in removeVetoableChangeListener()
1428 uno::Reference< container::XNameAccess > SAL_CALL SdXImpressDocument::getLinks() in getLinks()
1443 uno::Reference< container::XNameAccess > SAL_CALL SdXImpressDocument::getStyleFamilies( ) in getStyleFamilies()
1456 uno::Reference< com::sun::star::ucb::XAnyCompare > SAL_CALL SdXImpressDocument::createAnyCompareByN… in createAnyCompareByName()
1463 sal_Int32 SAL_CALL SdXImpressDocument::getRendererCount( const uno::Any& rSelection, in getRendererCount()
1496 uno::Sequence< beans::PropertyValue > SAL_CALL SdXImpressDocument::getRenderer( sal_Int32 , const u… in getRenderer()
1855 void SAL_CALL SdXImpressDocument::render( sal_Int32 nRenderer, const uno::Any& rSelection, in render()
2198 uno::Reference< i18n::XForbiddenCharacters > SdXImpressDocument::getForbiddenCharsTable() in getForbiddenCharsTable()
2208 void SdXImpressDocument::initializeDocument() in initializeDocument()
2230 void SAL_CALL SdXImpressDocument::dispose() throw (::com::sun::star::uno::RuntimeException) in dispose()
2336 SdDrawPagesAccess::SdDrawPagesAccess( SdXImpressDocument& rMyModel ) throw() in SdDrawPagesAccess()
2592 SdMasterPagesAccess::SdMasterPagesAccess( SdXImpressDocument& rMyModel ) throw() in SdMasterPagesAccess()
2846 SdDocLinkTargets::SdDocLinkTargets( SdXImpressDocument& rMyModel ) throw() in SdDocLinkTargets()
3032 rtl::Reference< SdXImpressDocument > SdXImpressDocument::GetModel( SdDrawDocument* pDocument ) in GetModel()
3034 rtl::Reference< SdXImpressDocument > xRet; in GetModel()
3042 xRet.set( dynamic_cast< SdXImpressDocument* >( xModel.get() ) ); in GetModel()
3051 rtl::Reference< SdXImpressDocument > xModel( SdXImpressDocument::GetModel( pDocument ) ); in NotifyDocumentEvent()
3063 rtl::Reference< SdXImpressDocument > xModel( SdXImpressDocument::GetModel( pDocument ) ); in NotifyDocumentEvent()