/aoo41x/main/package/qa/storages/ |
H A D | StorageUnitTest.java | 133 assure( "Test01 failed!", aTest.test() ); in ExecuteTest01() 139 assure( "Test02 failed!", aTest.test() ); in ExecuteTest02() 145 assure( "Test03 failed!", aTest.test() ); in ExecuteTest03() 151 assure( "Test04 failed!", aTest.test() ); in ExecuteTest04() 157 assure( "Test05 failed!", aTest.test() ); in ExecuteTest05() 163 assure( "Test06 failed!", aTest.test() ); in ExecuteTest06() 169 assure( "Test07 failed!", aTest.test() ); in ExecuteTest07() 175 assure( "Test08 failed!", aTest.test() ); in ExecuteTest08() 181 assure( "Test09 failed!", aTest.test() ); in ExecuteTest09() 187 assure( "Test10 failed!", aTest.test() ); in ExecuteTest10() [all …]
|
/aoo41x/main/tools/workben/ |
H A D | urltest.cxx | 86 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 …]
|
/aoo41x/main/package/qa/ofopxmlstorages/ |
H A D | StorageUnitTest.java | 108 StorageTest aTest = new Test01( m_xMSF, m_xStorageFactory, log ); in ExecuteTest01() local 109 assure( "Test01 failed!", aTest.test() ); in ExecuteTest01() 114 StorageTest aTest = new Test02( m_xMSF, m_xStorageFactory, log ); in ExecuteTest02() local 115 assure( "Test02 failed!", aTest.test() ); in ExecuteTest02() 120 StorageTest aTest = new Test03( m_xMSF, m_xStorageFactory, log ); in ExecuteTest03() local 121 assure( "Test03 failed!", aTest.test() ); in ExecuteTest03() 127 assure( "Test04 failed!", aTest.test() ); in ExecuteTest04() 133 assure( "Test05 failed!", aTest.test() ); in ExecuteTest05() 139 assure( "Test06 failed!", aTest.test() ); in ExecuteTest06() 145 assure( "Test07 failed!", aTest.test() ); in ExecuteTest07() [all …]
|
/aoo41x/main/odk/examples/DevelopersGuide/Charts/ |
H A D | ChartInCalc.java | 107 aTest.lockControllers(); in main() 109 aTest.testDiagram(); in main() 110 aTest.testArea(); in main() 111 aTest.testWall(); in main() 112 aTest.testTitle(); in main() 113 aTest.testAxis(); in main() 114 aTest.testGrid(); in main() 117 aTest.unlockControllers(); in main() 118 aTest.lockControllers(); in main() 122 aTest.testDataRowProperties(); in main() [all …]
|
H A D | ChartInDraw.java | 91 ChartInDraw aTest = new ChartInDraw( aChartDoc ); in main() local 95 aTest.lockControllers(); in main() 97 aTest.testArea(); in main() 98 aTest.testWall(); in main() 99 aTest.testTitle(); in main() 100 aTest.testLegend(); in main() 101 aTest.testThreeD(); in main() 103 aTest.unlockControllers(); in main()
|
H A D | ChartInWriter.java | 101 ChartInWriter aTest = new ChartInWriter( aChartDoc ); in main() local 105 aTest.lockControllers(); in main() 108 aTest.testWall(); in main() 110 aTest.unlockControllers(); in main()
|
/aoo41x/main/svl/qa/complex/passwordcontainer/ |
H A D | PasswordContainerUnitTest.java | 67 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()
|
/aoo41x/main/unotools/qa/complex/tempfile/ |
H A D | TempFileUnitTest.java | 80 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()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docfilt.cxx | 75 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()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | passwd.cxx | 48 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()
|
/aoo41x/main/sd/source/core/ |
H A D | drawdoc3.cxx | 397 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()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwsh4.cxx | 505 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()
|
/aoo41x/main/embeddedobj/qa/embedding/ |
H A D | EmbeddingUnitTest.java | 82 EmbeddingTest aTest = new Test01( m_xMSF, log ); in ExecuteTest01() local 83 assure( "Test01 failed!", aTest.test() ); in ExecuteTest01()
|
/aoo41x/main/sot/qa/complex/olesimplestorage/ |
H A D | OLESimpleStorageUnitTest.java | 72 OLESimpleStorageTest aTest = new Test01( m_xMSF ); in ExecuteTest01() local 73 assertTrue( "Test01 failed!", aTest.test() ); in ExecuteTest01()
|
/aoo41x/main/sfx2/qa/complex/sfx2/ |
H A D | StandaloneDocumentInfo.java | 60 StandaloneDocumentInfoTest aTest = new Test01 (m_xMSF); in ExecuteTest01() local 61 assertTrue( "Test01 failed!", aTest.test() ); in ExecuteTest01()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | impvect.cxx | 984 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()
|
H A D | bitmap.cxx | 1208 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()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | outlnvsh.cxx | 842 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()
|
/aoo41x/main/chart2/source/tools/ |
H A D | ExplicitCategoriesProvider.cxx | 484 OUString aTest; in lcl_fillDateCategories() local 486 if( (aAny>>=aTest) && aTest.isEmpty() ) //empty String in lcl_fillDateCategories()
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 2491 ::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 …]
|
/aoo41x/main/svl/source/numbers/ |
H A D | zforscan.cxx | 658 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()
|
/aoo41x/main/oox/source/ppt/ |
H A D | timenodelistcontext.cxx | 657 OUString aTest; in ~AnimContext() local 658 iter->maValue >>= aTest; in ~AnimContext() 659 if( aTest.getLength() != 0 ) in ~AnimContext()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdibrow.cxx | 588 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()
|
/aoo41x/main/sc/source/core/data/ |
H A D | dptablecache.cxx | 644 sal_Bool aTest[nFixedBools]; in ValidQuery() local 647 sal_Bool* pTest = ( nEntryCount <= nFixedBools ? &aTest[0] : new sal_Bool[nEntryCount] ); in ValidQuery() 844 if ( pTest != &aTest[0] ) in ValidQuery()
|
/aoo41x/main/l10ntools/source/ |
H A D | localize.cxx | 206 DirEntry aTest = aCur + DirEntry(PRJ_DIR_NAME) + DirEntry(DLIST_NAME); in GetProjectName() local 207 if ( aTest.Exists() ) in GetProjectName()
|