LibreOffice Module svx (master) 1
|
#include <memory>
#include <cassert>
#include <set>
#include <unordered_set>
#include <svx/svdpage.hxx>
#include <svx/unoshape.hxx>
#include <o3tl/safeint.hxx>
#include <string.h>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <comphelper/lok.hxx>
#include <svtools/colorcfg.hxx>
#include <svx/svdetc.hxx>
#include <svx/svdobj.hxx>
#include <svx/svdogrp.hxx>
#include <svx/svdoedge.hxx>
#include <svx/svdoole2.hxx>
#include <svx/svditer.hxx>
#include <svx/svdmodel.hxx>
#include <svx/svdlayer.hxx>
#include <svx/svdpagv.hxx>
#include <svx/svdundo.hxx>
#include <svx/xfillit0.hxx>
#include <svx/fmdpage.hxx>
#include <svx/theme/ThemeColorChanger.hxx>
#include <svx/ColorSets.hxx>
#include <sdr/contact/viewcontactofsdrpage.hxx>
#include <svx/sdr/contact/viewobjectcontact.hxx>
#include <svx/sdr/contact/displayinfo.hxx>
#include <algorithm>
#include <clonelist.hxx>
#include <svl/hint.hxx>
#include <rtl/strbuf.hxx>
#include <libxml/xmlwriter.h>
#include <docmodel/theme/Theme.hxx>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
Go to the source code of this file.
Functions | |
static void | ImpPageChange (SdrPage &rSdrPage) |
|
static |
Definition at line 1177 of file svdpage.cxx.
References SdrPage::ActionChanged(), SfxBroadcaster::Broadcast(), SdrPage::getSdrModelFromSdrPage(), PageOrderChange, and SdrModel::SetChanged().
Referenced by SdrPageProperties::ClearItem(), SdrPageProperties::Notify(), SdrPageProperties::PutItem(), SdrPageProperties::PutItemSet(), and SdrPageProperties::SetStyleSheet().