tdf#42949 Fix IWYU warnings in include/vcl/s*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ie87d27dd2c385a63349e0b322fd067ba03d2d152 Reviewed-on: https://gerrit.libreoffice.org/64479 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
This commit is contained in:
parent
0005b330ea
commit
00b49f9ff9
@ -37,6 +37,7 @@
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <svtools/stringtransfer.hxx>
|
||||
#include <comphelper/accessibleeventnotifier.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
#define ACCESSIBLE_ACTION_COUNT 1
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <com/sun/star/accessibility/AccessibleRole.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
|
||||
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/controllayout.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <unotools/accessiblestatesethelper.hxx>
|
||||
#include <unotools/accessiblerelationsethelper.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <toolkit/awt/vclxfont.hxx>
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <toolkit/helper/convert.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
|
||||
namespace accessibility
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <toolkit/helper/convert.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
|
||||
namespace accessibility
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include <vcl/menu.hxx>
|
||||
#include <vcl/unohelp2.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
@ -38,6 +38,7 @@
|
||||
#include <vcl/menu.hxx>
|
||||
#include <vcl/unohelp2.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include <vcl/settings.hxx>
|
||||
#include <toolkit/awt/vclxfont.hxx>
|
||||
#include <toolkit/helper/convert.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
||||
#include <unotools/accessiblerelationsethelper.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <comphelper/accessibleeventnotifier.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
namespace
|
||||
{
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
|
||||
#include <unotools/accessiblestatesethelper.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/window.hxx>
|
||||
#include <vcl/menu.hxx>
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include <vcl/status.hxx>
|
||||
#include <vcl/controllayout.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include <vcl/tabctrl.hxx>
|
||||
#include <vcl/tabpage.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include <vcl/unohelp2.hxx>
|
||||
#include <vcl/ctrl.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -43,6 +43,7 @@
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <strings.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
#include <com/sun/star/accessibility/XAccessibleSelection.hpp>
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <svtools/miscopt.hxx>
|
||||
#include <tools/time.hxx>
|
||||
#include <vcl/lstbox.hxx>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
#include <bitmaps.hlst>
|
||||
#include <strings.hrc>
|
||||
#include <helpids.h>
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
namespace basctl
|
||||
{
|
||||
|
@ -37,6 +37,7 @@
|
||||
#include <toolkit/helper/convert.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
namespace basctl
|
||||
{
|
||||
|
@ -48,6 +48,7 @@
|
||||
|
||||
#include <xmlscript/xmldlg_imexp.hxx>
|
||||
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
|
||||
#include <unotools/collatorwrapper.hxx>
|
||||
|
@ -46,6 +46,7 @@
|
||||
#include <svtools/sfxecode.hxx>
|
||||
#include <svtools/ehdl.hxx>
|
||||
#include <vcl/GraphicObject.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
namespace basic
|
||||
{
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <basegfx/utils/unopolypolygon.hxx>
|
||||
#include <com/sun/star/lang/NoSupportException.hpp>
|
||||
#include <tools/stream.hxx>
|
||||
#include <vcl/bitmapex.hxx>
|
||||
#include <vcl/canvastools.hxx>
|
||||
#include <vcl/dibtools.hxx>
|
||||
|
||||
|
@ -54,6 +54,7 @@
|
||||
#include <o3tl/functional.hxx>
|
||||
#include <tools/diagnose_ex.h>
|
||||
#include <unotools/accessiblestatesethelper.hxx>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include <sal/log.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
|
||||
#include <com/sun/star/chart2/XTitle.hpp>
|
||||
#include <com/sun/star/chart2/XRegressionCurveContainer.hpp>
|
||||
|
@ -72,6 +72,7 @@
|
||||
#include <com/sun/star/style/ParagraphAdjust.hpp>
|
||||
#include <com/sun/star/drawing/XShapes.hpp>
|
||||
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <tools/stream.hxx>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
#include <unotools/streamwrap.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <utility>
|
||||
#include <vcl/graph.hxx>
|
||||
#include <vcl/weld.hxx>
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include <vcl/graph.hxx>
|
||||
#include <vcl/graphicfilter.hxx>
|
||||
#include <svtools/langhelp.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
#include <com/sun/star/system/SystemShellExecuteFlags.hpp>
|
||||
#include <com/sun/star/system/SystemShellExecute.hpp>
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include <svx/galtheme.hxx>
|
||||
#include <cuigaldlg.hxx>
|
||||
#include <bitmaps.hlst>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <com/sun/star/uno/Reference.hxx>
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <algorithm>
|
||||
#include <sal/log.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <vcl/controllayout.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/decoview.hxx>
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <svx/dlgutil.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
#define HYPH_POS_CHAR '='
|
||||
|
||||
|
@ -37,6 +37,7 @@
|
||||
#include <svx/langbox.hxx>
|
||||
#include <svtools/langtab.hxx>
|
||||
#include <unotools/lingucfg.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <i18nlangtag/mslangid.hxx>
|
||||
#include <comphelper/string.hxx>
|
||||
#include <osl/file.hxx>
|
||||
|
@ -25,6 +25,7 @@
|
||||
# include <com/sun/star/xml/crypto/XXMLSecurityContext.hpp>
|
||||
#endif
|
||||
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <i18nlangtag/mslangid.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <unotools/saveopt.hxx>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <numpages.hxx>
|
||||
#include <dialmgr.hxx>
|
||||
#include <tools/mapunit.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <i18nlangtag/mslangid.hxx>
|
||||
#include <editeng/numitem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
|
@ -55,6 +55,7 @@
|
||||
#include <tools/urlobj.hxx>
|
||||
#include <unotools/sharedunocomponent.hxx>
|
||||
#include <unotools/configmgr.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
@ -101,6 +101,7 @@
|
||||
#include <connectivity/dbexception.hxx>
|
||||
#include <cppuhelper/exc_hlp.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <sfx2/app.hxx>
|
||||
#include <sfx2/dispatch.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <ColumnControlWindow.hxx>
|
||||
#include <FieldControls.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <UITools.hxx>
|
||||
#include <core_resource.hxx>
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <comphelper/types.hxx>
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <connectivity/dbexception.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <stringlistitem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <svl/stritem.hxx>
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include <dbaccess/dataview.hxx>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/lang/Locale.hpp>
|
||||
#include <vcl/split.hxx>
|
||||
#include "IClipBoardTest.hxx"
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <tools/stream.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
#include <sal/log.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <RtfReader.hxx>
|
||||
#include <HtmlReader.hxx>
|
||||
#include <stringconstants.hxx>
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <TableRow.hxx>
|
||||
#include <unotools/configmgr.hxx>
|
||||
#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <UITools.hxx>
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include <comphelper/dispatchcommand.hxx>
|
||||
#include <comphelper/propertysequence.hxx>
|
||||
#include <osl/conditn.hxx>
|
||||
#include <osl/thread.hxx>
|
||||
#include <svl/srchitem.hxx>
|
||||
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
|
||||
#include <unotools/tempfile.hxx>
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include <com/sun/star/deployment/DeploymentException.hpp>
|
||||
#include <com/sun/star/deployment/ExtensionRemovedException.hpp>
|
||||
#include <cppuhelper/weakref.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/commandevent.hxx>
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <sal/log.hxx>
|
||||
#include <unotools/bootstrap.hxx>
|
||||
#include <tools/stream.hxx>
|
||||
#include <vcl/bitmapex.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/salnativewidgets.hxx>
|
||||
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <i18nlangtag/lang.h>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <svl/ctloptions.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
|
@ -44,6 +44,7 @@
|
||||
#include <o3tl/make_unique.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
namespace emfplushelper
|
||||
{
|
||||
|
@ -50,6 +50,7 @@
|
||||
#include <vcl/gradient.hxx>
|
||||
#include <vcl/hatch.hxx>
|
||||
#include <vcl/outdev.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <emfplushelper.hxx>
|
||||
#include <numeric>
|
||||
|
||||
|
@ -48,6 +48,7 @@
|
||||
#include <com/sun/star/accessibility/AccessibleRelationType.hpp>
|
||||
#include <vcl/unohelp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
#include <editeng/editeng.hxx>
|
||||
#include <editeng/unoprnms.hxx>
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include <comphelper/accessibleeventnotifier.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <unotools/accessiblestatesethelper.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <editeng/unolingu.hxx>
|
||||
#include <editeng/AccessibleEditableTextPara.hxx>
|
||||
#include <editeng/AccessibleImageBullet.hxx>
|
||||
|
@ -48,6 +48,7 @@
|
||||
#include <libxml/xmlwriter.h>
|
||||
#include <editeng/unonrule.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
#define DEF_WRITER_LSPACE 500 //Standard Indentation
|
||||
#define DEF_DRAW_LSPACE 800 //Standard Indentation
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <comphelper/fileformat.h>
|
||||
#include <comphelper/extract.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <tools/mapunit.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <osl/diagnose.h>
|
||||
#include <unotools/fontdefs.hxx>
|
||||
#include <unotools/intlwrapper.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <vcl/outdev.hxx>
|
||||
#include <vcl/unohelp.hxx>
|
||||
#include <editeng/eeitem.hxx>
|
||||
|
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/weld.hxx>
|
||||
#include <vcl/wrkwin.hxx>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <svl/whiter.hxx>
|
||||
#include <svtools/rtftoken.h>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
#include <comphelper/string.hxx>
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <com/sun/star/container/NoSuchElementException.hpp>
|
||||
#include <editeng/UnoForbiddenCharsTable.hxx>
|
||||
#include <editeng/forbiddencharacterstable.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <editeng/unolingu.hxx>
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <memory>
|
||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
||||
#include <basegfx/polygon/b2dpolypolygontools.hxx>
|
||||
#include <vcl/metric.hxx>
|
||||
#include <vcl/graphictools.hxx>
|
||||
#include <vcl/BitmapTools.hxx>
|
||||
#include <vcl/metaact.hxx>
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "modulepcr.hxx"
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/unohelp.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
#include <comphelper/types.hxx>
|
||||
#include <comphelper/extract.hxx>
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include <vcl/graphicfilter.hxx>
|
||||
#include <vcl/graphictools.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <tools/helpers.hxx>
|
||||
|
||||
#include <zlib.h>
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <tools/stream.hxx>
|
||||
#include <tools/poly.hxx>
|
||||
#include <tools/fract.hxx>
|
||||
#include <tools/helpers.hxx>
|
||||
#include <unotools/resmgr.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/metaact.hxx>
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <vcl/outdev.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <tools/fract.hxx>
|
||||
#include <tools/helpers.hxx>
|
||||
#include <tools/stream.hxx>
|
||||
#include <memory>
|
||||
|
||||
|
@ -8,6 +8,7 @@
|
||||
*/
|
||||
|
||||
#include <com/sun/star/awt/Size.hpp>
|
||||
#include <com/sun/star/lang/Locale.hpp>
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <rtl/strbuf.hxx>
|
||||
#include <unotools/fontcvt.hxx>
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <vcl/font.hxx>
|
||||
#include <vcl/outdev.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
static const sal_Int32 nFontEM = 2048;
|
||||
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <tools/helpers.hxx>
|
||||
#include <xmloff/unointerfacetouniqueidentifiermapper.hxx>
|
||||
#include <sax/tools/converter.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include <o3tl/any.hxx>
|
||||
#include <svl/zforlist.hxx>
|
||||
#include <svl/numuno.hxx>
|
||||
#include <vcl/keycod.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <tools/debug.hxx>
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include <tools/debug.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
using namespace frm;
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "richtextengine.hxx"
|
||||
#include <sal/log.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <editeng/editeng.hxx>
|
||||
#include <editeng/editview.hxx>
|
||||
#include <editeng/eeitem.hxx>
|
||||
|
@ -51,6 +51,7 @@
|
||||
#include <unotools/configpaths.hxx>
|
||||
#include <svtools/acceleratorexecute.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
|
||||
#define PRESET_DEFAULT "default"
|
||||
#define TARGET_CURRENT "current"
|
||||
|
@ -68,6 +68,7 @@
|
||||
#include <desktop/crashreport.hxx>
|
||||
#include <vcl/scheduler.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
|
||||
#include <vcl/errinf.hxx>
|
||||
#include <unotools/configmgr.hxx>
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <uielement/menubarmerger.hxx>
|
||||
#include <framework/addonsoptions.hxx>
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include <sfx2/shell.hxx>
|
||||
#include <sfx2/viewfac.hxx>
|
||||
#include <tools/gen.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <vcl/IDialogRenderable.hxx>
|
||||
#include <vcl/errcode.hxx>
|
||||
#include <vcl/jobset.hxx>
|
||||
|
@ -20,17 +20,14 @@
|
||||
#ifndef INCLUDED_VCL_SALBTYPE_HXX
|
||||
#define INCLUDED_VCL_SALBTYPE_HXX
|
||||
|
||||
#include <tools/debug.hxx>
|
||||
#include <vcl/checksum.hxx>
|
||||
#include <vcl/salgtype.hxx>
|
||||
#include <tools/helpers.hxx>
|
||||
#include <tools/color.hxx>
|
||||
#include <tools/solar.h>
|
||||
#include <vcl/dllapi.h>
|
||||
#include <o3tl/typed_flags_set.hxx>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
struct SalTwoRect;
|
||||
typedef sal_uInt8* Scanline;
|
||||
typedef const sal_uInt8* ConstScanline;
|
||||
|
||||
@ -85,8 +82,6 @@ d_Col = BitmapColor( static_cast<sal_uInt8>( _def_cR | ( ( _def_cR & maR.mnOr )
|
||||
d_ALPHA )
|
||||
|
||||
|
||||
class Color;
|
||||
|
||||
class VCL_DLLPUBLIC BitmapColor final
|
||||
{
|
||||
private:
|
||||
@ -142,8 +137,6 @@ inline std::basic_ostream<charT, traits>& operator <<(std::basic_ostream<charT,
|
||||
<< static_cast<int>(rColor.GetGreen()) << ", mcRed: " << static_cast<int>(rColor.GetRed()) << ", mcAlpha: " << static_cast<int>(rColor.GetAlpha());
|
||||
}
|
||||
|
||||
class Palette;
|
||||
|
||||
class VCL_DLLPUBLIC BitmapPalette
|
||||
{
|
||||
friend class SalBitmap;
|
||||
|
@ -20,7 +20,6 @@
|
||||
#ifndef INCLUDED_VCL_SALGTYPE_HXX
|
||||
#define INCLUDED_VCL_SALGTYPE_HXX
|
||||
|
||||
#include <sal/types.h>
|
||||
#include <o3tl/typed_flags_set.hxx>
|
||||
#include <tools/color.hxx>
|
||||
#include <tools/gen.hxx>
|
||||
|
@ -20,7 +20,6 @@
|
||||
#ifndef INCLUDED_VCL_SALNATIVEWIDGETS_HXX
|
||||
#define INCLUDED_VCL_SALNATIVEWIDGETS_HXX
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <vcl/dllapi.h>
|
||||
#include <tools/gen.hxx>
|
||||
#include <o3tl/typed_flags_set.hxx>
|
||||
|
@ -22,11 +22,7 @@
|
||||
|
||||
#include <vcl/dllapi.h>
|
||||
|
||||
class SchedulerGuard;
|
||||
class Task;
|
||||
struct TaskImpl;
|
||||
struct ImplSchedulerContext;
|
||||
struct ImplSchedulerData;
|
||||
|
||||
class VCL_DLLPUBLIC Scheduler final
|
||||
{
|
||||
|
@ -20,13 +20,10 @@
|
||||
#ifndef INCLUDED_VCL_SCRBAR_HXX
|
||||
#define INCLUDED_VCL_SCRBAR_HXX
|
||||
|
||||
#include <tools/solar.h>
|
||||
#include <vcl/dllapi.h>
|
||||
#include <vcl/ctrl.hxx>
|
||||
#include <memory>
|
||||
|
||||
class AutoTimer;
|
||||
|
||||
|
||||
enum class ScrollType
|
||||
{
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <vcl/vclenum.hxx>
|
||||
#include <o3tl/typed_flags_set.hxx>
|
||||
|
||||
namespace vcl { class Window; }
|
||||
class CommandEvent;
|
||||
|
||||
// Timerticks
|
||||
|
@ -23,22 +23,21 @@
|
||||
#include <tools/solar.h>
|
||||
#include <vcl/dllapi.h>
|
||||
#include <tools/color.hxx>
|
||||
#include <vcl/bitmapex.hxx>
|
||||
#include <vcl/font.hxx>
|
||||
#include <vcl/accel.hxx>
|
||||
#include <vcl/wall.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <tools/gen.hxx>
|
||||
#include <o3tl/typed_flags_set.hxx>
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
class BitmapEx;
|
||||
class LanguageTag;
|
||||
class SvtSysLocale;
|
||||
|
||||
namespace boost
|
||||
{
|
||||
template<typename T> class optional;
|
||||
}
|
||||
|
||||
class CollatorWrapper;
|
||||
class LocaleDataWrapper;
|
||||
struct ImplMouseData;
|
||||
struct ImplMiscData;
|
||||
@ -48,9 +47,8 @@ struct ImplAllSettingsData;
|
||||
enum class ConfigurationHints;
|
||||
|
||||
namespace vcl {
|
||||
class Font;
|
||||
class I18nHelper;
|
||||
class IconThemeScanner;
|
||||
class IconThemeSelector;
|
||||
class IconThemeInfo;
|
||||
}
|
||||
|
||||
|
@ -22,8 +22,6 @@
|
||||
|
||||
#include <vcl/dllapi.h>
|
||||
|
||||
namespace vcl { class Window; }
|
||||
|
||||
|
||||
class VCL_DLLPUBLIC Sound
|
||||
{
|
||||
|
@ -20,7 +20,6 @@
|
||||
#ifndef INCLUDED_VCL_SPIN_HXX
|
||||
#define INCLUDED_VCL_SPIN_HXX
|
||||
|
||||
#include <tools/solar.h>
|
||||
#include <vcl/dllapi.h>
|
||||
#include <vcl/ctrl.hxx>
|
||||
#include <vcl/timer.hxx>
|
||||
|
@ -20,7 +20,6 @@
|
||||
#ifndef INCLUDED_VCL_SPINFLD_HXX
|
||||
#define INCLUDED_VCL_SPINFLD_HXX
|
||||
|
||||
#include <tools/solar.h>
|
||||
#include <vcl/dllapi.h>
|
||||
#include <vcl/edit.hxx>
|
||||
#include <vcl/timer.hxx>
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <vcl/dockwin.hxx>
|
||||
#include <o3tl/typed_flags_set.hxx>
|
||||
|
||||
class Wallpaper;
|
||||
class ImplSplitSet;
|
||||
|
||||
enum class SplitWindowItemFlags
|
||||
|
@ -24,48 +24,42 @@
|
||||
#include <sal/types.h>
|
||||
|
||||
#include <cassert>
|
||||
#include <stdexcept>
|
||||
#include <vector>
|
||||
|
||||
#include <comphelper/solarmutex.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <osl/thread.hxx>
|
||||
#include <osl/thread.h>
|
||||
#include <tools/gen.hxx>
|
||||
#include <tools/link.hxx>
|
||||
#include <tools/solar.h>
|
||||
#include <vcl/dllapi.h>
|
||||
#include <vcl/inputtypes.hxx>
|
||||
#include <vcl/exceptiontypes.hxx>
|
||||
#include <vcl/keycod.hxx>
|
||||
#include <vcl/vclevent.hxx>
|
||||
#include <vcl/metric.hxx>
|
||||
#include <vcl/vclenum.hxx>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
#include <i18nlangtag/lang.h>
|
||||
#include <o3tl/typed_flags_set.hxx>
|
||||
#include <com/sun/star/uno/Reference.h>
|
||||
#include <com/sun/star/connection/XConnection.hpp>
|
||||
|
||||
|
||||
class BitmapEx;
|
||||
namespace weld
|
||||
{
|
||||
class Builder;
|
||||
class Container;
|
||||
class MessageDialog;
|
||||
class Widget;
|
||||
class Window;
|
||||
}
|
||||
class LocaleDataWrapper;
|
||||
class AllSettings;
|
||||
class DataChangedEvent;
|
||||
class Accelerator;
|
||||
class Help;
|
||||
class OutputDevice;
|
||||
namespace vcl { class Window; }
|
||||
namespace vcl { class KeyCode; }
|
||||
class WorkWindow;
|
||||
class MenuBar;
|
||||
class UnoWrapperBase;
|
||||
class Reflection;
|
||||
class NotifyEvent;
|
||||
class KeyEvent;
|
||||
class MouseEvent;
|
||||
|
@ -23,19 +23,19 @@
|
||||
#include <vcl/dllapi.h>
|
||||
#include <vcl/seleng.hxx>
|
||||
#include <vcl/scrbar.hxx>
|
||||
#include <vcl/idle.hxx>
|
||||
#include <vcl/image.hxx>
|
||||
#include <vcl/svtaccessiblefactory.hxx>
|
||||
#include <vcl/vclevent.hxx>
|
||||
#include <unotools/intlwrapper.hxx>
|
||||
#include <vcl/treelistbox.hxx>
|
||||
#include <o3tl/enumarray.hxx>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
class SvTreeListBox;
|
||||
class Point;
|
||||
class SvLBoxButton;
|
||||
class SvTreeList;
|
||||
class SvImpLBox;
|
||||
class SvTreeListEntry;
|
||||
class SvLBoxTab;
|
||||
namespace comphelper
|
||||
{
|
||||
namespace string
|
||||
|
@ -114,7 +114,6 @@ inline long SvTabListBox::GetTab( sal_uInt16 nTab ) const
|
||||
|
||||
class HeaderBar;
|
||||
namespace vcl {
|
||||
class IAccessibleTabListBox;
|
||||
struct SvHeaderTabListBoxImpl;
|
||||
}
|
||||
|
||||
|
@ -21,7 +21,8 @@
|
||||
#define INCLUDED_INCLUDE_VCL_SVTACCESSIBLEFACTORY_HXX
|
||||
|
||||
#include <vcl/dllapi.h>
|
||||
#include <vcl/accessiblefactory.hxx>
|
||||
|
||||
namespace vcl { class IAccessibleFactory; }
|
||||
|
||||
namespace vcl
|
||||
{
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <sal/types.h>
|
||||
|
||||
#include <vector>
|
||||
#include <cstddef>
|
||||
|
||||
#include <config_cairo_canvas.h>
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
#ifndef INCLUDED_VCL_SYSWIN_HXX
|
||||
#define INCLUDED_VCL_SYSWIN_HXX
|
||||
|
||||
#include <tools/solar.h>
|
||||
#include <vcl/dllapi.h>
|
||||
#include <vcl/builder.hxx>
|
||||
#include <vcl/idle.hxx>
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include <oox/drawingml/drawingmltypes.hxx>
|
||||
#include <svtools/unitconv.hxx>
|
||||
#include <sax/fastattribs.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
#include <cstdio>
|
||||
#include <com/sun/star/awt/CharSet.hpp>
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <connectivity/statementcomposer.hxx>
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <tools/diagnose_ex.h>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
|
||||
namespace rptui
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <rptui_slotid.hrc>
|
||||
#include <connectivity/dbconversion.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <UITools.hxx>
|
||||
#include <RptDef.hxx>
|
||||
#include <strings.hxx>
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include <i18nutil/searchopt.hxx>
|
||||
#include <unotools/textsearch.hxx>
|
||||
#include <unotools/configmgr.hxx>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
|
@ -128,6 +128,7 @@
|
||||
#include <svtools/cliplistener.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <unotools/viewoptions.hxx>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
|
||||
#include <osl/mutex.hxx>
|
||||
#include <PropertyForward.hxx>
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <svtools/colorcfg.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
|
||||
#include <vcl/settings.hxx>
|
||||
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <vcl/settings.hxx>
|
||||
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
|
||||
#define CORNER_SPACE 5
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <sfx2/objsh.hxx>
|
||||
#include <sfx2/viewsh.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <osl/thread.hxx>
|
||||
#include <document.hxx>
|
||||
#include <attrib.hxx>
|
||||
#include <table.hxx>
|
||||
|
@ -18,11 +18,11 @@
|
||||
*/
|
||||
|
||||
#include <vcl/svapp.hxx>
|
||||
|
||||
#include <optutil.hxx>
|
||||
#include <global.hxx>
|
||||
#include <unotools/configmgr.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
|
||||
bool ScOptionsUtil::IsMetricSystem()
|
||||
{
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <com/sun/star/accessibility/IllegalAccessibleComponentStateException.hpp>
|
||||
#include <com/sun/star/beans/PropertyChangeEvent.hpp>
|
||||
#include <tools/gen.hxx>
|
||||
#include <tools/color.hxx>
|
||||
#include <unotools/accessiblestatesethelper.hxx>
|
||||
#include <toolkit/helper/convert.hxx>
|
||||
#include <svl/hint.hxx>
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/window.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
ScTextImportOptionsDlg::ScTextImportOptionsDlg(vcl::Window* pParent)
|
||||
: ModalDialog(pParent, "TextImportOptionsDialog", "modules/scalc/ui/textimportoptions.ui")
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <comphelper/string.hxx>
|
||||
#include <sfx2/app.hxx>
|
||||
#include <sfx2/viewsh.hxx>
|
||||
#include <vcl/accel.hxx>
|
||||
#include <vcl/wrkwin.hxx>
|
||||
#include <vcl/mnemonic.hxx>
|
||||
#include <sfx2/bindings.hxx>
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <svx/dlgutil.hxx>
|
||||
#include <vcl/toolbox.hxx>
|
||||
#include <svx/sidebar/SidebarDialControl.hxx>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
|
||||
using namespace css;
|
||||
using namespace css::uno;
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include <tools/lineend.hxx>
|
||||
#include <svtools/colorcfg.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/metric.hxx>
|
||||
|
||||
#define HINT_LINESPACE 2
|
||||
#define HINT_INDENT 3
|
||||
|
@ -51,6 +51,7 @@
|
||||
#include <comphelper/namedvaluecollection.hxx>
|
||||
#include <util/MiscUtils.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
using namespace awt;
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include <com/sun/star/style/XStyle.hpp>
|
||||
#include <com/sun/star/drawing/LineStyle.hpp>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <i18nlangtag/mslangid.hxx>
|
||||
#include <sfx2/docfile.hxx>
|
||||
#include <sfx2/dispatch.hxx>
|
||||
|
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