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
381 SdDrawDocument::~SdDrawDocument() in ~SdDrawDocument()
465 SdrModel* SdDrawDocument::AllocModel() const in AllocModel()
467 SdDrawDocument* pNewModel = NULL; in AllocModel()
499 … String aOldLayoutName(((SdDrawDocument*) this)->GetMasterSdPage(i, PK_STANDARD)->GetLayoutName()); in AllocModel()
510 SdDrawDocument* pDoc = (SdDrawDocument*) this; in AllocModel()
519 pNewModel = new SdDrawDocument(meDocType, NULL); in AllocModel()
534 SdrPage* SdDrawDocument::AllocPage(FASTBOOL bMasterPage) in AllocPage()
545 void SdDrawDocument::SetChanged(sal_Bool bFlag) in SetChanged()
571 void SdDrawDocument::NbcSetChanged(sal_Bool bFlag) in NbcSetChanged()
586 void SdDrawDocument::NewOrLoadCompleted(DocCreationMode eMode) in NewOrLoadCompleted()
734 void SdDrawDocument::UpdateAllLinks() in UpdateAllLinks()
750 void SdDrawDocument::NewOrLoadCompleted( SdPage* pPage, SdStyleSheetPool* pSPool ) in NewOrLoadCompleted()
846 ::sd::Outliner* SdDrawDocument::GetOutliner(sal_Bool bCreateOutliner) in GetOutliner()
871 ::sd::Outliner* SdDrawDocument::GetInternalOutliner(sal_Bool bCreateOutliner) in GetInternalOutliner()
908 void SdDrawDocument::SetOnlineSpell(sal_Bool bIn) in SetOnlineSpell()
965 uno::Reference< uno::XInterface > SdDrawDocument::createUnoModel() in createUnoModel()
981 SvxNumType SdDrawDocument::GetPageNumType() const in GetPageNumType()
989 void SdDrawDocument::SetPrinterIndependentLayout (sal_Int32 nMode) in SetPrinterIndependentLayout()
1018 sal_Int32 SdDrawDocument::GetPrinterIndependentLayout (void) in GetPrinterIndependentLayout()
1023 bool SdDrawDocument::IsStartWithPresentation() const in IsStartWithPresentation()
1028 void SdDrawDocument::SetStartWithPresentation( bool bStartWithPresentation ) in SetStartWithPresentation()
1034 void SdDrawDocument::PageListChanged() in PageListChanged()
1040 void SdDrawDocument::MasterPageListChanged() in MasterPageListChanged()
1045 void SdDrawDocument::SetCalcFieldValueHdl(::Outliner* pOutliner) in SetCalcFieldValueHdl()
1050 sal_uInt16 SdDrawDocument::GetAnnotationAuthorIndex( const rtl::OUString& rAuthor ) in GetAnnotationAuthorIndex()