Home
last modified time | relevance | path

Searched refs:OSectionWindow (Results 1 – 21 of 21) sorted by relevance

/aoo42x/main/reportdesign/source/ui/report/
H A DSectionWindow.cxx55 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 DViewsWindow.cxx225 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 DDesignView.cxx465 ::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 DReportWindow.cxx307 …::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 DReportController.cxx372 ::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 DScrollHelper.cxx302 ::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 DEndMarker.cxx99 static_cast<OSectionWindow*>(GetParent())->showProperties(); in MouseButtonDown()
H A DFixedTextColor.cxx252 … ::boost::shared_ptr<OSectionWindow> pSectionWindow = pController->getSectionWindow(xSection); in getXControl()
H A DFormattedFieldBeautifier.cxx186 …::boost::shared_ptr<OSectionWindow> pSectionWindow = m_rReportController.getSectionWindow(xSection… in getVclWindowPeer()
H A DStartMarker.cxx55 OStartMarker::OStartMarker(OSectionWindow* _pParent,const ::rtl::OUString& _sColorEntry) in DBG_NAME()
H A Dpropbrw.cxx547 ::boost::shared_ptr<OSectionWindow> pSectionWindow = pViews->getSectionWindow(i); in Update()
H A DReportSection.cxx83 OReportSection::OReportSection(OSectionWindow* _pParent,const uno::Reference< report::XSection >& _… in DBG_NAME()
/aoo42x/main/reportdesign/source/ui/inc/
H A DSectionWindow.hxx52 class OSectionWindow : public Window class
65 OSectionWindow(OSectionWindow&);
66 void operator =(OSectionWindow&);
102 OSectionWindow( OViewsWindow* _pParent
105 virtual ~OSectionWindow();
H A DViewsWindow.hxx118 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 DReportSection.hxx43 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 DStartMarker.hxx34 class OSectionWindow;
41 OSectionWindow* m_pParent;
57 OStartMarker(OSectionWindow* _pParent,const ::rtl::OUString& _sColorEntry);
H A DMarkedSection.hxx31 class OSectionWindow; // forward declaration
45 … virtual ::boost::shared_ptr<OSectionWindow> getMarkedSection(NearSectionAccess nsa) const =0;
H A DReportWindow.hxx196 ::boost::shared_ptr<OSectionWindow> getMarkedSection(NearSectionAccess nsa = CURRENT) const;
197 …::boost::shared_ptr<OSectionWindow> getSectionWindow(const ::com::sun::star::uno::Reference< ::com…
H A DScrollHelper.hxx183 ::boost::shared_ptr<OSectionWindow> getMarkedSection(NearSectionAccess nsa = CURRENT) const;
184 …::boost::shared_ptr<OSectionWindow> getSectionWindow(const ::com::sun::star::uno::Reference< ::com…
H A DDesignView.hxx231 ::boost::shared_ptr<OSectionWindow> getMarkedSection(NearSectionAccess nsa = CURRENT) const;
232 …::boost::shared_ptr<OSectionWindow> getSectionWindow(const ::com::sun::star::uno::Reference< ::com…
H A DReportController.hxx79 class OSectionWindow;
471 …::boost::shared_ptr<OSectionWindow> getSectionWindow(const ::com::sun::star::uno::Reference< ::com…

Completed in 101 milliseconds