Searched refs:convertValue (Results  1 – 3 of 3) sorted by relevance
| /trunk/main/xmloff/source/draw/ | 
| H A D | animationimport.cxx | 133 	Any convertValue( XMLTokenEnum eAttributeName, const OUString& rValue ); 402 Any AnimationsImportHelperImpl::convertValue( XMLTokenEnum eAttributeName, const OUString& rValue )  in convertValue()  function in xmloff::AnimationsImportHelperImpl 430 		aPair.First = convertValue( eAttributeName, rValue.copy( 0, nCommaPos ) );  in convertValue() 431 …aPair.Second = convertValue( eAttributeName, rValue.copy( nCommaPos+1, rValue.getLength() - nComma…  in convertValue() 531 			*pValues++ = convertValue( eAttributeName, rValue.getToken( 0, ';', nIndex ) );  in convertValueSequence() 1275 				xAnimate->setFrom( mpHelper->convertValue( meAttributeName, aFrom ) );  in init_node() 1278 				xAnimate->setBy( mpHelper->convertValue( meAttributeName, aBy ) );  in init_node() 1281 				xAnimate->setTo( mpHelper->convertValue( meAttributeName, aTo ) );  in init_node()
  | 
| H A D | animationexport.cxx | 525 	void convertValue( XMLTokenEnum eAttributeName, OUStringBuffer& sTmp, const Any& rValue ); 1153 			convertValue( eAttributeName, sTmp, aTemp );  in exportAnimate() 1161 				convertValue( eAttributeName, sTmp, aTemp );  in exportAnimate() 1168 				convertValue( eAttributeName, sTmp, aTemp );  in exportAnimate() 1175 				convertValue( eAttributeName, sTmp, aTemp );  in exportAnimate() 1443 void AnimationsExporterImpl::convertValue( XMLTokenEnum eAttributeName, OUStringBuffer& sTmp, const…  in convertValue()  function in xmloff::AnimationsExporterImpl 1452 		convertValue( eAttributeName, sTmp, pValuePair->First );  in convertValue() 1454 		convertValue( eAttributeName, sTmp2, pValuePair->Second );  in convertValue() 1470 			convertValue( eAttributeName, sTmp2, *pAny );  in convertValue()
  | 
| /trunk/main/wizards/com/sun/star/wizards/common/ | 
| H A D | ConfigGroup.java | 69             Configuration.set(convertValue(field), propertyName, configView);  in writeField() 85     public Object convertValue(Field field) throws IllegalAccessException  in convertValue()  method in ConfigGroup
  | 
        Completed in 173 milliseconds