Home
last modified time | relevance | path

Searched defs:_xSection (Results 1 – 17 of 17) sorted by last modified time

/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx2389 void OReportController::openPageDialog(const uno::Reference<report::XSection>& _xSection) in openPageDialog()
2624 void OReportController::shrinkSectionBottom(uno::Reference<report::XSection> _xSection) in shrinkSectionBottom()
2657 void OReportController::shrinkSectionTop(uno::Reference<report::XSection> _xSection) in shrinkSectionTop()
2698 …eportController::shrinkSection(sal_uInt16 _nUndoStrId, uno::Reference<report::XSection> _xSection,… in shrinkSection()
3148 void OReportController::createControl(const Sequence< PropertyValue >& _aArgs,const uno::Reference<… in createControl()
H A DViewsWindow.cxx311 void OViewsWindow::addSection(const uno::Reference< report::XSection >& _xSection,const ::rtl::OUSt… in addSection()
637 void OViewsWindow::setMarked(const uno::Reference< report::XSection>& _xSection,sal_Bool _bMark) in setMarked()
H A DReportControllerObserver.cxx230 void OXReportControllerObserver::AddSection(const uno::Reference< report::XSection > & _xSection) in AddSection()
247 void OXReportControllerObserver::RemoveSection(const uno::Reference< report::XSection > & _xSection) in RemoveSection()
H A DReportWindow.cxx128 void OReportWindow::addSection(const uno::Reference< report::XSection >& _xSection,const ::rtl::OUS… in addSection()
322 void OReportWindow::setMarked(const uno::Reference< report::XSection>& _xSection,sal_Bool _bMark) in setMarked()
H A DScrollHelper.cxx200 void OScrollWindowHelper::addSection(const uno::Reference< report::XSection >& _xSection in addSection()
292 void OScrollWindowHelper::setMarked(const uno::Reference< report::XSection>& _xSection,sal_Bool _bM… in setMarked()
H A DDesignView.cxx454 void ODesignView::addSection(const uno::Reference< report::XSection >& _xSection,const ::rtl::OUStr… in addSection()
698 void ODesignView::setMarked(const uno::Reference< report::XSection>& _xSection,sal_Bool _bMark) in setMarked()
/trunk/main/reportdesign/source/ui/misc/
H A DRptUndo.cxx57 …void lcl_collectElements(const uno::Reference< report::XSection >& _xSection,::std::vector< uno::R… in lcl_collectElements()
73 …void lcl_insertElements(const uno::Reference< report::XSection >& _xSection,const ::std::vector< u… in lcl_insertElements()
97 …void lcl_setValues(const uno::Reference< report::XSection >& _xSection,const ::std::vector< ::std:… in lcl_setValues()
163 void OSectionUndo::collectControls(const uno::Reference< report::XSection >& _xSection) in collectControls()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java653 …protected Rectangle insertLabel(XSection _xSection, String _sLabel, Rectangle _aRect, int _nWidth,… in insertLabel()
738 …protected Rectangle insertFormattedField(XSection _xSection, String _sFormattedfield, Rectangle _a… in insertFormattedField()
743 …protected Rectangle insertFormattedField(XSection _xSection, String _sFormattedfield, Rectangle _a… in insertFormattedField()
872 …protected Rectangle insertVerticalLine(XSection _xSection, Rectangle _aRect, int _nWidth, int _nHe… in insertVerticalLine()
877 …protected Rectangle insertHorizontalLine(XSection _xSection, Rectangle _aRect, int _nWidth, int _n… in insertHorizontalLine()
882 …protected Rectangle insertLine(XSection _xSection, Rectangle _aRect, int _nWidth, int _nHeight, in… in insertLine()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx164 void lcl_collectFunctionNames(const uno::Reference< report::XSection>& _xSection,TFunctions& _rFunc… in lcl_collectFunctionNames()
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx538 void NavigatorTree::traverseSection(const uno::Reference< report::XSection>& _xSection,SvLBoxEntry*… in traverseSection()
602 void NavigatorTree::traverseReportHeader(const uno::Reference< report::XSection>& _xSection) in traverseReportHeader()
608 void NavigatorTree::traverseReportFooter(const uno::Reference< report::XSection>& _xSection) in traverseReportFooter()
614 void NavigatorTree::traversePageHeader(const uno::Reference< report::XSection>& _xSection) in traversePageHeader()
620 void NavigatorTree::traversePageFooter(const uno::Reference< report::XSection>& _xSection) in traversePageFooter()
646 void NavigatorTree::traverseGroupHeader(const uno::Reference< report::XSection>& _xSection) in traverseGroupHeader()
653 void NavigatorTree::traverseGroupFooter(const uno::Reference< report::XSection>& _xSection) in traverseGroupFooter()
660 void NavigatorTree::traverseDetail(const uno::Reference< report::XSection>& _xSection) in traverseDetail()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx727 void ORptExport::exportSection(const Reference<XSection>& _xSection,bool bHeader) in exportSection()
765 void ORptExport::exportTableColumns(const Reference< XSection>& _xSection) in exportTableColumns()
782 void ORptExport::exportContainer(const Reference< XSection>& _xSection) in exportContainer()
1544 void ORptExport::exportShapes(const Reference< XSection>& _xSection,bool _bAddParagraph) in exportShapes()
/trunk/main/reportdesign/source/core/sdr/
H A DReportDrawPage.cxx46 OReportDrawPage::OReportDrawPage(SdrPage* _pPage in OReportDrawPage()
H A DUndoEnv.cxx525 void OXUndoEnvironment::AddSection(const Reference< report::XSection > & _xSection) in AddSection()
543 void OXUndoEnvironment::RemoveSection(const Reference< report::XSection > & _xSection) in RemoveSection()
H A DRptModel.cxx139 OReportPage* OReportModel::createNewPage(const uno::Reference< report::XSection >& _xSection) in createNewPage()
147 OReportPage* OReportModel::getPage(const uno::Reference< report::XSection >& _xSection) in getPage()
H A DUndoActions.cxx67 ::std::mem_fun_t<uno::Reference<report::XSection> , OGroupHelper> OGroupHelper::getMemberFunction(c… in getMemberFunction()
76 ::std::mem_fun_t<uno::Reference<report::XSection> , OReportHelper> OReportHelper::getMemberFunction… in getMemberFunction()
/trunk/main/reportdesign/source/core/inc/
H A DTools.hxx42 …template <class T> void lcl_createSectionIfNeeded(sal_Bool _bOn,const T& _xParent,::com::sun::star… in lcl_createSectionIfNeeded()
/trunk/main/reportdesign/inc/
H A DRptObject.hxx126 …inline void setOldParent(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSectio… in setOldParent()

Completed in 142 milliseconds