Searched refs:eAttributeName (Results 1 – 4 of 4) sorted by relevance
/trunk/main/xmloff/source/draw/ |
H A D | animationexport.cxx | 1108 XMLTokenEnum eAttributeName = XML_TOKEN_INVALID; in exportAnimate() local 1112 eAttributeName = XML_TRANSITIONFILTER; in exportAnimate() 1116 eAttributeName = XML_ANIMATETRANSFORM; in exportAnimate() 1120 eAttributeName = XML_ANIMATEMOTION; in exportAnimate() 1133 eAttributeName = p->meXMLToken; in exportAnimate() 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() 1470 convertValue( eAttributeName, sTmp2, *pAny ); in convertValue() [all …]
|
H A D | animationimport.cxx | 133 Any convertValue( XMLTokenEnum eAttributeName, const OUString& rValue ); 134 Sequence< Any > convertValueSequence( XMLTokenEnum eAttributeName, const OUString& rValue ); 142 bool convertAnimationValue( XMLTokenEnum eAttributeName, Any& rValue ); 402 Any AnimationsImportHelperImpl::convertValue( XMLTokenEnum eAttributeName, const OUString& rValue ) in convertValue() argument 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() 439 if( rValue.getLength() ) switch( eAttributeName ) in convertValue() 514 Sequence< Any > AnimationsImportHelperImpl::convertValueSequence( XMLTokenEnum eAttributeName, cons… in convertValueSequence() argument 531 *pValues++ = convertValue( eAttributeName, rValue.getToken( 0, ';', nIndex ) ); in convertValueSequence()
|
/trunk/main/xmloff/source/text/ |
H A D | XMLSectionExport.cxx | 1617 enum XMLTokenEnum eAttributeName, in ExportBoolean() argument 1621 OSL_ENSURE(eAttributeName != XML_TOKEN_INVALID, "Need attribute name"); in ExportBoolean() 1633 eAttributeName, in ExportBoolean()
|
H A D | XMLSectionExport.hxx | 357 enum ::xmloff::token::XMLTokenEnum eAttributeName,
|
Completed in 40 milliseconds