Searched refs:_pSectionView (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ReportWindow.cxx | 299 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 D | ScrollHelper.cxx | 267 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 D | ViewsWindow.cxx | 520 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 D | DesignView.cxx | 505 void ODesignView::unmarkAllObjects(OSectionView* _pSectionView) in unmarkAllObjects() argument 507 m_aScrollWindow.unmarkAllObjects(_pSectionView); in unmarkAllObjects()
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | ScrollHelper.hxx | 155 void unmarkAllObjects(OSectionView* _pSectionView); 178 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark);
|
H A D | ReportWindow.hxx | 174 void unmarkAllObjects(OSectionView* _pSectionView); 191 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark);
|
H A D | ViewsWindow.hxx | 245 void unmarkAllObjects(OSectionView* _pSectionView); 263 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark);
|
H A D | DesignView.hxx | 214 void unmarkAllObjects(OSectionView* _pSectionView);
|
Completed in 71 milliseconds