Searched refs:_xReport (Results 1 – 12 of 12) sorted by relevance
/trunk/main/reportdesign/inc/ |
H A D | RptDef.hxx | 97 …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 D | UndoActions.hxx | 104 …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 D | ReportVisitor.hxx | 35 …onst ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition>& _xReport) = 0;
|
/trunk/main/reportdesign/source/core/sdr/ |
H A D | UndoActions.cxx | 311 ,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 D | RptObject.cxx | 1251 …: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 D | xmlExport.cxx | 1322 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 D | xmlExport.hxx | 149 void exportReportAttributes(const Reference<XReportDefinition>& _xReport);
|
/trunk/main/reportdesign/source/ui/dlg/ |
H A D | Navigator.cxx | 197 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 D | RptUndo.cxx | 232 ,const uno::Reference< report::XReportDefinition >& _xReport in OReportSectionUndo() 236 ,m_aReportHelper(_xReport) in OReportSectionUndo()
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | SectionWindow.cxx | 171 …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 D | SectionWindow.hxx | 86 …un::star::uno::Reference< ::com::sun::star::report::XReportDefinition>& _xReport,sal_uInt16 _nResI…
|
H A D | RptUndo.hxx | 92 … ,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition >& _xReport
|
Completed in 75 milliseconds