diff options
Diffstat (limited to 'include/vcl/status.hxx')
-rw-r--r-- | include/vcl/status.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/vcl/status.hxx b/include/vcl/status.hxx index 23339b164dc6..057cccbbc709 100644 --- a/include/vcl/status.hxx +++ b/include/vcl/status.hxx @@ -29,20 +29,15 @@ struct ImplStatusItem; typedef ::std::vector< ImplStatusItem* > ImplStatusItemList; - void VCL_DLLPUBLIC DrawProgress(vcl::Window* pWindow, vcl::RenderContext& rRenderContext, const Point& rPos, long nOffset, long nPrgsWidth, long nPrgsHeight, sal_uInt16 nPercent1, sal_uInt16 nPercent2, sal_uInt16 nPercentCount, const Rectangle& rFramePosSize); - - typedef sal_uInt16 StatusBarItemBits; - - #define SIB_LEFT ((StatusBarItemBits)0x0001) #define SIB_CENTER ((StatusBarItemBits)0x0002) #define SIB_RIGHT ((StatusBarItemBits)0x0004) @@ -53,15 +48,11 @@ typedef sal_uInt16 StatusBarItemBits; #define SIB_USERDRAW ((StatusBarItemBits)0x0080) - - #define STATUSBAR_APPEND ((sal_uInt16)0xFFFF) #define STATUSBAR_ITEM_NOTFOUND ((sal_uInt16)0xFFFF) #define STATUSBAR_OFFSET ((long)5) - - class VCL_DLLPUBLIC StatusBar : public vcl::Window { class ImplData; |