Home
last modified time | relevance | path

Searched refs:_nWinStyle (Results 1 – 6 of 6) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx182 OEditControl::OEditControl(Window* _pParent, sal_Bool _bPW, WinBits _nWinStyle) in OEditControl() argument
183 …_bPW ? PropertyControlType::CharacterField : PropertyControlType::TextField, _pParent, _nWinStyle ) in OEditControl()
269 ODateTimeControl::ODateTimeControl( Window* _pParent, WinBits _nWinStyle) in ODateTimeControl() argument
270 :ODateTimeControl_Base( PropertyControlType::DateTimeField, _pParent, _nWinStyle ) in ODateTimeControl()
343 HyperlinkInput::HyperlinkInput( Window* _pParent, WinBits _nWinStyle ) in HyperlinkInput() argument
344 :Edit( _pParent, _nWinStyle ) in HyperlinkInput()
428 OHyperlinkControl::OHyperlinkControl( Window* _pParent, WinBits _nWinStyle ) in OHyperlinkControl() argument
429 :OHyperlinkControl_Base( PropertyControlType::HyperlinkField, _pParent, _nWinStyle ) in OHyperlinkControl()
494 ONumericControl::ONumericControl( Window* _pParent, WinBits _nWinStyle ) in ONumericControl() argument
495 :ONumericControl_Base( PropertyControlType::NumericField, _pParent, _nWinStyle ) in ONumericControl()
H A Dstandardcontrol.hxx178 HyperlinkInput( Window* _pParent, WinBits _nWinStyle );
207 OHyperlinkControl( Window* _pParent, WinBits _nWinStyle );
/trunk/main/svtools/source/control/
H A Droadmap.cxx59 IDLabel( Window* _pParent, WinBits _nWinStyle = 0 );
221 ORoadmap::ORoadmap( Window* _pParent, WinBits _nWinStyle ) in ORoadmap() argument
222 :Control( _pParent, _nWinStyle ) in ORoadmap()
978 IDLabel::IDLabel( Window* _pParent, WinBits _nWinStyle ) in IDLabel() argument
979 :FixedText( _pParent, _nWinStyle ) in IDLabel()
H A Dhyperlabel.cxx88 HyperLabel::HyperLabel( Window* _pParent, WinBits _nWinStyle ) in HyperLabel() argument
89 :FixedText( _pParent, _nWinStyle ) in HyperLabel()
/trunk/main/svtools/inc/svtools/
H A Dhyperlabel.hxx60 HyperLabel( Window* _pParent, WinBits _nWinStyle = 0 );
H A Droadmap.hxx66 ORoadmap( Window* _pParent, WinBits _nWinStyle = 0 );

Completed in 37 milliseconds