Kaydet (Commit) ce62214f authored tarafından Michael Brauer's avatar Michael Brauer

#81708#: new frame size properties and XML attributes

üst 0cd3f843
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: unoframe.hxx,v $ * $RCSfile: unoframe.hxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: dvo $ $Date: 2000-12-19 17:28:57 $ * last change: $Author: mib $ $Date: 2001-01-15 11:00:22 $
* *
* 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
...@@ -242,6 +242,9 @@ public: ...@@ -242,6 +242,9 @@ public:
// XEventSupplier // XEventSupplier
virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace > SAL_CALL getEvents( ) throw(::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace > SAL_CALL getEvents( ) throw(::com::sun::star::uno::RuntimeException);
//XUnoTunnel
virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException);
void * SAL_CALL operator new( size_t ) throw(); void * SAL_CALL operator new( size_t ) throw();
void SAL_CALL operator delete( void * ) throw(); void SAL_CALL operator delete( void * ) throw();
}; };
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: unomid.h,v $ * $RCSfile: unomid.h,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: dvo $ $Date: 2001-01-02 14:29:21 $ * last change: $Author: mib $ $Date: 2001-01-15 11:00:22 $
* *
* 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
...@@ -119,6 +119,9 @@ ...@@ -119,6 +119,9 @@
#define MID_FRMSIZE_FIX_HEIGHT 9 #define MID_FRMSIZE_FIX_HEIGHT 9
#define MID_FRMSIZE_COL_WIDTH 10 #define MID_FRMSIZE_COL_WIDTH 10
#define MID_FRMSIZE_REL_COL_WIDTH 11 #define MID_FRMSIZE_REL_COL_WIDTH 11
/* UNO */
#define MID_FRMSIZE_IS_SYNC_WIDTH_TO_HEIGHT 12
#define MID_FRMSIZE_IS_SYNC_HEIGHT_TO_WIDTH 13
#define MID_COLUMNS 0 #define MID_COLUMNS 0
#define MID_COLUMN_SEPARATOR_LINE 1 #define MID_COLUMN_SEPARATOR_LINE 1
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: unoprnms.hxx,v $ * $RCSfile: unoprnms.hxx,v $
* *
* $Revision: 1.32 $ * $Revision: 1.33 $
* *
* last change: $Author: os $ $Date: 2001-01-12 16:11:27 $ * last change: $Author: mib $ $Date: 2001-01-15 11:00:22 $
* *
* 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
...@@ -299,6 +299,8 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_INDEX_MARK_BACKGROUND ; ...@@ -299,6 +299,8 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_INDEX_MARK_BACKGROUND ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_FOOTNOTE_BACKGROUND ; extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_FOOTNOTE_BACKGROUND ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_TEXT_FIELD_BACKGROUND ; extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_TEXT_FIELD_BACKGROUND ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_SIZE_RELATIVE ; extern const SwPropNameLen __FAR_DATA UNO_NAME_SIZE_RELATIVE ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_SYNC_WIDTH_TO_HEIGHT ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_SYNC_HEIGHT_TO_WIDTH ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_SIZE_PROTECTED ; extern const SwPropNameLen __FAR_DATA UNO_NAME_SIZE_PROTECTED ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_SMOOTH_SCROLLING ; extern const SwPropNameLen __FAR_DATA UNO_NAME_SMOOTH_SCROLLING ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_SOLID_MARK_HANDLES ; extern const SwPropNameLen __FAR_DATA UNO_NAME_SOLID_MARK_HANDLES ;
......
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