Home
last modified time | relevance | path

Searched refs:getUINameForProperty (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sd/inc/ !
H A DCustomAnimationPreset.hxx113 const rtl::OUString& getUINameForProperty( const rtl::OUString& rProperty ) const;
/AOO41X/main/sd/source/core/ !
H A DCustomAnimationPreset.cxx573 const rtl::OUString& CustomAnimationPresets::getUINameForProperty( const rtl::OUString& rPresetId )… in getUINameForProperty() function in sd::CustomAnimationPresets
/AOO41X/main/sd/source/ui/animations/ !
H A DCustomAnimationDialog.cxx171 … sal_uInt16 nPos = mpControl->InsertEntry( rPresets.getUINameForProperty( (*aIter) ) ); in setValue()