loplugin:includeform: reportdesign
Change-Id: Ie531677be09c264ed1536ad2512e76f29ab46881
This commit is contained in:
parent
c30f3ea3dd
commit
7d66d3ae9f
@ -16,18 +16,18 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "FixedLine.hxx"
|
||||
#include <FixedLine.hxx>
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
#include "strings.hxx"
|
||||
#include "strings.hrc"
|
||||
#include "core_resource.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <core_resource.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include "Tools.hxx"
|
||||
#include "FormatCondition.hxx"
|
||||
#include <Tools.hxx>
|
||||
#include <FormatCondition.hxx>
|
||||
#include <com/sun/star/beans/XPropertyState.hpp>
|
||||
#include <com/sun/star/text/ParagraphVertAlign.hpp>
|
||||
#include "ReportHelperImpl.hxx"
|
||||
#include <ReportHelperImpl.hxx>
|
||||
|
||||
#define MIN_WIDTH 80
|
||||
#define MIN_HEIGHT 20
|
||||
|
@ -16,19 +16,19 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "FixedText.hxx"
|
||||
#include <FixedText.hxx>
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <com/sun/star/beans/XPropertyState.hpp>
|
||||
#include "strings.hrc"
|
||||
#include "core_resource.hxx"
|
||||
#include "Tools.hxx"
|
||||
#include <strings.hrc>
|
||||
#include <core_resource.hxx>
|
||||
#include <Tools.hxx>
|
||||
#include <tools/color.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include "FormatCondition.hxx"
|
||||
#include <FormatCondition.hxx>
|
||||
#include <com/sun/star/text/ParagraphVertAlign.hpp>
|
||||
#include "ReportHelperImpl.hxx"
|
||||
#include <ReportHelperImpl.hxx>
|
||||
|
||||
namespace reportdesign
|
||||
{
|
||||
|
@ -16,16 +16,16 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "FormatCondition.hxx"
|
||||
#include <FormatCondition.hxx>
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <tools/color.hxx>
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include "Tools.hxx"
|
||||
#include <Tools.hxx>
|
||||
#include <com/sun/star/text/ParagraphVertAlign.hpp>
|
||||
#include "ReportHelperImpl.hxx"
|
||||
#include <ReportHelperImpl.hxx>
|
||||
|
||||
namespace reportdesign
|
||||
{
|
||||
|
@ -16,20 +16,20 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "FormattedField.hxx"
|
||||
#include <FormattedField.hxx>
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
#include <com/sun/star/beans/XPropertyState.hpp>
|
||||
#include "strings.hxx"
|
||||
#include "strings.hrc"
|
||||
#include "core_resource.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <core_resource.hxx>
|
||||
#include <tools/color.hxx>
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include "Tools.hxx"
|
||||
#include "FormatCondition.hxx"
|
||||
#include <Tools.hxx>
|
||||
#include <FormatCondition.hxx>
|
||||
#include <com/sun/star/text/ParagraphVertAlign.hpp>
|
||||
#include "ReportHelperImpl.hxx"
|
||||
#include <ReportHelperImpl.hxx>
|
||||
|
||||
namespace reportdesign
|
||||
{
|
||||
|
@ -16,13 +16,13 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "Function.hxx"
|
||||
#include <Function.hxx>
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include "Tools.hxx"
|
||||
#include <Tools.hxx>
|
||||
|
||||
namespace reportdesign
|
||||
{
|
||||
|
@ -16,10 +16,10 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "Functions.hxx"
|
||||
#include "Function.hxx"
|
||||
#include "core_resource.hxx"
|
||||
#include "strings.hrc"
|
||||
#include <Functions.hxx>
|
||||
#include <Function.hxx>
|
||||
#include <core_resource.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <com/sun/star/lang/NoSupportException.hpp>
|
||||
#include <comphelper/property.hxx>
|
||||
#include <algorithm>
|
||||
|
@ -16,19 +16,19 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "Group.hxx"
|
||||
#include "Section.hxx"
|
||||
#include <Group.hxx>
|
||||
#include <Section.hxx>
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
#include <com/sun/star/lang/NoSupportException.hpp>
|
||||
#include <com/sun/star/report/GroupOn.hpp>
|
||||
#include <com/sun/star/report/KeepTogether.hpp>
|
||||
#include "strings.hxx"
|
||||
#include "strings.hrc"
|
||||
#include "core_resource.hxx"
|
||||
#include "Tools.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <core_resource.hxx>
|
||||
#include <Tools.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include "Functions.hxx"
|
||||
#include <Functions.hxx>
|
||||
|
||||
|
||||
namespace reportdesign
|
||||
|
@ -16,12 +16,12 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "Groups.hxx"
|
||||
#include "Group.hxx"
|
||||
#include <Groups.hxx>
|
||||
#include <Group.hxx>
|
||||
#include <com/sun/star/lang/NoSupportException.hpp>
|
||||
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
|
||||
#include "core_resource.hxx"
|
||||
#include "strings.hrc"
|
||||
#include <core_resource.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <algorithm>
|
||||
|
||||
namespace reportdesign
|
||||
|
@ -16,20 +16,20 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "ImageControl.hxx"
|
||||
#include <ImageControl.hxx>
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
#include <com/sun/star/beans/XPropertyState.hpp>
|
||||
#include "strings.hxx"
|
||||
#include "strings.hrc"
|
||||
#include "core_resource.hxx"
|
||||
#include "Tools.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <core_resource.hxx>
|
||||
#include <Tools.hxx>
|
||||
#include <tools/color.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include "FormatCondition.hxx"
|
||||
#include <FormatCondition.hxx>
|
||||
#include <com/sun/star/awt/ImageScaleMode.hpp>
|
||||
#include <com/sun/star/text/ParagraphVertAlign.hpp>
|
||||
#include "ReportHelperImpl.hxx"
|
||||
#include <ReportHelperImpl.hxx>
|
||||
|
||||
namespace reportdesign
|
||||
{
|
||||
|
@ -16,9 +16,9 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "ReportComponent.hxx"
|
||||
#include <ReportComponent.hxx>
|
||||
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/outdev.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
@ -26,7 +26,7 @@
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
#include <com/sun/star/awt/FontWeight.hpp>
|
||||
#include <com/sun/star/awt/FontWidth.hpp>
|
||||
#include "ReportControlModel.hxx"
|
||||
#include <ReportControlModel.hxx>
|
||||
#include <com/sun/star/reflection/XProxyFactory.hpp>
|
||||
#include <com/sun/star/text/ParagraphVertAlign.hpp>
|
||||
#include <com/sun/star/i18n/ScriptType.hpp>
|
||||
|
@ -16,7 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "ReportControlModel.hxx"
|
||||
#include <ReportControlModel.hxx>
|
||||
#include <com/sun/star/beans/XMultiPropertySet.hpp>
|
||||
#include <com/sun/star/beans/XPropertyState.hpp>
|
||||
namespace reportdesign
|
||||
|
@ -21,25 +21,25 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "ReportDefinition.hxx"
|
||||
#include <ReportDefinition.hxx>
|
||||
|
||||
#include "FixedLine.hxx"
|
||||
#include "FixedText.hxx"
|
||||
#include "FormattedField.hxx"
|
||||
#include "Functions.hxx"
|
||||
#include "Groups.hxx"
|
||||
#include "ImageControl.hxx"
|
||||
#include "ReportComponent.hxx"
|
||||
#include "ReportHelperImpl.hxx"
|
||||
#include "RptDef.hxx"
|
||||
#include "RptModel.hxx"
|
||||
#include "Section.hxx"
|
||||
#include "Shape.hxx"
|
||||
#include "Tools.hxx"
|
||||
#include "UndoEnv.hxx"
|
||||
#include "strings.hrc"
|
||||
#include "core_resource.hxx"
|
||||
#include "strings.hxx"
|
||||
#include <FixedLine.hxx>
|
||||
#include <FixedText.hxx>
|
||||
#include <FormattedField.hxx>
|
||||
#include <Functions.hxx>
|
||||
#include <Groups.hxx>
|
||||
#include <ImageControl.hxx>
|
||||
#include <ReportComponent.hxx>
|
||||
#include <ReportHelperImpl.hxx>
|
||||
#include <RptDef.hxx>
|
||||
#include <RptModel.hxx>
|
||||
#include <Section.hxx>
|
||||
#include <Shape.hxx>
|
||||
#include <Tools.hxx>
|
||||
#include <UndoEnv.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <core_resource.hxx>
|
||||
#include <strings.hxx>
|
||||
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
#include <com/sun/star/beans/XMultiPropertyStates.hpp>
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#include "ReportEngineJFree.hxx"
|
||||
#include <ReportEngineJFree.hxx>
|
||||
#include <comphelper/enumhelper.hxx>
|
||||
#include <comphelper/documentconstants.hxx>
|
||||
#include <comphelper/storagehelper.hxx>
|
||||
@ -44,10 +44,10 @@
|
||||
#include <unotools/tempfile.hxx>
|
||||
#include <unotools/sharedunocomponent.hxx>
|
||||
|
||||
#include "Tools.hxx"
|
||||
#include "strings.hxx"
|
||||
#include "strings.hrc"
|
||||
#include "core_resource.hxx"
|
||||
#include <Tools.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <core_resource.hxx>
|
||||
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "ReportVisitor.hxx"
|
||||
#include <ReportVisitor.hxx>
|
||||
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "Section.hxx"
|
||||
#include <Section.hxx>
|
||||
#include <comphelper/enumhelper.hxx>
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
@ -25,18 +25,18 @@
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
#include <com/sun/star/lang/NoSupportException.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include "strings.hxx"
|
||||
#include "core_resource.hxx"
|
||||
#include "strings.hrc"
|
||||
#include "Tools.hxx"
|
||||
#include "RptModel.hxx"
|
||||
#include "RptPage.hxx"
|
||||
#include "ReportDefinition.hxx"
|
||||
#include "Shape.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <core_resource.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <Tools.hxx>
|
||||
#include <RptModel.hxx>
|
||||
#include <RptPage.hxx>
|
||||
#include <ReportDefinition.hxx>
|
||||
#include <Shape.hxx>
|
||||
#include <svx/unoshape.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include "RptObject.hxx"
|
||||
#include "ReportDrawPage.hxx"
|
||||
#include <RptObject.hxx>
|
||||
#include <ReportDrawPage.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
|
||||
namespace reportdesign
|
||||
|
@ -16,7 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "Shape.hxx"
|
||||
#include <Shape.hxx>
|
||||
|
||||
#include <com/sun/star/beans/NamedValue.hpp>
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
@ -28,13 +28,13 @@
|
||||
#include <tools/diagnose_ex.h>
|
||||
#include <svx/unoshape.hxx>
|
||||
|
||||
#include "strings.hxx"
|
||||
#include "strings.hrc"
|
||||
#include "core_resource.hxx"
|
||||
#include "Tools.hxx"
|
||||
#include "RptObject.hxx"
|
||||
#include "FormatCondition.hxx"
|
||||
#include "ReportHelperImpl.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <core_resource.hxx>
|
||||
#include <Tools.hxx>
|
||||
#include <RptObject.hxx>
|
||||
#include <FormatCondition.hxx>
|
||||
#include <ReportHelperImpl.hxx>
|
||||
|
||||
namespace reportdesign
|
||||
{
|
||||
|
@ -16,9 +16,9 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "Tools.hxx"
|
||||
#include "strings.hrc"
|
||||
#include "core_resource.hxx"
|
||||
#include <Tools.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <core_resource.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
|
||||
|
||||
|
@ -19,15 +19,15 @@
|
||||
#include <sal/types.h>
|
||||
#include <cppuhelper/factory.hxx>
|
||||
#include <cppuhelper/implementationentry.hxx>
|
||||
#include "ReportDefinition.hxx"
|
||||
#include "FormattedField.hxx"
|
||||
#include "FixedText.hxx"
|
||||
#include "ImageControl.hxx"
|
||||
#include "FormatCondition.hxx"
|
||||
#include "ReportEngineJFree.hxx"
|
||||
#include "Function.hxx"
|
||||
#include "Shape.hxx"
|
||||
#include "FixedLine.hxx"
|
||||
#include <ReportDefinition.hxx>
|
||||
#include <FormattedField.hxx>
|
||||
#include <FixedText.hxx>
|
||||
#include <ImageControl.hxx>
|
||||
#include <FormatCondition.hxx>
|
||||
#include <ReportEngineJFree.hxx>
|
||||
#include <Function.hxx>
|
||||
#include <Shape.hxx>
|
||||
#include <FixedLine.hxx>
|
||||
|
||||
/********************************************************************************************/
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <cppuhelper/compbase.hxx>
|
||||
#include <cppuhelper/basemutex.hxx>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include "ReportHelperDefines.hxx"
|
||||
#include <ReportHelperDefines.hxx>
|
||||
|
||||
|
||||
namespace reportdesign
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <cppuhelper/compbase.hxx>
|
||||
#include <cppuhelper/basemutex.hxx>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include "ReportHelperDefines.hxx"
|
||||
#include <ReportHelperDefines.hxx>
|
||||
|
||||
|
||||
namespace reportdesign
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <cppuhelper/compbase.hxx>
|
||||
#include <cppuhelper/basemutex.hxx>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include "ReportHelperDefines.hxx"
|
||||
#include <ReportHelperDefines.hxx>
|
||||
|
||||
namespace reportdesign
|
||||
{
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <cppuhelper/compbase.hxx>
|
||||
#include <cppuhelper/basemutex.hxx>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include "ReportHelperDefines.hxx"
|
||||
#include <ReportHelperDefines.hxx>
|
||||
|
||||
|
||||
namespace reportdesign
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <cppuhelper/propertysetmixin.hxx>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include "GroupProperties.hxx"
|
||||
#include <GroupProperties.hxx>
|
||||
#include <comphelper/uno3.hxx>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <cppuhelper/compbase.hxx>
|
||||
#include <cppuhelper/basemutex.hxx>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include "ReportHelperDefines.hxx"
|
||||
#include <ReportHelperDefines.hxx>
|
||||
|
||||
namespace reportdesign
|
||||
{
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <cppuhelper/compbase.hxx>
|
||||
#include <cppuhelper/basemutex.hxx>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include "ReportHelperDefines.hxx"
|
||||
#include <ReportHelperDefines.hxx>
|
||||
#include <comphelper/propagg.hxx>
|
||||
#include <memory>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
#include "Section.hxx"
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
|
||||
namespace reportdesign
|
||||
{
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef INCLUDED_REPORTDESIGN_SOURCE_CORE_INC_CONDITIONUPDATER_HXX
|
||||
#define INCLUDED_REPORTDESIGN_SOURCE_CORE_INC_CONDITIONUPDATER_HXX
|
||||
|
||||
#include "conditionalexpression.hxx"
|
||||
#include <conditionalexpression.hxx>
|
||||
|
||||
#include <com/sun/star/beans/PropertyChangeEvent.hpp>
|
||||
#include <com/sun/star/report/XReportControlModel.hpp>
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "conditionalexpression.hxx"
|
||||
#include <conditionalexpression.hxx>
|
||||
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "conditionupdater.hxx"
|
||||
#include "reportformula.hxx"
|
||||
#include <conditionupdater.hxx>
|
||||
#include <reportformula.hxx>
|
||||
|
||||
#include <com/sun/star/report/XFormatCondition.hpp>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "reportformula.hxx"
|
||||
#include <reportformula.hxx>
|
||||
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "core_resource.hxx"
|
||||
#include <core_resource.hxx>
|
||||
#include <unotools/resmgr.hxx>
|
||||
|
||||
// ---- needed as long as we have no contexts for components ---
|
||||
|
@ -16,14 +16,14 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "PropertyForward.hxx"
|
||||
#include <PropertyForward.hxx>
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
#include <comphelper/property.hxx>
|
||||
#include <com/sun/star/sdbcx/XAppend.hpp>
|
||||
#include <tools/debug.hxx>
|
||||
#include <tools/diagnose_ex.h>
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
|
||||
namespace rptui
|
||||
{
|
||||
|
@ -16,11 +16,11 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "ReportDrawPage.hxx"
|
||||
#include "RptObject.hxx"
|
||||
#include "RptModel.hxx"
|
||||
#include "RptDef.hxx"
|
||||
#include "strings.hxx"
|
||||
#include <ReportDrawPage.hxx>
|
||||
#include <RptObject.hxx>
|
||||
#include <RptModel.hxx>
|
||||
#include <RptDef.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <comphelper/mimeconfighelper.hxx>
|
||||
#include <comphelper/classids.hxx>
|
||||
#include <comphelper/embeddedobjectcontainer.hxx>
|
||||
|
@ -16,10 +16,10 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "ReportUndoFactory.hxx"
|
||||
#include "RptObject.hxx"
|
||||
#include "UndoActions.hxx"
|
||||
#include "strings.hrc"
|
||||
#include <ReportUndoFactory.hxx>
|
||||
#include <RptObject.hxx>
|
||||
#include <UndoActions.hxx>
|
||||
#include <strings.hrc>
|
||||
|
||||
namespace rptui
|
||||
{
|
||||
|
@ -17,27 +17,27 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "RptModel.hxx"
|
||||
#include "RptPage.hxx"
|
||||
#include <RptModel.hxx>
|
||||
#include <RptPage.hxx>
|
||||
#include <dbaccess/dbsubcomponentcontroller.hxx>
|
||||
#include <unotools/resmgr.hxx>
|
||||
#include <unotools/pathoptions.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
|
||||
#include "UndoActions.hxx"
|
||||
#include "UndoEnv.hxx"
|
||||
#include "ReportUndoFactory.hxx"
|
||||
#include "ReportDefinition.hxx"
|
||||
#include <UndoActions.hxx>
|
||||
#include <UndoEnv.hxx>
|
||||
#include <ReportUndoFactory.hxx>
|
||||
#include <ReportDefinition.hxx>
|
||||
|
||||
#include <svx/tbcontrl.hxx>
|
||||
#include "rptui_slotid.hrc"
|
||||
#include "RptDef.hxx"
|
||||
#include "strings.hxx"
|
||||
#include "FixedLine.hxx"
|
||||
#include "FormattedField.hxx"
|
||||
#include "FixedText.hxx"
|
||||
#include "ImageControl.hxx"
|
||||
#include "Shape.hxx"
|
||||
#include <rptui_slotid.hrc>
|
||||
#include <RptDef.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <FixedLine.hxx>
|
||||
#include <FormattedField.hxx>
|
||||
#include <FixedText.hxx>
|
||||
#include <ImageControl.hxx>
|
||||
#include <Shape.hxx>
|
||||
|
||||
namespace rptui
|
||||
{
|
||||
|
@ -16,21 +16,21 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "RptObject.hxx"
|
||||
#include <RptObject.hxx>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
#include <RptDef.hxx>
|
||||
#include <svx/unoshape.hxx>
|
||||
#include "RptModel.hxx"
|
||||
#include "RptObjectListener.hxx"
|
||||
#include <RptModel.hxx>
|
||||
#include <RptObjectListener.hxx>
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
#include <toolkit/helper/convert.hxx>
|
||||
#include "RptPage.hxx"
|
||||
#include <RptPage.hxx>
|
||||
#include <dbaccess/dbsubcomponentcontroller.hxx>
|
||||
|
||||
#include <strings.hrc>
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <svx/xflclit.hxx>
|
||||
#include <svx/xlnclit.hxx>
|
||||
#include <svx/xlndsit.hxx>
|
||||
@ -63,11 +63,11 @@
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
#include <tools/diagnose_ex.h>
|
||||
#include "PropertyForward.hxx"
|
||||
#include <PropertyForward.hxx>
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <connectivity/dbconversion.hxx>
|
||||
#include "UndoActions.hxx"
|
||||
#include "UndoEnv.hxx"
|
||||
#include <UndoActions.hxx>
|
||||
#include <UndoEnv.hxx>
|
||||
#include <functional>
|
||||
|
||||
namespace rptui
|
||||
|
@ -16,9 +16,9 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "RptObjectListener.hxx"
|
||||
#include "RptObject.hxx"
|
||||
#include "RptDef.hxx"
|
||||
#include <RptObjectListener.hxx>
|
||||
#include <RptObject.hxx>
|
||||
#include <RptDef.hxx>
|
||||
|
||||
namespace rptui
|
||||
{
|
||||
|
@ -16,13 +16,13 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "RptPage.hxx"
|
||||
#include "RptModel.hxx"
|
||||
#include "Section.hxx"
|
||||
#include "RptObject.hxx"
|
||||
#include <RptPage.hxx>
|
||||
#include <RptModel.hxx>
|
||||
#include <Section.hxx>
|
||||
#include <RptObject.hxx>
|
||||
#include <svx/unoapi.hxx>
|
||||
#include <svx/unoshape.hxx>
|
||||
#include "ReportDrawPage.hxx"
|
||||
#include <ReportDrawPage.hxx>
|
||||
|
||||
namespace rptui
|
||||
{
|
||||
|
@ -17,18 +17,18 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "UndoActions.hxx"
|
||||
#include "UndoEnv.hxx"
|
||||
#include <UndoActions.hxx>
|
||||
#include <UndoEnv.hxx>
|
||||
#include "formatnormalizer.hxx"
|
||||
#include "conditionupdater.hxx"
|
||||
#include "strings.hxx"
|
||||
#include "rptui_slotid.hrc"
|
||||
#include "RptDef.hxx"
|
||||
#include "core_resource.hxx"
|
||||
#include "RptObject.hxx"
|
||||
#include "RptPage.hxx"
|
||||
#include "strings.hrc"
|
||||
#include "RptModel.hxx"
|
||||
#include <conditionupdater.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <rptui_slotid.hrc>
|
||||
#include <RptDef.hxx>
|
||||
#include <core_resource.hxx>
|
||||
#include <RptObject.hxx>
|
||||
#include <RptPage.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <RptModel.hxx>
|
||||
|
||||
#include <com/sun/star/container/XChild.hpp>
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
|
@ -16,17 +16,17 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "UndoActions.hxx"
|
||||
#include "UndoEnv.hxx"
|
||||
#include <UndoActions.hxx>
|
||||
#include <UndoEnv.hxx>
|
||||
#include "formatnormalizer.hxx"
|
||||
#include "conditionupdater.hxx"
|
||||
#include "strings.hxx"
|
||||
#include "rptui_slotid.hrc"
|
||||
#include "RptDef.hxx"
|
||||
#include "RptObject.hxx"
|
||||
#include "RptPage.hxx"
|
||||
#include "strings.hrc"
|
||||
#include "RptModel.hxx"
|
||||
#include <conditionupdater.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <rptui_slotid.hrc>
|
||||
#include <RptDef.hxx>
|
||||
#include <RptObject.hxx>
|
||||
#include <RptPage.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <RptModel.hxx>
|
||||
|
||||
#include <com/sun/star/container/XChild.hpp>
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "formatnormalizer.hxx"
|
||||
#include "RptModel.hxx"
|
||||
#include <RptModel.hxx>
|
||||
|
||||
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
|
||||
#include <com/sun/star/sdb/XParametersSupplier.hpp>
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <com/sun/star/report/XShape.hpp>
|
||||
#include <com/sun/star/report/XFixedLine.hpp>
|
||||
#include <com/sun/star/table/BorderLine2.hpp>
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
#include "xmlTable.hxx"
|
||||
#include "xmlFormattedField.hxx"
|
||||
#include "xmlImage.hxx"
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include <comphelper/namecontainer.hxx>
|
||||
#include <comphelper/genericpropertyset.hxx>
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
|
||||
#define PROPERTY_ID_WIDTH 1
|
||||
#define PROPERTY_ID_HEIGHT 2
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <xmloff/nmspmap.hxx>
|
||||
#include "xmlEnums.hxx"
|
||||
#include "xmlHelper.hxx"
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
#include "xmlStyleImport.hxx"
|
||||
#include <ucbhelper/content.hxx>
|
||||
#include <comphelper/namecontainer.hxx>
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "xmlEnums.hxx"
|
||||
#include "xmlControlProperty.hxx"
|
||||
#include "xmlComponent.hxx"
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
|
||||
namespace rptxml
|
||||
{
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <xmloff/txtprmap.hxx>
|
||||
#include <xmloff/numehelp.hxx>
|
||||
#include "xmlHelper.hxx"
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
#include "xmlPropertyHandler.hxx"
|
||||
#include <sax/tools/converter.hxx>
|
||||
#include <com/sun/star/awt/ImagePosition.hpp>
|
||||
@ -51,7 +51,7 @@
|
||||
#include <com/sun/star/table/BorderLine2.hpp>
|
||||
#include <com/sun/star/table/BorderLineStyle.hpp>
|
||||
#include <com/sun/star/report/XFixedLine.hpp>
|
||||
#include "RptDef.hxx"
|
||||
#include <RptDef.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <sal/macros.h>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "xmlEnums.hxx"
|
||||
#include "xmlReportElement.hxx"
|
||||
#include "xmlCell.hxx"
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <com/sun/star/report/XFormattedField.hpp>
|
||||
#include <com/sun/star/report/XFixedText.hpp>
|
||||
#include <com/sun/star/text/ControlCharacter.hpp>
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <comphelper/genericpropertyset.hxx>
|
||||
#include <com/sun/star/awt/FontDescriptor.hpp>
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
#include "xmlStyleImport.hxx"
|
||||
|
||||
namespace rptxml
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <xmloff/nmspmap.hxx>
|
||||
#include "xmlHelper.hxx"
|
||||
#include "xmlEnums.hxx"
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
|
||||
namespace rptxml
|
||||
{
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <com/sun/star/awt/ImagePosition.hpp>
|
||||
#include <com/sun/star/awt/ImageScaleMode.hpp>
|
||||
#include <xmloff/prstylei.hxx>
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
#include "xmlEnums.hxx"
|
||||
#include <xmloff/contextid.hxx>
|
||||
#include <xmloff/txtprmap.hxx>
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "xmlStyleImport.hxx"
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <com/sun/star/report/ReportPrintOption.hpp>
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
#include "xmlTable.hxx"
|
||||
|
||||
|
||||
|
@ -22,14 +22,14 @@
|
||||
#include <xmloff/xmlnmspe.hxx>
|
||||
#include <xmloff/nmspmap.hxx>
|
||||
#include <xmloff/xmluconv.hxx>
|
||||
#include "RptDef.hxx"
|
||||
#include <RptDef.hxx>
|
||||
#include "xmlHelper.hxx"
|
||||
#include "xmlEnums.hxx"
|
||||
#include "xmlColumn.hxx"
|
||||
#include <com/sun/star/report/ForceNewPage.hpp>
|
||||
#include "xmlCondPrtExpr.hxx"
|
||||
#include "xmlStyleImport.hxx"
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <com/sun/star/report/XShape.hpp>
|
||||
#include <com/sun/star/report/XFixedLine.hpp>
|
||||
|
@ -57,10 +57,10 @@
|
||||
#include <svtools/sfxecode.hxx>
|
||||
#include "xmlEnums.hxx"
|
||||
#include "xmlStyleImport.hxx"
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
#include "xmlPropertyHandler.hxx"
|
||||
#include <xmloff/txtprmap.hxx>
|
||||
#include "ReportDefinition.hxx"
|
||||
#include <ReportDefinition.hxx>
|
||||
|
||||
namespace rptxml
|
||||
{
|
||||
|
@ -16,8 +16,8 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "AddField.hxx"
|
||||
#include "UITools.hxx"
|
||||
#include <AddField.hxx>
|
||||
#include <UITools.hxx>
|
||||
#include <svx/dbaexchange.hxx>
|
||||
#include <svx/svdpagv.hxx>
|
||||
#include <com/sun/star/sdb/CommandType.hpp>
|
||||
@ -30,14 +30,14 @@
|
||||
#include <vcl/settings.hxx>
|
||||
|
||||
#include <tools/diagnose_ex.h>
|
||||
#include "rptui_slotid.hrc"
|
||||
#include <rptui_slotid.hrc>
|
||||
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include "core_resource.hxx"
|
||||
#include "helpids.h"
|
||||
#include "strings.hrc"
|
||||
#include "strings.hxx"
|
||||
#include "ColumnInfo.hxx"
|
||||
#include <core_resource.hxx>
|
||||
#include <helpids.h>
|
||||
#include <strings.hrc>
|
||||
#include <strings.hxx>
|
||||
#include <ColumnInfo.hxx>
|
||||
|
||||
#include <comphelper/property.hxx>
|
||||
#include <svtools/imgdef.hxx>
|
||||
|
@ -17,15 +17,15 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "CondFormat.hxx"
|
||||
#include <CondFormat.hxx>
|
||||
|
||||
#include "strings.hxx"
|
||||
#include "strings.hrc"
|
||||
#include "rptui_slotid.hrc"
|
||||
#include "core_resource.hxx"
|
||||
#include "helpids.h"
|
||||
#include "UITools.hxx"
|
||||
#include "ReportController.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <rptui_slotid.hrc>
|
||||
#include <core_resource.hxx>
|
||||
#include <helpids.h>
|
||||
#include <UITools.hxx>
|
||||
#include <ReportController.hxx>
|
||||
#include "Condition.hxx"
|
||||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
@ -42,7 +42,7 @@
|
||||
#include <comphelper/property.hxx>
|
||||
|
||||
#include <algorithm>
|
||||
#include "UndoActions.hxx"
|
||||
#include <UndoActions.hxx>
|
||||
|
||||
|
||||
namespace rptui
|
||||
|
@ -18,14 +18,14 @@
|
||||
*/
|
||||
|
||||
#include "Condition.hxx"
|
||||
#include "UITools.hxx"
|
||||
#include "CondFormat.hxx"
|
||||
#include "core_resource.hxx"
|
||||
#include "strings.hrc"
|
||||
#include "ReportController.hxx"
|
||||
#include "ColorChanger.hxx"
|
||||
#include "helpids.h"
|
||||
#include "reportformula.hxx"
|
||||
#include <UITools.hxx>
|
||||
#include <CondFormat.hxx>
|
||||
#include <core_resource.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <ReportController.hxx>
|
||||
#include <ColorChanger.hxx>
|
||||
#include <helpids.h>
|
||||
#include <reportformula.hxx>
|
||||
#include <com/sun/star/util/URL.hpp>
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#include <com/sun/star/ui/XUIConfigurationManager.hpp>
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef INCLUDED_REPORTDESIGN_SOURCE_UI_DLG_CONDITION_HXX
|
||||
#define INCLUDED_REPORTDESIGN_SOURCE_UI_DLG_CONDITION_HXX
|
||||
|
||||
#include "conditionalexpression.hxx"
|
||||
#include <conditionalexpression.hxx>
|
||||
|
||||
#include <com/sun/star/report/XFormatCondition.hpp>
|
||||
|
||||
|
@ -16,18 +16,18 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "DateTime.hxx"
|
||||
#include <DateTime.hxx>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include "strings.hrc"
|
||||
#include "rptui_slotid.hrc"
|
||||
#include "helpids.h"
|
||||
#include <strings.hrc>
|
||||
#include <rptui_slotid.hrc>
|
||||
#include <helpids.h>
|
||||
#include <vcl/msgbox.hxx>
|
||||
#include <connectivity/dbconversion.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include "UITools.hxx"
|
||||
#include "RptDef.hxx"
|
||||
#include "strings.hxx"
|
||||
#include "ReportController.hxx"
|
||||
#include <UITools.hxx>
|
||||
#include <RptDef.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <ReportController.hxx>
|
||||
#include <com/sun/star/util/Time.hpp>
|
||||
#include <com/sun/star/util/NumberFormat.hpp>
|
||||
#include <com/sun/star/util/XNumberFormatPreviewer.hpp>
|
||||
|
@ -30,9 +30,9 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "Formula.hxx"
|
||||
#include "AddField.hxx"
|
||||
#include "helpids.h"
|
||||
#include <Formula.hxx>
|
||||
#include <AddField.hxx>
|
||||
#include <helpids.h>
|
||||
|
||||
|
||||
namespace rptui
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#include <svtools/transfer.hxx>
|
||||
#include "GroupsSorting.hxx"
|
||||
#include <GroupsSorting.hxx>
|
||||
|
||||
namespace rptui
|
||||
{
|
||||
|
@ -16,7 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "GroupsSorting.hxx"
|
||||
#include <GroupsSorting.hxx>
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <sot/exchange.hxx>
|
||||
#include <svtools/editbrowsebox.hxx>
|
||||
@ -26,16 +26,16 @@
|
||||
#include <com/sun/star/report/GroupOn.hpp>
|
||||
#include <com/sun/star/sdbc/DataType.hpp>
|
||||
|
||||
#include "strings.hrc"
|
||||
#include "rptui_slotid.hrc"
|
||||
#include "core_resource.hxx"
|
||||
#include "helpids.h"
|
||||
#include <strings.hrc>
|
||||
#include <rptui_slotid.hrc>
|
||||
#include <core_resource.hxx>
|
||||
#include <helpids.h>
|
||||
#include "GroupExchange.hxx"
|
||||
#include "UITools.hxx"
|
||||
#include "UndoActions.hxx"
|
||||
#include "strings.hxx"
|
||||
#include "ReportController.hxx"
|
||||
#include "ColumnInfo.hxx"
|
||||
#include <UITools.hxx>
|
||||
#include <UndoActions.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <ReportController.hxx>
|
||||
#include <ColumnInfo.hxx>
|
||||
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
|
@ -17,14 +17,14 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "Navigator.hxx"
|
||||
#include <Navigator.hxx>
|
||||
|
||||
#include "strings.hxx"
|
||||
#include "bitmaps.hlst"
|
||||
#include "ReportController.hxx"
|
||||
#include "UITools.hxx"
|
||||
#include "RptUndo.hxx"
|
||||
#include "reportformula.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <bitmaps.hlst>
|
||||
#include <ReportController.hxx>
|
||||
#include <UITools.hxx>
|
||||
#include <RptUndo.hxx>
|
||||
#include <reportformula.hxx>
|
||||
#include <com/sun/star/container/XContainerListener.hpp>
|
||||
#include <com/sun/star/report/XReportDefinition.hpp>
|
||||
#include <com/sun/star/report/XFixedText.hpp>
|
||||
@ -32,9 +32,9 @@
|
||||
#include <com/sun/star/report/XFormattedField.hpp>
|
||||
#include <com/sun/star/report/XImageControl.hpp>
|
||||
#include <com/sun/star/report/XShape.hpp>
|
||||
#include "helpids.h"
|
||||
#include "strings.hrc"
|
||||
#include "rptui_slotid.hrc"
|
||||
#include <helpids.h>
|
||||
#include <strings.hrc>
|
||||
#include <rptui_slotid.hrc>
|
||||
#include <comphelper/propmultiplex.hxx>
|
||||
#include <comphelper/containermultiplexer.hxx>
|
||||
#include <comphelper/types.hxx>
|
||||
@ -43,8 +43,8 @@
|
||||
#include <svtools/treelistbox.hxx>
|
||||
#include <svtools/treelistentry.hxx>
|
||||
#include <svl/solar.hrc>
|
||||
#include "ReportVisitor.hxx"
|
||||
#include "core_resource.hxx"
|
||||
#include <ReportVisitor.hxx>
|
||||
#include <core_resource.hxx>
|
||||
#include <rtl/ref.hxx>
|
||||
|
||||
#include <memory>
|
||||
|
@ -16,18 +16,18 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "PageNumber.hxx"
|
||||
#include <PageNumber.hxx>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include "strings.hrc"
|
||||
#include "rptui_slotid.hrc"
|
||||
#include "RptDef.hxx"
|
||||
#include "helpids.h"
|
||||
#include <strings.hrc>
|
||||
#include <rptui_slotid.hrc>
|
||||
#include <RptDef.hxx>
|
||||
#include <helpids.h>
|
||||
#include <vcl/msgbox.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
|
||||
#include "UITools.hxx"
|
||||
#include "strings.hxx"
|
||||
#include "ReportController.hxx"
|
||||
#include <UITools.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <ReportController.hxx>
|
||||
#include <comphelper/propertysequence.hxx>
|
||||
#include <algorithm>
|
||||
|
||||
|
@ -22,8 +22,8 @@
|
||||
#include <svx/flagsdef.hxx>
|
||||
#include <svx/svxdlg.hxx>
|
||||
#include <editeng/svxenum.hxx>
|
||||
#include "dlgpage.hxx"
|
||||
#include "strings.hrc"
|
||||
#include <dlgpage.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <svl/intitem.hxx>
|
||||
#include <svl/cjkoptions.hxx>
|
||||
#include <svl/aeitem.hxx>
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include <com/sun/star/report/XGroups.hpp>
|
||||
#include <com/sun/star/report/XGroup.hpp>
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#include "GroupProperties.hxx"
|
||||
#include <GroupProperties.hxx>
|
||||
#include <comphelper/propmultiplex.hxx>
|
||||
#include <cppuhelper/basemutex.hxx>
|
||||
#include <svtools/svmedit.hxx>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include "DesignView.hxx"
|
||||
#include "ReportControllerObserver.hxx"
|
||||
#include "RptDef.hxx"
|
||||
#include <RptDef.hxx>
|
||||
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
|
||||
|
@ -20,7 +20,7 @@
|
||||
#define INCLUDED_REPORTDESIGN_SOURCE_UI_INC_REPORTSECTION_HXX
|
||||
|
||||
#include <vcl/window.hxx>
|
||||
#include "RptPage.hxx"
|
||||
#include <RptPage.hxx>
|
||||
#include <com/sun/star/beans/NamedValue.hpp>
|
||||
#include <comphelper/propmultiplex.hxx>
|
||||
#include <cppuhelper/basemutex.hxx>
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef INCLUDED_REPORTDESIGN_SOURCE_UI_INC_RPTUNDO_HXX
|
||||
#define INCLUDED_REPORTDESIGN_SOURCE_UI_INC_RPTUNDO_HXX
|
||||
|
||||
#include "UndoActions.hxx"
|
||||
#include <UndoActions.hxx>
|
||||
#include <functional>
|
||||
|
||||
namespace com { namespace sun { namespace star {
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <cppuhelper/basemutex.hxx>
|
||||
|
||||
#include "UITools.hxx"
|
||||
#include "UndoActions.hxx"
|
||||
#include <UndoActions.hxx>
|
||||
#include "StartMarker.hxx"
|
||||
#include "EndMarker.hxx"
|
||||
#include "ReportSection.hxx"
|
||||
|
@ -16,14 +16,14 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "DataProviderHandler.hxx"
|
||||
#include <DataProviderHandler.hxx>
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
#include <comphelper/namedvaluecollection.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
#include <comphelper/types.hxx>
|
||||
#include <comphelper/propertysequence.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <com/sun/star/form/inspection/FormComponentPropertyHandler.hpp>
|
||||
@ -45,13 +45,13 @@
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
#include <com/sun/star/util/MeasureUnit.hpp>
|
||||
#include <tools/fldunit.hxx>
|
||||
#include "metadata.hxx"
|
||||
#include <metadata.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
#include "core_resource.hxx"
|
||||
#include "helpids.h"
|
||||
#include "strings.hrc"
|
||||
#include "PropertyForward.hxx"
|
||||
#include <core_resource.hxx>
|
||||
#include <helpids.h>
|
||||
#include <strings.hrc>
|
||||
#include <PropertyForward.hxx>
|
||||
|
||||
namespace rptui
|
||||
{
|
||||
|
@ -16,16 +16,16 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "DefaultInspection.hxx"
|
||||
#include <DefaultInspection.hxx>
|
||||
#include <com/sun/star/ucb/AlreadyInitializedException.hpp>
|
||||
#include <com/sun/star/lang/IllegalArgumentException.hpp>
|
||||
#include <strings.hrc>
|
||||
#include "core_resource.hxx"
|
||||
#include "helpids.h"
|
||||
#include <core_resource.hxx>
|
||||
#include <helpids.h>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
#include <tools/debug.hxx>
|
||||
#include "metadata.hxx"
|
||||
#include <metadata.hxx>
|
||||
#include <tools/urlobj.hxx>
|
||||
|
||||
|
||||
|
@ -22,15 +22,15 @@
|
||||
#include <iterator>
|
||||
#include <map>
|
||||
|
||||
#include "GeometryHandler.hxx"
|
||||
#include <GeometryHandler.hxx>
|
||||
|
||||
#include <comphelper/types.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
#include <comphelper/mimeconfighelper.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
|
||||
#include "strings.hxx"
|
||||
#include "reportformula.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <reportformula.hxx>
|
||||
|
||||
#include <i18nutil/searchopt.hxx>
|
||||
#include <unotools/textsearch.hxx>
|
||||
@ -69,17 +69,17 @@
|
||||
#include <tools/fldunit.hxx>
|
||||
#include <vcl/stdtext.hxx>
|
||||
|
||||
#include "core_resource.hxx"
|
||||
#include "stringarray.hrc"
|
||||
#include "strings.hrc"
|
||||
#include "RptDef.hxx"
|
||||
#include "UITools.hxx"
|
||||
#include <core_resource.hxx>
|
||||
#include <stringarray.hrc>
|
||||
#include <strings.hrc>
|
||||
#include <RptDef.hxx>
|
||||
#include <UITools.hxx>
|
||||
|
||||
#include <connectivity/dbexception.hxx>
|
||||
#include <connectivity/dbconversion.hxx>
|
||||
#include <connectivity/dbtools.hxx>
|
||||
|
||||
#include "metadata.hxx"
|
||||
#include <metadata.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
#include <svx/xdef.hxx>
|
||||
@ -101,8 +101,8 @@
|
||||
#include <editeng/brushitem.hxx>
|
||||
#include <sfx2/docfilt.hxx>
|
||||
|
||||
#include "dlgpage.hxx"
|
||||
#include "helpids.h"
|
||||
#include <dlgpage.hxx>
|
||||
#include <helpids.h>
|
||||
#include <toolkit/helper/convert.hxx>
|
||||
#include <o3tl/functional.hxx>
|
||||
|
||||
|
@ -16,11 +16,11 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "ReportComponentHandler.hxx"
|
||||
#include <ReportComponentHandler.hxx>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/lang/NullPointerException.hpp>
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
#include <comphelper/types.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
@ -29,7 +29,7 @@
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
#include <com/sun/star/util/MeasureUnit.hpp>
|
||||
#include <tools/fldunit.hxx>
|
||||
#include "metadata.hxx"
|
||||
#include <metadata.hxx>
|
||||
|
||||
|
||||
namespace rptui
|
||||
|
@ -16,13 +16,13 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "metadata.hxx"
|
||||
#include <metadata.hxx>
|
||||
#include <com/sun/star/inspection/XPropertyHandler.hpp>
|
||||
#include <comphelper/extract.hxx>
|
||||
#include "core_resource.hxx"
|
||||
#include "helpids.h"
|
||||
#include "strings.hrc"
|
||||
#include "strings.hxx"
|
||||
#include <core_resource.hxx>
|
||||
#include <helpids.h>
|
||||
#include <strings.hrc>
|
||||
#include <strings.hxx>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
@ -16,11 +16,11 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "ColorListener.hxx"
|
||||
#include <ColorListener.hxx>
|
||||
#include <svl/hint.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
|
||||
#include "strings.hxx"
|
||||
#include <strings.hxx>
|
||||
|
||||
|
||||
namespace rptui
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "FunctionHelper.hxx"
|
||||
#include <FunctionHelper.hxx>
|
||||
|
||||
#include <osl/diagnose.h>
|
||||
#include <formula/funcvarargs.h>
|
||||
|
@ -17,11 +17,11 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "RptUndo.hxx"
|
||||
#include "strings.hxx"
|
||||
#include "rptui_slotid.hrc"
|
||||
#include "UITools.hxx"
|
||||
#include "UndoEnv.hxx"
|
||||
#include <RptUndo.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <rptui_slotid.hrc>
|
||||
#include <UITools.hxx>
|
||||
#include <UndoEnv.hxx>
|
||||
|
||||
#include <dbaccess/IController.hxx>
|
||||
#include <com/sun/star/report/XSection.hpp>
|
||||
|
@ -21,11 +21,11 @@
|
||||
#include <memory>
|
||||
#include <toolkit/helper/convert.hxx>
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
#include "SectionView.hxx"
|
||||
#include "UITools.hxx"
|
||||
#include "Formula.hxx"
|
||||
#include "FunctionHelper.hxx"
|
||||
#include "reportformula.hxx"
|
||||
#include <SectionView.hxx>
|
||||
#include <UITools.hxx>
|
||||
#include <Formula.hxx>
|
||||
#include <FunctionHelper.hxx>
|
||||
#include <reportformula.hxx>
|
||||
|
||||
#include <tools/diagnose_ex.h>
|
||||
|
||||
@ -97,16 +97,16 @@
|
||||
#include <com/sun/star/sdb/XParametersSupplier.hpp>
|
||||
#include <com/sun/star/sdb/SQLContext.hpp>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include "dlgpage.hxx"
|
||||
#include <dlgpage.hxx>
|
||||
#include <vcl/msgbox.hxx>
|
||||
#include "rptui_slotid.hrc"
|
||||
#include "strings.hxx"
|
||||
#include "core_resource.hxx"
|
||||
#include "RptObject.hxx"
|
||||
#include "RptDef.hxx"
|
||||
#include "strings.hrc"
|
||||
#include "ReportDefinition.hxx"
|
||||
#include "RptModel.hxx"
|
||||
#include <rptui_slotid.hrc>
|
||||
#include <strings.hxx>
|
||||
#include <core_resource.hxx>
|
||||
#include <RptObject.hxx>
|
||||
#include <RptDef.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <ReportDefinition.hxx>
|
||||
#include <RptModel.hxx>
|
||||
|
||||
#define ITEMID_FONT 10
|
||||
#define ITEMID_FONTHEIGHT 11
|
||||
|
@ -18,12 +18,12 @@
|
||||
*/
|
||||
#include <cppuhelper/factory.hxx>
|
||||
#include <cppuhelper/implementationentry.hxx>
|
||||
#include "ReportController.hxx"
|
||||
#include "statusbarcontroller.hxx"
|
||||
#include "DefaultInspection.hxx"
|
||||
#include "ReportComponentHandler.hxx"
|
||||
#include "GeometryHandler.hxx"
|
||||
#include "DataProviderHandler.hxx"
|
||||
#include <ReportController.hxx>
|
||||
#include <statusbarcontroller.hxx>
|
||||
#include <DefaultInspection.hxx>
|
||||
#include <ReportComponentHandler.hxx>
|
||||
#include <GeometryHandler.hxx>
|
||||
#include <DataProviderHandler.hxx>
|
||||
|
||||
/********************************************************************************************/
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "statusbarcontroller.hxx"
|
||||
#include <statusbarcontroller.hxx>
|
||||
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <svx/zoomsliderctrl.hxx>
|
||||
|
@ -17,27 +17,27 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "DesignView.hxx"
|
||||
#include "ReportController.hxx"
|
||||
#include <DesignView.hxx>
|
||||
#include <ReportController.hxx>
|
||||
#include <comphelper/types.hxx>
|
||||
#include <svtools/acceleratorexecute.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <unotools/viewoptions.hxx>
|
||||
#include "RptDef.hxx"
|
||||
#include "UITools.hxx"
|
||||
#include "RptObject.hxx"
|
||||
#include "propbrw.hxx"
|
||||
#include <RptDef.hxx>
|
||||
#include <UITools.hxx>
|
||||
#include <RptObject.hxx>
|
||||
#include <propbrw.hxx>
|
||||
#include <toolkit/helper/convert.hxx>
|
||||
#include "helpids.h"
|
||||
#include "SectionView.hxx"
|
||||
#include "ReportSection.hxx"
|
||||
#include "rptui_slotid.hrc"
|
||||
#include <helpids.h>
|
||||
#include <SectionView.hxx>
|
||||
#include <ReportSection.hxx>
|
||||
#include <rptui_slotid.hrc>
|
||||
#include <svx/svxids.hrc>
|
||||
#include "AddField.hxx"
|
||||
#include "ScrollHelper.hxx"
|
||||
#include "Navigator.hxx"
|
||||
#include "SectionWindow.hxx"
|
||||
#include "strings.hrc"
|
||||
#include <AddField.hxx>
|
||||
#include <ScrollHelper.hxx>
|
||||
#include <Navigator.hxx>
|
||||
#include <SectionWindow.hxx>
|
||||
#include <strings.hrc>
|
||||
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
|
@ -16,10 +16,10 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "EndMarker.hxx"
|
||||
#include "ColorChanger.hxx"
|
||||
#include "SectionWindow.hxx"
|
||||
#include "helpids.h"
|
||||
#include <EndMarker.hxx>
|
||||
#include <ColorChanger.hxx>
|
||||
#include <SectionWindow.hxx>
|
||||
#include <helpids.h>
|
||||
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
|
@ -17,18 +17,18 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "ReportController.hxx"
|
||||
#include "ReportDefinition.hxx"
|
||||
#include "CondFormat.hxx"
|
||||
#include "UITools.hxx"
|
||||
#include "AddField.hxx"
|
||||
#include <ReportController.hxx>
|
||||
#include <ReportDefinition.hxx>
|
||||
#include <CondFormat.hxx>
|
||||
#include <UITools.hxx>
|
||||
#include <AddField.hxx>
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
#include "DateTime.hxx"
|
||||
#include <DateTime.hxx>
|
||||
|
||||
#include <sfx2/filedlghelper.hxx>
|
||||
#include <tools/diagnose_ex.h>
|
||||
#include "rptui_slotid.hrc"
|
||||
#include "reportformula.hxx"
|
||||
#include <rptui_slotid.hrc>
|
||||
#include <reportformula.hxx>
|
||||
|
||||
#include <comphelper/documentconstants.hxx>
|
||||
#include <unotools/mediadescriptor.hxx>
|
||||
@ -112,17 +112,17 @@
|
||||
#include <svx/zoom_def.hxx>
|
||||
#include <svx/dialogs.hrc>
|
||||
|
||||
#include "core_resource.hxx"
|
||||
#include "DesignView.hxx"
|
||||
#include "RptObject.hxx"
|
||||
#include "RptUndo.hxx"
|
||||
#include "strings.hxx"
|
||||
#include "RptDef.hxx"
|
||||
#include "ReportSection.hxx"
|
||||
#include "SectionView.hxx"
|
||||
#include "UndoActions.hxx"
|
||||
#include "dlgpage.hxx"
|
||||
#include "strings.hrc"
|
||||
#include <core_resource.hxx>
|
||||
#include <DesignView.hxx>
|
||||
#include <RptObject.hxx>
|
||||
#include <RptUndo.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <RptDef.hxx>
|
||||
#include <ReportSection.hxx>
|
||||
#include <SectionView.hxx>
|
||||
#include <UndoActions.hxx>
|
||||
#include <dlgpage.hxx>
|
||||
#include <strings.hrc>
|
||||
|
||||
#include <svl/itempool.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
@ -132,13 +132,13 @@
|
||||
#include <unotools/viewoptions.hxx>
|
||||
|
||||
#include <osl/mutex.hxx>
|
||||
#include "PropertyForward.hxx"
|
||||
#include "SectionWindow.hxx"
|
||||
#include <PropertyForward.hxx>
|
||||
#include <SectionWindow.hxx>
|
||||
|
||||
#include <toolkit/helper/convert.hxx>
|
||||
#include "GroupsSorting.hxx"
|
||||
#include "PageNumber.hxx"
|
||||
#include "UndoEnv.hxx"
|
||||
#include <GroupsSorting.hxx>
|
||||
#include <PageNumber.hxx>
|
||||
#include <UndoEnv.hxx>
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -17,17 +17,17 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include <memory>
|
||||
#include "ReportSection.hxx"
|
||||
#include "ReportWindow.hxx"
|
||||
#include "DesignView.hxx"
|
||||
#include "strings.hxx"
|
||||
#include "RptObject.hxx"
|
||||
#include "RptModel.hxx"
|
||||
#include "SectionView.hxx"
|
||||
#include "RptPage.hxx"
|
||||
#include "ReportController.hxx"
|
||||
#include "UITools.hxx"
|
||||
#include "ViewsWindow.hxx"
|
||||
#include <ReportSection.hxx>
|
||||
#include <ReportWindow.hxx>
|
||||
#include <DesignView.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <RptObject.hxx>
|
||||
#include <RptModel.hxx>
|
||||
#include <SectionView.hxx>
|
||||
#include <RptPage.hxx>
|
||||
#include <ReportController.hxx>
|
||||
#include <UITools.hxx>
|
||||
#include <ViewsWindow.hxx>
|
||||
|
||||
#include <svx/svdpagv.hxx>
|
||||
#include <editeng/eeitemid.hxx>
|
||||
@ -47,18 +47,18 @@
|
||||
#include <comphelper/propertyvalue.hxx>
|
||||
#include <toolkit/awt/vclxmenu.hxx>
|
||||
#include <toolkit/helper/convert.hxx>
|
||||
#include "RptDef.hxx"
|
||||
#include "SectionWindow.hxx"
|
||||
#include "helpids.h"
|
||||
#include "strings.hrc"
|
||||
#include "dlgedclip.hxx"
|
||||
#include "UndoActions.hxx"
|
||||
#include "rptui_slotid.hrc"
|
||||
#include <RptDef.hxx>
|
||||
#include <SectionWindow.hxx>
|
||||
#include <helpids.h>
|
||||
#include <strings.hrc>
|
||||
#include <dlgedclip.hxx>
|
||||
#include <UndoActions.hxx>
|
||||
#include <rptui_slotid.hrc>
|
||||
|
||||
#include <connectivity/dbtools.hxx>
|
||||
|
||||
#include <vcl/lineinfo.hxx>
|
||||
#include "ColorChanger.hxx"
|
||||
#include <ColorChanger.hxx>
|
||||
|
||||
#include <svl/itempool.hxx>
|
||||
#include <svtools/extcolorcfg.hxx>
|
||||
|
@ -16,12 +16,12 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "ReportWindow.hxx"
|
||||
#include "ReportSection.hxx"
|
||||
#include "SectionView.hxx"
|
||||
#include "ViewsWindow.hxx"
|
||||
#include "DesignView.hxx"
|
||||
#include "UITools.hxx"
|
||||
#include <ReportWindow.hxx>
|
||||
#include <ReportSection.hxx>
|
||||
#include <SectionView.hxx>
|
||||
#include <ViewsWindow.hxx>
|
||||
#include <DesignView.hxx>
|
||||
#include <UITools.hxx>
|
||||
|
||||
#include <svtools/colorcfg.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
@ -29,18 +29,18 @@
|
||||
|
||||
#include <vcl/settings.hxx>
|
||||
|
||||
#include "RptDef.hxx"
|
||||
#include "dlgedfunc.hxx"
|
||||
#include "RptModel.hxx"
|
||||
#include "strings.hxx"
|
||||
#include "RptPage.hxx"
|
||||
#include "ReportController.hxx"
|
||||
#include "EndMarker.hxx"
|
||||
#include "ColorChanger.hxx"
|
||||
#include "ScrollHelper.hxx"
|
||||
#include <RptDef.hxx>
|
||||
#include <dlgedfunc.hxx>
|
||||
#include <RptModel.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <RptPage.hxx>
|
||||
#include <ReportController.hxx>
|
||||
#include <EndMarker.hxx>
|
||||
#include <ColorChanger.hxx>
|
||||
#include <ScrollHelper.hxx>
|
||||
|
||||
#include "helpids.h"
|
||||
#include "dlgedfac.hxx"
|
||||
#include <helpids.h>
|
||||
#include <dlgedfac.hxx>
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
|
||||
|
||||
|
@ -16,11 +16,11 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "ScrollHelper.hxx"
|
||||
#include "DesignView.hxx"
|
||||
#include "ReportController.hxx"
|
||||
#include "ReportWindow.hxx"
|
||||
#include "UITools.hxx"
|
||||
#include <ScrollHelper.hxx>
|
||||
#include <DesignView.hxx>
|
||||
#include <ReportController.hxx>
|
||||
#include <ReportWindow.hxx>
|
||||
#include <UITools.hxx>
|
||||
#include <com/sun/star/accessibility/AccessibleRole.hpp>
|
||||
#include <toolkit/helper/convert.hxx>
|
||||
|
||||
|
@ -16,17 +16,17 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "SectionView.hxx"
|
||||
#include "DesignView.hxx"
|
||||
#include <SectionView.hxx>
|
||||
#include <DesignView.hxx>
|
||||
#include <RptPage.hxx>
|
||||
#include <RptObject.hxx>
|
||||
#include <RptDef.hxx>
|
||||
#include <svx/svxids.hrc>
|
||||
#include <svx/svddrgmt.hxx>
|
||||
#include <vcl/scrbar.hxx>
|
||||
#include "ReportSection.hxx"
|
||||
#include "ReportWindow.hxx"
|
||||
#include "strings.hxx"
|
||||
#include <ReportSection.hxx>
|
||||
#include <ReportWindow.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <tools/debug.hxx>
|
||||
#include <tools/diagnose_ex.h>
|
||||
|
||||
|
@ -16,21 +16,21 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "SectionWindow.hxx"
|
||||
#include "ReportWindow.hxx"
|
||||
#include "rptui_slotid.hrc"
|
||||
#include "ReportController.hxx"
|
||||
#include "SectionView.hxx"
|
||||
#include "RptDef.hxx"
|
||||
#include "ReportSection.hxx"
|
||||
#include "DesignView.hxx"
|
||||
#include "strings.hxx"
|
||||
#include "core_resource.hxx"
|
||||
#include "helpids.h"
|
||||
#include "strings.hrc"
|
||||
#include "StartMarker.hxx"
|
||||
#include "EndMarker.hxx"
|
||||
#include "ViewsWindow.hxx"
|
||||
#include <SectionWindow.hxx>
|
||||
#include <ReportWindow.hxx>
|
||||
#include <rptui_slotid.hrc>
|
||||
#include <ReportController.hxx>
|
||||
#include <SectionView.hxx>
|
||||
#include <RptDef.hxx>
|
||||
#include <ReportSection.hxx>
|
||||
#include <DesignView.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <core_resource.hxx>
|
||||
#include <helpids.h>
|
||||
#include <strings.hrc>
|
||||
#include <StartMarker.hxx>
|
||||
#include <EndMarker.hxx>
|
||||
#include <ViewsWindow.hxx>
|
||||
|
||||
#include <svtools/colorcfg.hxx>
|
||||
#include <functional>
|
||||
|
@ -16,15 +16,15 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "StartMarker.hxx"
|
||||
#include <StartMarker.hxx>
|
||||
#include <vcl/image.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include "strings.hrc"
|
||||
#include "bitmaps.hlst"
|
||||
#include "ColorChanger.hxx"
|
||||
#include "ReportDefines.hxx"
|
||||
#include "SectionWindow.hxx"
|
||||
#include "helpids.h"
|
||||
#include <strings.hrc>
|
||||
#include <bitmaps.hlst>
|
||||
#include <ColorChanger.hxx>
|
||||
#include <ReportDefines.hxx>
|
||||
#include <SectionWindow.hxx>
|
||||
#include <helpids.h>
|
||||
#include <vcl/help.hxx>
|
||||
#include <vcl/gradient.hxx>
|
||||
#include <vcl/lineinfo.hxx>
|
||||
|
@ -17,30 +17,30 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "ViewsWindow.hxx"
|
||||
#include "ScrollHelper.hxx"
|
||||
#include "UndoActions.hxx"
|
||||
#include "ReportWindow.hxx"
|
||||
#include "DesignView.hxx"
|
||||
#include <ViewsWindow.hxx>
|
||||
#include <ScrollHelper.hxx>
|
||||
#include <UndoActions.hxx>
|
||||
#include <ReportWindow.hxx>
|
||||
#include <DesignView.hxx>
|
||||
#include <svtools/colorcfg.hxx>
|
||||
#include "ReportController.hxx"
|
||||
#include "UITools.hxx"
|
||||
#include "RptDef.hxx"
|
||||
#include "strings.hrc"
|
||||
#include "SectionView.hxx"
|
||||
#include "ReportSection.hxx"
|
||||
#include "strings.hxx"
|
||||
#include "rptui_slotid.hrc"
|
||||
#include "dlgedclip.hxx"
|
||||
#include "ColorChanger.hxx"
|
||||
#include "RptObject.hxx"
|
||||
#include "EndMarker.hxx"
|
||||
#include <ReportController.hxx>
|
||||
#include <UITools.hxx>
|
||||
#include <RptDef.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <SectionView.hxx>
|
||||
#include <ReportSection.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <rptui_slotid.hrc>
|
||||
#include <dlgedclip.hxx>
|
||||
#include <ColorChanger.hxx>
|
||||
#include <RptObject.hxx>
|
||||
#include <EndMarker.hxx>
|
||||
#include <svx/svdpagv.hxx>
|
||||
#include <svx/unoshape.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include "core_resource.hxx"
|
||||
#include "helpids.h"
|
||||
#include <core_resource.hxx>
|
||||
#include <helpids.h>
|
||||
#include <svx/svdundo.hxx>
|
||||
#include <toolkit/helper/convert.hxx>
|
||||
#include <algorithm>
|
||||
|
@ -16,7 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "dlgedclip.hxx"
|
||||
#include <dlgedclip.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
#include <sot/exchange.hxx>
|
||||
|
@ -16,9 +16,9 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include "dlgedfac.hxx"
|
||||
#include "strings.hxx"
|
||||
#include "RptObject.hxx"
|
||||
#include <dlgedfac.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <RptObject.hxx>
|
||||
#include <RptDef.hxx>
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
|
@ -37,19 +37,19 @@
|
||||
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
|
||||
#include "dlgedfunc.hxx"
|
||||
#include "ReportSection.hxx"
|
||||
#include "DesignView.hxx"
|
||||
#include "ReportController.hxx"
|
||||
#include "SectionView.hxx"
|
||||
#include "ViewsWindow.hxx"
|
||||
#include "ReportWindow.hxx"
|
||||
#include "RptObject.hxx"
|
||||
#include "ScrollHelper.hxx"
|
||||
#include "UITools.hxx"
|
||||
#include <dlgedfunc.hxx>
|
||||
#include <ReportSection.hxx>
|
||||
#include <DesignView.hxx>
|
||||
#include <ReportController.hxx>
|
||||
#include <SectionView.hxx>
|
||||
#include <ViewsWindow.hxx>
|
||||
#include <ReportWindow.hxx>
|
||||
#include <RptObject.hxx>
|
||||
#include <ScrollHelper.hxx>
|
||||
#include <UITools.hxx>
|
||||
|
||||
#include <strings.hxx>
|
||||
#include "UndoEnv.hxx"
|
||||
#include <UndoEnv.hxx>
|
||||
#include <RptModel.hxx>
|
||||
#include <comphelper/propertysequence.hxx>
|
||||
#include <tools/diagnose_ex.h>
|
||||
|
@ -17,12 +17,12 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#include <memory>
|
||||
#include "propbrw.hxx"
|
||||
#include "RptObject.hxx"
|
||||
#include "ReportController.hxx"
|
||||
#include <propbrw.hxx>
|
||||
#include <RptObject.hxx>
|
||||
#include <ReportController.hxx>
|
||||
#include <cppuhelper/component_context.hxx>
|
||||
#include <strings.hrc>
|
||||
#include "rptui_slotid.hrc"
|
||||
#include <rptui_slotid.hrc>
|
||||
#include <tools/debug.hxx>
|
||||
#include <tools/diagnose_ex.h>
|
||||
#include <com/sun/star/awt/XLayoutConstrains.hpp>
|
||||
@ -47,13 +47,13 @@
|
||||
#include <comphelper/types.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include "core_resource.hxx"
|
||||
#include "SectionView.hxx"
|
||||
#include "ReportSection.hxx"
|
||||
#include "strings.hxx"
|
||||
#include "DesignView.hxx"
|
||||
#include "ViewsWindow.hxx"
|
||||
#include "UITools.hxx"
|
||||
#include <core_resource.hxx>
|
||||
#include <SectionView.hxx>
|
||||
#include <ReportSection.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <DesignView.hxx>
|
||||
#include <ViewsWindow.hxx>
|
||||
#include <UITools.hxx>
|
||||
#include <unotools/confignode.hxx>
|
||||
|
||||
namespace rptui
|
||||
|
Loading…
x
Reference in New Issue
Block a user