Home
last modified time | relevance | path

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

/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1874 String aIndexStr = String( RTL_CONSTASCII_USTRINGPARAM( "(" ) ); in RequestingChilds() local
1884 aIndexStr += String::CreateFromInt32( n ); in RequestingChilds()
1885 aIndexStr += String( RTL_CONSTASCII_USTRINGPARAM( "," ) ); in RequestingChilds()
1888 aIndexStr += String::CreateFromInt32( i ); in RequestingChilds()
1889 aIndexStr += String( RTL_CONSTASCII_USTRINGPARAM( ")" ) ); in RequestingChilds()
1897 aDisplayName += aIndexStr; in RequestingChilds()
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/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()
/trunk/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()

Completed in 37 milliseconds