Searched refs:sControlType (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | FormLayer.java | 203 …protected XPropertySet insertControlLine( String sControlType, String sFieldName, String sControlN… in insertControlLine() argument 211 … XPropertySet xFieldModel = createControlAndShape( sControlType, nXPos + 26, nYPos, 40, nHeight ); in insertControlLine() 235 …protected XPropertySet insertControlLine( String sControlType, String sFieldName, String sControlN… in insertControlLine() argument 238 return insertControlLine( sControlType, sFieldName, sControlNamePostfix, 2, nYPos, 6 ); in insertControlLine()
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | exsrcbrw.cxx | 177 ::rtl::OUString sControlType; in dispatch() 188 sControlType = ::comphelper::getString(pArguments->Value); in dispatch() 207 if (!sControlType.getLength()) in dispatch() 210 sControlType = ::rtl::OUString::createFromAscii("TextField"); in dispatch() 216 …ference< ::com::sun::star::beans::XPropertySet > xNewCol = xColFactory->createColumn(sControlType); in dispatch()
|
/aoo42x/main/forms/qa/integration/forms/ |
H A D | FormLayer.java | 222 …public XPropertySet insertControlLine( String sControlType, String sFieldName, String _controlName… in insertControlLine() argument 231 … XPropertySet xFieldModel = createControlAndShape( sControlType, nXPos + 26, nYPos, 40, nHeight ); in insertControlLine() 263 …public XPropertySet insertControlLine( String sControlType, String sFieldName, String sControlName… in insertControlLine() argument 266 return insertControlLine( sControlType, sFieldName, sControlNamePostfix, 10, nYPos, 6 ); in insertControlLine()
|
Completed in 24 milliseconds