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()
500 … String aOldLayoutName(((SdDrawDocument*) this)->GetMasterSdPage(i, PK_STANDARD)->GetLayoutName()); in AllocModel()
511 SdDrawDocument* pDoc = (SdDrawDocument*) this; in AllocModel()
520 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()
733 void SdDrawDocument::UpdateAllLinks() in UpdateAllLinks()
749 void SdDrawDocument::NewOrLoadCompleted( SdPage* pPage, SdStyleSheetPool* pSPool ) in NewOrLoadCompleted()
845 ::sd::Outliner* SdDrawDocument::GetOutliner(sal_Bool bCreateOutliner) in GetOutliner()
869 ::sd::Outliner* SdDrawDocument::GetInternalOutliner(sal_Bool bCreateOutliner) in GetInternalOutliner()
906 void SdDrawDocument::SetOnlineSpell(sal_Bool bIn) in SetOnlineSpell()
963 uno::Reference< uno::XInterface > SdDrawDocument::createUnoModel() in createUnoModel()
979 SvxNumType SdDrawDocument::GetPageNumType() const in GetPageNumType()
987 void SdDrawDocument::SetPrinterIndependentLayout (sal_Int32 nMode) in SetPrinterIndependentLayout()
1016 sal_Int32 SdDrawDocument::GetPrinterIndependentLayout (void) in GetPrinterIndependentLayout()
1021 bool SdDrawDocument::IsStartWithPresentation() const in IsStartWithPresentation()
1026 void SdDrawDocument::SetStartWithPresentation( bool bStartWithPresentation ) in SetStartWithPresentation()
1032 void SdDrawDocument::PageListChanged() in PageListChanged()
1038 void SdDrawDocument::MasterPageListChanged() in MasterPageListChanged()
1043 void SdDrawDocument::SetCalcFieldValueHdl(::Outliner* pOutliner) in SetCalcFieldValueHdl()
1048 sal_uInt16 SdDrawDocument::GetAnnotationAuthorIndex( const rtl::OUString& rAuthor ) in GetAnnotationAuthorIndex()