Lines Matching refs:SdDrawDocument

104 TYPEINIT1( SdDrawDocument, FmFormModel );
106 SdDrawDocument* SdDrawDocument::pDocLockedInsertingLinks = NULL;
149 SdDrawDocument::SdDrawDocument(DocumentType eType, SfxObjectShell* pDrDocSh) in SdDrawDocument() function in SdDrawDocument
383 SdDrawDocument::~SdDrawDocument() in ~SdDrawDocument()
467 SdrModel* SdDrawDocument::AllocModel() const in AllocModel()
469 SdDrawDocument* pNewModel = NULL; in AllocModel()
501 … String aOldLayoutName(((SdDrawDocument*) this)->GetMasterSdPage(i, PK_STANDARD)->GetLayoutName()); in AllocModel()
512 SdDrawDocument* pDoc = (SdDrawDocument*) this; in AllocModel()
521 pNewModel = new SdDrawDocument(meDocType, NULL); in AllocModel()
536 SdrPage* SdDrawDocument::AllocPage(FASTBOOL bMasterPage) in AllocPage()
547 void SdDrawDocument::SetChanged(sal_Bool bFlag) in SetChanged()
573 void SdDrawDocument::NbcSetChanged(sal_Bool bFlag) in NbcSetChanged()
588 void SdDrawDocument::NewOrLoadCompleted(DocCreationMode eMode) in NewOrLoadCompleted()
736 void SdDrawDocument::UpdateAllLinks() in UpdateAllLinks()
752 void SdDrawDocument::NewOrLoadCompleted( SdPage* pPage, SdStyleSheetPool* pSPool ) in NewOrLoadCompleted()
848 ::sd::Outliner* SdDrawDocument::GetOutliner(sal_Bool bCreateOutliner) in GetOutliner()
873 ::sd::Outliner* SdDrawDocument::GetInternalOutliner(sal_Bool bCreateOutliner) in GetInternalOutliner()
910 void SdDrawDocument::SetOnlineSpell(sal_Bool bIn) in SetOnlineSpell()
967 uno::Reference< uno::XInterface > SdDrawDocument::createUnoModel() in createUnoModel()
983 SvxNumType SdDrawDocument::GetPageNumType() const in GetPageNumType()
991 void SdDrawDocument::SetPrinterIndependentLayout (sal_Int32 nMode) in SetPrinterIndependentLayout()
1020 sal_Int32 SdDrawDocument::GetPrinterIndependentLayout (void) in GetPrinterIndependentLayout()
1025 bool SdDrawDocument::IsStartWithPresentation() const in IsStartWithPresentation()
1030 void SdDrawDocument::SetStartWithPresentation( bool bStartWithPresentation ) in SetStartWithPresentation()
1036 void SdDrawDocument::PageListChanged() in PageListChanged()
1042 void SdDrawDocument::MasterPageListChanged() in MasterPageListChanged()
1047 void SdDrawDocument::SetCalcFieldValueHdl(::Outliner* pOutliner) in SetCalcFieldValueHdl()
1052 sal_uInt16 SdDrawDocument::GetAnnotationAuthorIndex( const rtl::OUString& rAuthor ) in GetAnnotationAuthorIndex()