Lines Matching refs:SdPage

85 void SdPage::SetPresentationLayout(const String& rLayoutName,  in SetPresentationLayout()
103 SdPage* pMaster; in SetPresentationLayout()
104 SdPage* pFoundMaster = 0; in SetPresentationLayout()
112 pMaster = static_cast<SdPage*>(pModel->GetMasterPage(nMaster)); in SetPresentationLayout()
124 pMaster = static_cast<SdPage*>(pModel->GetMasterPage(nMaster - 1)); in SetPresentationLayout()
269 void SdPage::EndListenOutlineText() in EndListenOutlineText()
295 void SdPage::SetModel(SdrModel* pNewModel) in SetModel()
309 FASTBOOL SdPage::IsReadOnly() const in IsReadOnly()
318 void SdPage::ConnectLink() in ConnectLink()
349 void SdPage::DisconnectLink() in DisconnectLink()
368 SdPage::SdPage(const SdPage& rSrcPage) in SdPage() function in SdPage
416 SdrPage* SdPage::Clone() const in Clone()
421 SdrPage* SdPage::Clone(SdrModel* pNewModel) const in Clone()
426 SdPage* pNewPage = new SdPage(*this); in Clone()
451 SfxStyleSheet* SdPage::GetTextStyleSheetForObject( SdrObject* pObj ) const in GetTextStyleSheetForObject()
453 const PresObjKind eKind = ((SdPage*)this)->GetPresObjKind(pObj); in GetTextStyleSheetForObject()
456 return ((SdPage*)this)->GetStyleSheetForPresObj(eKind); in GetTextStyleSheetForObject()
462 SfxItemSet* SdPage::getOrCreateItems() in getOrCreateItems()
471 sal_Bool SdPage::setAlienAttributes( const com::sun::star::uno::Any& rAttributes ) in setAlienAttributes()
485 void SdPage::getAlienAttributes( com::sun::star::uno::Any& rAttributes ) in getAlienAttributes()
500 void SdPage::RemoveEmptyPresentationObjects() in RemoveEmptyPresentationObjects()
516 sal_Int16 SdPage::getTransitionType (void) const in getTransitionType()
521 void SdPage::setTransitionType( sal_Int16 nTransitionType ) in setTransitionType()
527 sal_Int16 SdPage::getTransitionSubtype (void) const in getTransitionSubtype()
532 void SdPage::setTransitionSubtype ( sal_Int16 nTransitionSubtype ) in setTransitionSubtype()
538 sal_Bool SdPage::getTransitionDirection (void) const in getTransitionDirection()
543 void SdPage::setTransitionDirection ( sal_Bool bTransitionbDirection ) in setTransitionDirection()
549 sal_Int32 SdPage::getTransitionFadeColor (void) const in getTransitionFadeColor()
554 void SdPage::setTransitionFadeColor ( sal_Int32 nTransitionFadeColor ) in setTransitionFadeColor()
560 double SdPage::getTransitionDuration (void) const in getTransitionDuration()
565 void SdPage::setTransitionDuration ( double fTranstionDuration ) in setTransitionDuration()
572 extern void createAnnotation( Reference< XAnnotation >& xAnnotation, SdPage* pPage );
576 void SdPage::createAnnotation( ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotat… in createAnnotation()
581 void SdPage::addAnnotation( const Reference< XAnnotation >& xAnnotation, int nIndex ) in addAnnotation()
609 void SdPage::removeAnnotation( const Reference< XAnnotation >& xAnnotation ) in removeAnnotation()