Searched refs:sControlType (Results  1 – 3 of 3) sorted by relevance
| /trunk/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()
  | 
| /trunk/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()
  | 
| /trunk/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 23 milliseconds