Lines Matching refs:pParent

63 …inline OPropColumnEditCtrl(Window* pParent, ::rtl::OUString& _rAllowedChars, sal_uInt16 nHelpId, s…
76 inline OPropColumnEditCtrl::OPropColumnEditCtrl(Window* pParent, in OPropColumnEditCtrl() argument
81 :OSQLNameEdit(pParent, _rAllowedChars,nWinStyle) in OPropColumnEditCtrl()
94 …inline OPropEditCtrl(Window* pParent, sal_uInt16 nHelpId, short nPosition = -1, WinBits nWinStyle …
95 …inline OPropEditCtrl(Window* pParent, sal_uInt16 nHelpId, const ResId& _rRes,short nPosition = -1);
109 …inline OPropEditCtrl::OPropEditCtrl(Window* pParent, sal_uInt16 nHelpId, short nPosition, WinBits … in OPropEditCtrl() argument
110 :Edit(pParent, nWinStyle) in OPropEditCtrl()
115 …inline OPropEditCtrl::OPropEditCtrl(Window* pParent, sal_uInt16 nHelpId, const ResId& _rRes,short … in OPropEditCtrl() argument
116 :Edit(pParent, _rRes) in OPropEditCtrl()
129 …inline OPropNumericEditCtrl(Window* pParent, sal_uInt16 nHelpId, short nPosition = -1, WinBits nWi…
130 …inline OPropNumericEditCtrl(Window* pParent, sal_uInt16 nHelpId, const ResId& _rRes,short nPositio…
144 …inline OPropNumericEditCtrl::OPropNumericEditCtrl(Window* pParent, sal_uInt16 nHelpId, short nPosi… in OPropNumericEditCtrl() argument
145 :NumericField(pParent, nWinStyle) in OPropNumericEditCtrl()
150 …inline OPropNumericEditCtrl::OPropNumericEditCtrl(Window* pParent, sal_uInt16 nHelpId, const ResId… in OPropNumericEditCtrl() argument
151 :NumericField(pParent, _rRes) in OPropNumericEditCtrl()
164 …inline OPropListBoxCtrl(Window* pParent, sal_uInt16 nHelpId, short nPosition = -1, WinBits nWinSty…
165 …inline OPropListBoxCtrl(Window* pParent, sal_uInt16 nHelpId, const ResId& _rRes,short nPosition = …
179 …inline OPropListBoxCtrl::OPropListBoxCtrl(Window* pParent, sal_uInt16 nHelpId, short nPosition, Wi… in OPropListBoxCtrl() argument
180 :ListBox(pParent, nWinStyle) in OPropListBoxCtrl()
185 …inline OPropListBoxCtrl::OPropListBoxCtrl(Window* pParent, sal_uInt16 nHelpId, const ResId& _rRes,… in OPropListBoxCtrl() argument
186 :ListBox(pParent, _rRes) in OPropListBoxCtrl()