summaryrefslogtreecommitdiff
path: root/include/vcl/settings.hxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-10-19 15:12:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-10-19 21:34:46 +0200
commit3aef606f2758172a27718a06fea0ff9080e4d80f (patch)
treead323c90301d80bbb3b68163d8b87e5402b687ed /include/vcl/settings.hxx
parent5afba3e12c8d4eb1ebb8e087134eb87593bb017a (diff)
use tools::Long in vcl
Change-Id: Ice1055021e8568634e9a66ba89d3bb4ef4e731df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104522 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/settings.hxx')
-rw-r--r--include/vcl/settings.hxx46
1 files changed, 23 insertions, 23 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx
index d6c365565e9c..30023a601ab9 100644
--- a/include/vcl/settings.hxx
+++ b/include/vcl/settings.hxx
@@ -97,17 +97,17 @@ public:
void SetDoubleClickTime( sal_uInt64 nDoubleClkTime );
sal_uInt64 GetDoubleClickTime() const;
- void SetDoubleClickWidth( long nDoubleClkWidth );
- long GetDoubleClickWidth() const;
+ void SetDoubleClickWidth( tools::Long nDoubleClkWidth );
+ tools::Long GetDoubleClickWidth() const;
- void SetDoubleClickHeight( long nDoubleClkHeight );
- long GetDoubleClickHeight() const;
+ void SetDoubleClickHeight( tools::Long nDoubleClkHeight );
+ tools::Long GetDoubleClickHeight() const;
- void SetStartDragWidth( long nDragWidth );
- long GetStartDragWidth() const;
+ void SetStartDragWidth( tools::Long nDragWidth );
+ tools::Long GetStartDragWidth() const;
- void SetStartDragHeight( long nDragHeight );
- long GetStartDragHeight() const;
+ void SetStartDragHeight( tools::Long nDragHeight );
+ tools::Long GetStartDragHeight() const;
static sal_uInt16 GetStartDragCode();
@@ -492,27 +492,27 @@ public:
void SetTabFont( const vcl::Font& rFont );
const vcl::Font& GetTabFont() const;
- static long GetBorderSize();
+ static tools::Long GetBorderSize();
- void SetTitleHeight( long nSize );
- long GetTitleHeight() const;
+ void SetTitleHeight( tools::Long nSize );
+ tools::Long GetTitleHeight() const;
- void SetFloatTitleHeight( long nSize );
- long GetFloatTitleHeight() const;
+ void SetFloatTitleHeight( tools::Long nSize );
+ tools::Long GetFloatTitleHeight() const;
- void SetScrollBarSize( long nSize );
- long GetScrollBarSize() const;
+ void SetScrollBarSize( tools::Long nSize );
+ tools::Long GetScrollBarSize() const;
- void SetMinThumbSize( long nSize );
- long GetMinThumbSize() const;
+ void SetMinThumbSize( tools::Long nSize );
+ tools::Long GetMinThumbSize() const;
- void SetSpinSize( long nSize );
- long GetSpinSize() const;
+ void SetSpinSize( tools::Long nSize );
+ tools::Long GetSpinSize() const;
- static long GetSplitSize();
+ static tools::Long GetSplitSize();
- void SetCursorSize( long nSize );
- long GetCursorSize() const;
+ void SetCursorSize( tools::Long nSize );
+ tools::Long GetCursorSize() const;
void SetCursorBlinkTime( sal_uInt64 nBlinkTime );
sal_uInt64 GetCursorBlinkTime() const;
@@ -526,7 +526,7 @@ public:
void SetDisplayOptions( DisplayOptions nOptions );
DisplayOptions GetDisplayOptions() const;
- void SetAntialiasingMinPixelHeight( long nMinPixel );
+ void SetAntialiasingMinPixelHeight( tools::Long nMinPixel );
sal_uLong GetAntialiasingMinPixelHeight() const;
void SetOptions( StyleSettingsOptions nOptions );