Home
last modified time | relevance | path

Searched refs:IsMasterPage (Results 26 – 43 of 43) sorted by relevance

12

/aoo41x/main/sd/source/core/
H A Ddrawdoc2.cxx485 …if( pPage && pPage->IsMasterPage() && (static_cast<SdPage*>(pPage)->GetPageKind() == PK_STANDARD) ) in InsertMasterPage()
497 if( pPage && pPage->IsMasterPage() && (pPage->GetPageKind() == PK_STANDARD) ) in RemoveMasterPage()
H A Dsdpage.cxx2928 …else if( (eKind != PRESOBJ_NONE) && pCheckPage->IsMasterPage() && ( pVisualizedPage != pCheckPage … in checkVisibility()
2939 if( pObj->GetPage() && pObj->GetPage()->IsMasterPage() ) in checkVisibility()
/aoo41x/main/svx/inc/svx/
H A Dsvdpage.hxx477 bool IsMasterPage() const { return mbMaster; } in IsMasterPage() function in SdrPage
/aoo41x/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx555 if( pPage && !pPage->IsMasterPage() && (pPage->GetPageKind() == PK_STANDARD) ) in CreateTags()
H A Ddrawview.cxx418 if(pPage && !pPage->IsMasterPage()) in Notify()
/aoo41x/main/sd/source/ui/slidesorter/controller/
H A DSlsListener.cxx659 if (pPage->IsMasterPage()) in HandleShapeModification()
/aoo41x/main/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx646 if (pPage->IsMasterPage() != (meEditMode==EM_MASTERPAGE)) in NotifyPageEvent()
/aoo41x/main/sd/source/ui/tools/
H A DPreviewRenderer.cxx273 if (pPage->IsMasterPage()) in Initialize()
/aoo41x/main/sd/source/ui/app/
H A Dsdmod2.cxx149 bMasterView = pPage && pPage->IsMasterPage(); in GetCurrentPage()
/aoo41x/main/svx/source/unodraw/
H A Dunoshtxt.cxx656 …raObject && ( bOwnParaObj || !mpObject->IsEmptyPresObj() || mpObject->GetPage()->IsMasterPage() ) ) in GetBackgroundTextForwarder()
H A DUnoGraphicExporter.cxx1004 if(mpCurrentPage->TRG_HasMasterPage() && pPage->IsMasterPage()) in GetGraphic()
/aoo41x/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx469 (pActualPage->IsMasterPage() ? pActualPage : (SdPage*)(&(pActualPage->TRG_GetMasterPage()))) : in HeaderFooterTabPage()
/aoo41x/main/sd/source/ui/func/
H A Dfusel.cxx351 if(!pObj || (pObj->GetPage() && pObj->GetPage()->IsMasterPage())) in MouseButtonDown()
H A Dfutext.cxx1242 !pPage->IsMasterPage() ) in DeleteDefaultText()
/aoo41x/main/sd/source/ui/unoidl/
H A Dunomodel.cxx2785 DBG_ASSERT( pPage && pPage->IsMasterPage(), "SdMasterPage is not masterpage?"); in remove()
2787 if( !pPage || !pPage->IsMasterPage() || (mpModel->mpDoc->GetMasterPageUserCount(pPage) > 0)) in remove()
H A Dunoobj.cxx416 if( pObj == NULL || ( pObj->GetPage()->IsMasterPage() && pObj->IsEmptyPresObj() ) ) in getPropertyState()
/aoo41x/main/sd/source/filter/html/
H A Dhtmlex.cxx1538 if (!pPage->IsMasterPage()) in CreateHtmlForPresPages()
/aoo41x/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1744 bIsMasterPage = (sal_Bool)pObj->GetPage()->IsMasterPage(); in getSlideNumberForBookmark()

Completed in 136 milliseconds

12