Home
last modified time | relevance | path

Searched refs:_pSectionView (Results 1 – 8 of 8) sorted by relevance

/trunk/main/reportdesign/source/ui/report/
H A DReportWindow.cxx299 void OReportWindow::unmarkAllObjects(OSectionView* _pSectionView) in unmarkAllObjects() argument
302 m_aViewsWindow.unmarkAllObjects(_pSectionView); in unmarkAllObjects()
316 void OReportWindow::setMarked(OSectionView* _pSectionView,sal_Bool _bMark) in setMarked() argument
318 if ( _pSectionView ) in setMarked()
319 m_aViewsWindow.setMarked(_pSectionView,_bMark); in setMarked()
H A DScrollHelper.cxx267 void OScrollWindowHelper::unmarkAllObjects(OSectionView* _pSectionView) in unmarkAllObjects() argument
269 m_aReportWindow.unmarkAllObjects(_pSectionView); in unmarkAllObjects()
287 void OScrollWindowHelper::setMarked(OSectionView* _pSectionView,sal_Bool _bMark) in setMarked() argument
289 m_aReportWindow.setMarked(_pSectionView,_bMark); in setMarked()
H A DViewsWindow.cxx520 void OViewsWindow::unmarkAllObjects(OSectionView* _pSectionView) in unmarkAllObjects() argument
529 if ( &(*aIter)->getReportSection().getSectionView() != _pSectionView ) in unmarkAllObjects()
630 void OViewsWindow::setMarked(OSectionView* _pSectionView,sal_Bool _bMark) in setMarked() argument
632 OSL_ENSURE(_pSectionView != NULL,"SectionView is NULL!"); in setMarked()
633 if ( _pSectionView ) in setMarked()
634 setMarked(_pSectionView->getReportSection()->getSection(),_bMark); in setMarked()
H A DDesignView.cxx505 void ODesignView::unmarkAllObjects(OSectionView* _pSectionView) in unmarkAllObjects() argument
507 m_aScrollWindow.unmarkAllObjects(_pSectionView); in unmarkAllObjects()
/trunk/main/reportdesign/source/ui/inc/
H A DReportWindow.hxx174 void unmarkAllObjects(OSectionView* _pSectionView);
191 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark);
H A DScrollHelper.hxx155 void unmarkAllObjects(OSectionView* _pSectionView);
178 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark);
H A DViewsWindow.hxx245 void unmarkAllObjects(OSectionView* _pSectionView);
263 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark);
H A DDesignView.hxx214 void unmarkAllObjects(OSectionView* _pSectionView);

Completed in 51 milliseconds