| /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() 71 m_aSplitter.SetStartSplitHdl(LINK(this, OSectionWindow,StartSplitHdl)); in DBG_NAME() 72 m_aSplitter.SetSplitHdl(LINK(this, OSectionWindow,SplitHdl)); in DBG_NAME() 73 m_aSplitter.SetEndSplitHdl(LINK(this, OSectionWindow,EndSplitHdl)); in DBG_NAME() 78 m_aStartMarker.setCollapsedHdl(LINK(this,OSectionWindow,Collapsed)); in DBG_NAME() 110 OSectionWindow::~OSectionWindow() in ~OSectionWindow() 125 void OSectionWindow::_propertyChanged(const beans::PropertyChangeEvent& _rEvent) throw( uno::Runtim… in _propertyChanged() 171 bool OSectionWindow::setReportSectionTitle(const uno::Reference< report::XReportDefinition>& _xRepo… in setReportSectionTitle() 184 bool OSectionWindow::setGroupSectionTitle(const uno::Reference< report::XGroup>& _xGroup,sal_uInt16… in setGroupSectionTitle() 205 void OSectionWindow::ImplInitSettings() in ImplInitSettings() [all …]
|
| H A D | ViewsWindow.cxx | 203 void OViewsWindow::impl_resizeSectionWindow(OSectionWindow& _rSectionWindow,Point& _rStartPoint,boo… in impl_resizeSectionWindow() 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() 427 ::boost::shared_ptr<OSectionWindow> OViewsWindow::getSectionWindow(const uno::Reference< report::XS… in getSectionWindow() 431 ::boost::shared_ptr<OSectionWindow> pSectionWindow; in getSectionWindow() 447 ::boost::shared_ptr<OSectionWindow> OViewsWindow::getMarkedSection(NearSectionAccess nsa) const in getMarkedSection() 449 ::boost::shared_ptr<OSectionWindow> pRet; in getMarkedSection() [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 | FixedTextColor.cxx | 252 … ::boost::shared_ptr<OSectionWindow> pSectionWindow = pController->getSectionWindow(xSection); in getXControl()
|
| H A D | FormattedFieldBeautifier.cxx | 186 …::boost::shared_ptr<OSectionWindow> pSectionWindow = m_rReportController.getSectionWindow(xSection… in getVclWindowPeer()
|
| 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 | 82 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> > TSecti… 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 | 42 class OSectionWindow; 51 OSectionWindow* m_pParent; 86 …OReportSection(OSectionWindow* _pParent,const ::com::sun::star::uno::Reference< ::com::sun::star::… 121 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 | 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 | 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 | 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…
|