22#if !defined(VCL_DLLIMPLEMENTATION) && !defined(TOOLKIT_DLLIMPLEMENTATION) && !defined(VCL_INTERNALS) 
   23#error "don't use this in new code" 
   26#include <config_options.h> 
   60    sal_uInt16          mnPercentCount;
 
   65    SAL_DLLPRIVATE 
void             ImplInitSettings( 
bool bFont, 
bool bForeground, 
bool bBackground );
 
   66    SAL_DLLPRIVATE 
void ImplDrawProgress(
vcl::RenderContext& rRenderContext, sal_uInt16 nNewPerc);
 
   72    virtual void        Resize() 
override;
 
   77    void                SetValue( sal_uInt16 nNewPercent );
 
Some things multiple-inherit from VclAbstractDialog and OutputDevice, so we need to use virtual inher...
 
virtual void StateChanged(StateChangedType nStateChange)
 
virtual void Paint(vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect)
 
virtual Size GetOptimalSize() const
 
virtual void DataChanged(const DataChangedEvent &rDCEvt)
 
SAL_DLLPRIVATE void ImplInit(vcl::Window *pParent, WinBits nStyle, SystemParentData *pSystemParentData)
 
virtual void SetValue(tools::Long nNew) override