Lines Matching refs:CharHeightPropertyBox
462 class CharHeightPropertyBox : public PropertySubControl class
465 …CharHeightPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rMo…
466 virtual ~CharHeightPropertyBox();
483 CharHeightPropertyBox::CharHeightPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& r… in CharHeightPropertyBox() function in sd::CharHeightPropertyBox
493 mpControl->SetMenuSelectHdl( LINK( this, CharHeightPropertyBox, implMenuSelectHdl )); in CharHeightPropertyBox()
503 CharHeightPropertyBox::~CharHeightPropertyBox() in ~CharHeightPropertyBox()
510 IMPL_LINK( CharHeightPropertyBox, implMenuSelectHdl, MenuButton*, pPb ) in IMPL_LINK() argument
527 void CharHeightPropertyBox::setValue( const Any& rValue, const OUString& ) in setValue()
539 Any CharHeightPropertyBox::getValue() in getValue()
546 Control* CharHeightPropertyBox::getControl() in getControl()
2606 pSubControl = new CharHeightPropertyBox( nType, pParent, rValue, rModifyHdl ); in create()