Home
last modified time | relevance | path

Searched refs:aTest (Results 1 – 25 of 40) sorted by last modified time

12

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx2895 sal_Char aTest[2]; in ReadPlainChars() local
2896 aTest[0] = static_cast< sal_Char >((nUCode & 0xFF00) >> 8); in ReadPlainChars()
2897 aTest[1] = static_cast< sal_Char >(nUCode & 0x00FF); in ReadPlainChars()
2898 String aTemp(aTest, 2, eSrcCJKCharSet); in ReadPlainChars()
4181 SwPaM aTest(aPos); in InsertSegments() local
4182 mrReader.rDoc.DelFullPara(aTest); in InsertSegments()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx1208 const BitmapColor aTest( pReadAcc->GetBestMatchingColor( rTransColor ) ); in CreateMask() local
1215 const sal_uInt8 cTest = aTest.GetIndex(); in CreateMask()
1253 const sal_uInt8 cTest = aTest.GetIndex(); in CreateMask()
1294 if( aTest == pReadAcc->GetPixel( nY, nX ) ) in CreateMask()
H A Dimpvect.cxx984 const BitmapColor aTest( pRAcc->GetBestMatchingColor( rColor ) ); in ImplExpand() local
998 if( pRAcc->GetPixel( nY, nX ) == aTest ) in ImplExpand()
1008 while( nX < nOldWidth && pRAcc->GetPixel( nY, nX ) == aTest ) in ImplExpand()
1031 if( pRAcc->GetPixel( nY, nX ) == aTest ) in ImplExpand()
1041 while( nY < nOldHeight && pRAcc->GetPixel( nY, nX ) == aTest ) in ImplExpand()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx4770 ScRange aTest = aExt; in ExtendTotalMerge() local
4771 aTest.aStart.SetRow( rRange.aEnd.Row() + 1 ); in ExtendTotalMerge()
4772 if ( HasAttrib( aTest, HASATTR_NOTOVERLAPPED ) ) in ExtendTotalMerge()
4777 ScRange aTest = aExt; in ExtendTotalMerge() local
4778 aTest.aStart.SetCol( rRange.aEnd.Col() + 1 ); in ExtendTotalMerge()
4779 if ( HasAttrib( aTest, HASATTR_NOTOVERLAPPED ) ) in ExtendTotalMerge()
/trunk/main/sd/source/ui/view/
H A Doutlview.cxx579 String aTest(mpOutliner->GetText( mpOutliner->GetParagraph( 0 ) )); in InsertSlideForParagraph() local
580 if (aTest.Len() == 0) in InsertSlideForParagraph()
H A Doutlnvsh.cxx842 String aTest( pOutl->GetText( pOutl->GetParagraph( 0 ) ) ); in GetMenuState() local
843 if (aTest.Len() == 0) in GetMenuState()
910 String aTest(((SfxStringItem&)aSet.Get(SID_STATUS_LAYOUT)).GetValue()); in GetMenuState() local
911 if (aTest.Len() == 0) in GetMenuState()
1834 String aTest( pOutliner->GetText( pPara ) ); in UpdateTitleObject() local
1835 bool bText = aTest.Len() > 0; in UpdateTitleObject()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx2177 String aTest(rEditTextObject.GetText(0)); in getDocumentTitle() local
2178 if (aTest.Len() > 0) in getDocumentTitle()
2179 mDocTitle = aTest; in getDocumentTitle()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx2708 OUString aTest; in importAnimateKeyPoints() local
2709 aValue2 >>= aTest; in importAnimateKeyPoints()
2710 bHasValue = aTest.getLength() != 0; in importAnimateKeyPoints()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx177 String aTest = rFormula.Copy( nStart, nPos-nStart ); in InitRangeFinder() local
179 sal_uInt16 nFlags = aRange.ParseAny( aTest, pDoc, aAddrDetails ); in InitRangeFinder()
/trunk/main/l10ntools/source/
H A Dlocalize.cxx206 DirEntry aTest = aCur + DirEntry(PRJ_DIR_NAME) + DirEntry(DLIST_NAME); in GetProjectName() local
207 if ( aTest.Exists() ) in GetProjectName()
/trunk/main/unotools/qa/complex/tempfile/
H A DTempFileUnitTest.java80 TempFileTest aTest = new Test01( m_xMSF, m_xSFA ); in ExecuteTest01() local
81 assertTrue( "Test01 failed!", aTest.test() ); in ExecuteTest01()
85 TempFileTest aTest = new Test02( m_xMSF, m_xSFA ); in ExecuteTest02() local
86 assertTrue( "Test02 failed!", aTest.test() ); in ExecuteTest02()
/trunk/main/tools/workben/
H A Durltest.cxx86 String aTest; in testRelToAbs() local
378 if (!testRelToAbs(aTest, sizeof aTest / sizeof (RelToAbsTest))) in main()
433 if (!testSetFSys(aTest, sizeof aTest / sizeof (SetFSysTest))) in main()
495 for (std::size_t i = 0; i < sizeof aTest / sizeof aTest[0]; ++i) in main()
502 aTest[i].out == 0 ? aTest[i].in : aTest[i].out) in main()
529 for (std::size_t i = 0; i < sizeof aTest / sizeof aTest[0]; ++i) in main()
546 aTest[i], in main()
564 for (std::size_t i = 0; i < sizeof aTest / sizeof aTest[0]; ++i) in main()
574 aTest[i], in main()
599 aTest[i], in main()
[all …]
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx1035 SwPaM aTest(aPos); in InsertSegments() local
1036 mrReader.pDoc->DelFullPara(aTest); in InsertSegments()
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx588 ImpItemListRow aTest(rEntry); in ImpSetEntry() local
589 aTest.eState=pAktEntry->eState; in ImpSetEntry()
590 aTest.aValue=pAktEntry->aValue; in ImpSetEntry()
591 if (aTest==*pAktEntry) bAllDiff=sal_False; in ImpSetEntry()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx2491 ::comphelper::StringSequence aTest; in SetList()
2492 if (rItems >>= aTest) in SetList()
2494 const ::rtl::OUString* pStrings = aTest.getConstArray(); in SetList()
2495 sal_Int32 nItems = aTest.getLength(); in SetList()
2622 ::comphelper::StringSequence aTest; in SetList()
2623 if (rItems >>= aTest) in SetList()
2626 sal_Int32 nItems = aTest.getLength(); in SetList()
2790 ::comphelper::StringSequence aTest; in SetList()
2791 rItems >>= aTest; in SetList()
2792 const ::rtl::OUString* pStrings = aTest.getConstArray(); in SetList()
[all …]
/trunk/main/svl/source/numbers/
H A Dzformat.cxx1828 ::rtl::OUString aTest; in ImpGetOutputStdToPrecision()
1830 aTest = ::rtl::math::doubleToUString( 0.001234567, in ImpGetOutputStdToPrecision()
1833 aTest = ::rtl::math::doubleToUString( 123.4567, in ImpGetOutputStdToPrecision()
1836 aTest = ::rtl::math::doubleToUString( 123.4567, in ImpGetOutputStdToPrecision()
1842 aTest = ::rtl::math::doubleToUString( 999.6, in ImpGetOutputStdToPrecision()
1845 aTest = ::rtl::math::doubleToUString( 12345.6789, in ImpGetOutputStdToPrecision()
H A Dzforscan.cxx658 String aTest( rStr.Copy( nPos-1, sCurString.Len() ) ); in Next_Symbol() local
659 pChrCls->toUpper( aTest ); in Next_Symbol()
660 if ( aTest == sCurString ) in Next_Symbol()
756 String aTest( rStr.Copy( nPos-1, sCurString.Len() ) ); in Next_Symbol() local
757 pChrCls->toUpper( aTest ); in Next_Symbol()
758 if ( aTest == sCurString ) in Next_Symbol()
/trunk/main/svl/qa/complex/passwordcontainer/
H A DPasswordContainerUnitTest.java67 PasswordContainerTest aTest = new Test01(m_xMSF); in ExecuteTest01() local
68 assertTrue("Test01 failed!", aTest.test()); in ExecuteTest01()
71 PasswordContainerTest aTest = new Test02(m_xMSF); in ExecuteTest02() local
72 assertTrue("Test02 failed!", aTest.test()); in ExecuteTest02()
75 PasswordContainerTest aTest = new Test03(m_xMSF); in ExecuteTest03() local
76 assertTrue("Test03 failed!", aTest.test()); in ExecuteTest03()
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx1018 StgDirEntry aTest( aEntry ); in Find() local
1019 return (StgDirEntry*) rStg.pDown->Find( &aTest ); in Find()
/trunk/main/sot/qa/complex/olesimplestorage/
H A DOLESimpleStorageUnitTest.java72 OLESimpleStorageTest aTest = new Test01( m_xMSF ); in ExecuteTest01() local
73 assertTrue( "Test01 failed!", aTest.test() ); in ExecuteTest01()
/trunk/main/sfx2/source/doc/
H A Ddocfilt.cxx75 String aTest; in DBG_NAME() local
79 aTest = aRet; in DBG_NAME()
80 aTest.SearchAndReplace( DEFINE_CONST_UNICODE( "*." ), String() ); in DBG_NAME()
81 if( aTest.Len() <= nMaxLength ) in DBG_NAME()
/trunk/main/sfx2/source/dialog/
H A Dpasswd.cxx48 rtl::OUString aTest( pEdit->GetText() ); in IMPL_LINK_INLINE_START() local
49 const sal_Unicode* pTest = aTest.getStr(); in IMPL_LINK_INLINE_START()
50 sal_Int32 nLen = aTest.getLength(); in IMPL_LINK_INLINE_START()
/trunk/main/sfx2/qa/complex/sfx2/
H A DStandaloneDocumentInfo.java60 StandaloneDocumentInfoTest aTest = new Test01 (m_xMSF); in ExecuteTest01() local
61 assertTrue( "Test01 failed!", aTest.test() ); in ExecuteTest01()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx397 String aTest(pTestPage->GetLayoutName()); in operator ()() local
398 aTest.Erase( aTest.SearchAscii( SD_LT_SEPARATOR )); in operator ()()
400 if (aTest == *pLayout) in operator ()()
846 String aTest(pTest->GetLayoutName()); in InsertBookmarkAsPage() local
850 aTest == aMPLayout && in InsertBookmarkAsPage()
1898 String aTest = pPage->GetLayoutName(); in SetMasterPage() local
1899 if (aTest == aOldPageLayoutName) in SetMasterPage()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx505 Point aTest( aSize.Width(), aSize.Height() ); in QueryObjAreaPixel()
508 pViewData->GetPosFromPixel( aTest.X(), aTest.Y(), ePos, nPosX, nPosY ); in QueryObjAreaPixel()
511 pViewData->GetMouseQuadrant( aTest, ePos, nPosX, nPosY, bLeft, bTop ); in QueryObjAreaPixel()
516 aTest = pViewData->GetScrPos( (SCCOL)nPosX, (SCROW)nPosY, ePos, sal_True ); in QueryObjAreaPixel()
518 rRect.SetSize(Size(aTest.X(),aTest.Y())); in QueryObjAreaPixel()

Completed in 273 milliseconds

12