Home
last modified time | relevance | path

Searched refs:xNewDoc (Results 1 – 11 of 11) sorted by relevance

/trunk/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx611 const uno::Reference< chart2::XChartDocument >& xNewDoc in lcl_ApplyDataFromRectangularRangeToDiagram()
619 if( !xNewDoc.is() ) in lcl_ApplyDataFromRectangularRangeToDiagram()
666 uno::Reference< frame::XModel > xModel(xNewDoc, uno::UNO_QUERY ); in lcl_ApplyDataFromRectangularRangeToDiagram()
750 lcl_removeEmptyChartTypeGroups( xNewDoc ); in EndElement()
772 if(!xNewDoc.is()) in EndElement()
785 if( xNewDoc->hasInternalDataProvider()) in EndElement()
814 if( xNewDoc->hasInternalDataProvider() ) in EndElement()
849 if( !xNewDoc->hasInternalDataProvider() ) in EndElement()
920 if( xNewDoc->hasInternalDataProvider() ) in EndElement()
1144 if( xNewDoc.is()) in InitChart()
[all …]
H A DSchXMLExport.cxx1229 if( !rChartDoc.is() || !xNewDoc.is() ) in parseDocument()
1235 awt::Size aPageSize( getPageSize( xNewDoc )); in parseDocument()
1240 if( xNewDoc.is()) in parseDocument()
1241 xNewDiagram.set( xNewDoc->getFirstDiagram()); in parseDocument()
1327 if( xNewDoc->hasInternalDataProvider() ) in parseDocument()
1703 if( xNewDoc.is()) in exportTable()
1705 bHasOwnData = xNewDoc->hasInternalDataProvider(); in exportTable()
1706 xRangeConversion.set( xNewDoc->getDataProvider(), uno::UNO_QUERY ); in exportTable()
2891 xNewDoc )); in exportSeries()
2900 xNewDoc )); in exportSeries()
[all …]
H A DSchXMLSeriesHelper.cxx169 uno::Reference< chart2::XChartDocument > xNewDoc( xChartModel, uno::UNO_QUERY ); in isCandleStickSeries() local
170 if( xNewDoc.is() ) in isCandleStickSeries()
172 uno::Reference< chart2::XDiagram > xNewDiagram( xNewDoc->getFirstDiagram() ); in isCandleStickSeries()
H A DSchXMLTools.cxx438 const uno::Reference< chart2::XChartDocument > & xNewDoc, in CreateCategories()
446 if( xNewDoc.is() && rRangeAddress.getLength()) in CreateCategories()
450 uno::Reference< chart2::XDiagram > xDia( xNewDoc->getFirstDiagram()); in CreateCategories()
476 if( ! (xNewDoc->hasInternalDataProvider() && in CreateCategories()
H A DSchXMLAxisContext.cxx759 void SchXMLAxisContext::CorrectAxisPositions( const Reference< chart2::XChartDocument >& xNewDoc, in CorrectAxisPositions() argument
770 …Reference< chart2::XCoordinateSystemContainer > xCooSysCnt( xNewDoc->getFirstDiagram(), uno::UNO_Q… in CorrectAxisPositions()
910 Reference< chart2::XChartDocument > xNewDoc( GetImport().GetModel(), uno::UNO_QUERY ); in StartElement() local
H A DSchXMLSeries2Context.cxx121 Reference< chart2::XChartDocument > xNewDoc( GetImport().GetModel(), uno::UNO_QUERY ); in StartElement() local
261 const Reference< chart2::XChartDocument > & xNewDoc, in SchXMLSeries2Context()
273 mxNewDoc( xNewDoc ), in SchXMLSeries2Context()
H A DSchXMLAxisContext.hxx52 …tions( const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartDocument >& xNewDoc,
H A DSchXMLSeries2Context.hxx81 ::com::sun::star::chart2::XChartDocument > & xNewDoc,
H A DSchXMLTools.hxx94 … const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartDocument > & xNewDoc,
H A DSchXMLPlotAreaContext.cxx253 uno::Reference< chart2::XChartDocument > xNewDoc( GetImport().GetModel(), uno::UNO_QUERY ); in StartElement() local
274 mrChartAddress = lcl_ConvertRange( aValue, xNewDoc ); in StartElement()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DSettings.java262 … XNameReplace xNewDoc = ( XNameReplace ) UnoRuntime.queryInterface( XNameReplace.class, oNewDoc ); in storeConfiguration() local
268 xNewDoc.replaceByName( key, ht.get( key ) ); in storeConfiguration()
271 xContainer2.insertByName( "d" + i, xNewDoc ); in storeConfiguration()

Completed in 89 milliseconds