Searched refs:xDestination (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/chart2/source/controller/main/ |
H A D | ChartModelClone.cxx | 220 Reference< XChartDocument > xDestination( i_model, UNO_QUERY_THROW ); in applyModelContentToModel() local 226 xDestination->setFirstDiagram( xSource->getFirstDiagram() ); in applyModelContentToModel() 229 Reference< XTitled > xDestinationTitled( xDestination, UNO_QUERY_THROW ); in applyModelContentToModel() 236 xDestination->getPageBackground() ); in applyModelContentToModel() 244 if ( xDestination->hasInternalDataProvider() ) in applyModelContentToModel() 246 … Reference< XInternalDataProvider > xNewDataProvider( xDestination->getDataProvider(), UNO_QUERY ); in applyModelContentToModel() 261 Reference< XModifiable > xDestMod( xDestination, UNO_QUERY ); in applyModelContentToModel()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLTools.cxx | 712 const Reference< beans::XPropertySet > & xDestination ) in copyProperties() 714 if( ! (xSource.is() && xDestination.is()) ) in copyProperties() 720 …Reference< beans::XPropertySetInfo > xDestInfo( xDestination->getPropertySetInfo(), uno::UNO_QUERY… in copyProperties() 730 xDestination->setPropertyValue( in copyProperties()
|
H A D | SchXMLChartContext.cxx | 92 const uno::Reference< chart2::XDataSeries > & xDestination, in lcl_MoveDataToCandleStickSeries() 104 … uno::Reference< chart2::data::XDataSource > xSource( xDestination, uno::UNO_QUERY_THROW ); in lcl_MoveDataToCandleStickSeries() 109 uno::Reference< chart2::data::XDataSink > xSink( xDestination, uno::UNO_QUERY_THROW ); in lcl_MoveDataToCandleStickSeries()
|
H A D | SchXMLTools.hxx | 145 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & xDestination );
|
/aoo41x/main/chart2/source/model/template/ |
H A D | ChartTypeTemplate.cxx | 898 Reference< beans::XPropertySet > xDestination( xNewChartType, uno::UNO_QUERY ); in copyPropertiesFromOldToNewCoordianteSystem() local 899 if( !xDestination.is() ) in copyPropertiesFromOldToNewCoordianteSystem() 917 comphelper::copyProperties( xSource, xDestination ); in copyPropertiesFromOldToNewCoordianteSystem()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 2482 uno::Reference< sheet::XCellAddressable > xDestination( xDest->getCellByPosition( in Copy() local 2485 xMover->copyRange( xDestination->getCellAddress(), xSource->getRangeAddress() ); in Copy() 2508 uno::Reference< sheet::XCellAddressable > xDestination( xDest->getCellByPosition( in Cut() local 2511 xMover->moveRange( xDestination->getCellAddress(), xSource->getRangeAddress() ); in Cut()
|
Completed in 71 milliseconds