Tag: cws_src680_rpt23fix01 User: lla Date: 2007-07-16 07:37:20+0000 Modified: dba/reportdesign/source/ui/inc/DesignView.hxx dba/reportdesign/source/ui/inc/ReportWindow.hxx dba/reportdesign/source/ui/inc/ScrollHelper.hxx dba/reportdesign/source/ui/inc/ViewsWindow.hxx
Log: #i77986# toolbar fix File Changes: Directory: /dba/reportdesign/source/ui/inc/ =========================================== File [changed]: DesignView.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/DesignView.hxx?r1=1.2&r2=1.2.2.1 Delta lines: +3 -2 ------------------- --- DesignView.hxx 2007-07-09 11:56:30+0000 1.2 +++ DesignView.hxx 2007-07-16 07:37:17+0000 1.2.2.1 @@ -6,9 +6,9 @@ * * $RCSfile: DesignView.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.2.1 $ * - * last change: $Author: rt $ $Date: 2007/07/09 11:56:30 $ + * last change: $Author: lla $ $Date: 2007/07/16 07:37:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -169,6 +169,7 @@ void SetMode( DlgEdMode m_eMode ); void SetInsertObj( USHORT eObj,const ::rtl::OUString& _sShapeType = ::rtl::OUString()); USHORT GetInsertObj() const; + rtl::OUString GetInsertObjString() const; DlgEdMode GetMode() const { return m_eMode; } /** cuts the current selection in this section File [changed]: ReportWindow.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/ReportWindow.hxx?r1=1.2&r2=1.2.2.1 Delta lines: +3 -2 ------------------- --- ReportWindow.hxx 2007-07-09 11:56:30+0000 1.2 +++ ReportWindow.hxx 2007-07-16 07:37:18+0000 1.2.2.1 @@ -6,9 +6,9 @@ * * $RCSfile: ReportWindow.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.2.1 $ * - * last change: $Author: rt $ $Date: 2007/07/09 11:56:30 $ + * last change: $Author: lla $ $Date: 2007/07/16 07:37:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -107,6 +107,7 @@ void SetMode( DlgEdMode m_eMode ); void SetInsertObj( USHORT eObj,const ::rtl::OUString& _sShapeType = ::rtl::OUString()); + rtl::OUString GetInsertObjString() const; void setGridSnap(BOOL bOn); void setDragStripes(BOOL bOn); BOOL isDragStripes() const; File [changed]: ScrollHelper.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/ScrollHelper.hxx?r1=1.2.2.1&r2=1.2.2.2 Delta lines: +3 -2 ------------------- --- ScrollHelper.hxx 2007-07-11 09:43:36+0000 1.2.2.1 +++ ScrollHelper.hxx 2007-07-16 07:37:18+0000 1.2.2.2 @@ -6,9 +6,9 @@ * * $RCSfile: ScrollHelper.hxx,v $ * - * $Revision: 1.2.2.1 $ + * $Revision: 1.2.2.2 $ * - * last change: $Author: oj $ $Date: 2007/07/11 09:43:36 $ + * last change: $Author: lla $ $Date: 2007/07/16 07:37:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -128,6 +128,7 @@ // forwards void SetMode( DlgEdMode _eMode ); void SetInsertObj( USHORT eObj,const ::rtl::OUString& _sShapeType = ::rtl::OUString()); + rtl::OUString GetInsertObjString() const; void setGridSnap(BOOL bOn); void setDragStripes(BOOL bOn); BOOL isDragStripes() const; File [changed]: ViewsWindow.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/ViewsWindow.hxx?r1=1.2&r2=1.2.2.1 Delta lines: +3 -2 ------------------- --- ViewsWindow.hxx 2007-07-09 11:56:30+0000 1.2 +++ ViewsWindow.hxx 2007-07-16 07:37:18+0000 1.2.2.1 @@ -6,9 +6,9 @@ * * $RCSfile: ViewsWindow.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.2.1 $ * - * last change: $Author: rt $ $Date: 2007/07/09 11:56:30 $ + * last change: $Author: lla $ $Date: 2007/07/16 07:37:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -225,6 +225,7 @@ inline bool empty() const { return m_aSections.empty(); } void SetMode( DlgEdMode m_eMode ); void SetInsertObj( USHORT eObj,const ::rtl::OUString& _sShapeType = ::rtl::OUString()); + rtl::OUString GetInsertObjString() const; /** copies the current selection in this section */ void Copy(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
