User: rt Date: 2008-01-29 13:48:56+0000 Modified: dba/reportdesign/source/ui/inc/UITools.hxx
Log: INTEGRATION: CWS reportdesign02 (1.2.44); FILE MERGED 2007/10/30 06:56:28 oj 1.2.44.1: #i78939# change pos and size when control is outside page File Changes: Directory: /dba/reportdesign/source/ui/inc/ =========================================== File [changed]: UITools.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/UITools.hxx?r1=1.2&r2=1.3 Delta lines: +12 -4 -------------------- --- UITools.hxx 2007-07-09 11:56:30+0000 1.2 +++ UITools.hxx 2008-01-29 13:48:54+0000 1.3 @@ -43,7 +43,7 @@ #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/sdbc/XRowSet.hpp> - +#include "ReportSection.hxx" #include <rtl/ref.hxx> #include <vcl/taskpanelist.hxx> #include <comphelper/stl_types.hxx> @@ -152,6 +152,14 @@ */ ::com::sun::star::uno::Sequence< ::rtl::OUString > getParameterNames( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& _rxRowSet ); + + /** ensures that no control overlaps the given one. + * + * \param pControl the control which should place in the section without overlapping + * \param _pReportSection the section + * \param _bInsert TRUE whe the control should be inserted, otherwise not. + */ + void correctOverlapping(SdrObject* pControl,::boost::shared_ptr<OReportSection> _pReportSection,bool _bInsert = true); } #endif //RPTUI_UITOOLS_HXX --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
