Searched refs:eTranslateMode (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 106 if ( eTranslateMode != TRANSLATE_NONE ) in ImplTranslateAttribute() 108 if ( ( eTranslateMode & TRANSLATE_VALUE ) || ( eTranslateMode & TRANSLATE_ATTRIBUTE ) ) in ImplTranslateAttribute() 119 if ( eTranslateMode & TRANSLATE_VALUE ) in ImplTranslateAttribute() 128 else if ( eTranslateMode & TRANSLATE_MEASURE ) in ImplTranslateAttribute() 1160 exportAnimPropertyuInt32( rStrm, nPropertyId, nVal, eTranslateMode ); in exportAnimProperty() 1171 exportAnimPropertyFloat( rStrm, nPropertyId, fVal, eTranslateMode ); in exportAnimProperty() 1181 if ( eTranslateMode & TRANSLATE_NUMBER_TO_STRING ) in exportAnimProperty() 1190 exportAnimPropertyFloat( rStrm, nPropertyId, fVal, eTranslateMode ); in exportAnimProperty() 1201 exportAnimPropertyString( rStrm, nPropertyId, aStr, eTranslateMode ); in exportAnimProperty() 1218 if ( eTranslateMode != TRANSLATE_NONE ) in exportAnimPropertyString() [all …]
|
H A D | pptexanimations.hxx | 82 …l_uInt16 nPropertyId, const ::com::sun::star::uno::Any& rAny, const TranslateMode eTranslateMode ); 84 …trm, const sal_uInt16 nPropertyId, const rtl::OUString& rVal, const TranslateMode eTranslateMode ); 85 …eam& rStrm, const sal_uInt16 nPropertyId, const double& rVal, const TranslateMode eTranslateMode ); 86 …& rStrm, const sal_uInt16 nPropertyId, const sal_uInt32 nVal, const TranslateMode eTranslateMode ); 87 …m& rStrm, const sal_uInt16 nPropertyId, const sal_uInt8 nVal, const TranslateMode eTranslateMode );
|
Completed in 20 milliseconds