Home
last modified time | relevance | path

Searched refs:pMasterPage (Results 1 – 18 of 18) sorted by last modified time

/trunk/main/sd/source/core/
H A Dsdpage.cxx759 SdPage* pMasterPage = this; in CreateTitleAndLayout() local
763 pMasterPage = (SdPage*)(&(TRG_GetMasterPage())); in CreateTitleAndLayout()
766 if (!pMasterPage) in CreateTitleAndLayout()
776 pMasterPage->EnsureMasterPageDefaultBackground(); in CreateTitleAndLayout()
789 pMasterPage->RemoveObject(pObj->GetOrdNum()); in CreateTitleAndLayout()
823 pMasterPage->CreateDefaultPresObj(PRESOBJ_TITLE, true); in CreateTitleAndLayout()
847 pMasterPage->CreateDefaultPresObj( PRESOBJ_FOOTER, true ); in CreateTitleAndLayout()
2773 if(pMasterPage) in setHeaderFooterSettings()
2777 pCandidate = pMasterPage->GetPresObj( PRESOBJ_HEADER ); in setHeaderFooterSettings()
2785 pCandidate = pMasterPage->GetPresObj( PRESOBJ_DATETIME ); in setHeaderFooterSettings()
[all …]
H A Dstlfamily.cxx110 …amily::SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, const SdPage* pMasterPage ) in SdStyleFamily() argument
115 mpImpl->mxMasterPage.reset( const_cast< SdPage* >( pMasterPage ) ); in SdStyleFamily()
H A Ddrawdoc3.cxx1352 void SdDrawDocument::RemoveUnnecessaryMasterPages(SdPage* pMasterPage, sal_Bool bOnlyDuplicatePages… in RemoveUnnecessaryMasterPages() argument
1374 SdPage* pMaster = pMasterPage; in RemoveUnnecessaryMasterPages()
1492 if (pMasterPage) in RemoveUnnecessaryMasterPages()
/trunk/main/sw/source/core/doc/
H A Ddocdraw.cxx635 SdrPage* pMasterPage = pDrawModel->AllocPage( sal_False ); in InitDrawModel() local
636 pDrawModel->InsertPage( pMasterPage ); in InitDrawModel()
673 SdrPage* pDrawPage = pMasterPage; in InitDrawModel()
/trunk/main/sd/source/ui/view/
H A Ddrviews2.cxx267 SdPage* pMasterPage = GetDoc()->GetMasterSdPage( in FuTemporary() local
269 pMasterPage->CreateTitleAndLayout (sal_True,sal_True); in FuTemporary()
H A DViewClipboard.cxx65 SdPage* pMasterPage = GetFirstMasterPage (rTransferable); in HandlePageDrop() local
66 if (pMasterPage != NULL) in HandlePageDrop()
67 AssignMasterPage (rTransferable, pMasterPage); in HandlePageDrop()
136 SdPage* pMasterPage) in AssignMasterPage() argument
140 if (pMasterPage == NULL) in AssignMasterPage()
172 String sLayoutName (pMasterPage->GetLayoutName()); in AssignMasterPage()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx2419 SdMasterPage* pMasterPage = SdMasterPage::getImplementation( xMasterPage ); in setMasterPage() local
2420 if( pMasterPage && pMasterPage->isValid() ) in setMasterPage()
2424 SdPage* pSdPage = (SdPage*) pMasterPage->GetSdrPage(); in setMasterPage()
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageObserver.cxx193 SdPage* pMasterPage = rDocument.GetMasterSdPage (nIndex, PK_STANDARD); in RegisterDocument() local
194 if (pMasterPage != NULL) in RegisterDocument()
195 aMasterPageSet.insert (pMasterPage->GetName()); in RegisterDocument()
330 SdPage* pMasterPage = rDocument.GetMasterSdPage (nIndex, PK_STANDARD); in AnalyzeUsedMasterPages() local
331 if (pMasterPage != NULL) in AnalyzeUsedMasterPages()
332 aCurrentMasterPages.insert (pMasterPage->GetName()); in AnalyzeUsedMasterPages()
335 ::rtl::OUStringToOString(pMasterPage->GetName(), in AnalyzeUsedMasterPages()
H A DMasterPagesSelector.cxx401 SdPage* pMasterPage = NULL; in GetSelectedMasterPage() local
406 pMasterPage = mpContainer->GetPageObjectForToken(pData->second); in GetSelectedMasterPage()
408 return pMasterPage; in GetSelectedMasterPage()
417 void MasterPagesSelector::AssignMasterPageToAllSlides (SdPage* pMasterPage) in AssignMasterPageToAllSlides() argument
421 if (pMasterPage == NULL) in AssignMasterPageToAllSlides()
431 String sFullLayoutName (pMasterPage->GetLayoutName()); in AssignMasterPageToAllSlides()
444 AssignMasterPageToPageList(pMasterPage, pPageList); in AssignMasterPageToAllSlides()
456 SdPage* pMasterPage) in AssignMasterPageToSelectedSlides() argument
464 if (pMasterPage == NULL) in AssignMasterPageToSelectedSlides()
477 AssignMasterPageToPageList(pMasterPage, pPageSelection); in AssignMasterPageToSelectedSlides()
[all …]
H A DMasterPagesSelector.hxx89 SdPage* pMasterPage,
161 void AssignMasterPageToAllSlides (SdPage* pMasterPage);
168 void AssignMasterPageToSelectedSlides (SdPage* pMasterPage);
171 SdPage* pMasterPage,
H A DRecentMasterPagesSelector.cxx120 SdPage* pMasterPage = mrDocument.GetMasterSdPage (nIndex, PK_STANDARD); in Fill() local
121 if (pMasterPage != NULL) in Fill()
122 aCurrentNames.insert (pMasterPage->GetName()); in Fill()
152 SdPage* pMasterPage, in AssignMasterPageToPageList() argument
157 MasterPagesSelector::AssignMasterPageToPageList(pMasterPage, rpPageList); in AssignMasterPageToPageList()
H A DRecentMasterPagesSelector.hxx60 SdPage* pMasterPage,
H A DCurrentMasterPagesSelector.cxx143 SdPage* pMasterPage; in Fill() local
150 if (pMasterPage == NULL) in Fill()
154 String sName (pMasterPage->GetName()); in Fill()
168 pMasterPage->GetName(), in Fill()
170 pMasterPage->IsPrecious(), in Fill()
219 if (pMasterPage != NULL) in UpdateSelection()
220 aNames.insert (pMasterPage->GetName()); in UpdateSelection()
246 SdPage* pMasterPage = GetSelectedMasterPage(); in ExecuteCommand() local
247 if (pMasterPage != NULL in ExecuteCommand()
248 && mrDocument.GetMasterPageUserCount(pMasterPage) == 0) in ExecuteCommand()
[all …]
H A DDocumentHelper.cxx48 SdPage* pMasterPage) in CopyMasterPageToLocalDocument() argument
54 if (pMasterPage == NULL) in CopyMasterPageToLocalDocument()
170 if (pMasterPage != NULL) in GetSlideForMasterPage()
216 SdPage* pMasterPage) in AddMasterPage() argument
220 if (pMasterPage!=NULL) in AddMasterPage()
304 SdPage* pMasterPage, in AssignMasterPageToPageList() argument
309 if (pMasterPage == NULL && pMasterPage->IsMasterPage()) in AssignMasterPageToPageList()
367 SdPage* pMasterPage, in AddMasterPage() argument
372 if (pMasterPage!=NULL) in AddMasterPage()
425 SdPage* pMasterPage, in AssignMasterPageToPage() argument
[all …]
H A DDocumentHelper.hxx44 SdPage* pMasterPage);
49 static SdPage* GetSlideForMasterPage (SdPage* pMasterPage);
71 SdPage* pMasterPage,
77 SdPage* pMasterPage);
80 SdPage* pMasterPage,
84 SdPage* pMasterPage,
102 SdPage* pMasterPage,
/trunk/main/sd/source/ui/inc/
H A DViewClipboard.hxx64 SdPage* pMasterPage);
/trunk/main/sd/source/ui/func/
H A Dfupage.cxx422 SdPage *pMasterPage = mpDoc->GetMasterSdPage(i, ePageKind); in ExecuteDialog() local
424 pMasterPage->getPresentationStyle(HID_PSEUDOSHEET_BACKGROUND); in ExecuteDialog()
512 SdPage* pMasterPage = mpPage->IsMasterPage() ? mpPage : &(SdPage&)(mpPage->TRG_GetMasterPage()); in ApplyItemSet() local
513 sal_Bool bFullSize = pMasterPage->IsBackgroundFullSize(); in ApplyItemSet()
567 if(pMasterPage->IsBackgroundFullSize() != bFullSize ) in ApplyItemSet()
/trunk/main/sd/inc/
H A Dstlfamily.hxx59 SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, const SdPage* pMasterPage );

Completed in 122 milliseconds