loplugin:includeform: svx
Change-Id: I4057fe05983fb2b63b592ffd325894c12b9cb5b2
This commit is contained in:
parent
62f47bb2a5
commit
97059fbd09
@ -23,7 +23,7 @@
|
||||
#include <com/sun/star/uno/RuntimeException.hpp>
|
||||
#include <com/sun/star/drawing/XShape.hpp>
|
||||
#include <sal/types.h>
|
||||
#include "svx/AccessibleControlShape.hxx"
|
||||
#include <svx/AccessibleControlShape.hxx>
|
||||
namespace accessibility {
|
||||
|
||||
class AccessibleShape;
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef INCLUDED_SVX_CONTDLG_HXX
|
||||
#define INCLUDED_SVX_CONTDLG_HXX
|
||||
|
||||
#include "sal/types.h"
|
||||
#include <sal/types.h>
|
||||
|
||||
#include <sfx2/basedlgs.hxx>
|
||||
#include <sfx2/childwin.hxx>
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef INCLUDED_SVX_SDR_ATTRIBUTE_SDRALLFILLATTRIBUTESHELPER_HXX
|
||||
#define INCLUDED_SVX_SDR_ATTRIBUTE_SDRALLFILLATTRIBUTESHELPER_HXX
|
||||
|
||||
#include "svx/svxdllapi.h"
|
||||
#include <svx/svxdllapi.h>
|
||||
#include <drawinglayer/attribute/fillgradientattribute.hxx>
|
||||
#include <drawinglayer/attribute/sdrfillattribute.hxx>
|
||||
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
||||
|
@ -20,7 +20,7 @@
|
||||
#define INCLUDED_SVX_SOURCE_SIDEBAR_AREA_AREAPROPERTYPANELBASE_HXX
|
||||
|
||||
#include <memory>
|
||||
#include "svx/sidebar/AreaTransparencyGradientPopup.hxx"
|
||||
#include <svx/sidebar/AreaTransparencyGradientPopup.hxx>
|
||||
#include <vcl/ctrl.hxx>
|
||||
#include <sfx2/sidebar/SidebarPanelBase.hxx>
|
||||
#include <sfx2/sidebar/ControllerItem.hxx>
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <memory>
|
||||
#include <svx/sidebar/PanelLayout.hxx>
|
||||
#include <svx/xtable.hxx>
|
||||
#include "svx/sidebar/LineWidthPopup.hxx"
|
||||
#include <svx/sidebar/LineWidthPopup.hxx>
|
||||
#include <svx/svxdllapi.h>
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef INCLUDED_SVX_UNOBRUSHITEMHELPER_HXX
|
||||
#define INCLUDED_SVX_UNOBRUSHITEMHELPER_HXX
|
||||
|
||||
#include "svx/svxdllapi.h"
|
||||
#include <svx/svxdllapi.h>
|
||||
#include <editeng/brushitem.hxx>
|
||||
|
||||
// Helper function definitions for UNO API fallbacks to replace SvxBrushItem. The
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <vcl/window.hxx>
|
||||
#include <vcl/graph.hxx>
|
||||
#include <tools/urlobj.hxx>
|
||||
#include "svx/svxdllapi.h"
|
||||
#include <svx/svxdllapi.h>
|
||||
|
||||
class SfxBindings;
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef INCLUDED_SVX_INC_EXTRUSIONDEPTHDIALOG_HXX
|
||||
#define INCLUDED_SVX_INC_EXTRUSIONDEPTHDIALOG_HXX
|
||||
|
||||
#include "svx/svxdllapi.h"
|
||||
#include <svx/svxdllapi.h>
|
||||
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/dialog.hxx>
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include <tools/urlobj.hxx>
|
||||
#include <vcl/graph.hxx>
|
||||
#include "svx/galmisc.hxx"
|
||||
#include <svx/galmisc.hxx>
|
||||
|
||||
#define S_THUMB 80
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef INCLUDED_SVX_INC_PAGE_HRC
|
||||
#define INCLUDED_SVX_INC_PAGE_HRC
|
||||
|
||||
#include "page.h"
|
||||
#include <page.h>
|
||||
#include <utility>
|
||||
|
||||
#define NC_(Context, String) (Context "\004" u8##String)
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#define NC_(Context, String) (Context "\004" u8##String)
|
||||
|
||||
#include "svx/svxerr.hxx"
|
||||
#include <svx/svxerr.hxx>
|
||||
#include <editeng/editerr.hxx>
|
||||
|
||||
// Error-Context ---------------------------------------------------------
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include <svx/AccessibleControlShape.hxx>
|
||||
#include <svx/AccessibleShapeInfo.hxx>
|
||||
#include "svx/DescriptionGenerator.hxx"
|
||||
#include <svx/DescriptionGenerator.hxx>
|
||||
#include <com/sun/star/drawing/XControlShape.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleRelationType.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleRole.hpp>
|
||||
@ -37,14 +37,14 @@
|
||||
#include <unotools/accessiblerelationsethelper.hxx>
|
||||
#include <svx/IAccessibleParent.hxx>
|
||||
#include <svx/svdouno.hxx>
|
||||
#include "svx/unoapi.hxx"
|
||||
#include <svx/unoapi.hxx>
|
||||
#include <svx/ShapeTypeHandler.hxx>
|
||||
#include <svx/SvxShapeTypes.hxx>
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
#include <comphelper/accessiblewrapper.hxx>
|
||||
#include <svx/svdview.hxx>
|
||||
#include <svx/svdpagv.hxx>
|
||||
#include "svx/strings.hrc"
|
||||
#include <svx/strings.hrc>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <algorithm>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "AccessibleFrameSelector.hxx"
|
||||
#include <AccessibleFrameSelector.hxx>
|
||||
#include <com/sun/star/awt/KeyEvent.hpp>
|
||||
#include <com/sun/star/awt/KeyModifier.hpp>
|
||||
#include <com/sun/star/awt/Key.hpp>
|
||||
@ -33,10 +33,10 @@
|
||||
#include <vcl/settings.hxx>
|
||||
#include <svx/frmsel.hxx>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include "editeng/unolingu.hxx"
|
||||
#include <editeng/unolingu.hxx>
|
||||
|
||||
#include <svx/strings.hrc>
|
||||
#include "frmsel.hrc"
|
||||
#include <frmsel.hrc>
|
||||
|
||||
namespace svx {
|
||||
namespace a11y {
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include <svx/AccessibleShape.hxx>
|
||||
#include "svx/DescriptionGenerator.hxx"
|
||||
#include <svx/DescriptionGenerator.hxx>
|
||||
#include <svx/AccessibleShapeInfo.hxx>
|
||||
#include <com/sun/star/view/XSelectionSupplier.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleRole.hpp>
|
||||
@ -48,7 +48,7 @@
|
||||
#include <svx/ShapeTypeHandler.hxx>
|
||||
#include <svx/SvxShapeTypes.hxx>
|
||||
|
||||
#include "svx/strings.hrc"
|
||||
#include <svx/strings.hrc>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <unotools/accessiblestatesethelper.hxx>
|
||||
|
@ -20,11 +20,11 @@
|
||||
#include <memory>
|
||||
#include "AccessibleTextEventQueue.hxx"
|
||||
#include <svx/unoshape.hxx>
|
||||
#include "editeng/unolingu.hxx"
|
||||
#include <editeng/unolingu.hxx>
|
||||
#include <editeng/unotext.hxx>
|
||||
|
||||
#include "editeng/unoedhlp.hxx"
|
||||
#include "editeng/unopracc.hxx"
|
||||
#include <editeng/unoedhlp.hxx>
|
||||
#include <editeng/unopracc.hxx>
|
||||
#include <svx/svdmodel.hxx>
|
||||
#include <svx/svdpntv.hxx>
|
||||
#include <editeng/editdata.hxx>
|
||||
|
@ -53,16 +53,16 @@
|
||||
#include "AccessibleTextEventQueue.hxx"
|
||||
#include <svx/AccessibleTextHelper.hxx>
|
||||
#include <svx/unoshape.hxx>
|
||||
#include "editeng/unolingu.hxx"
|
||||
#include <editeng/unolingu.hxx>
|
||||
#include <editeng/unotext.hxx>
|
||||
|
||||
#include "editeng/unoedhlp.hxx"
|
||||
#include "editeng/unopracc.hxx"
|
||||
#include "editeng/AccessibleParaManager.hxx"
|
||||
#include "editeng/AccessibleEditableTextPara.hxx"
|
||||
#include <editeng/unoedhlp.hxx>
|
||||
#include <editeng/unopracc.hxx>
|
||||
#include <editeng/AccessibleParaManager.hxx>
|
||||
#include <editeng/AccessibleEditableTextPara.hxx>
|
||||
#include <svx/svdmodel.hxx>
|
||||
#include <svx/svdpntv.hxx>
|
||||
#include "cell.hxx"
|
||||
#include <cell.hxx>
|
||||
#include "../table/accessiblecell.hxx"
|
||||
#include <editeng/editdata.hxx>
|
||||
#include <editeng/editeng.hxx>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "svx/DescriptionGenerator.hxx"
|
||||
#include <svx/DescriptionGenerator.hxx>
|
||||
#include <com/sun/star/beans/PropertyState.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/beans/XPropertyState.hpp>
|
||||
@ -38,11 +38,11 @@
|
||||
#include <com/sun/star/uno/Exception.hpp>
|
||||
|
||||
// Includes for string resources.
|
||||
#include "svx/strings.hrc"
|
||||
#include <svx/strings.hrc>
|
||||
#include <svx/dialmgr.hxx>
|
||||
|
||||
#include <svx/xdef.hxx>
|
||||
#include "svx/unoapi.hxx"
|
||||
#include <svx/unoapi.hxx>
|
||||
#include "lookupcolorname.hxx"
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
@ -38,7 +38,7 @@
|
||||
|
||||
#include <svx/ShapeTypeHandler.hxx>
|
||||
#include <svx/AccessibleShapeInfo.hxx>
|
||||
#include "GraphCtlAccessibleContext.hxx"
|
||||
#include <GraphCtlAccessibleContext.hxx>
|
||||
#include <svx/graphctl.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
#include <svx/svdpage.hxx>
|
||||
|
@ -27,9 +27,9 @@
|
||||
|
||||
#include <svx/unoshape.hxx>
|
||||
#include <svx/svdoashp.hxx>
|
||||
#include "svx/unoapi.hxx"
|
||||
#include <svx/unoapi.hxx>
|
||||
|
||||
#include "svx/strings.hrc"
|
||||
#include <svx/strings.hrc>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <stdio.h>
|
||||
#include <svx/charmap.hxx>
|
||||
#include "charmapacc.hxx"
|
||||
#include <charmapacc.hxx>
|
||||
#include <com/sun/star/accessibility/AccessibleRole.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
|
||||
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
|
||||
|
@ -17,22 +17,22 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "sal/config.h"
|
||||
#include <sal/config.h>
|
||||
|
||||
#include "com/sun/star/container/XNameAccess.hpp"
|
||||
#include "com/sun/star/container/XNameContainer.hpp"
|
||||
#include "com/sun/star/drawing/ColorTable.hpp"
|
||||
#include "com/sun/star/lang/XMultiServiceFactory.hpp"
|
||||
#include "com/sun/star/uno/Any.hxx"
|
||||
#include "com/sun/star/uno/Reference.hxx"
|
||||
#include "com/sun/star/uno/RuntimeException.hpp"
|
||||
#include "com/sun/star/uno/Sequence.hxx"
|
||||
#include "comphelper/processfactory.hxx"
|
||||
#include "rtl/ustring.h"
|
||||
#include "rtl/ustring.hxx"
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
#include <com/sun/star/drawing/ColorTable.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/uno/Any.hxx>
|
||||
#include <com/sun/star/uno/Reference.hxx>
|
||||
#include <com/sun/star/uno/RuntimeException.hpp>
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <rtl/ustring.h>
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
|
||||
#include <lookupcolorname.hxx>
|
||||
#include "lookupcolorname.hxx"
|
||||
#include <unordered_map>
|
||||
|
||||
namespace {
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef INCLUDED_SVX_SOURCE_ACCESSIBILITY_LOOKUPCOLORNAME_HXX
|
||||
#define INCLUDED_SVX_SOURCE_ACCESSIBILITY_LOOKUPCOLORNAME_HXX
|
||||
|
||||
#include "sal/config.h"
|
||||
#include <sal/config.h>
|
||||
|
||||
|
||||
namespace accessibility {
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
#include <unotools/accessiblerelationsethelper.hxx>
|
||||
|
||||
#include "svxpixelctlaccessiblecontext.hxx"
|
||||
#include <svxpixelctlaccessiblecontext.hxx>
|
||||
#include <com/sun/star/accessibility/AccessibleRelationType.hpp>
|
||||
|
||||
using namespace ::cppu;
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "svxrectctaccessiblecontext.hxx"
|
||||
#include <svxrectctaccessiblecontext.hxx>
|
||||
#include <com/sun/star/accessibility/AccessibleRole.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
|
||||
#include <unotools/accessiblestatesethelper.hxx>
|
||||
|
@ -20,8 +20,8 @@
|
||||
/** this file contains the uno service registrations for all services in the svxcore lib */
|
||||
|
||||
|
||||
#include "sal/types.h"
|
||||
#include "cppuhelper/factory.hxx"
|
||||
#include <sal/types.h>
|
||||
#include <cppuhelper/factory.hxx>
|
||||
|
||||
#include <coreservices.hxx>
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "svx/EnhancedCustomShape2d.hxx"
|
||||
#include "svx/EnhancedCustomShapeGeometry.hxx"
|
||||
#include "svx/EnhancedCustomShapeTypeNames.hxx"
|
||||
#include <svx/EnhancedCustomShape2d.hxx>
|
||||
#include <svx/EnhancedCustomShapeGeometry.hxx>
|
||||
#include <svx/EnhancedCustomShapeTypeNames.hxx>
|
||||
#include <svx/svdoashp.hxx>
|
||||
#include <svx/svdtrans.hxx>
|
||||
#include <svx/svdocirc.hxx>
|
||||
|
@ -27,14 +27,14 @@
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/drawing/XCustomShapeEngine.hpp>
|
||||
#include <rtl/ref.hxx>
|
||||
#include "svx/EnhancedCustomShape2d.hxx"
|
||||
#include <svx/EnhancedCustomShape2d.hxx>
|
||||
#include "EnhancedCustomShape3d.hxx"
|
||||
#include "EnhancedCustomShapeFontWork.hxx"
|
||||
#include "EnhancedCustomShapeHandle.hxx"
|
||||
#include "svx/EnhancedCustomShapeGeometry.hxx"
|
||||
#include <svx/EnhancedCustomShapeGeometry.hxx>
|
||||
#include <svx/unoshape.hxx>
|
||||
#include "svx/unopage.hxx"
|
||||
#include "svx/unoapi.hxx"
|
||||
#include <svx/unopage.hxx>
|
||||
#include <svx/unoapi.hxx>
|
||||
#include <svx/svdobj.hxx>
|
||||
#include <svx/svdoashp.hxx>
|
||||
#include <svx/svdogrp.hxx>
|
||||
@ -46,7 +46,7 @@
|
||||
#include <svx/svdopath.hxx>
|
||||
#include <svx/svdpage.hxx>
|
||||
#include <svx/svdmodel.hxx>
|
||||
#include "svx/svditer.hxx"
|
||||
#include <svx/svditer.hxx>
|
||||
#include <uno/mapping.hxx>
|
||||
#include <basegfx/polygon/b2dpolypolygontools.hxx>
|
||||
#include <basegfx/utils/unotools.hxx>
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <editeng/postitem.hxx>
|
||||
#include <editeng/wghtitem.hxx>
|
||||
#include <editeng/charscaleitem.hxx>
|
||||
#include "svx/EnhancedCustomShapeTypeNames.hxx"
|
||||
#include <svx/EnhancedCustomShapeTypeNames.hxx>
|
||||
#include <svx/svdorect.hxx>
|
||||
#include <svx/svdoashp.hxx>
|
||||
#include <editeng/outliner.hxx>
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "svx/EnhancedCustomShape2d.hxx"
|
||||
#include <svx/EnhancedCustomShape2d.hxx>
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
#include <tools/fract.hxx>
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <cmath>
|
||||
#include <limits>
|
||||
|
||||
#include "svx/EnhancedCustomShapeGeometry.hxx"
|
||||
#include <svx/EnhancedCustomShapeGeometry.hxx>
|
||||
#include <com/sun/star/drawing/EnhancedCustomShapeGluePointType.hpp>
|
||||
|
||||
static const sal_Int32 MIN_INT32 = std::numeric_limits<sal_Int32>::min();
|
||||
|
@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
#include "EnhancedCustomShapeHandle.hxx"
|
||||
#include "svx/EnhancedCustomShape2d.hxx"
|
||||
#include "svx/unoapi.hxx"
|
||||
#include <svx/EnhancedCustomShape2d.hxx>
|
||||
#include <svx/unoapi.hxx>
|
||||
|
||||
|
||||
EnhancedCustomShapeHandle::EnhancedCustomShapeHandle( css::uno::Reference< css::drawing::XShape > const & xCustomShape, sal_uInt32 nIndex ) :
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "svx/EnhancedCustomShapeTypeNames.hxx"
|
||||
#include <svx/EnhancedCustomShapeTypeNames.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
#include <unordered_map>
|
||||
#include <memory>
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <svx/strings.hrc>
|
||||
#include <svx/svxids.hrc>
|
||||
#include <memory>
|
||||
#include "helpids.h"
|
||||
#include <helpids.h>
|
||||
|
||||
#define OWN_CALLMODE SfxCallMode::ASYNCHRON | SfxCallMode::RECORD
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <comphelper/processfactory.hxx>
|
||||
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include "svx/xoutbmp.hxx"
|
||||
#include <svx/xoutbmp.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
#include <svx/svxids.hrc>
|
||||
#include <svx/contdlg.hxx>
|
||||
@ -39,7 +39,7 @@
|
||||
#include "contwnd.hxx"
|
||||
#include <svx/svdtrans.hxx>
|
||||
#include <svx/svdopath.hxx>
|
||||
#include "svx/dlgutil.hxx"
|
||||
#include <svx/dlgutil.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/virdev.hxx>
|
||||
|
@ -33,8 +33,8 @@
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include <svx/svxdlg.hxx>
|
||||
|
||||
#include "charmapacc.hxx"
|
||||
#include "uiobject.hxx"
|
||||
#include <charmapacc.hxx>
|
||||
#include <uiobject.hxx>
|
||||
|
||||
#include <com/sun/star/accessibility/AccessibleEventObject.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
|
||||
@ -49,7 +49,7 @@
|
||||
#include <svl/itemset.hxx>
|
||||
#include <unicode/uchar.h>
|
||||
#include <vcl/textview.hxx>
|
||||
#include "rtl/ustrbuf.hxx"
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include <dlgunit.hxx>
|
||||
#include "dlgunit.hxx"
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/graph.hxx>
|
||||
#include <vcl/graphicfilter.hxx>
|
||||
|
@ -19,8 +19,8 @@
|
||||
|
||||
#include <vcl/svapp.hxx>
|
||||
|
||||
#include "svx/connctrl.hxx"
|
||||
#include "svx/dlgutil.hxx"
|
||||
#include <svx/connctrl.hxx>
|
||||
#include <svx/dlgutil.hxx>
|
||||
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include <svx/sdr/contact/displayinfo.hxx>
|
||||
|
@ -20,14 +20,14 @@
|
||||
#include <svx/xoutbmp.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
#include <svx/svxids.hrc>
|
||||
#include <contwnd.hxx>
|
||||
#include "contwnd.hxx"
|
||||
#include <svx/svdpage.hxx>
|
||||
#include <svx/svdopath.hxx>
|
||||
#include <svx/xfltrit.hxx>
|
||||
#include <svx/xfillit.hxx>
|
||||
#include <basegfx/polygon/b2dpolygon.hxx>
|
||||
#include <basegfx/polygon/b2dpolypolygontools.hxx>
|
||||
#include "svx/sdrpaintwindow.hxx"
|
||||
#include <svx/sdrpaintwindow.hxx>
|
||||
|
||||
using namespace css;
|
||||
|
||||
|
@ -27,14 +27,14 @@
|
||||
#include <sfx2/module.hxx>
|
||||
#include <unotools/textsearch.hxx>
|
||||
#include <svtools/svlbitm.hxx>
|
||||
#include "svtools/viewdataentry.hxx"
|
||||
#include <svtools/viewdataentry.hxx>
|
||||
#include <unotools/charclass.hxx>
|
||||
|
||||
#include <editeng/unolingu.hxx>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include "svx/strings.hrc"
|
||||
#include <svx/strings.hrc>
|
||||
#include <svx/ctredlin.hxx>
|
||||
#include "helpids.h"
|
||||
#include <helpids.h>
|
||||
|
||||
#define WRITER_DATE 2
|
||||
#define CALC_DATE 3
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "svx/databaseregistrationui.hxx"
|
||||
#include <svx/databaseregistrationui.hxx>
|
||||
|
||||
#include <svx/svxdlg.hxx>
|
||||
#include <svx/dialogs.hrc>
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "svx/dialcontrol.hxx"
|
||||
#include <svx/dialcontrol.hxx>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
#include <cmath>
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <svx/polygn3d.hxx>
|
||||
#include <svx/xlnclit.hxx>
|
||||
#include <svx/xlnwtit.hxx>
|
||||
#include "helpids.h"
|
||||
#include <helpids.h>
|
||||
#include <algorithm>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <svx/xtable.hxx>
|
||||
#include <svx/xpool.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
#include "bitmaps.hlst"
|
||||
#include <bitmaps.hlst>
|
||||
#include <svx/dlgctrl.hxx>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include <tools/poly.hxx>
|
||||
@ -34,7 +34,7 @@
|
||||
#include <com/sun/star/accessibility/AccessibleEventObject.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
|
||||
#include "svxpixelctlaccessiblecontext.hxx"
|
||||
#include <svxpixelctlaccessiblecontext.hxx>
|
||||
#include <svtools/colorcfg.hxx>
|
||||
#include <svxrectctaccessiblecontext.hxx>
|
||||
#include <com/sun/star/lang/XUnoTunnel.hpp>
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "svx/dlgutil.hxx"
|
||||
#include <svx/dlgutil.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
#include <sfx2/sfxsids.hrc>
|
||||
#include <sfx2/module.hxx>
|
||||
|
@ -23,8 +23,8 @@
|
||||
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
#include "bitmaps.hlst"
|
||||
#include "docrecovery.hxx"
|
||||
#include <bitmaps.hlst>
|
||||
#include <docrecovery.hxx>
|
||||
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <comphelper/sequenceashashmap.hxx>
|
||||
@ -54,7 +54,7 @@
|
||||
#include <osl/security.hxx>
|
||||
#include <rtl/bootstrap.hxx>
|
||||
#include <unotools/pathoptions.hxx>
|
||||
#include "svtools/treelistentry.hxx"
|
||||
#include <svtools/treelistentry.hxx>
|
||||
#include <officecfg/Office/Recovery.hxx>
|
||||
#include <o3tl/make_unique.hxx>
|
||||
namespace svx{
|
||||
|
@ -17,13 +17,13 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "svx/fontlb.hxx"
|
||||
#include <svx/fontlb.hxx>
|
||||
#include <o3tl/make_unique.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include "svtools/treelistentry.hxx"
|
||||
#include "svtools/viewdataentry.hxx"
|
||||
#include <svtools/treelistentry.hxx>
|
||||
#include <svtools/viewdataentry.hxx>
|
||||
|
||||
SvLBoxFontString::SvLBoxFontString()
|
||||
: SvLBoxString()
|
||||
|
@ -28,11 +28,11 @@
|
||||
#include <svx/xtextit.hxx>
|
||||
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include "svx/dlgutil.hxx"
|
||||
#include <svx/dlgutil.hxx>
|
||||
|
||||
#include <svx/svxids.hrc>
|
||||
#include <svx/strings.hrc>
|
||||
#include "bitmaps.hlst"
|
||||
#include <bitmaps.hlst>
|
||||
#include <svx/fontwork.hxx>
|
||||
#include <editeng/outlobj.hxx>
|
||||
#include <basegfx/polygon/b2dpolygon.hxx>
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
||||
|
||||
#include <svx/strings.hrc>
|
||||
#include "bitmaps.hlst"
|
||||
#include <bitmaps.hlst>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::editeng;
|
||||
|
@ -29,11 +29,11 @@
|
||||
#include <vcl/svapp.hxx>
|
||||
|
||||
#include <svx/graphctl.hxx>
|
||||
#include "GraphCtlAccessibleContext.hxx"
|
||||
#include "svx/xoutbmp.hxx"
|
||||
#include <GraphCtlAccessibleContext.hxx>
|
||||
#include <svx/xoutbmp.hxx>
|
||||
#include <svx/svxids.hrc>
|
||||
#include <svx/svdpage.hxx>
|
||||
#include "svx/sdrpaintwindow.hxx"
|
||||
#include <svx/sdrpaintwindow.hxx>
|
||||
|
||||
void GraphCtrlUserCall::Changed( const SdrObject& rObj, SdrUserCallType eType, const tools::Rectangle& /*rOldBoundRect*/ )
|
||||
{
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <svx/hdft.hxx>
|
||||
#include <svx/pageitem.hxx>
|
||||
|
||||
#include "svx/dlgutil.hxx"
|
||||
#include <svx/dlgutil.hxx>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include <sfx2/htmlmode.hxx>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include <vcl/settings.hxx>
|
||||
#include <unotools/viewoptions.hxx>
|
||||
#include "svx/hyperdlg.hxx"
|
||||
#include <svx/hyperdlg.hxx>
|
||||
#include <svx/svxdlg.hxx>
|
||||
#include <sfx2/app.hxx>
|
||||
#include <sfx2/sfxsids.hrc>
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <sfx2/dispatch.hxx>
|
||||
#include <sfx2/module.hxx>
|
||||
#include <sfx2/filedlghelper.hxx>
|
||||
#include "com/sun/star/ui/dialogs/TemplateDescription.hpp"
|
||||
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
|
||||
#include <svl/urihelper.hxx>
|
||||
#include <svtools/miscopt.hxx>
|
||||
#include <svtools/ehdl.hxx>
|
||||
@ -46,7 +46,7 @@
|
||||
#include <svx/svxids.hrc>
|
||||
#include "imapwnd.hxx"
|
||||
#include "imapimp.hxx"
|
||||
#include "svx/dlgutil.hxx"
|
||||
#include <svx/dlgutil.hxx>
|
||||
#include <svx/svdtrans.hxx>
|
||||
#include <svx/svdopath.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
#include <svx/svxids.hrc>
|
||||
#include <imapwnd.hxx>
|
||||
#include "imapwnd.hxx"
|
||||
#include <svx/svdpage.hxx>
|
||||
#include <svx/svdorect.hxx>
|
||||
#include <svx/svdocirc.hxx>
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <svx/langbox.hxx>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
#include "bitmaps.hlst"
|
||||
#include <bitmaps.hlst>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/i18nhelp.hxx>
|
||||
|
||||
|
@ -20,9 +20,9 @@
|
||||
#include <sfx2/dialoghelper.hxx>
|
||||
#include <svx/svdomeas.hxx>
|
||||
#include <svx/svdmodel.hxx>
|
||||
#include "svx/measctrl.hxx"
|
||||
#include <svx/measctrl.hxx>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include "svx/dlgutil.hxx"
|
||||
#include <svx/dlgutil.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <memory>
|
||||
|
@ -23,9 +23,9 @@
|
||||
|
||||
#include <svx/svxids.hrc>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include "svx/optgrid.hxx"
|
||||
#include <svx/optgrid.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
#include "svx/dlgutil.hxx"
|
||||
#include <svx/dlgutil.hxx>
|
||||
|
||||
// local functions
|
||||
static void lcl_GetMinMax(MetricField const & rField, long& nFirst, long& nLast, long& nMin, long& nMax)
|
||||
|
@ -17,13 +17,13 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "svx/orienthelper.hxx"
|
||||
#include <svx/orienthelper.hxx>
|
||||
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
|
||||
#include <vcl/button.hxx>
|
||||
#include "svx/dialcontrol.hxx"
|
||||
#include <svx/dialcontrol.hxx>
|
||||
|
||||
namespace svx {
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <editeng/numitem.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <com/sun/star/style/NumberingType.hpp>
|
||||
#include "numberingtype.hrc"
|
||||
#include <numberingtype.hrc>
|
||||
|
||||
PageNumberListBox::PageNumberListBox(vcl::Window* pParent)
|
||||
: ListBox( pParent, WB_BORDER | WB_DROPDOWN)
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include <svx/papersizelistbox.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include "page.hrc"
|
||||
#include <page.hrc>
|
||||
|
||||
PaperSizeListBox::PaperSizeListBox(vcl::Window* pParent)
|
||||
: ListBox( pParent, WB_BORDER | WB_DROPDOWN)
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include <comphelper/string.hxx>
|
||||
#include <vcl/layout.hxx>
|
||||
#include "svx/passwd.hxx"
|
||||
#include <svx/passwd.hxx>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "svx/relfld.hxx"
|
||||
#include <svx/relfld.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
|
||||
SvxRelativeField::SvxRelativeField(
|
||||
|
@ -27,9 +27,9 @@
|
||||
#include <editeng/lrspitem.hxx>
|
||||
#include <editeng/ulspitem.hxx>
|
||||
#include <editeng/tstpitem.hxx>
|
||||
#include "editeng/protitem.hxx"
|
||||
#include <editeng/protitem.hxx>
|
||||
#include "rlrcitem.hxx"
|
||||
#include "svx/rulritem.hxx"
|
||||
#include <svx/rulritem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
|
||||
SvxRulerItem::SvxRulerItem(sal_uInt16 _nId, SvxRuler &rRul, SfxBindings &rBindings)
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include <svx/strings.hrc>
|
||||
#include <svx/svxids.hrc>
|
||||
#include "svx/rulritem.hxx"
|
||||
#include <svx/rulritem.hxx>
|
||||
#include <tools/mapunit.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
#include <com/sun/star/awt/Rectangle.hpp>
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include <svx/samecontentlistbox.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include "samecontent.hrc"
|
||||
#include <samecontent.hrc>
|
||||
|
||||
SameContentListBox::SameContentListBox(vcl::Window* pParent)
|
||||
: ListBox( pParent, WB_BORDER | WB_DROPDOWN)
|
||||
|
@ -34,8 +34,8 @@
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include <svx/svxdlg.hxx>
|
||||
|
||||
#include "charmapacc.hxx"
|
||||
#include "uiobject.hxx"
|
||||
#include <charmapacc.hxx>
|
||||
#include <uiobject.hxx>
|
||||
|
||||
#include <com/sun/star/accessibility/AccessibleEventObject.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
|
||||
@ -43,7 +43,7 @@
|
||||
#include <comphelper/types.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
#include <unicode/uchar.h>
|
||||
#include "rtl/ustrbuf.hxx"
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include <svx/spacinglistbox.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include "spacing.hrc"
|
||||
#include <spacing.hrc>
|
||||
|
||||
SpacingListBox::SpacingListBox(vcl::Window* pParent)
|
||||
: ListBox( pParent, WB_BORDER | WB_DROPDOWN)
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <svx/svxids.hrc>
|
||||
|
||||
#include "srchctrl.hxx"
|
||||
#include "svx/srchdlg.hxx"
|
||||
#include <svx/srchdlg.hxx>
|
||||
#include <svl/srchitem.hxx>
|
||||
|
||||
SvxSearchController::SvxSearchController
|
||||
|
@ -52,8 +52,8 @@
|
||||
#include <sfx2/app.hxx>
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
|
||||
#include "svx/srchdlg.hxx"
|
||||
#include "svx/strarray.hxx"
|
||||
#include <svx/srchdlg.hxx>
|
||||
#include <svx/strarray.hxx>
|
||||
|
||||
#include <svx/strings.hrc>
|
||||
#include <svx/svxids.hrc>
|
||||
@ -64,7 +64,7 @@
|
||||
#include <svx/pageitem.hxx>
|
||||
#include "srchctrl.hxx"
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include "svx/dlgutil.hxx"
|
||||
#include <svx/dlgutil.hxx>
|
||||
#include <editeng/brushitem.hxx>
|
||||
#include <tools/resary.hxx>
|
||||
#include <svx/svxdlg.hxx>
|
||||
|
@ -22,8 +22,8 @@
|
||||
#include <svx/strarray.hxx>
|
||||
#include <tools/resary.hxx>
|
||||
#include <svx/svxitems.hrc>
|
||||
#include "fieldunit.hrc"
|
||||
#include "numberingtype.hrc"
|
||||
#include <fieldunit.hrc>
|
||||
#include <numberingtype.hrc>
|
||||
|
||||
sal_uInt32 SvxFieldUnitTable::Count()
|
||||
{
|
||||
|
@ -17,8 +17,8 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "svx/svxgrahicitem.hxx"
|
||||
#include "svx/svxids.hrc"
|
||||
#include <svx/svxgrahicitem.hxx>
|
||||
#include <svx/svxids.hrc>
|
||||
|
||||
SvxGraphicItem::SvxGraphicItem( const Graphic& rGraphic )
|
||||
: SfxPoolItem( SID_GRAPHIC ), aGraphic( rGraphic )
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <tools/resary.hxx>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
#include "swframeposstrings.hrc"
|
||||
#include <swframeposstrings.hrc>
|
||||
|
||||
OUString SvxSwFramePosString::GetString(StringId eId)
|
||||
{
|
||||
|
@ -19,12 +19,12 @@
|
||||
|
||||
#include <config_features.h>
|
||||
|
||||
#include "svx/txencbox.hxx"
|
||||
#include <svx/txencbox.hxx>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include "svx/txenctab.hxx"
|
||||
#include <svx/txenctab.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
#if HAVE_FEATURE_DBCONNECTIVITY
|
||||
#include "svx/dbcharsethelper.hxx"
|
||||
#include <svx/dbcharsethelper.hxx>
|
||||
#endif
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
@ -33,7 +33,7 @@
|
||||
#include <rtl/locale.h>
|
||||
#include <rtl/strbuf.hxx>
|
||||
#include <osl/nlsupport.h>
|
||||
#include "txenctab.hrc"
|
||||
#include <txenctab.hrc>
|
||||
|
||||
SvxTextEncodingBox::SvxTextEncodingBox( vcl::Window* pParent, WinBits nBits )
|
||||
: ListBox( pParent, nBits )
|
||||
|
@ -20,8 +20,8 @@
|
||||
|
||||
#include <svx/strings.hrc>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include "svx/txenctab.hxx"
|
||||
#include "txenctab.hrc"
|
||||
#include <svx/txenctab.hxx>
|
||||
#include <txenctab.hrc>
|
||||
|
||||
const OUString SvxTextEncodingTable::GetTextString(const rtl_TextEncoding nEnc)
|
||||
{
|
||||
|
@ -18,10 +18,10 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "svx/strings.hrc"
|
||||
#include "svdglob.hxx"
|
||||
#include <svx/strings.hrc>
|
||||
#include <svdglob.hxx>
|
||||
#include <svx/cube3d.hxx>
|
||||
#include "svx/globl3d.hxx"
|
||||
#include <svx/globl3d.hxx>
|
||||
#include <basegfx/point/b3dpoint.hxx>
|
||||
#include <basegfx/polygon/b3dpolygon.hxx>
|
||||
#include <sdr/contact/viewcontactofe3dcube.hxx>
|
||||
|
@ -18,10 +18,10 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "svx/strings.hrc"
|
||||
#include "svdglob.hxx"
|
||||
#include <svx/strings.hrc>
|
||||
#include <svdglob.hxx>
|
||||
#include <svx/svdpage.hxx>
|
||||
#include "svx/globl3d.hxx"
|
||||
#include <svx/globl3d.hxx>
|
||||
#include <svx/extrud3d.hxx>
|
||||
#include <svx/scene3d.hxx>
|
||||
|
||||
|
@ -54,7 +54,7 @@
|
||||
#include <svl/whiter.hxx>
|
||||
|
||||
#include <svx/float3d.hxx>
|
||||
#include "bitmaps.hlst"
|
||||
#include <bitmaps.hlst>
|
||||
|
||||
using namespace com::sun::star;
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <helperminimaldepth3d.hxx>
|
||||
#include "helperminimaldepth3d.hxx"
|
||||
#include <drawinglayer/processor3d/baseprocessor3d.hxx>
|
||||
#include <drawinglayer/primitive3d/drawinglayer_primitivetypes3d.hxx>
|
||||
#include <drawinglayer/primitive3d/transformprimitive3d.hxx>
|
||||
|
@ -18,11 +18,11 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "svx/strings.hrc"
|
||||
#include "svdglob.hxx"
|
||||
#include <svx/strings.hrc>
|
||||
#include <svdglob.hxx>
|
||||
#include <tools/poly.hxx>
|
||||
#include <svx/svdpage.hxx>
|
||||
#include "svx/globl3d.hxx"
|
||||
#include <svx/globl3d.hxx>
|
||||
#include <svx/lathe3d.hxx>
|
||||
#include <svx/xpoly.hxx>
|
||||
#include <svx/svxids.hrc>
|
||||
|
@ -19,14 +19,14 @@
|
||||
|
||||
#include <o3tl/numeric.hxx>
|
||||
|
||||
#include "svx/strings.hrc"
|
||||
#include "svdglob.hxx"
|
||||
#include <svx/strings.hrc>
|
||||
#include <svdglob.hxx>
|
||||
#include <svx/svdview.hxx>
|
||||
#include <svx/svdattr.hxx>
|
||||
#include <svx/svdpage.hxx>
|
||||
#include <svx/svdmodel.hxx>
|
||||
#include "svx/svditer.hxx"
|
||||
#include "svx/globl3d.hxx"
|
||||
#include <svx/svditer.hxx>
|
||||
#include <svx/globl3d.hxx>
|
||||
#include <svx/camera3d.hxx>
|
||||
#include <svx/scene3d.hxx>
|
||||
#include <svx/cube3d.hxx>
|
||||
|
@ -18,13 +18,13 @@
|
||||
*/
|
||||
|
||||
#include <svx/svdpage.hxx>
|
||||
#include "svx/globl3d.hxx"
|
||||
#include <svx/globl3d.hxx>
|
||||
#include <svx/cube3d.hxx>
|
||||
#include <svx/sphere3d.hxx>
|
||||
#include <svx/extrud3d.hxx>
|
||||
#include <svx/lathe3d.hxx>
|
||||
#include <svx/polygn3d.hxx>
|
||||
#include "svx/objfac3d.hxx"
|
||||
#include <svx/objfac3d.hxx>
|
||||
#include <svx/svdobj.hxx>
|
||||
#include <svx/scene3d.hxx>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include <svx/polygn3d.hxx>
|
||||
#include <svx/svdpage.hxx>
|
||||
#include "svx/globl3d.hxx"
|
||||
#include <svx/globl3d.hxx>
|
||||
#include <basegfx/point/b3dpoint.hxx>
|
||||
#include <sdr/contact/viewcontactofe3dpolygon.hxx>
|
||||
#include <basegfx/polygon/b3dpolygon.hxx>
|
||||
|
@ -18,9 +18,9 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "svx/strings.hrc"
|
||||
#include "svdglob.hxx"
|
||||
#include "svx/svditer.hxx"
|
||||
#include <svx/strings.hrc>
|
||||
#include <svdglob.hxx>
|
||||
#include <svx/svditer.hxx>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <svx/globl3d.hxx>
|
||||
@ -40,7 +40,7 @@
|
||||
#include <sdr/properties/e3dsceneproperties.hxx>
|
||||
#include <svx/sdr/contact/viewcontactofe3dscene.hxx>
|
||||
#include <svx/svddrag.hxx>
|
||||
#include <helperminimaldepth3d.hxx>
|
||||
#include "helperminimaldepth3d.hxx"
|
||||
#include <algorithm>
|
||||
#include <drawinglayer/geometry/viewinformation3d.hxx>
|
||||
#include <basegfx/polygon/b2dpolypolygontools.hxx>
|
||||
|
@ -18,11 +18,11 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "svx/strings.hrc"
|
||||
#include "svdglob.hxx"
|
||||
#include <svx/strings.hrc>
|
||||
#include <svdglob.hxx>
|
||||
#include <svx/svdmodel.hxx>
|
||||
#include <svx/svdpage.hxx>
|
||||
#include "svx/globl3d.hxx"
|
||||
#include <svx/globl3d.hxx>
|
||||
#include <svx/sphere3d.hxx>
|
||||
|
||||
#include <svx/svxids.hrc>
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <vcl/wrkwin.hxx>
|
||||
#include <svx/svdogrp.hxx>
|
||||
#include <svx/svdopath.hxx>
|
||||
#include "svx/svditer.hxx"
|
||||
#include <svx/svditer.hxx>
|
||||
#include <svx/svdpool.hxx>
|
||||
#include <svx/svdorect.hxx>
|
||||
#include <svx/svdmodel.hxx>
|
||||
@ -33,13 +33,13 @@
|
||||
#include <svx/svdview.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include "svx/globl3d.hxx"
|
||||
#include <svx/globl3d.hxx>
|
||||
#include <svx/obj3d.hxx>
|
||||
#include <svx/lathe3d.hxx>
|
||||
#include <svx/sphere3d.hxx>
|
||||
#include <svx/extrud3d.hxx>
|
||||
#include <svx/cube3d.hxx>
|
||||
#include "dragmt3d.hxx"
|
||||
#include <dragmt3d.hxx>
|
||||
#include <svx/view3d.hxx>
|
||||
#include <svx/svdundo.hxx>
|
||||
#include <svx/xflclit.hxx>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "svx/svditer.hxx"
|
||||
#include <svx/svditer.hxx>
|
||||
#include <svx/svdpool.hxx>
|
||||
#include <svx/svdmodel.hxx>
|
||||
#include <svx/svxids.hrc>
|
||||
@ -26,7 +26,7 @@
|
||||
#include <svx/fmview.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include "svx/globl3d.hxx"
|
||||
#include <svx/globl3d.hxx>
|
||||
#include <svx/obj3d.hxx>
|
||||
#include <svx/e3ditem.hxx>
|
||||
#include <editeng/colritem.hxx>
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <com/sun/star/sdb/CommandType.hpp>
|
||||
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
|
||||
#include <com/sun/star/sdb/XSQLQueryComposerFactory.hpp>
|
||||
#include "fmprop.hxx"
|
||||
#include <fmprop.hxx>
|
||||
#include <comphelper/extract.hxx>
|
||||
#include <sot/formats.hxx>
|
||||
#include <sot/exchange.hxx>
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <osl/diagnose.h>
|
||||
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
|
||||
#include <com/sun/star/sdb/XSQLQueryComposerFactory.hpp>
|
||||
#include "fmprop.hxx"
|
||||
#include <fmprop.hxx>
|
||||
#include <comphelper/extract.hxx>
|
||||
#include <sot/formats.hxx>
|
||||
#include <sot/exchange.hxx>
|
||||
|
@ -17,22 +17,22 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "svx/fmgridif.hxx"
|
||||
#include "fmitems.hxx"
|
||||
#include "fmprop.hxx"
|
||||
#include "svx/fmtools.hxx"
|
||||
#include "fmservs.hxx"
|
||||
#include "fmurl.hxx"
|
||||
#include "formcontrolfactory.hxx"
|
||||
#include "gridcell.hxx"
|
||||
#include "gridcols.hxx"
|
||||
#include "svx/dbaexchange.hxx"
|
||||
#include "svx/dialmgr.hxx"
|
||||
#include "svx/strings.hrc"
|
||||
#include "svx/fmgridcl.hxx"
|
||||
#include "svx/svxdlg.hxx"
|
||||
#include "svx/svxids.hrc"
|
||||
#include "bitmaps.hlst"
|
||||
#include <svx/fmgridif.hxx>
|
||||
#include <fmitems.hxx>
|
||||
#include <fmprop.hxx>
|
||||
#include <svx/fmtools.hxx>
|
||||
#include <fmservs.hxx>
|
||||
#include <fmurl.hxx>
|
||||
#include <formcontrolfactory.hxx>
|
||||
#include <gridcell.hxx>
|
||||
#include <gridcols.hxx>
|
||||
#include <svx/dbaexchange.hxx>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
#include <svx/fmgridcl.hxx>
|
||||
#include <svx/svxdlg.hxx>
|
||||
#include <svx/svxids.hrc>
|
||||
#include <bitmaps.hlst>
|
||||
|
||||
#include <com/sun/star/form/XConfirmDeleteListener.hpp>
|
||||
#include <com/sun/star/form/XFormComponent.hpp>
|
||||
|
@ -18,16 +18,16 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "svx/fmgridif.hxx"
|
||||
#include "fmprop.hxx"
|
||||
#include "fmservs.hxx"
|
||||
#include "svx/fmtools.hxx"
|
||||
#include "fmurl.hxx"
|
||||
#include "formcontrolfactory.hxx"
|
||||
#include "gridcell.hxx"
|
||||
#include "sdbdatacolumn.hxx"
|
||||
#include "svx/fmgridcl.hxx"
|
||||
#include "svx/svxids.hrc"
|
||||
#include <svx/fmgridif.hxx>
|
||||
#include <fmprop.hxx>
|
||||
#include <fmservs.hxx>
|
||||
#include <svx/fmtools.hxx>
|
||||
#include <fmurl.hxx>
|
||||
#include <formcontrolfactory.hxx>
|
||||
#include <gridcell.hxx>
|
||||
#include <sdbdatacolumn.hxx>
|
||||
#include <svx/fmgridcl.hxx>
|
||||
#include <svx/svxids.hrc>
|
||||
#include <tools/urlobj.hxx>
|
||||
|
||||
#include <com/sun/star/awt/PosSize.hpp>
|
||||
|
@ -20,12 +20,12 @@
|
||||
|
||||
#include <memory>
|
||||
#include <sal/macros.h>
|
||||
#include "fmprop.hxx"
|
||||
#include "svx/strings.hrc"
|
||||
#include "svx/fmtools.hxx"
|
||||
#include "gridcell.hxx"
|
||||
#include "gridcols.hxx"
|
||||
#include "sdbdatacolumn.hxx"
|
||||
#include <fmprop.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
#include <svx/fmtools.hxx>
|
||||
#include <gridcell.hxx>
|
||||
#include <gridcols.hxx>
|
||||
#include <sdbdatacolumn.hxx>
|
||||
|
||||
#include <com/sun/star/awt/LineEndFormat.hpp>
|
||||
#include <com/sun/star/awt/MouseWheelBehavior.hpp>
|
||||
|
@ -17,11 +17,11 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "gridcols.hxx"
|
||||
#include <gridcols.hxx>
|
||||
#include <tools/debug.hxx>
|
||||
#include <comphelper/types.hxx>
|
||||
#include "fmservs.hxx"
|
||||
#include "svx/fmtools.hxx"
|
||||
#include <fmservs.hxx>
|
||||
#include <svx/fmtools.hxx>
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
||||
|
||||
|
@ -18,15 +18,15 @@
|
||||
*/
|
||||
|
||||
#include <sal/macros.h>
|
||||
#include "helpids.h"
|
||||
#include <helpids.h>
|
||||
#include <svx/gridctrl.hxx>
|
||||
#include "gridcell.hxx"
|
||||
#include "svx/fmtools.hxx"
|
||||
#include <gridcell.hxx>
|
||||
#include <svx/fmtools.hxx>
|
||||
#include <svtools/stringtransfer.hxx>
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <connectivity/dbconversion.hxx>
|
||||
|
||||
#include "fmprop.hxx"
|
||||
#include <fmprop.hxx>
|
||||
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
|
||||
#include <com/sun/star/accessibility/XAccessible.hpp>
|
||||
#include <com/sun/star/sdb/XResultSetAccess.hpp>
|
||||
@ -47,12 +47,12 @@
|
||||
#include <vcl/menu.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
|
||||
#include "svx/strings.hrc"
|
||||
#include <svx/strings.hrc>
|
||||
|
||||
#include <svx/svxids.hrc>
|
||||
#include <svx/dialmgr.hxx>
|
||||
#include "fmservs.hxx"
|
||||
#include "sdbdatacolumn.hxx"
|
||||
#include <fmservs.hxx>
|
||||
#include <sdbdatacolumn.hxx>
|
||||
|
||||
#include <comphelper/property.hxx>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "svx/xmlexchg.hxx"
|
||||
#include <svx/xmlexchg.hxx>
|
||||
#include <sot/formats.hxx>
|
||||
#include <sot/exchange.hxx>
|
||||
|
||||
|
@ -19,15 +19,15 @@
|
||||
|
||||
|
||||
#include <sal/macros.h>
|
||||
#include "svx/ParseContext.hxx"
|
||||
#include "svx/strings.hrc"
|
||||
#include <svx/ParseContext.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
|
||||
#include <svx/dialmgr.hxx>
|
||||
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
#include "fmstring.hrc"
|
||||
#include <fmstring.hrc>
|
||||
|
||||
using namespace svxform;
|
||||
using namespace ::connectivity;
|
||||
|
@ -18,10 +18,10 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "svx/databaselocationinput.hxx"
|
||||
#include "svx/dialmgr.hxx"
|
||||
#include <svx/databaselocationinput.hxx>
|
||||
#include <svx/dialmgr.hxx>
|
||||
|
||||
#include "svx/strings.hrc"
|
||||
#include <svx/strings.hrc>
|
||||
|
||||
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "datalistener.hxx"
|
||||
#include "datanavi.hxx"
|
||||
#include <datalistener.hxx>
|
||||
#include <datanavi.hxx>
|
||||
|
||||
using namespace ::com::sun::star::container;
|
||||
using namespace ::com::sun::star::frame;
|
||||
|
@ -22,12 +22,12 @@
|
||||
#include <memory>
|
||||
|
||||
#include <sal/macros.h>
|
||||
#include "datanavi.hxx"
|
||||
#include "fmservs.hxx"
|
||||
#include <datanavi.hxx>
|
||||
#include <fmservs.hxx>
|
||||
|
||||
#include "helpids.h"
|
||||
#include "bitmaps.hlst"
|
||||
#include "fpicker/strings.hrc"
|
||||
#include <helpids.h>
|
||||
#include <bitmaps.hlst>
|
||||
#include <fpicker/strings.hrc>
|
||||
#include <svx/svxids.hrc>
|
||||
#include <tools/diagnose_ex.h>
|
||||
#include <unotools/resmgr.hxx>
|
||||
@ -36,7 +36,7 @@
|
||||
#include <svtools/miscopt.hxx>
|
||||
#include <unotools/pathoptions.hxx>
|
||||
#include <unotools/viewoptions.hxx>
|
||||
#include "svtools/treelistentry.hxx"
|
||||
#include <svtools/treelistentry.hxx>
|
||||
#include <sfx2/app.hxx>
|
||||
#include <sfx2/filedlghelper.hxx>
|
||||
#include <sfx2/objitem.hxx>
|
||||
@ -51,7 +51,7 @@
|
||||
#include <com/sun/star/datatransfer/XTransferable.hpp>
|
||||
#include <com/sun/star/frame/XController.hpp>
|
||||
#include <com/sun/star/frame/XModel.hpp>
|
||||
#include "com/sun/star/ui/dialogs/TemplateDescription.hpp"
|
||||
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
|
||||
#include <com/sun/star/xforms/XFormsSupplier.hpp>
|
||||
#include <com/sun/star/xml/dom/XDocument.hpp>
|
||||
#include <com/sun/star/xml/dom/DOMException.hpp>
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "svx/dbcharsethelper.hxx"
|
||||
#include <svx/dbcharsethelper.hxx>
|
||||
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <connectivity/dbcharset.hxx>
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "delayedevent.hxx"
|
||||
#include <delayedevent.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
|
||||
namespace svxform
|
||||
|
@ -18,11 +18,11 @@
|
||||
*/
|
||||
|
||||
#include <memory>
|
||||
#include "filtnav.hxx"
|
||||
#include "fmexch.hxx"
|
||||
#include "helpids.h"
|
||||
#include "fmitems.hxx"
|
||||
#include "fmprop.hxx"
|
||||
#include <filtnav.hxx>
|
||||
#include <fmexch.hxx>
|
||||
#include <helpids.h>
|
||||
#include <fmitems.hxx>
|
||||
#include <fmprop.hxx>
|
||||
#include <svx/strings.hrc>
|
||||
|
||||
#include <com/sun/star/awt/XControlModel.hpp>
|
||||
@ -54,10 +54,10 @@
|
||||
#include <vcl/settings.hxx>
|
||||
#include <tools/diagnose_ex.h>
|
||||
#include <svtools/svlbitm.hxx>
|
||||
#include "svtools/treelistentry.hxx"
|
||||
#include "svtools/viewdataentry.hxx"
|
||||
#include <svtools/treelistentry.hxx>
|
||||
#include <svtools/viewdataentry.hxx>
|
||||
|
||||
#include "bitmaps.hlst"
|
||||
#include <bitmaps.hlst>
|
||||
|
||||
#include <functional>
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user