Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/crsr/
H A Dbookmrk.cxx192 sal_Int32 nRandom; in GenerateNewName() local
193 rtl_random_getBytes(aPool, &nRandom, sizeof(nRandom)); in GenerateNewName()
194 …l::OUStringBuffer(13).appendAscii("_").append(static_cast<sal_Int32>(abs(nRandom))).makeStringAndC… in GenerateNewName()
/aoo42x/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java997 int nRandom = Math.abs ( maRandom.nextInt() % in AutoTextExample() local
1003 aGroupNames[ nRandom ] ) ); in AutoTextExample()
1018 int nRandom = Math.abs ( maRandom.nextInt() in AutoTextExample() local
1023 aBlockNames[ nRandom ] ) ); in AutoTextExample()
1037 aBlockTitles[nRandom] in AutoTextExample()
1038 + "', shortcut '" + aBlockNames[nRandom] in AutoTextExample()

Completed in 36 milliseconds