Home
last modified time | relevance | path

Searched refs:getMarkedSection (Results 1 – 10 of 10) sorted by relevance

/trunk/main/reportdesign/source/ui/report/
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() function in rptui::ODesignView
640 return m_aScrollWindow.getMarkedSection(nsa); in getMarkedSection()
682 ::boost::shared_ptr<OSectionWindow> pMarkedSection = getMarkedSection();
702 UpdatePropertyBrowserDelayed(getMarkedSection()->getReportSection().getSectionView()); in setMarked()
729 ::boost::shared_ptr<OSectionWindow> pSectionWindow = getMarkedSection(); in getCurrentlyShownProperty()
H A DReportController.cxx374 pSectionWindow = getDesignView()->getMarkedSection(); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
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()
3329 pSectionWindow[0] = getDesignView()->getMarkedSection(); in addPairControls()
3334 pSectionWindow[0] = getDesignView()->getMarkedSection(); in addPairControls()
3361 pSectionWindow[0] = getDesignView()->getMarkedSection(); 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()
[all …]
H A DScrollHelper.cxx302 ::boost::shared_ptr<OSectionWindow> OScrollWindowHelper::getMarkedSection(NearSectionAccess nsa) co… in getMarkedSection() function in rptui::OScrollWindowHelper
304 return m_aReportWindow.getMarkedSection(nsa); in getMarkedSection()
H A DReportWindow.cxx334 ::boost::shared_ptr<OSectionWindow> OReportWindow::getMarkedSection(NearSectionAccess nsa) const in getMarkedSection() function in rptui::OReportWindow
336 return m_aViewsWindow.getMarkedSection(nsa); in getMarkedSection()
H A DViewsWindow.cxx421 ::boost::shared_ptr<OSectionWindow> pMarkedSection = getMarkedSection(); in Paste()
447 ::boost::shared_ptr<OSectionWindow> OViewsWindow::getMarkedSection(NearSectionAccess nsa) const in getMarkedSection() function in rptui::OViewsWindow
928 ::boost::shared_ptr<OSectionWindow> pMarkedSection = getMarkedSection(); in createDefault()
/trunk/main/reportdesign/source/ui/inc/
H A DMarkedSection.hxx45 … virtual ::boost::shared_ptr<OSectionWindow> getMarkedSection(NearSectionAccess nsa) const =0;
H A DReportWindow.hxx196 ::boost::shared_ptr<OSectionWindow> getMarkedSection(NearSectionAccess nsa = CURRENT) const;
H A DScrollHelper.hxx183 ::boost::shared_ptr<OSectionWindow> getMarkedSection(NearSectionAccess nsa = CURRENT) const;
H A DDesignView.hxx231 ::boost::shared_ptr<OSectionWindow> getMarkedSection(NearSectionAccess nsa = CURRENT) const;
H A DViewsWindow.hxx268 ::boost::shared_ptr<OSectionWindow> getMarkedSection(NearSectionAccess nsa = CURRENT) const;

Completed in 90 milliseconds