diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2011-02-14 16:17:22 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2011-02-14 16:17:22 +0100 |
commit | 1fb042333fe6287756ff1fac11d18cd7c150730d (patch) | |
tree | 595de5d187177832ce656d7832af9dce9dce2d99 /svx/source/dialog/imapwnd.hxx | |
parent | 5b3e910e926c7dd1e8dcfe8e0a5c6cb5bd17480a (diff) | |
parent | cd0d6a5a6775f197fdb7e78b54c8133074a7a236 (diff) |
rebase to DEV300_m100
Diffstat (limited to 'svx/source/dialog/imapwnd.hxx')
-rw-r--r-- | svx/source/dialog/imapwnd.hxx | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/svx/source/dialog/imapwnd.hxx b/svx/source/dialog/imapwnd.hxx index 1138eb47e68a..bbc6a2c1ed6d 100644 --- a/svx/source/dialog/imapwnd.hxx +++ b/svx/source/dialog/imapwnd.hxx @@ -51,9 +51,9 @@ struct NotifyInfo String aMarkURL; String aMarkAltText; String aMarkTarget; - BOOL bNewObj; - BOOL bOneMarked; - BOOL bActivated; + sal_Bool bNewObj; + sal_Bool bOneMarked; + sal_Bool bActivated; }; @@ -61,8 +61,8 @@ struct NotifyPosSize { Size aPictureSize; Point aMousePos; - BOOL bPictureSize; - BOOL bMousePos; + sal_Bool bPictureSize; + sal_Bool bMousePos; }; @@ -74,10 +74,10 @@ struct NotifyPosSize #define SVD_IMAP_USERDATA 0x0001 -const UINT32 IMapInventor = UINT32('I') * 0x00000001+ - UINT32('M') * 0x00000100+ - UINT32('A') * 0x00010000+ - UINT32('P') * 0x01000000; +const sal_uInt32 IMapInventor = sal_uInt32('I') * 0x00000001+ + sal_uInt32('M') * 0x00000100+ + sal_uInt32('A') * 0x00010000+ + sal_uInt32('P') * 0x01000000; typedef boost::shared_ptr< IMapObject > IMapObjectPtr; @@ -181,7 +181,7 @@ protected: virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt ); void CreateImageMap(); - void ReplaceImageMap( const ImageMap& rNewImageMap, BOOL bScaleToGraphic ); + void ReplaceImageMap( const ImageMap& rNewImageMap, sal_Bool bScaleToGraphic ); void ClearTargetList(); @@ -190,19 +190,19 @@ protected: SdrObject* GetSdrObj( const IMapObject* pIMapObj ) const; SdrObject* GetHitSdrObj( const Point& rPosPixel ) const; - void UpdateInfo( BOOL bNewObj ); + void UpdateInfo( sal_Bool bNewObj ); public: IMapWindow( Window* pParent, const ResId& rResId, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rxDocumentFrame ); ~IMapWindow(); - BOOL ReplaceActualIMapInfo( const NotifyInfo& rNewInfo ); + sal_Bool ReplaceActualIMapInfo( const NotifyInfo& rNewInfo ); void SetImageMap( const ImageMap& rImageMap ); const ImageMap& GetImageMap(); - void SetCurrentObjState( BOOL bActive ); + void SetCurrentObjState( sal_Bool bActive ); void DoMacroAssign(); void DoPropertyDialog(); |