Searched refs:ScalePropertyBox (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/sd/source/ui/animations/ |
| H A D | CustomAnimationDialog.cxx | 816 class ScalePropertyBox : public PropertySubControl class 819 …ScalePropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyH… 820 ~ScalePropertyBox(); 842 ScalePropertyBox::ScalePropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, con… in ScalePropertyBox() function in sd::ScalePropertyBox 853 mpControl->SetMenuSelectHdl( LINK( this, ScalePropertyBox, implMenuSelectHdl )); in ScalePropertyBox() 856 Link aLink( LINK( this, ScalePropertyBox, implModifyHdl ) ); in ScalePropertyBox() 865 ScalePropertyBox::~ScalePropertyBox() in ~ScalePropertyBox() 872 void ScalePropertyBox::updateMenu() in updateMenu() 888 IMPL_LINK( ScalePropertyBox, implModifyHdl, Control*, EMPTYARG ) in IMPL_LINK() argument 896 IMPL_LINK( ScalePropertyBox, implMenuSelectHdl, MenuButton*, pPb ) in IMPL_LINK() argument [all …]
|