|
LibreOffice Module sd (master) 1
|
#include <config_features.h>#include <avmedia/mediaplayer.hxx>#include <basic/sberrors.hxx>#include <basic/sbstar.hxx>#include <com/sun/star/drawing/XMasterPagesSupplier.hpp>#include <com/sun/star/drawing/XDrawPages.hpp>#include <com/sun/star/lang/XInitialization.hpp>#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>#include <com/sun/star/ui/dialogs/XSLTFilterDialog.hpp>#include <com/sun/star/frame/XDispatchProvider.hpp>#include <com/sun/star/util/URLTransformer.hpp>#include <com/sun/star/util/XURLTransformer.hpp>#include <com/sun/star/scanner/XScannerManager2.hpp>#include <com/sun/star/document/XDocumentProperties.hpp>#include <comphelper/processfactory.hxx>#include <comphelper/propertysequence.hxx>#include <comphelper/scopeguard.hxx>#include <comphelper/lok.hxx>#include <editeng/contouritem.hxx>#include <editeng/editdata.hxx>#include <editeng/eeitem.hxx>#include <editeng/flditem.hxx>#include <editeng/section.hxx>#include <editeng/editobj.hxx>#include <editeng/CustomPropertyField.hxx>#include <editeng/urlfieldhelper.hxx>#include <sal/log.hxx>#include <sfx2/bindings.hxx>#include <sfx2/dispatch.hxx>#include <sfx2/docfile.hxx>#include <sfx2/msgpool.hxx>#include <sfx2/msg.hxx>#include <sfx2/request.hxx>#include <sfx2/viewfrm.hxx>#include <sfx2/zoomitem.hxx>#include <svx/compressgraphicdialog.hxx>#include <svx/ClassificationDialog.hxx>#include <svx/ClassificationCommon.hxx>#include <svx/bmpmask.hxx>#include <svx/extedit.hxx>#include <svx/extrusionbar.hxx>#include <svx/f3dchild.hxx>#include <svx/fontwork.hxx>#include <svx/fontworkbar.hxx>#include <svx/graphichelper.hxx>#include <svx/hlnkitem.hxx>#include <svx/imapdlg.hxx>#include <svx/sdtagitm.hxx>#include <svx/svdograf.hxx>#include <svx/svdoole2.hxx>#include <svx/svdpagv.hxx>#include <svx/svdundo.hxx>#include <svx/svxdlg.hxx>#include <svx/svxids.hrc>#include <svx/sdtfsitm.hxx>#include <svx/sdmetitm.hxx>#include <svx/zoomslideritem.hxx>#include <svx/xflclit.hxx>#include <svx/xlnwtit.hxx>#include <svx/chrtitem.hxx>#include <svx/xlnclit.hxx>#include <svx/xflgrit.hxx>#include <comphelper/diagnose_ex.hxx>#include <tools/UnitConversion.hxx>#include <unotools/useroptions.hxx>#include <vcl/abstdlg.hxx>#include <vcl/graph.hxx>#include <vcl/svapp.hxx>#include <vcl/unohelp2.hxx>#include <vcl/weld.hxx>#include <editeng/cmapitem.hxx>#include <editeng/escapementitem.hxx>#include <editeng/kernitem.hxx>#include <editeng/wghtitem.hxx>#include <editeng/postitem.hxx>#include <editeng/udlnitem.hxx>#include <editeng/crossedoutitem.hxx>#include <editeng/shdditem.hxx>#include <editeng/numitem.hxx>#include <svx/svdobj.hxx>#include <svx/SvxColorChildWindow.hxx>#include <editeng/outlobj.hxx>#include <editeng/flstitem.hxx>#include <editeng/fontitem.hxx>#include <editeng/fhgtitem.hxx>#include <editeng/colritem.hxx>#include <svl/poolitem.hxx>#include <svl/style.hxx>#include <svl/whiter.hxx>#include <app.hrc>#include <strings.hrc>#include <AnimationChildWindow.hxx>#include <DrawDocShell.hxx>#include <DrawViewShell.hxx>#include <LayerTabBar.hxx>#include <Outliner.hxx>#include <ViewShellHint.hxx>#include <ViewShellImplementation.hxx>#include <Window.hxx>#include <drawdoc.hxx>#include <drawview.hxx>#include <fuarea.hxx>#include <fubullet.hxx>#include <fuchar.hxx>#include <fucushow.hxx>#include <fuconnct.hxx>#include <fucopy.hxx>#include <fudspord.hxx>#include <fuexecuteinteraction.hxx>#include <fuexpand.hxx>#include <fuinsert.hxx>#include <fuinsfil.hxx>#include <fuline.hxx>#include <fulinend.hxx>#include <fulink.hxx>#include <fumeasur.hxx>#include <fumorph.hxx>#include <fuoaprms.hxx>#include <fuolbull.hxx>#include <fupage.hxx>#include <fuparagr.hxx>#include <fuprlout.hxx>#include <fuscale.hxx>#include <fusel.hxx>#include <fusldlg.hxx>#include <fusnapln.hxx>#include <fusumry.hxx>#include <futempl.hxx>#include <futhes.hxx>#include <futransf.hxx>#include <futxtatt.hxx>#include <fuvect.hxx>#include <futext.hxx>#include <helpids.h>#include <sdabstdlg.hxx>#include <sdattr.hxx>#include <sdpage.hxx>#include <sdresid.hxx>#include <unokywds.hxx>#include <slideshow.hxx>#include <stlsheet.hxx>#include <undolayer.hxx>#include <sfx2/sidebar/Sidebar.hxx>#include <sfx2/classificationhelper.hxx>#include <sdmod.hxx>#include <model/SlsPageDescriptor.hxx>#include <model/SlsPageEnumerationProvider.hxx>#include <SlideSorter.hxx>#include <view/SlideSorterView.hxx>#include <SlideSorterViewShell.hxx>#include <controller/SlideSorterController.hxx>#include <controller/SlsPageSelector.hxx>#include <tools/GraphicSizeCheck.hxx>#include <ViewShellBase.hxx>#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | sd |
Macros | |
| #define | MIN_ACTIONS_FOR_DIALOG 5000 |
| if there are more meta objects, we show a dialog during the break up More... | |
| #define MIN_ACTIONS_FOR_DIALOG 5000 |
if there are more meta objects, we show a dialog during the break up
Definition at line 195 of file drviews2.cxx.