Home
last modified time | relevance | path

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

/aoo4110/main/xmlhelp/source/com/sun/star/help/
H A DHelpSearch.java208 String aIndexStr = ""; in doQuery() local
236 aIndexStr = aStrs[i+1]; in doQuery()
249 String[] aDocs = queryImpl( aLanguageStr, aIndexStr, aQueryStr, bCaptionOnly, aScoreOutArray ); in doQuery()
254 private static String[] queryImpl( String aLanguageStr, String aIndexStr, String aQueryStr, in queryImpl() argument
257 File aIndexFile = new File( aIndexStr ); in queryImpl()
/aoo4110/main/xmloff/source/draw/
H A Dshapeexport3.cxx394 OUString aIndexStr; in export3DLamps() local
402 aIndexStr = OUString::valueOf( nLamp ); in export3DLamps()
406 aPropName += aIndexStr; in export3DLamps()
415 aPropName += aIndexStr; in export3DLamps()
424 aPropName += aIndexStr; in export3DLamps()
/aoo4110/main/basctl/source/basicide/
H A Dbaside2b.cxx1867 String aIndexStr = String( RTL_CONSTASCII_USTRINGPARAM( "(" ) ); in RequestingChilds() local
1877 aIndexStr += String::CreateFromInt32( n ); in RequestingChilds()
1878 aIndexStr += String( RTL_CONSTASCII_USTRINGPARAM( "," ) ); in RequestingChilds()
1881 aIndexStr += String::CreateFromInt32( i ); in RequestingChilds()
1882 aIndexStr += String( RTL_CONSTASCII_USTRINGPARAM( ")" ) ); in RequestingChilds()
1890 aDisplayName += aIndexStr; in RequestingChilds()

Completed in 31 milliseconds