Home
last modified time | relevance | path

Searched refs:rand (Results 1 – 25 of 55) sorted by relevance

123

/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx394 Color aColor(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0)); in create2DDecompositionOfGraphic()
404 aColor = Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0)); in create2DDecompositionOfGraphic()
416 … aOut.SetLineColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
433 … aOut.SetLineColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
488 … aOut.SetLineColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
489 … aOut.SetFillColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
495 … aOut.SetLineColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
496 … aOut.SetFillColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
504 … aOut.SetLineColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
505 … aOut.SetFillColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
[all …]
H A Dpolygonprimitive2d.cxx281 ? basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0) in create2DDecomposition()
/trunk/main/svx/source/svdraw/
H A Dsdrpaintwindow.cxx94 const Color aColor((((((rand()&0x7f)|0x80)<<8L)|((rand()&0x7f)|0x80))<<8L)|((rand()&0x7f)|0x80)); in OutputPreRenderDevice()
H A Dsdrpagewindow.cxx284 Color aColor(rand()%255, rand()%255, rand()%255); in impTryTest()
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java697 Random rand = new Random(); in makePosZize() local
700 posSize.X = rand.nextInt(windowMaxPosition.x + 1); in makePosZize()
701 posSize.Y = rand.nextInt(windowMaxPosition.y + 1); in makePosZize()
705 int height = rand.nextInt(maxHeight + 1); in makePosZize()
706 int width = rand.nextInt((windowMaxSize.Width-posSize.Y) + 1); in makePosZize()
/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx641 sal_Int32 nCategory = (rand() * pCategoryList->size() / RAND_MAX); in getRandomPreset()
646 sal_Int32 nDescriptor = (rand() * pCategory->maEffects.size() / RAND_MAX); in getRandomPreset()
655 sal_Int32 nSubType = (rand() * aSubTypes.size() / RAND_MAX); in getRandomPreset()
/trunk/main/drawinglayer/source/texture/
H A Dtexture.cxx55 rBColor.setRed((rand() & 0x7fff) / 32767.0); in modifyBColor()
56 rBColor.setGreen((rand() & 0x7fff) / 32767.0); in modifyBColor()
57 rBColor.setBlue((rand() & 0x7fff) / 32767.0); in modifyBColor()
/trunk/main/redland/rasqal/
H A Drasqal-0.9.33.patch.win32104 /* Define to 1 if you have the `rand' function. */
253 /* Use POSIX srand() and rand() */
/trunk/main/desktop/source/app/
H A Dlockfile.cxx86 tmpByte = rand( ) % 0xFF; in Lockfile()
/trunk/main/slideshow/source/inc/
H A Dtools.hxx312 double(n) * rand() / (RAND_MAX + 1.0) ); in getRandomOrdinal()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarhelper.cxx271 url += rtl::OUString::valueOf( sal_Int64( rand() ), 16 ); in generateCustomURL()
/trunk/main/basegfx/test/
H A Dboxclipper.cxx60 return double(n) * rand() / (RAND_MAX + 1.0); in getRandomOrdinal()
/trunk/main/xmloff/source/text/
H A Dtxtlists.cxx244 n += rand(); in GenerateNewListId()
/trunk/main/xmlsecurity/test_docs/CAs/Root_1/
H A Dopenssl.cfg72 RANDFILE = $dir/private/.rand # private random number file
/trunk/main/xmlsecurity/test_docs/CAs/Root_10/
H A Dopenssl.cfg72 RANDFILE = $dir/private/.rand # private random number file
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/
H A Dopenssl.cfg72 RANDFILE = $dir/private/.rand # private random number file
/trunk/main/xmlsecurity/test_docs/CAs/Root_2/
H A Dopenssl.cfg72 RANDFILE = $dir/private/.rand # private random number file
/trunk/main/xmlsecurity/test_docs/CAs/Root_3/
H A Dopenssl.cfg72 RANDFILE = $dir/private/.rand # private random number file
/trunk/main/xmlsecurity/test_docs/CAs/Root_4/
H A Dopenssl.cfg72 RANDFILE = $dir/private/.rand # private random number file
/trunk/main/xmlsecurity/test_docs/CAs/Root_5/
H A Dopenssl.cfg72 RANDFILE = $dir/private/.rand # private random number file
/trunk/main/xmlsecurity/test_docs/CAs/Root_6/
H A Dopenssl.cfg72 RANDFILE = $dir/private/.rand # private random number file
/trunk/main/xmlsecurity/test_docs/CAs/Root_7/
H A Dopenssl.cfg72 RANDFILE = $dir/private/.rand # private random number file
/trunk/main/xmlsecurity/test_docs/CAs/Root_8/
H A Dopenssl.cfg72 RANDFILE = $dir/private/.rand # private random number file
/trunk/main/xmlsecurity/test_docs/CAs/Root_9/
H A Dopenssl.cfg72 RANDFILE = $dir/private/.rand # private random number file
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/
H A Dopenssl.cfg72 RANDFILE = $dir/private/.rand # private random number file

Completed in 124 milliseconds

123