Home
last modified time | relevance | path

Searched refs:sControlType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFormLayer.java203 …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()
/trunk/main/dbaccess/source/ui/browser/
H A Dexsrcbrw.cxx177 ::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()
/trunk/main/forms/qa/integration/forms/
H A DFormLayer.java222 …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 55 milliseconds