Home
last modified time | relevance | path

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

/aoo42x/main/tools/test/
H A Dtests.cxx53 Fraction aFract2( aFract ); in TEST_F() local
54 aFract2.ReduceInaccurate(8); in TEST_F()
55 ASSERT_TRUE(aFract2.GetNumerator() == 1 && in TEST_F()
56 aFract2.GetDenominator() == 1) << "Fraction #2 not 1"; in TEST_F()
/aoo42x/main/sd/source/ui/dlg/
H A Dtpoption.cxx730 Fraction aFract2( nOrgH, static_cast<long>(aMtrFldInfo2.GetValue()) ); in IMPL_LINK()
731 Fraction aFract( aFract1 > aFract2 ? aFract1 : aFract2 ); in IMPL_LINK()

Completed in 19 milliseconds