Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1953 OUString sPresetId; in onChange() local
2023 if( sPresetId.getLength() == 0 ) in onChange()
2025 sPresetId = (*aIter)->getPresetId(); in onChange()
2033 …og* pDlg = new CustomAnimationCreateDialog( this, this, aTargets, bHasText, sPresetId, fDuration ); in onChange()