Lines Matching refs:pParent

123 …PresetPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const OUString& aPr…
137 PresetPropertyBox::PresetPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, c… in PresetPropertyBox() argument
140 mpControl = new ListBox( pParent, WB_BORDER|WB_TABSTOP|WB_DROPDOWN ); in PresetPropertyBox()
210 …ColorPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyH…
223 ColorPropertyBox::ColorPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, con… in ColorPropertyBox() argument
226 mpControl = new ColorListBox( pParent, WB_BORDER|WB_TABSTOP|WB_DROPDOWN ); in ColorPropertyBox()
296 …FontPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyHd…
310 FontPropertyBox::FontPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const… in FontPropertyBox() argument
313 mpControl = new FontNameBox( pParent, WB_BORDER|WB_TABSTOP|WB_DROPDOWN ); in FontPropertyBox()
381 DropdownMenuBox( Window* pParent, Edit* pSubControl, PopupMenu* pMenu );
397 DropdownMenuBox::DropdownMenuBox( Window* pParent, Edit* pSubControl, PopupMenu* pMenu ) in DropdownMenuBox() argument
398 : Edit( pParent, WB_BORDER|WB_TABSTOP| WB_DIALOGCONTROL ), in DropdownMenuBox()
465 …CharHeightPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rMo…
483 CharHeightPropertyBox::CharHeightPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& r… in CharHeightPropertyBox() argument
486 mpMetric = new MetricField( pParent, WB_TABSTOP|WB_IGNORETAB| WB_NOBORDER); in CharHeightPropertyBox()
492 mpControl = new DropdownMenuBox( pParent, mpMetric, mpMenu ); in CharHeightPropertyBox()
556 …TransparencyPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& r…
578 TransparencyPropertyBox::TransparencyPropertyBox( sal_Int32 nControlType, Window* pParent, const An… in TransparencyPropertyBox() argument
582 mpMetric = new MetricField( pParent ,WB_TABSTOP|WB_IGNORETAB| WB_NOBORDER); in TransparencyPropertyBox()
595 mpControl = new DropdownMenuBox( pParent, mpMetric, mpMenu ); in TransparencyPropertyBox()
678 …RotationPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModi…
700 RotationPropertyBox::RotationPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValu… in RotationPropertyBox() argument
704 mpMetric = new MetricField( pParent ,WB_TABSTOP|WB_IGNORETAB| WB_NOBORDER); in RotationPropertyBox()
711 mpControl = new DropdownMenuBox( pParent, mpMetric, mpMenu ); in RotationPropertyBox()
819 …ScalePropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyH…
842 ScalePropertyBox::ScalePropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, con… in ScalePropertyBox() argument
846 mpMetric = new MetricField( pParent ,WB_TABSTOP|WB_IGNORETAB| WB_NOBORDER); in ScalePropertyBox()
852 mpControl = new DropdownMenuBox( pParent, mpMetric, mpMenu ); in ScalePropertyBox()
998 …FontStylePropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rMod…
1023 FontStylePropertyBox::FontStylePropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rVa… in FontStylePropertyBox() argument
1027 mpEdit = new Edit( pParent, WB_TABSTOP|WB_IGNORETAB|WB_NOBORDER|WB_READONLY); in FontStylePropertyBox()
1031 mpControl = new DropdownMenuBox( pParent, mpEdit, mpMenu ); in FontStylePropertyBox()
1135 CustomAnimationEffectTabPage( Window* pParent, const ResId& rResId, const STLPropertySet* pSet );
1199 CustomAnimationEffectTabPage::CustomAnimationEffectTabPage( Window* pParent, const ResId& rResId, c… in CustomAnimationEffectTabPage() argument
1200 : TabPage( pParent, rResId ), mbHasText( sal_False ), mpSet(pSet ) in CustomAnimationEffectTabPage()
1862 CustomAnimationDurationTabPage( Window* pParent, const ResId& rResId, const STLPropertySet* pSet );
1887 CustomAnimationDurationTabPage::CustomAnimationDurationTabPage(Window* pParent, const ResId& rResId… in CustomAnimationDurationTabPage() argument
1888 : TabPage( pParent, rResId ), mpSet( pSet ) in CustomAnimationDurationTabPage()
2241 CustomAnimationTextAnimTabPage( Window* pParent, const ResId& rResId, const STLPropertySet* pSet );
2261 CustomAnimationTextAnimTabPage::CustomAnimationTextAnimTabPage(Window* pParent, const ResId& rResId… in CustomAnimationTextAnimTabPage() argument
2262 : TabPage( pParent, rResId ), in CustomAnimationTextAnimTabPage()
2423 CustomAnimationDialog::CustomAnimationDialog( Window* pParent, STLPropertySet* pSet, sal_uInt16 nPa… in CustomAnimationDialog() argument
2424 : TabDialog( pParent, SdResId( DLG_CUSTOMANIMATION ) ), mpSet( pSet ), mpResultSet( 0 ) in CustomAnimationDialog()
2535 PropertyControl::PropertyControl( Window* pParent, const ResId& rResId ) in PropertyControl() argument
2536 : ListBox( pParent, rResId ), mpSubControl(0) in PropertyControl()
2582 PropertySubControl* PropertySubControl::create( sal_Int32 nType, Window* pParent, const Any& rValue… 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()