Lines Matching refs:ORptExport

80 …return static_cast< XServiceInfo* >(new ORptExport(Reference< XMultiServiceFactory >(xContext->get…  in create()
97 …return static_cast< XServiceInfo* >(new ORptExport(Reference< XMultiServiceFactory >(xContext->get… in create()
115 …return static_cast< XServiceInfo* >(new ORptExport(Reference< XMultiServiceFactory >(xContext->get… in create()
134 …return static_cast< XServiceInfo* >(new ORptExport(Reference< XMultiServiceFactory >(xContext->get… in create()
152 …return static_cast< XServiceInfo* >(new ORptExport(Reference< XMultiServiceFactory >(xContext->get… in create()
189 void lcl_adjustColumnSpanOverRows(ORptExport::TSectionsGrid& _rGrid) in lcl_adjustColumnSpanOverRows()
191 ORptExport::TSectionsGrid::iterator aSectionIter = _rGrid.begin(); in lcl_adjustColumnSpanOverRows()
192 ORptExport::TSectionsGrid::iterator aSectionEnd = _rGrid.end(); in lcl_adjustColumnSpanOverRows()
195 ORptExport::TGrid::iterator aRowIter = aSectionIter->second.begin(); in lcl_adjustColumnSpanOverRows()
196 ORptExport::TGrid::iterator aRowEnd = aSectionIter->second.end(); in lcl_adjustColumnSpanOverRows()
201 ::std::vector< ORptExport::TCell >::iterator aColIter = aRowIter->second.begin(); in lcl_adjustColumnSpanOverRows()
202 ::std::vector< ORptExport::TCell >::iterator aColEnd = aRowIter->second.end(); in lcl_adjustColumnSpanOverRows()
220 ORptExport::ORptExport(const Reference< XMultiServiceFactory >& _rxMSF,sal_uInt16 nExportFlag) in ORptExport() function in rptxml::ORptExport
312 Reference< XInterface > ORptExport::create(Reference< XComponentContext > const & xContext) in create()
314 …return *(new ORptExport(Reference< XMultiServiceFactory >(xContext->getServiceManager(),UNO_QUERY)… in create()
318 ::rtl::OUString ORptExport::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()
324 ::rtl::OUString SAL_CALL ORptExport::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()
329 uno::Sequence< ::rtl::OUString > ORptExport::getSupportedServiceNames_Static( ) throw(uno::Runtime… in getSupportedServiceNames_Static()
337 uno::Sequence< ::rtl::OUString > SAL_CALL ORptExport::getSupportedServiceNames( ) throw(uno::Runti… in getSupportedServiceNames()
342 sal_Bool SAL_CALL ORptExport::supportsService(const ::rtl::OUString& ServiceName) throw( uno::Runti… in supportsService()
347 void ORptExport::exportFunctions(const Reference<XIndexAccess>& _xFunctions) in exportFunctions()
358 void ORptExport::exportFunction(const uno::Reference< XFunction>& _xFunction) in exportFunction()
373 void ORptExport::exportMasterDetailFields(const Reference<XReportComponent>& _xReportComponet) in exportMasterDetailFields()
396 void ORptExport::exportReport(const Reference<XReportDefinition>& _xReportDefinition) in exportReport()
441 void ORptExport::exportComponent(const Reference<XReportComponent>& _xReportComponent) in exportComponent()
452 void ORptExport::exportFormatConditions(const Reference<XReportControlModel>& _xReportElement) in exportFormatConditions()
477 void ORptExport::exportReportElement(const Reference<XReportControlModel>& _xReportElement) in exportReportElement()
505 …:std::vector<sal_Int32>& _aPosX,const ::std::vector<sal_Int32>& _aPosY,ORptExport::TGrid& _rColumn… in lcl_calculate()
515 _rColumns[j].second[i] = ORptExport::TCell(_aPosX[i+1] - _aPosX[i],nHeight,1,1); in lcl_calculate()
521 void ORptExport::collectStyleNames(sal_Int32 _nFamily,const ::std::vector< sal_Int32>& _aSize, ORpt… in collectStyleNames()
536 void ORptExport::exportSectionAutoStyle(const Reference<XSection>& _xProp) in exportSectionAutoStyle()
688 void ORptExport::exportReportComponentAutoStyles(const Reference<XSection>& _xProp) in exportReportComponentAutoStyles()
727 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()
1029 ::rtl::OUString ORptExport::convertFormula(const ::rtl::OUString& _sFormula) in convertFormula()
1052 bool ORptExport::exportFormula(enum ::xmloff::token::XMLTokenEnum eName,const ::rtl::OUString& _sFo… in exportFormula()
1066 void ORptExport::exportStyleName(XPropertySet* _xProp,SvXMLAttributeList& _rAtt,const ::rtl::OUStri… in exportStyleName()
1078 sal_Bool ORptExport::exportGroup(const Reference<XReportDefinition>& _xReportDefinition,sal_Int32 _… in exportGroup()
1171 void ORptExport::exportAutoStyle(XPropertySet* _xProp,const Reference<XFormattedField>& _xParentFor… in exportAutoStyle()
1309 void ORptExport::exportAutoStyle(const Reference<XSection>& _xProp) in exportAutoStyle()
1316 void ORptExport::SetBodyAttributes() in SetBodyAttributes()
1322 void ORptExport::exportReportAttributes(const Reference<XReportDefinition>& _xReport) in exportReportAttributes()
1354 void ORptExport::_ExportContent() in _ExportContent()
1359 void ORptExport::_ExportMasterStyles() in _ExportMasterStyles()
1364 void ORptExport::collectComponentStyles() in collectComponentStyles()
1391 void ORptExport::_ExportAutoStyles() in _ExportAutoStyles()
1435 void ORptExport::_ExportStyles(sal_Bool bUsed) in _ExportStyles()
1443 sal_uInt32 ORptExport::exportDoc(enum ::xmloff::token::XMLTokenEnum eClass) in exportDoc()
1448 ::rtl::OUString ORptExport::implConvertNumber(sal_Int32 _nValue) in implConvertNumber()
1455 UniReference < XMLPropertySetMapper > ORptExport::GetCellStylePropertyMapper() const in GetCellStylePropertyMapper()
1460 SvXMLAutoStylePoolP* ORptExport::CreateAutoStylePool() in CreateAutoStylePool()
1465 void SAL_CALL ORptExport::setSourceDocument( const Reference< XComponent >& xDoc ) throw(IllegalArg… in setSourceDocument()
1473 void ORptExport::_ExportFontDecls() in _ExportFontDecls()
1480 void ORptExport::exportParagraph(const Reference< XReportControlModel >& _xReportElement) in exportParagraph()
1538 XMLShapeExport* ORptExport::CreateShapeExport() in CreateShapeExport()
1544 void ORptExport::exportShapes(const Reference< XSection>& _xSection,bool _bAddParagraph) in exportShapes()
1575 void ORptExport::exportGroupsExpressionAsFunction(const Reference< XGroups>& _xGroups) in exportGroupsExpressionAsFunction()