/aoo42x/main/reportdesign/source/ui/report/ |
H A D | ScrollHelper.cxx | 287 void OScrollWindowHelper::setMarked(OSectionView* _pSectionView,sal_Bool _bMark) in setMarked() function in rptui::OScrollWindowHelper 289 m_aReportWindow.setMarked(_pSectionView,_bMark); in setMarked() 292 void OScrollWindowHelper::setMarked(const uno::Reference< report::XSection>& _xSection,sal_Bool _bM… in setMarked() function in rptui::OScrollWindowHelper 294 m_aReportWindow.setMarked(_xSection,_bMark); in setMarked() 297 void OScrollWindowHelper::setMarked(const uno::Sequence< uno::Reference< report::XReportComponent> … in setMarked() function in rptui::OScrollWindowHelper 299 m_aReportWindow.setMarked(_xShape,_bMark); in setMarked()
|
H A D | ReportWindow.cxx | 316 void OReportWindow::setMarked(OSectionView* _pSectionView,sal_Bool _bMark) in setMarked() function in rptui::OReportWindow 319 m_aViewsWindow.setMarked(_pSectionView,_bMark); in setMarked() 322 void OReportWindow::setMarked(const uno::Reference< report::XSection>& _xSection,sal_Bool _bMark) in setMarked() function in rptui::OReportWindow 325 m_aViewsWindow.setMarked(_xSection,_bMark); in setMarked() 328 void OReportWindow::setMarked(const uno::Sequence< uno::Reference< report::XReportComponent> >& _xS… in setMarked() function in rptui::OReportWindow 331 m_aViewsWindow.setMarked(_xShape,_bMark); in setMarked()
|
H A D | DesignView.cxx | 422 m_aScrollWindow.setMarked(m_pCurrentView,sal_False); in UpdatePropertyBrowserDelayed() 425 m_aScrollWindow.setMarked(m_pCurrentView,sal_True); in UpdatePropertyBrowserDelayed() 547 m_aScrollWindow.setMarked(m_pCurrentView,sal_False); in showProperties() 698 void ODesignView::setMarked(const uno::Reference< report::XSection>& _xSection,sal_Bool _bMark) in setMarked() function in rptui::ODesignView 700 m_aScrollWindow.setMarked(_xSection,_bMark); in setMarked() 707 void ODesignView::setMarked(const uno::Sequence< uno::Reference< report::XReportComponent> >& _aSha… in setMarked() function in rptui::ODesignView 709 m_aScrollWindow.setMarked(_aShapes,_bMark); in setMarked()
|
H A D | ViewsWindow.cxx | 315 …m_pParent->setMarked(&pSectionWindow->getReportSection().getSectionView(),m_aSections.size() == 1); in addSection() 503 m_pParent->setMarked(m_aSections[_nPos]->getReportSection().getSection(),sal_True); in markSection() 630 void OViewsWindow::setMarked(OSectionView* _pSectionView,sal_Bool _bMark) in setMarked() function in rptui::OViewsWindow 634 setMarked(_pSectionView->getReportSection()->getSection(),_bMark); in setMarked() 637 void OViewsWindow::setMarked(const uno::Reference< report::XSection>& _xSection,sal_Bool _bMark) in setMarked() function in rptui::OViewsWindow 645 (*aIter)->setMarked(sal_False); in setMarked() 649 (*aIter)->setMarked(_bMark); in setMarked() 654 void OViewsWindow::setMarked(const uno::Sequence< uno::Reference< report::XReportComponent> >& _aSh… in setMarked() function in rptui::OViewsWindow 667 m_pParent->setMarked(xSection,_bMark); in setMarked()
|
H A D | SectionWindow.cxx | 293 void OSectionWindow::setMarked(sal_Bool _bMark) in setMarked() function in rptui::OSectionWindow 295 m_aStartMarker.setMarked(_bMark); in setMarked() 296 m_aEndMarker.setMarked(_bMark); in setMarked()
|
H A D | ReportSection.cxx | 405 …m_pParent->getViewsWindow()->getView()->setMarked(m_pView,sal_True); // mark the section in which … in MouseButtonDown() 811 m_pParent->getViewsWindow()->getView()->setMarked(m_pView,sal_True); in ExecuteDrop()
|
H A D | ReportController.cxx | 3082 getDesignView()->setMarked(aElements,sal_True); in select() 3093 getDesignView()->setMarked(aElements,sal_True); in select() 3100 getDesignView()->setMarked(xSection,xSection.is()); in select() 3151 getDesignView()->setMarked(_xSection ,sal_True); in createControl() 3360 getDesignView()->setMarked(xSection,sal_True); in addPairControls()
|
/aoo42x/main/reportdesign/source/ui/inc/ |
H A D | ReportWindow.hxx | 191 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark); 192 …void setMarked(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSe… 193 …void setMarked(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::s…
|
H A D | ScrollHelper.hxx | 178 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark); 179 …void setMarked(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSectio… 180 …void setMarked(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< …
|
H A D | ViewsWindow.hxx | 263 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark); 264 …void setMarked(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSe… 265 …void setMarked(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::s…
|
H A D | DesignView.hxx | 260 …void setMarked(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSe… 261 …void setMarked(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::s…
|
H A D | ColorListener.hxx | 63 void setMarked(sal_Bool _bMark);
|
H A D | SectionWindow.hxx | 122 void setMarked(sal_Bool _bMark);
|
/aoo42x/main/reportdesign/source/ui/misc/ |
H A D | ColorListener.cxx | 89 void OColorListener::setMarked(sal_Bool _bMark) in setMarked() function in rptui::OColorListener
|