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()
622 uno::Reference< chart2::XDiagram > xNewDia( xNewDoc->getFirstDiagram()); in lcl_ApplyDataFromRectangularRangeToDiagram()
623 uno::Reference< chart2::data::XDataProvider > xDataProvider( xNewDoc->getDataProvider() ); in lcl_ApplyDataFromRectangularRangeToDiagram()
658 …? lcl_getNumberSequenceFromString( sColTrans, bHasCateories && !xNewDoc->hasInternalDataProvider()… in lcl_ApplyDataFromRectangularRangeToDiagram()
659 …: lcl_getNumberSequenceFromString( sRowTrans, bHasCateories && !xNewDoc->hasInternalDataProvider()… in lcl_ApplyDataFromRectangularRangeToDiagram()
666 uno::Reference< frame::XModel > xModel(xNewDoc, uno::UNO_QUERY ); in lcl_ApplyDataFromRectangularRangeToDiagram()
709 uno::Reference< chart2::XChartDocument > xNewDoc( xDoc, uno::UNO_QUERY ); in EndElement() local
750 lcl_removeEmptyChartTypeGroups( xNewDoc ); in EndElement()
772 if(!xNewDoc.is()) in EndElement()
[all …]
H A DSchXMLExport.cxx1038 Reference< chart2::XChartDocument > xNewDoc( rExport.GetModel(), uno::UNO_QUERY ); in lcl_exportDomainForThisSequence() local
1039 OUString aRange( lcl_ConvertRange( xValues->getSourceRangeRepresentation(), xNewDoc ) ); in lcl_exportDomainForThisSequence()
1228 Reference< chart2::XChartDocument > xNewDoc( rChartDoc, uno::UNO_QUERY ); in parseDocument() local
1229 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()
1246 Reference< util::XRefreshable > xRefreshable( xNewDoc, uno::UNO_QUERY ); in parseDocument()
1327 if( xNewDoc->hasInternalDataProvider() ) in parseDocument()
1331 …Reference< chart2::data::XDatabaseDataProvider > xDBDataProvider( xNewDoc->getDataProvider(), uno:… in parseDocument()
[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()