/aoo42x/main/svx/source/sdr/contact/ |
H A D | objectcontactofpageview.cxx | 55 SdrPage* ObjectContactOfPageView::GetSdrPage() const in GetSdrPage() function in sdr::contact::ObjectContactOfPageView 120 const SdrPage* pStartPage = GetSdrPage(); in ProcessDisplay() 175 …const ViewObjectContact& rDrawPageVOContact = GetSdrPage()->GetViewContact().GetViewObjectContact(… in DoProcessDisplay() 237 GetXDrawPageForSdrPage(GetSdrPage()), in DoProcessDisplay() 307 else if(GetSdrPage()) in getActiveViewContact() 310 return &(GetSdrPage()->GetViewContact()); in getActiveViewContact()
|
H A D | viewcontactofsdrpage.cxx | 75 return mrParentViewContactOfSdrPage.GetSdrPage(); in getPage() 623 const SdrPage& rPage = GetSdrPage(); in GetViewContact() 656 const SdrPage& rPage = GetSdrPage(); in ActionChanged() 678 return &GetSdrPage(); in TryToGetSdrPage() 690 const SdrPage& rPage = GetSdrPage(); in createViewIndependentPrimitive2DSequence()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | UnoGraphicExporter.cxx | 615 if( pUnoPage && pUnoPage->GetSdrPage() ) in ParseSettings() 616 mpCurrentPage = pUnoPage->GetSdrPage(); in ParseSettings() 667 SdrPage* pPage = mpUnoPage->GetSdrPage(); in GetGraphic() 1070 if( NULL == pFilter || NULL == mpUnoPage->GetSdrPage() || NULL == mpDoc ) in filter() 1212 if( NULL == mpUnoPage || NULL == mpUnoPage->GetSdrPage() ) in setSourceDocument() 1215 mpDoc = mpUnoPage->GetSdrPage()->GetModel(); in setSourceDocument() 1222 SdrPage* pPage = mpUnoPage->GetSdrPage(); in setSourceDocument()
|
H A D | unopage.cxx | 784 SdrPage* pSdrPage = mpPage->GetSdrPage(); in CreateShapeByTypeAndInventor() 995 return pDrawPage->GetSdrPage(); in GetSdrPageFromXDrawPage()
|
H A D | unomod.cxx | 719 SdrPage* pPage = pSvxPage->GetSdrPage(); in remove()
|
/aoo42x/main/svx/source/form/ |
H A D | fmdpage.cxx | 119 FmFormPage *pFmPage = PTR_CAST( FmFormPage, GetSdrPage() ); in getForms() 130 FmFormPage* pFormPage = PTR_CAST( FmFormPage, GetSdrPage() ); in hasForms()
|
/aoo42x/main/svx/source/unogallery/ |
H A D | unogaltheme.cxx | 337 SdrModel* pOrigModel = pUnoPage ? pUnoPage->GetSdrPage()->GetModel() : NULL; in insertDrawingByIndex() 338 SdrPage* pOrigPage = pUnoPage ? pUnoPage->GetSdrPage() : NULL; in insertDrawingByIndex()
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | unocpres.cxx | 120 mpSdCustomShow->Insert(pPage->GetSdrPage(), Index); in insertByIndex() 144 mpSdCustomShow->Remove(pPage->GetSdrPage()); in removeByIndex()
|
H A D | SdUnoOutlineView.cxx | 127 SdrPage *pSdrPage = pDrawPage ? pDrawPage->GetSdrPage() : NULL; in setCurrentPage()
|
H A D | SdUnoDrawView.cxx | 487 SdrPage *pSdrPage = pDrawPage ? pDrawPage->GetSdrPage() : NULL; in setCurrentPage()
|
H A D | unomodel.cxx | 756 SdPage* pPage = (SdPage*) pSvxPage->GetSdrPage(); in duplicate() 2516 SdPage* pPage = (SdPage*) pSvxPage->GetSdrPage(); in remove() 2783 SdPage* pPage = dynamic_cast< SdPage* > (pSdPage->GetSdrPage()); in remove()
|
H A D | unopage.cxx | 2424 SdPage* pSdPage = (SdPage*) pMasterPage->GetSdrPage(); in setMasterPage()
|
/aoo42x/main/svx/inc/svx/sdr/contact/ |
H A D | objectcontactofpageview.hxx | 57 SdrPage* GetSdrPage() const;
|
H A D | viewcontactofsdrpage.hxx | 276 SdrPage& GetSdrPage() const in GetSdrPage() function in sdr::contact::ViewContactOfSdrPage
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xlroot.hxx | 232 SdrPage* GetSdrPage( SCTAB nScTab ) const;
|
/aoo42x/main/svx/inc/svx/ |
H A D | unopage.hxx | 97 SdrPage* GetSdrPage() const { return mpPage; } in GetSdrPage() function in SvxDrawPage
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xlroot.cxx | 309 SdrPage* XclRoot::GetSdrPage( SCTAB nScTab ) const in GetSdrPage() function in XclRoot
|
H A D | excdoc.cxx | 504 aRecList.AppendRecord( GetObjectManager().ProcessDrawing( GetSdrPage( mnScTab ) ) ); in FillAsTable()
|
/aoo42x/main/sc/source/filter/xcl97/ |
H A D | xcl97esc.cxx | 458 SdrPage* pSdrPage = GetSdrPage( GetCurrScTab() ); in ConvertTbxMacro()
|
/aoo42x/main/sd/source/ui/app/ |
H A D | sdmod2.cxx | 91 SdPage* pPage = dynamic_cast< SdPage* >( pInfo->GetSdrPage() ); in GetCurrentPage()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | outliner.hxx | 598 SdrPage* GetSdrPage() const { return mpSdrPage; } in GetSdrPage() function in EditFieldInfo
|
/aoo42x/main/filter/source/svg/ |
H A D | svgexport.cxx | 315 mpDefaultSdrPage = pSvxDrawPage->GetSdrPage(); in implExport()
|
/aoo42x/main/sd/source/core/ |
H A D | sdpage.cxx | 2715 return static_cast< SdPage* >( pUnoPage->GetSdrPage() ); in getImplementation()
|
/aoo42x/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 1753 pPage = pSvxDrawPage->GetSdrPage(); in getSdrPage()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 2423 SdrPage* pPage = pImp->GetSdrPage(); in remove()
|