Lines Matching refs:xControl

791         Reference< XPropertyControl > xControl;  in createPropertyControl()  local
804xControl = new OMultilineEditControl( &getPropertyBox(), eStringList, nWinBits | WB_DROPDOWN | WB_… in createPropertyControl()
808xControl = new OMultilineEditControl( &getPropertyBox(), eMultiLineText, nWinBits | WB_DROPDOWN | … in createPropertyControl()
812 xControl = new OListboxControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_DROPDOWN); in createPropertyControl()
816 xControl = new OComboboxControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_DROPDOWN); in createPropertyControl()
820 xControl = new OEditControl( &getPropertyBox(), sal_False, nWinBits | WB_TABSTOP ); in createPropertyControl()
824 xControl = new OEditControl( &getPropertyBox(), sal_True, nWinBits | WB_TABSTOP ); in createPropertyControl()
828xControl = new ONumericControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_SPIN | WB_REPEAT ); in createPropertyControl()
832 xControl = new ODateTimeControl( &getPropertyBox(), nWinBits | WB_TABSTOP ); in createPropertyControl()
836 xControl = new ODateControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_SPIN | WB_REPEAT ); in createPropertyControl()
840 xControl = new OTimeControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_SPIN | WB_REPEAT ); in createPropertyControl()
844 xControl = new OColorControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_DROPDOWN ); in createPropertyControl()
848 xControl = new OHyperlinkControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_DROPDOWN ); in createPropertyControl()
855 return xControl; in createPropertyControl()
1710 … Reference< XPropertyControl > xControl( getPropertyBox().GetPropertyControl( _rPropertyName ) ); in getPropertyControl() local
1711 return xControl; in getPropertyControl()