Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx123 …ntrolType, Window* pParent, const Any& rValue, const OUString& aPresetId, const Link& rModifyHdl );
137 …ontrolType, Window* pParent, const Any& rValue, const OUString& aPresetId, const Link& rModifyHdl ) in PresetPropertyBox() argument
142 mpControl->SetSelectHdl( rModifyHdl ); in PresetPropertyBox()
210 …rPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyHdl );
223 …orPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyHdl ) in ColorPropertyBox() argument
228 mpControl->SetSelectHdl( rModifyHdl ); in ColorPropertyBox()
296 …tPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyHdl );
310 …ntPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyHdl ) in FontPropertyBox() argument
315 mpControl->SetSelectHdl( rModifyHdl ); in FontPropertyBox()
465 …tPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyHdl );
[all …]
H A DCustomAnimationDialog.hxx122 const Link& rModifyHdl );
/AOO42X/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx1041 void SetModifyHdl(const Link& rModifyHdl) in SetModifyHdl() argument
1043 m_aModifyHdl = rModifyHdl; in SetModifyHdl()