Home
last modified time | relevance | path

Searched refs:pClonedMasterPage (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sd/source/ui/sidebar/
H A DDocumentHelper.cxx218 SdPage* pClonedMasterPage = NULL; in AddMasterPage() local
225 pClonedMasterPage = static_cast<SdPage*>(pMasterPage->Clone()); in AddMasterPage()
231 ProvideStyles (*pSourceDocument, rTargetDocument, pClonedMasterPage); in AddMasterPage()
234 pClonedMasterPage->SetPrecious(pMasterPage->IsPrecious()); in AddMasterPage()
238 rTargetDocument.InsertMasterPage (pClonedMasterPage); in AddMasterPage()
242 pClonedMasterPage = NULL; in AddMasterPage()
247 pClonedMasterPage = NULL; in AddMasterPage()
252 pClonedMasterPage = NULL; in AddMasterPage()
257 return pClonedMasterPage; in AddMasterPage()
370 SdPage* pClonedMasterPage = NULL; in AddMasterPage() local
[all …]