Kaydet (Commit) 748f7cce authored tarafından Hans-Joachim Lankenau's avatar Hans-Joachim Lankenau

INTEGRATION: CWS swdrawpositioning (1.2.92); FILE MERGED

2004/03/15 07:11:45 os 1.2.92.1: #i26173# draw positioning TabPage for sw created
üst bdf05fad
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: transfrm.hxx,v $ * $RCSfile: transfrm.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: hr $ $Date: 2004-02-03 18:59:16 $ * last change: $Author: hjs $ $Date: 2004-06-28 14:07:02 $
* *
* 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
...@@ -90,6 +90,7 @@ private: ...@@ -90,6 +90,7 @@ private:
const SdrView* pView; const SdrView* pView;
USHORT nAnchorCtrls; USHORT nAnchorCtrls;
Link aValidateLink;
virtual void PageCreated( USHORT nId, SfxTabPage &rPage ); virtual void PageCreated( USHORT nId, SfxTabPage &rPage );
...@@ -99,6 +100,9 @@ public: ...@@ -99,6 +100,9 @@ public:
const SdrView* pView, const SdrView* pView,
USHORT nAnchorTypes = 0); USHORT nAnchorTypes = 0);
~SvxTransformTabDialog(); ~SvxTransformTabDialog();
//link for the Writer to validate positions
void SetValidateFramePosLink( const Link& rLink );
}; };
/************************************************************************* /*************************************************************************
...@@ -129,11 +133,11 @@ private: ...@@ -129,11 +133,11 @@ private:
FixedText maFtSizeReference; FixedText maFtSizeReference;
SvxRectCtl maCtlSize; SvxRectCtl maCtlSize;
// anchor /* // anchor
FixedLine maAnchorBox; FixedLine maAnchorBox;
FixedText maFtAnchor; FixedText maFtAnchor;
ListBox maDdLbAnchor; ListBox maDdLbAnchor;
*/
// protect // protect
FixedLine maFlProtect; FixedLine maFlProtect;
TriStateBox maTsbPosProtect; TriStateBox maTsbPosProtect;
...@@ -145,8 +149,8 @@ private: ...@@ -145,8 +149,8 @@ private:
TriStateBox maTsbAutoGrowHeight; TriStateBox maTsbAutoGrowHeight;
// ??? // ???
FixedText maFtOrient; // FixedText maFtOrient;
ListBox maDdLbOrient; // ListBox maDdLbOrient;
FixedLine maFlDivider; FixedLine maFlDivider;
...@@ -177,8 +181,8 @@ private: ...@@ -177,8 +181,8 @@ private:
DECL_LINK( ChangeSizeProtectHdl, void * ); DECL_LINK( ChangeSizeProtectHdl, void * );
DECL_LINK( ChangePosXHdl, void * ); DECL_LINK( ChangePosXHdl, void * );
DECL_LINK( ChangePosYHdl, void * ); DECL_LINK( ChangePosYHdl, void * );
DECL_LINK( SetAnchorHdl, ListBox * ); // DECL_LINK( SetAnchorHdl, ListBox * );
DECL_LINK( SetOrientHdl, ListBox * ); // DECL_LINK( SetOrientHdl, ListBox * );
void SetMinMaxPosition(); void SetMinMaxPosition();
void GetTopLeftPosition( INT32& rX, INT32& rY, const Rectangle& rRect ); void GetTopLeftPosition( INT32& rX, INT32& rY, const Rectangle& rRect );
...@@ -212,7 +216,7 @@ public: ...@@ -212,7 +216,7 @@ public:
void Construct(); void Construct();
void SetView( const SdrView* pSdrView ) { mpView = pSdrView; } void SetView( const SdrView* pSdrView ) { mpView = pSdrView; }
void ShowAnchorCtrls(USHORT nAnchorCtrls); // Writer-spezifische Controls anzeigen // void ShowAnchorCtrls(USHORT nAnchorCtrls); // Writer-spezifische Controls anzeigen
virtual void FillUserData(); virtual void FillUserData();
void DisableResize(); void DisableResize();
......
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