Home
last modified time | relevance | path

Searched refs:xDestination (Results 1 – 6 of 6) sorted by relevance

/trunk/main/chart2/source/controller/main/
H A DChartModelClone.cxx220 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()
/trunk/main/xmloff/source/chart/
H A DSchXMLTools.cxx712 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 DSchXMLChartContext.cxx92 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 DSchXMLTools.hxx145 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & xDestination );
/trunk/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx898 Reference< beans::XPropertySet > xDestination( xNewChartType, uno::UNO_QUERY ); in copyPropertiesFromOldToNewCoordianteSystem() local
899 if( !xDestination.is() ) in copyPropertiesFromOldToNewCoordianteSystem()
917 comphelper::copyProperties( xSource, xDestination ); in copyPropertiesFromOldToNewCoordianteSystem()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx2482 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 75 milliseconds