LibreOffice Module svx (master) 1
|
#include <svx/svdviter.hxx>
#include <svx/svdobj.hxx>
#include <svx/svdpage.hxx>
#include <svx/svdmodel.hxx>
#include <svx/svdview.hxx>
#include <svx/svdpagv.hxx>
#include <svx/svdsob.hxx>
Go to the source code of this file.
Namespaces | |
namespace | SdrViewIter |
Functions | |
static bool | ImpCheckPageView (const SdrPage *pPage, const SdrObject *pObject, SdrPageView const *pPV) |
void | SdrViewIter::ForAllViews (const SdrPage *pPage, std::function< void(SdrView *)> f) |
void | SdrViewIter::ForAllViews (const SdrObject *pObject, std::function< void(SdrView *)> f) |
|
static |
Definition at line 28 of file svdviter.cxx.
References SdrPageView::GetPage(), SdrPageView::GetVisibleLayers(), SdrPage::IsMasterPage(), pObject, SdrPage::TRG_GetMasterPage(), SdrPage::TRG_GetMasterPageVisibleLayers(), and SdrPage::TRG_HasMasterPage().
Referenced by SdrViewIter::ForAllViews().