Searched refs:OSectionWindow (Results 1 – 21 of 21) sorted by relevance
/trunk/main/reportdesign/source/ui/report/ |
H A D | SectionWindow.cxx | 55 OSectionWindow::OSectionWindow( OViewsWindow* _pParent,const uno::Reference< report::XSection >& _x… in DBG_NAME() 110 OSectionWindow::~OSectionWindow() in ~OSectionWindow() 205 void OSectionWindow::ImplInitSettings() in ImplInitSettings() 229 void OSectionWindow::Resize() in Resize() 280 void OSectionWindow::setCollapsed(sal_Bool _bCollapsed) in setCollapsed() 288 void OSectionWindow::showProperties() in showProperties() 293 void OSectionWindow::setMarked(sal_Bool _bMark) in setMarked() 313 void OSectionWindow::zoom(const Fraction& _aZoom) in zoom() 325 IMPL_LINK( OSectionWindow, StartSplitHdl, Splitter*, ) 332 IMPL_LINK( OSectionWindow, EndSplitHdl, Splitter*, ) [all …]
|
H A D | ViewsWindow.cxx | 225 void OViewsWindow::resize(const OSectionWindow& _rSectionWindow) in resize() 233 const ::boost::shared_ptr<OSectionWindow> pSectionWindow = (*aIter); in resize() 269 const ::boost::shared_ptr<OSectionWindow> pSectionWindow = (*aIter); in Resize() 313 …::boost::shared_ptr<OSectionWindow> pSectionWindow( new OSectionWindow(this,_xSection,_sColorEntry… in addSection() 421 ::boost::shared_ptr<OSectionWindow> pMarkedSection = getMarkedSection(); in Paste() 431 ::boost::shared_ptr<OSectionWindow> pSectionWindow; in getSectionWindow() 449 ::boost::shared_ptr<OSectionWindow> pRet; in getMarkedSection() 669 ::boost::shared_ptr<OSectionWindow> pSectionWindow = getSectionWindow(xSection); in setMarked() 928 ::boost::shared_ptr<OSectionWindow> pMarkedSection = getMarkedSection(); in createDefault() 953 sal_uInt16 OViewsWindow::getPosition(const OSectionWindow* _pSectionWindow) const in getPosition() [all …]
|
H A D | DesignView.cxx | 465 ::boost::shared_ptr<OSectionWindow> pSectionWindow = m_aScrollWindow.getMarkedSection(); in GetFocus() 638 ::boost::shared_ptr<OSectionWindow> ODesignView::getMarkedSection(NearSectionAccess nsa) const in getMarkedSection() 643 ::boost::shared_ptr<OSectionWindow> ODesignView::getSectionWindow(const ::com::sun::star::uno::Refe… in getSectionWindow() 682 ::boost::shared_ptr<OSectionWindow> pMarkedSection = getMarkedSection(); 729 ::boost::shared_ptr<OSectionWindow> pSectionWindow = getMarkedSection(); in getCurrentlyShownProperty()
|
H A D | ReportWindow.cxx | 307 …::boost::shared_ptr<OSectionWindow> pSectionWindow = m_aViewsWindow.getSectionWindow( _xReportComp… in showProperties() 334 ::boost::shared_ptr<OSectionWindow> OReportWindow::getMarkedSection(NearSectionAccess nsa) const in getMarkedSection() 339 ::boost::shared_ptr<OSectionWindow> OReportWindow::getSectionWindow(const ::com::sun::star::uno::Re… in getSectionWindow()
|
H A D | ReportController.cxx | 372 ::boost::shared_ptr<OSectionWindow> pSectionWindow; in IMPLEMENT_FORWARD_XTYPEPROVIDER2() 593 … ::boost::shared_ptr<OSectionWindow> pSectionWindow = getDesignView()->getMarkedSection(); in GetState() 1144 ::boost::shared_ptr<OSectionWindow> pSection = getDesignView()->getMarkedSection(); in Execute() 2780 ::boost::shared_ptr<OSectionWindow> pSectionWindow = getDesignView()->getMarkedSection(); in getViewData() 3152 ::boost::shared_ptr<OSectionWindow> pSectionWindow = getDesignView()->getMarkedSection(); in createControl() 3328 ::boost::shared_ptr<OSectionWindow> pSectionWindow[2]; in addPairControls() 3655 ::boost::shared_ptr<OSectionWindow> pSectionWindow = getDesignView()->getMarkedSection(); in getCurrentSectionView() 3975 ::boost::shared_ptr<OSectionWindow> pSection = getDesignView()->getMarkedSection(); in collapseSection() 3984 ::boost::shared_ptr<OSectionWindow> pSection = getDesignView()->getMarkedSection(); in markSection() 3987 …::boost::shared_ptr<OSectionWindow> pPrevSection = getDesignView()->getMarkedSection(_bNext ? POST… in markSection() [all …]
|
H A D | ScrollHelper.cxx | 302 ::boost::shared_ptr<OSectionWindow> OScrollWindowHelper::getMarkedSection(NearSectionAccess nsa) co… in getMarkedSection() 307 ::boost::shared_ptr<OSectionWindow> OScrollWindowHelper::getSectionWindow(const ::com::sun::star::u… in getSectionWindow()
|
H A D | EndMarker.cxx | 99 static_cast<OSectionWindow*>(GetParent())->showProperties(); in MouseButtonDown()
|
H A D | FormattedFieldBeautifier.cxx | 186 …::boost::shared_ptr<OSectionWindow> pSectionWindow = m_rReportController.getSectionWindow(xSection… in getVclWindowPeer()
|
H A D | FixedTextColor.cxx | 252 … ::boost::shared_ptr<OSectionWindow> pSectionWindow = pController->getSectionWindow(xSection); in getXControl()
|
H A D | StartMarker.cxx | 55 OStartMarker::OStartMarker(OSectionWindow* _pParent,const ::rtl::OUString& _sColorEntry) in DBG_NAME()
|
H A D | propbrw.cxx | 547 ::boost::shared_ptr<OSectionWindow> pSectionWindow = pViews->getSectionWindow(i); in Update()
|
H A D | ReportSection.cxx | 83 OReportSection::OReportSection(OSectionWindow* _pParent,const uno::Reference< report::XSection >& _… in DBG_NAME()
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | SectionWindow.hxx | 52 class OSectionWindow : public Window class 65 OSectionWindow(OSectionWindow&); 66 void operator =(OSectionWindow&); 102 OSectionWindow( OViewsWindow* _pParent 105 virtual ~OSectionWindow();
|
H A D | ViewsWindow.hxx | 118 typedef ::std::vector< ::boost::shared_ptr<OSectionWindow> > TSectionsMap; 148 … void impl_resizeSectionWindow(OSectionWindow& _rSectionWindow,Point& _rStartPoint,bool _bSet); 168 void resize(const OSectionWindow& _rSectionWindow); 196 ::boost::shared_ptr<OSectionWindow> getSectionWindow(const sal_uInt16 _nPos) const; 251 …::boost::shared_ptr<OSectionWindow> getSectionWindow(const ::com::sun::star::uno::Reference< ::com… 268 ::boost::shared_ptr<OSectionWindow> getMarkedSection(NearSectionAccess nsa = CURRENT) const; 292 sal_uInt16 getPosition(const OSectionWindow* _pSectionWindow = NULL) const;
|
H A D | ReportSection.hxx | 43 class OSectionWindow; 52 OSectionWindow* m_pParent; 87 …OReportSection(OSectionWindow* _pParent,const ::com::sun::star::uno::Reference< ::com::sun::star::… 122 inline OSectionWindow* getSectionWindow() const { return m_pParent; } in getSectionWindow()
|
H A D | StartMarker.hxx | 34 class OSectionWindow; 41 OSectionWindow* m_pParent; 57 OStartMarker(OSectionWindow* _pParent,const ::rtl::OUString& _sColorEntry);
|
H A D | MarkedSection.hxx | 31 class OSectionWindow; // forward declaration 45 … virtual ::boost::shared_ptr<OSectionWindow> getMarkedSection(NearSectionAccess nsa) const =0;
|
H A D | ReportWindow.hxx | 196 ::boost::shared_ptr<OSectionWindow> getMarkedSection(NearSectionAccess nsa = CURRENT) const; 197 …::boost::shared_ptr<OSectionWindow> getSectionWindow(const ::com::sun::star::uno::Reference< ::com…
|
H A D | ScrollHelper.hxx | 183 ::boost::shared_ptr<OSectionWindow> getMarkedSection(NearSectionAccess nsa = CURRENT) const; 184 …::boost::shared_ptr<OSectionWindow> getSectionWindow(const ::com::sun::star::uno::Reference< ::com…
|
H A D | DesignView.hxx | 231 ::boost::shared_ptr<OSectionWindow> getMarkedSection(NearSectionAccess nsa = CURRENT) const; 232 …::boost::shared_ptr<OSectionWindow> getSectionWindow(const ::com::sun::star::uno::Reference< ::com…
|
H A D | ReportController.hxx | 79 class OSectionWindow; 471 …::boost::shared_ptr<OSectionWindow> getSectionWindow(const ::com::sun::star::uno::Reference< ::com…
|
Completed in 85 milliseconds