Home
last modified time | relevance | path

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

/trunk/main/forms/qa/integration/forms/
H A DFormLayer.java320 public XPropertySet getControlModel( int[] _accessPath ) throws com.sun.star.uno.Exception in getControlModel() argument
326 while ( ( indexAcc != null ) && ( i < _accessPath.length ) ) in getControlModel()
329 indexAcc.getByIndex( _accessPath[i] ) ); in getControlModel()
340 public XPropertySet getControlModel( String[] _accessPath ) throws com.sun.star.uno.Exception in getControlModel() argument
345 while ( ( nameAcc != null ) && ( i < _accessPath.length ) ) in getControlModel()
348 nameAcc.getByName( _accessPath[i] ) ); in getControlModel()

Completed in 19 milliseconds