/aoo4110/test/testuno/source/testlib/uno/ |
H A D | TestUtil.java | 59 cInfo.setCol(random.nextInt(colLimit)); in randCell() 60 cInfo.setRow(random.nextInt(rowLimit)); in randCell() 75 cInfo.setCol(random.nextInt(colTop)); in randCell() 76 cInfo.setRow(random.nextInt(rowTop)); in randCell() 88 double basic = random.nextInt(max * 2); in randFontSize() 121 int r = random.nextInt(256); in randColor() 122 int g = random.nextInt(256); in randColor() 123 int b = random.nextInt(256); in randColor() 137 int r = random.nextInt(rMax + 1) % 256; in randColor() 138 int g = random.nextInt(gMax + 1) % 256; in randColor() [all …]
|
/aoo4110/main/scripting/source/pyprov/ |
H A D | officehelper.py | 27 import random 56 random.seed() 57 sPipeName = "uno" + str(random.random())[2:]
|
/aoo4110/main/sal/rtl/source/ |
H A D | random.c | 103 register double random; in __rtl_random_data() local 106 random = (((double)(pImpl->m_nX) / 30328.0) + in __rtl_random_data() 110 random -= ((double)((sal_uInt32)(random))); in __rtl_random_data() 111 return (random); in __rtl_random_data()
|
H A D | makefile.mk | 76 $(SLO)$/random.obj \ 110 $(OBJ)$/random.obj \
|
/aoo4110/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
H A D | urp.java | 191 random = new Random().nextInt(); in sendRequestChange() 196 new Object[] { new Integer(random) }); in sendRequestChange() 223 if (random < n) { in handleInternalMessage() 227 } else if (random == n) { in handleInternalMessage() 730 private int random; field in urp
|
/aoo4110/main/connectivity/qa/complex/connectivity/hsqldb/ |
H A D | TestCacheSize.java | 562 int random = randomgen.nextInt(smallrows - 1); in checkUpdates() local 564 para.setInt(1, random); in checkUpdates() 589 int random = randomgen.nextInt(bigrows - 1); in checkUpdates() local 591 para.setInt(1, random); in checkUpdates()
|
/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | XSimpleFileAccess.idl | 240 opened for random write access. Some resources do not allow random 258 opened for random write access. Some resources do not allow random
|
/aoo4110/main/offapi/com/sun/star/chart2/ |
H A D | XChartDocument.idl | 51 other by random).</p> 61 other by random).</p>
|
/aoo4110/main/redland/rasqal/ |
H A D | rasqal-0.9.33.patch.win32 | 108 /* Define to 1 if you have the `random' function. */ 257 /* Use BSD initstate() and random() */
|
/aoo4110/main/libxmlsec/ |
H A D | xmlsec1-nssmangleciphers.patch | 380 - /* generate random iv */ 682 - /* generate random padding */ 686 + /* generate random */
|
/aoo4110/main/oox/source/ppt/ |
H A D | slidetransitioncontext.cxx | 155 case PPT_TOKEN( random ): in createFastChildContext()
|
H A D | slidetransition.cxx | 395 case PPT_TOKEN( random ): in setOoxTransitionType()
|
/aoo4110/main/sal/qa/ |
H A D | libs2test.txt | 75 rtl/random ; rtl_Random
|
/aoo4110/main/binaryurp/source/ |
H A D | bridge.cxx | 82 sal_Int32 random() { in random() function 583 random_ = random(); in sendRequestChangeRequest()
|
/aoo4110/main/offapi/com/sun/star/text/ |
H A D | BaseFrame.idl | 100 set when inserted. In this case a random, unique name is assigned.
|
/aoo4110/main/scripting/examples/beanshell/MemoryUsage/ |
H A D | memusage.bsh | 132 // allocate a random number of bytes so that the data changes
|
/aoo4110/main/udkapi/com/sun/star/bridge/ |
H A D | XProtocolProperties.idl | 69 Generate a new random number and try again.
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | XCanvasFont.idl | 84 Optional random seed for OpenType glyph variations.
|
/aoo4110/main/offapi/com/sun/star/packages/zip/ |
H A D | ZipConstants.idl | 66 values with a somewhat random distribution. Forces more Huffman
|
/aoo4110/main/boost/ |
H A D | makefile.mk | 140 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/random $(INCCOM)$/$(PRJNAME)
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_1/ |
H A D | openssl.cfg | 72 RANDFILE = $dir/private/.rand # private random number file
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_10/ |
H A D | openssl.cfg | 72 RANDFILE = $dir/private/.rand # private random number file
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_11/ |
H A D | openssl.cfg | 72 RANDFILE = $dir/private/.rand # private random number file
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_2/ |
H A D | openssl.cfg | 72 RANDFILE = $dir/private/.rand # private random number file
|
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_3/ |
H A D | openssl.cfg | 72 RANDFILE = $dir/private/.rand # private random number file
|