Lines Matching refs:rModifyHdl

123 …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 );
483 …htPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyHdl ) in CharHeightPropertyBox() argument
494 mpControl->SetModifyHdl( rModifyHdl ); in CharHeightPropertyBox()
556 …yPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyHdl );
578 …cyPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyHdl ) in TransparencyPropertyBox() argument
580 , maModifyHdl( rModifyHdl ) in TransparencyPropertyBox()
678 …nPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyHdl );
700 …onPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyHdl ) in RotationPropertyBox() argument
702 , maModifyHdl( rModifyHdl ) in RotationPropertyBox()
819 …ePropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyHdl );
842 …lePropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyHdl ) in ScalePropertyBox() argument
844 , maModifyHdl( rModifyHdl ) in ScalePropertyBox()
998 …ePropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyHdl );
1023 …lePropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyHdl ) in FontStylePropertyBox() argument
1025 , maModifyHdl( rModifyHdl ) in FontStylePropertyBox()
2582 …nt32 nType, Window* pParent, const Any& rValue, const OUString& rPresetId, const Link& rModifyHdl ) in create() argument
2590 pSubControl = new PresetPropertyBox( nType, pParent, rValue, rPresetId, rModifyHdl ); in create()
2598 pSubControl = new ColorPropertyBox( nType, pParent, rValue, rModifyHdl ); in create()
2602 pSubControl = new FontPropertyBox( nType, pParent, rValue, rModifyHdl ); in create()
2606 pSubControl = new CharHeightPropertyBox( nType, pParent, rValue, rModifyHdl ); in create()
2610 pSubControl = new RotationPropertyBox( nType, pParent, rValue, rModifyHdl ); in create()
2614 pSubControl = new TransparencyPropertyBox( nType, pParent, rValue, rModifyHdl ); in create()
2618 pSubControl = new ScalePropertyBox( nType, pParent, rValue, rModifyHdl ); in create()
2622 pSubControl = new FontStylePropertyBox( nType, pParent, rValue, rModifyHdl ); in create()