Home
last modified time | relevance | path

Searched refs:_xReport (Results 1 – 12 of 12) sorted by relevance

/trunk/main/reportdesign/inc/
H A DRptDef.hxx97 …le(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition>& _xReport);
100 …un::star::uno::Reference< ::com::sun::star::report::XReportDefinition>& _xReport,const ::rtl::OUSt… in getStyleProperty() argument
103 …o::Reference< ::com::sun::star::beans::XPropertySet> xProp(getUsedStyle(_xReport),::com::sun::star… in getStyleProperty()
108 …un::star::uno::Reference< ::com::sun::star::report::XReportDefinition>& _xReport,const ::rtl::OUSt… in setStyleProperty() argument
110 …o::Reference< ::com::sun::star::beans::XPropertySet> xProp(getUsedStyle(_xReport),::com::sun::star… in setStyleProperty()
H A DUndoActions.hxx104 …er(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition >& _xReport) in OReportHelper() argument
105 :m_xReport(_xReport) in OReportHelper()
230 … ,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition >& _xReport
303 … ,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition >& _xReport
H A DReportVisitor.hxx35 …onst ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition>& _xReport) = 0;
/trunk/main/reportdesign/source/core/sdr/
H A DUndoActions.cxx311 ,const uno::Reference< report::XReportDefinition >& _xReport in OUndoReportSectionAction()
315 ,m_aReportHelper(_xReport) in OUndoReportSectionAction()
430 ,const uno::Reference< report::XReportDefinition >& _xReport in OUndoPropertyReportSectionAction()
433 ,m_aReportHelper(_xReport) in OUndoPropertyReportSectionAction()
H A DRptObject.cxx1251 …:Reference< style::XStyle> getUsedStyle(const uno::Reference< report::XReportDefinition>& _xReport) in getUsedStyle() argument
1253 uno::Reference<container::XNameAccess> xStyles = _xReport->getStyleFamilies(); in getUsedStyle()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx1322 void ORptExport::exportReportAttributes(const Reference<XReportDefinition>& _xReport) in exportReportAttributes() argument
1324 if ( _xReport.is() ) in exportReportAttributes()
1328 …if ( SvXMLUnitConverter::convertEnum( sValue, static_cast<sal_uInt16>(_xReport->getCommandType()),… in exportReportAttributes()
1331 ::rtl::OUString sComamnd = _xReport->getCommand(); in exportReportAttributes()
1335 ::rtl::OUString sFilter( _xReport->getFilter() ); in exportReportAttributes()
1339 AddAttribute(XML_NAMESPACE_OFFICE, XML_MIMETYPE,_xReport->getMimeType()); in exportReportAttributes()
1341 sal_Bool bEscapeProcessing( _xReport->getEscapeProcessing() ); in exportReportAttributes()
1345 ::rtl::OUString sName = _xReport->getCaption(); in exportReportAttributes()
1348 sName = _xReport->getName(); in exportReportAttributes()
H A DxmlExport.hxx149 void exportReportAttributes(const Reference<XReportDefinition>& _xReport);
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx197 virtual void traverseReport(const uno::Reference< report::XReportDefinition>& _xReport);
591 void NavigatorTree::traverseReport(const uno::Reference< report::XReportDefinition>& _xReport) in traverseReport() argument
593 …insertEntry(_xReport->getName(),m_pMasterReport,SID_SELECT_REPORT,LIST_APPEND,new UserData(this,_x… in traverseReport()
/trunk/main/reportdesign/source/ui/misc/
H A DRptUndo.cxx232 ,const uno::Reference< report::XReportDefinition >& _xReport in OReportSectionUndo()
236 ,m_aReportHelper(_xReport) in OReportSectionUndo()
/trunk/main/reportdesign/source/ui/report/
H A DSectionWindow.cxx171 …setReportSectionTitle(const uno::Reference< report::XReportDefinition>& _xReport,sal_uInt16 _nResI… in setReportSectionTitle() argument
173 OReportHelper aReportHelper(_xReport); in setReportSectionTitle()
/trunk/main/reportdesign/source/ui/inc/
H A DSectionWindow.hxx86 …un::star::uno::Reference< ::com::sun::star::report::XReportDefinition>& _xReport,sal_uInt16 _nResI…
H A DRptUndo.hxx92 … ,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition >& _xReport

Completed in 54 milliseconds