Lines Matching refs:mpCurrentPage
194 SdrPage* mpCurrentPage; member in svx::GraphicExporter
331 SdrPage* mpCurrentPage; member in ImplExportCheckVisisbilityRedirector
335 : ViewObjectContactRedirector(), mpCurrentPage( pCurrentPage ) in ImplExportCheckVisisbilityRedirector()
351 SdrPage* pPage = mpCurrentPage; in createRedirectedPrimitive2DSequence()
372 : mpUnoPage( NULL ), mnPageNumber(-1), mpCurrentPage(0), mpDoc( NULL ) in GraphicExporter()
384 if( mpCurrentPage ) in IMPL_LINK()
386 pInfo->SetSdrPage( mpCurrentPage ); in IMPL_LINK()
426 if( pInfo && mpCurrentPage ) in IMPL_LINK()
489 ImplExportCheckVisisbilityRedirector aRedirector( mpCurrentPage ); in CreatePageVDev()
616 mpCurrentPage = pUnoPage->GetSdrPage(); in ParseSettings()
815 ImplExportCheckVisisbilityRedirector aRedirector( mpCurrentPage ); in GetGraphic()
1002 if(mpCurrentPage) in GetGraphic()
1004 if(mpCurrentPage->TRG_HasMasterPage() && pPage->IsMasterPage()) in GetGraphic()
1007 aDisplayInfo.SetProcessLayers(mpCurrentPage->TRG_GetMasterPageVisibleLayers()); in GetGraphic()
1016 sdr::contact::ObjectContactOfObjListPainter aMultiObjectPainter(aOut, aShapes, mpCurrentPage); in GetGraphic()
1017 ImplExportCheckVisisbilityRedirector aCheckVisibilityRedirector(mpCurrentPage); in GetGraphic()