diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-01-10 16:11:35 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-01-10 16:11:35 +0100 |
commit | 94d85ef550ad17efba5dec09290d0e8176a8b455 (patch) | |
tree | 41a1a79c31bd144b9374142c6259d33e2a3f5b89 /svx/source/dialog/contimp.hxx | |
parent | 3f4e9b4c3cd9028744ea6ed5e93c41c51a15d229 (diff) |
removetooltypes01: #i112600# remove tooltypes from svx
Diffstat (limited to 'svx/source/dialog/contimp.hxx')
-rw-r--r-- | svx/source/dialog/contimp.hxx | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/svx/source/dialog/contimp.hxx b/svx/source/dialog/contimp.hxx index 0017966f1eaf..4993d15839e4 100644 --- a/svx/source/dialog/contimp.hxx +++ b/svx/source/dialog/contimp.hxx @@ -61,17 +61,17 @@ class SvxSuperContourDlg : public SvxContourDlg MetricField aMtfTolerance; ContourWindow aContourWnd; StatusBar aStbStatus; - ULONG nGrfChanged; - BOOL bExecState; - BOOL bPipetteMode; - BOOL bWorkplaceMode; - BOOL bUpdateGraphicLinked; - BOOL bGraphicLinked; + sal_uIntPtr nGrfChanged; + sal_Bool bExecState; + sal_Bool bPipetteMode; + sal_Bool bWorkplaceMode; + sal_Bool bUpdateGraphicLinked; + sal_Bool bGraphicLinked; ImageList maImageList; ImageList maImageListH; virtual void Resize(); - virtual BOOL Close(); + virtual sal_Bool Close(); void DoAutoCreate(); void ReducePoints( const long nTol = 8 ); @@ -93,23 +93,23 @@ public: Window* pParent, const ResId& rResId ); ~SvxSuperContourDlg(); - void SetExecState( BOOL bEnable ); + void SetExecState( sal_Bool bEnable ); void SetGraphic( const Graphic& rGraphic ); - void SetGraphicLinked( BOOL bLinked ) { bGraphicLinked = bLinked; } + void SetGraphicLinked( sal_Bool bLinked ) { bGraphicLinked = bLinked; } const Graphic& GetGraphic() const { return aGraphic; } - BOOL IsGraphicChanged() const { return nGrfChanged > 0UL; } + sal_Bool IsGraphicChanged() const { return nGrfChanged > 0UL; } void SetPolyPolygon( const PolyPolygon& rPolyPoly ); - PolyPolygon GetPolyPolygon( BOOL bRescaleToGraphic = TRUE ); + PolyPolygon GetPolyPolygon( sal_Bool bRescaleToGraphic = sal_True ); void SetEditingObject( void* pObj ) { pCheckObj = pObj; } const void* GetEditingObject() const { return pCheckObj; } - BOOL IsUndoPossible() const; - BOOL IsRedoPossible() const; + sal_Bool IsUndoPossible() const; + sal_Bool IsRedoPossible() const; - void UpdateGraphic( const Graphic& rGraphic, BOOL bGraphicLinked, + void UpdateGraphic( const Graphic& rGraphic, sal_Bool bGraphicLinked, const PolyPolygon* pPolyPoly = NULL, void* pEditingObj = NULL ); |