Searched refs:rTest (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sal/qa/rtl/textenc/ |
H A D | rtl_textcvt.cxx | 163 if (rTest.m_bForward) { in doComplexCharSetTest() 181 | (rTest.m_bGlobalSignature ? in doComplexCharSetTest() 197 if (rTest.m_bForward) { in doComplexCharSetTest() 231 … ASSERT_TRUE(nOutput == rTest.m_nUnicodeSize && nInput == rTest.m_nTextSize) << "failure #15"; in doComplexCharSetTest() 244 if (rTest.m_bNoContext && rTest.m_bForward) { in doComplexCharSetTest() 251 if (i == rTest.m_nTextSize) { in doComplexCharSetTest() 276 c1 = rTest.m_pText[i++]; in doComplexCharSetTest() 324 if (rTest.m_bReverse) { in doComplexCharSetTest() 335 aConverter, aContext, rTest.m_aUnicode, rTest.m_nUnicodeSize, aText, in doComplexCharSetTest() 339 | (rTest.m_bGlobalSignature ? in doComplexCharSetTest() [all …]
|
/trunk/main/sal/qa/rtl/strings/ |
H A D | test_oustring_convert.cxx | 45 void testConvertToString(TestConvertToString const & rTest) in testConvertToString() argument 47 const rtl::OUString aSource(rTest.aSource, rTest.nLength); in testConvertToString() 50 rTest.nFlags); in testConvertToString() 52 rTest.nFlags)); in testConvertToString() 56 for (sal_Int32 i = 0; i < rTest.nLength; ++i) in testConvertToString() 60 if (i + 1 < rTest.nLength) in testConvertToString() 64 aPrefix.append(static_cast< sal_Int32 >(rTest.nEncoding)); in testConvertToString() 66 aPrefix.append(static_cast< sal_Int32 >(rTest.nFlags), 16); in testConvertToString() 71 if (rTest.pStrict == 0 || !aStrict.equals(rTest.pStrict)) in testConvertToString() 88 if (rTest.pStrict != 0) in testConvertToString() [all …]
|
/trunk/main/sc/source/core/data/ |
H A D | validat.cxx | 441 sal_Bool ScValidationData::IsDataValid( const String& rTest, const ScPatternAttr& rPattern, in IsDataValid() argument 447 if ( rTest.GetChar(0) == '=' ) // formulas do not pass the validity test in IsDataValid() 450 if ( !rTest.Len() ) // check whether empty cells are allowed in IsDataValid() 459 sal_Bool bIsVal = pFormatter->IsNumberFormat( rTest, nFormat, nVal ); in IsDataValid() 464 pCell = new ScStringCell( rTest ); in IsDataValid() 469 const double nLenVal = static_cast<double>( rTest.Len() ); in IsDataValid()
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolypolygoncutter.cxx | 159 bool impLeftOfEdges(const B2DVector& rVecA, const B2DVector& rVecB, const B2DVector& rTest) in impLeftOfEdges() argument 166 const bool bBoolA(fTools::moreOrEqual(rVecA.cross(rTest), 0.0)); in impLeftOfEdges() 167 const bool bBoolB(fTools::lessOrEqual(rVecB.cross(rTest), 0.0)); in impLeftOfEdges() 174 const bool bBoolA(fTools::lessOrEqual(rVecA.cross(rTest), 0.0)); in impLeftOfEdges() 175 const bool bBoolB(fTools::moreOrEqual(rVecB.cross(rTest), 0.0)); in impLeftOfEdges()
|
/trunk/main/sc/inc/ |
H A D | validat.hxx | 132 sal_Bool IsDataValid( const String& rTest, const ScPatternAttr& rPattern,
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 414 const FieldEntry &rTest = maFieldStack.back(); in Read_Book() local 415 aStart = rTest.maStartPos; in Read_Book()
|
Completed in 73 milliseconds