Searched refs:OSectionView (Results 1 – 20 of 20) sorted by relevance
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | SectionView.cxx | 41 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 D | ViewsWindow.cxx | 520 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 D | ScrollHelper.cxx | 267 void OScrollWindowHelper::unmarkAllObjects(OSectionView* _pSectionView) in unmarkAllObjects() 287 void OScrollWindowHelper::setMarked(OSectionView* _pSectionView,sal_Bool _bMark) in setMarked()
|
H A D | ReportWindow.cxx | 299 void OReportWindow::unmarkAllObjects(OSectionView* _pSectionView) in unmarkAllObjects() 316 void OReportWindow::setMarked(OSectionView* _pSectionView,sal_Bool _bMark) in setMarked()
|
H A D | DesignView.cxx | 417 void ODesignView::UpdatePropertyBrowserDelayed(OSectionView& _rView) in UpdatePropertyBrowserDelayed() 505 void ODesignView::unmarkAllObjects(OSectionView* _pSectionView) in unmarkAllObjects()
|
H A D | ReportController.cxx | 491 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 D | FixedTextColor.cxx | 256 OSectionView& aSdrView = aOutputDevice.getSectionView(); // SdrView in getXControl()
|
H A D | FormattedFieldBeautifier.cxx | 190 … OSectionView& aSdrView = aOutputDevice.getSectionView(); // SdrView in getVclWindowPeer()
|
H A D | ReportSection.cxx | 133 ::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 D | propbrw.cxx | 506 void PropBrw::Update( OSectionView* pNewView ) in Update()
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | ViewsWindow.hxx | 52 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 D | SectionView.hxx | 38 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 D | propbrw.hxx | 42 class OSectionView; 67 OSectionView* m_pView; 101 void Update( OSectionView* m_pView ); 103 inline OSectionView* GetCurView() const { return m_pView; } in GetCurView()
|
H A D | DesignView.hxx | 58 class OSectionView; 77 OSectionView* m_pCurrentView; 169 void UpdatePropertyBrowserDelayed(OSectionView& _rView); 214 void unmarkAllObjects(OSectionView* _pSectionView);
|
H A D | ReportSection.hxx | 42 class OSectionView; 51 OSectionView* m_pView; 123 inline OSectionView& getSectionView() const { return *m_pView; } in getSectionView()
|
H A D | ScrollHelper.hxx | 44 class OSectionView; 155 void unmarkAllObjects(OSectionView* _pSectionView); 178 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark);
|
H A D | ReportWindow.hxx | 47 class OSectionView; 174 void unmarkAllObjects(OSectionView* _pSectionView); 191 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark);
|
H A D | dlgedfunc.hxx | 37 class OSectionView; 49 OSectionView& m_rView;
|
H A D | ReportController.hxx | 77 class OSectionView; 272 OSectionView* getCurrentSectionView() const;
|
/aoo41x/main/reportdesign/source/ui/misc/ |
H A D | UITools.cxx | 988 OSectionView& rSectionView = _aReportSection.getSectionView(); in correctOverlapping()
|
Completed in 157 milliseconds