Kaydet (Commit) a6bc2a4a authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS tbe14 (1.18.2); FILE MERGED

2004/11/17 14:04:44 tbe 1.18.2.1: #i31563# scroll area too small
üst 993abaf2
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: dlgedobj.hxx,v $ * $RCSfile: dlgedobj.hxx,v $
* *
* $Revision: 1.18 $ * $Revision: 1.19 $
* *
* last change: $Author: pjunck $ $Date: 2004-11-03 11:17:30 $ * last change: $Author: rt $ $Date: 2004-12-10 17:03:18 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -123,6 +123,19 @@ protected: ...@@ -123,6 +123,19 @@ protected:
void EndListening(sal_Bool bRemoveListener = sal_True); void EndListening(sal_Bool bRemoveListener = sal_True);
sal_Bool isListening() const { return bIsListening; } sal_Bool isListening() const { return bIsListening; }
virtual bool TransformSdrToControlCoordinates(
sal_Int32 nXIn, sal_Int32 nYIn, sal_Int32 nWidthIn, sal_Int32 nHeightIn,
sal_Int32& nXOut, sal_Int32& nYOut, sal_Int32& nWidthOut, sal_Int32& nHeightOut );
virtual bool TransformSdrToFormCoordinates(
sal_Int32 nXIn, sal_Int32 nYIn, sal_Int32 nWidthIn, sal_Int32 nHeightIn,
sal_Int32& nXOut, sal_Int32& nYOut, sal_Int32& nWidthOut, sal_Int32& nHeightOut );
virtual bool TransformControlToSdrCoordinates(
sal_Int32 nXIn, sal_Int32 nYIn, sal_Int32 nWidthIn, sal_Int32 nHeightIn,
sal_Int32& nXOut, sal_Int32& nYOut, sal_Int32& nWidthOut, sal_Int32& nHeightOut );
virtual bool TransformFormToSdrCoordinates(
sal_Int32 nXIn, sal_Int32 nYIn, sal_Int32 nWidthIn, sal_Int32 nHeightIn,
sal_Int32& nXOut, sal_Int32& nYOut, sal_Int32& nWidthOut, sal_Int32& nHeightOut );
public: public:
TYPEINFO(); TYPEINFO();
...@@ -151,6 +164,7 @@ public: ...@@ -151,6 +164,7 @@ public:
virtual void SetRectFromProps(); virtual void SetRectFromProps();
virtual void SetPropsFromRect(); virtual void SetPropsFromRect();
virtual void PositionAndSizeChange( const ::com::sun::star::beans::PropertyChangeEvent& evt );
virtual void SAL_CALL NameChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw( ::com::sun::star::uno::RuntimeException); virtual void SAL_CALL NameChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw( ::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL TabIndexChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw( ::com::sun::star::uno::RuntimeException); virtual void SAL_CALL TabIndexChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw( ::com::sun::star::uno::RuntimeException);
...@@ -207,6 +221,8 @@ public: ...@@ -207,6 +221,8 @@ public:
virtual void SetRectFromProps(); virtual void SetRectFromProps();
virtual void SetPropsFromRect(); virtual void SetPropsFromRect();
virtual void PositionAndSizeChange( const ::com::sun::star::beans::PropertyChangeEvent& evt );
virtual void UpdateTabIndices(); virtual void UpdateTabIndices();
virtual void UpdateTabOrder(); virtual void UpdateTabOrder();
virtual void UpdateGroups(); virtual void UpdateGroups();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment