Searched refs:xOldType (Results 1 – 2 of 2) sorted by relevance
259 Reference< XPropertySet > xOldType; in setValidatingDataTypeByName() local260 …try { xOldType = xOldType.query( getDataType( sOldDataTypeName ) ); } catch( const Exception& ) { } in setValidatingDataTypeByName()270 firePropertyChanges( xOldType, xNewType, aFilter ); in setValidatingDataTypeByName()
908 Reference< XChartType > xOldType( rOldChartTypesSeq[nN] ); in copyPropertiesFromOldToNewCoordianteSystem() local909 if( xOldType.is() && xOldType->getChartType().equals( aNewChartType ) ) in copyPropertiesFromOldToNewCoordianteSystem()911 xSource.set( Reference< beans::XPropertySet >(xOldType, uno::UNO_QUERY ) ); in copyPropertiesFromOldToNewCoordianteSystem()
Completed in 28 milliseconds