Home
last modified time | relevance | path

Searched refs:OSectionView (Results 1 – 20 of 20) sorted by relevance

/trunk/main/reportdesign/source/ui/report/
H A DSectionView.cxx41 TYPEINIT1( OSectionView, SdrView );
45 OSectionView::OSectionView( SdrModel* pModel, OReportSection* _pSectionWindow, OReportWindow* pEdit… in DBG_NAME()
61 OSectionView::~OSectionView() in ~OSectionView()
68 void OSectionView::MarkListHasChanged() in MarkListHasChanged()
84 void OSectionView::MakeVisible( const Rectangle& rRect, Window& rWin ) in MakeVisible()
141 void OSectionView::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
158 void OSectionView::ObjectRemovedInAliveMode( const SdrObject* _pObject ) in ObjectRemovedInAliveMode()
178 void OSectionView::SetMarkedToLayer( SdrLayerID _nLayerNo ) in SetMarkedToLayer()
215 bool OSectionView::OnlyShapesMarked() const in OnlyShapesMarked()
233 bool OSectionView::IsDragResize() const in IsDragResize()
[all …]
H A DViewsWindow.cxx520 void OViewsWindow::unmarkAllObjects(OSectionView* _pSectionView) in unmarkAllObjects()
630 void OViewsWindow::setMarked(OSectionView* _pSectionView,sal_Bool _bMark) in setMarked()
688 OSectionView& rView = (*aIter)->getReportSection().getSectionView(); in collectRectangles()
1050 OSectionView& rView = rReportSection.getSectionView(); in BegDragObj_createInvisibleObjectAtPosition()
1099 OSectionView* pView = &rReportSection.getSectionView(); in BegDragObj()
1121 OSectionView& rView = rReportSection.getSectionView(); in BegDragObj()
1260 OSectionView* OViewsWindow::getSectionRelativeToPosition(const OSectionView* _pSection,Point& _rPnt) in getSectionRelativeToPosition()
1262 OSectionView* pSection = NULL; in getSectionRelativeToPosition()
1470 OSectionView& rView = rReportSection.getSectionView(); in MovAction()
1514 OSectionView& rView = rReportSection.getSectionView(); in MovAction()
[all …]
H A DScrollHelper.cxx267 void OScrollWindowHelper::unmarkAllObjects(OSectionView* _pSectionView) in unmarkAllObjects()
287 void OScrollWindowHelper::setMarked(OSectionView* _pSectionView,sal_Bool _bMark) in setMarked()
H A DReportWindow.cxx299 void OReportWindow::unmarkAllObjects(OSectionView* _pSectionView) in unmarkAllObjects()
316 void OReportWindow::setMarked(OSectionView* _pSectionView,sal_Bool _bMark) in setMarked()
H A DDesignView.cxx417 void ODesignView::UpdatePropertyBrowserDelayed(OSectionView& _rView) in UpdatePropertyBrowserDelayed()
505 void ODesignView::unmarkAllObjects(OSectionView* _pSectionView) in unmarkAllObjects()
H A DReportController.cxx491 OSectionView* pSectionView = getCurrentSectionView(); in GetState()
505 OSectionView* pSectionView = getCurrentSectionView(); in GetState()
1071 OSectionView* pSectionView = getCurrentSectionView(); in Execute()
1127 OSectionView* pSectionView = getCurrentSectionView(); in Execute()
3484 OSectionView* pSectionViews[2]; in addPairControls()
3652 OSectionView* OReportController::getCurrentSectionView() const in getCurrentSectionView()
3654 OSectionView* pSectionView = NULL; in getCurrentSectionView()
3663 OSectionView* pSectionView = getCurrentSectionView(); in changeZOrder()
H A DFormattedFieldBeautifier.cxx190OSectionView& aSdrView = aOutputDevice.getSectionView(); // SdrView in getVclWindowPeer()
H A DFixedTextColor.cxx256 OSectionView& aSdrView = aOutputDevice.getSectionView(); // SdrView in getXControl()
H A DReportSection.cxx133 ::std::auto_ptr<OSectionView> aTemp( m_pView); in ~OReportSection()
195 m_pView = new OSectionView( m_pModel.get(), this, m_pParent->getViewsWindow()->getView() ); in fill()
H A Dpropbrw.cxx506 void PropBrw::Update( OSectionView* pNewView ) in Update()
/trunk/main/reportdesign/source/ui/inc/
H A DViewsWindow.hxx52 class OSectionView;
116 …typedef ::std::multimap<Rectangle,::std::pair<SdrObject*,OSectionView*>,RectangleLess> TRecta…
245 void unmarkAllObjects(OSectionView* _pSectionView);
263 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark);
298 void BegMarkObj(const Point& _aPnt,const OSectionView* _pSection);
301 …void BegDragObj_createInvisibleObjectAtPosition(const Rectangle& _aRect, const OSectionView& _rSec…
307 void BegDragObj(const Point& _aPnt, SdrHdl* _pHdl,const OSectionView* _pSection);
308 … void EndDragObj(sal_Bool _bDragIntoNewSection,const OSectionView* _pSection,const Point& _aPnt);
323 OSectionView* getSectionRelativeToPosition(const OSectionView* _pSection,Point& _rPnt);
325 …void MovAction(const Point& rPnt,const OSectionView* _pSection,bool _bMove /*= true */, bool _bCon…
H A DSectionView.hxx38 class OSectionView : public SdrView class
45 OSectionView(const OSectionView&);
46 void operator =(const OSectionView&);
50 OSectionView( SdrModel* pModel, OReportSection* _pSectionWindow, OReportWindow* pEditor );
51 virtual ~OSectionView();
H A Dpropbrw.hxx42 class OSectionView;
67 OSectionView* m_pView;
101 void Update( OSectionView* m_pView );
103 inline OSectionView* GetCurView() const { return m_pView; } in GetCurView()
H A DDesignView.hxx58 class OSectionView;
77 OSectionView* m_pCurrentView;
169 void UpdatePropertyBrowserDelayed(OSectionView& _rView);
214 void unmarkAllObjects(OSectionView* _pSectionView);
H A DReportSection.hxx42 class OSectionView;
51 OSectionView* m_pView;
123 inline OSectionView& getSectionView() const { return *m_pView; } in getSectionView()
H A DReportWindow.hxx47 class OSectionView;
174 void unmarkAllObjects(OSectionView* _pSectionView);
191 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark);
H A DScrollHelper.hxx44 class OSectionView;
155 void unmarkAllObjects(OSectionView* _pSectionView);
178 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark);
H A Ddlgedfunc.hxx37 class OSectionView;
49 OSectionView& m_rView;
H A DReportController.hxx77 class OSectionView;
272 OSectionView* getCurrentSectionView() const;
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx988 OSectionView& rSectionView = _aReportSection.getSectionView(); in correctOverlapping()

Completed in 117 milliseconds