Searched refs:nIdx2 (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/o3tl/qa/ |
H A D | test-vector_pool.cxx | 42 std::ptrdiff_t nIdx2 = aPool.alloc(); in testPoolBasics() local 45 CPPUNIT_ASSERT_MESSAGE("allocator idx order 1", nIdx1 < nIdx2 ); in testPoolBasics() 46 CPPUNIT_ASSERT_MESSAGE("allocator idx order 2", nIdx2 < nIdx3 ); in testPoolBasics() 48 aPool.free(nIdx2); in testPoolBasics() 51 nIdx2 = aPool.alloc(); in testPoolBasics() 55 CPPUNIT_ASSERT_MESSAGE("allocator idx order 2 after fragmentation", nIdx3 < nIdx2 ); in testPoolBasics() 65 std::ptrdiff_t nIdx2 = aPool.store(1); in testPoolValueSemantics() local 66 CPPUNIT_ASSERT_MESSAGE("allocator value semantics 2", aPool.get(nIdx2) == 1 ); in testPoolValueSemantics() 71 aPool.free(nIdx2); in testPoolValueSemantics() 74 nIdx2 = aPool.store(1); in testPoolValueSemantics() [all …]
|
/aoo4110/main/sfx2/source/doc/ |
H A D | objcont.cxx | 362 if(nIdx1==CONTENT_STYLE && nIdx2 != INDEX_IGNORE) //StyleSheets in TriggerHelpPI() 370 sal_uInt16 nIdx2) in CanHaveChilds() argument 396 sal_uInt16 nIdx2 ) in GetContent() argument 543 sal_uInt16 &nIdx2, in Insert() argument 568 if (INDEX_IGNORE == nIdx2) in Insert() 570 nIdx2 = pMyPool->Count(); in Insert() 592 nIdx2 = nIdx1 = INDEX_IGNORE; in Insert() 599 pHisSheet->GetMask(), nIdx2); in Insert() 658 if( !bUsedOrUserDefined ) nIdx2 = nIdx1 = INDEX_IGNORE; in Insert() 696 sal_uInt16 nIdx2, in Remove() argument [all …]
|
/aoo4110/main/linguistic/source/ |
H A D | dicimp.cxx | 527 nIdx2 = 0, in cmpDicEntry() local 542 while (nIdx2 < nLen2 && (cChar2 = aWord2[ nIdx2 ]) == cIgnChar) in cmpDicEntry() 544 nIdx2++; in cmpDicEntry() 548 if (nIdx1 < nLen1 && nIdx2 < nLen2) in cmpDicEntry() 554 nIdx2++; in cmpDicEntry() 556 } while (nIdx1 < nLen1 && nIdx2 < nLen2); in cmpDicEntry() 571 while (nIdx2 < nLen2 ) in cmpDicEntry() 573 if (aWord2[ nIdx2++ ] == cIgnChar) in cmpDicEntry()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | objsh.hxx | 525 sal_uInt16 nIdx2 = INDEX_IGNORE ); 528 sal_uInt16 nIdx2 = INDEX_IGNORE ); 535 sal_uInt16 nIdx2 = INDEX_IGNORE ); 544 sal_uInt16 nIdx2 = INDEX_IGNORE ); 547 sal_uInt16 nIdx1, sal_uInt16 nIdx2, sal_uInt16 nIdx3); 558 sal_uInt16 &nIdx2, 563 sal_uInt16 nIdx2 = INDEX_IGNORE, 568 sal_uInt16 nIdx2 = INDEX_IGNORE,
|
/aoo4110/main/soldep/source/ |
H A D | soldep.cxx | 1280 sal_uIntPtr nIdx1, nIdx2; in Impl_PermuteMin() local 1289 nIdx2 = (sal_uIntPtr) ( double( rand() ) / RAND_MAX * nLevelObjCount ); in Impl_PermuteMin() 1290 while ( nIdx1 == nIdx2 || nIdx2 == nLevelObjCount ) in Impl_PermuteMin() 1291 nIdx2 = (sal_uIntPtr) ( double( rand() ) / RAND_MAX * nLevelObjCount ); in Impl_PermuteMin() 1295 pSwapWin->SetCalcPosPixel( pPosArray[ nIdx2 ] ); in Impl_PermuteMin() 1296 pSwapWin = rObjList.Replace( pSwapWin, nIdx2 ); in Impl_PermuteMin() 1318 pSwapWin->SetCalcPosPixel( pPosArray[ nIdx2 ] ); in Impl_PermuteMin() 1319 pSwapWin = rObjList.Replace( pSwapWin, nIdx2 ); in Impl_PermuteMin()
|
/aoo4110/main/qadevOOo/runner/graphical/ |
H A D | BuildID.java | 193 int nIdx2 = sBuildID.indexOf("]", nIdx); in getCWSName() local 194 sCWSName = sBuildID.substring(nIdx + 5, nIdx2); in getCWSName()
|
/aoo4110/main/sw/inc/ |
H A D | docsh.hxx | 217 sal_uInt16& nIdx2, 222 sal_uInt16 nIdx2 = INDEX_IGNORE,
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh6.cxx | 351 sal_uInt16 &nIdx1, sal_uInt16 &nIdx2, sal_uInt16 &nIdx3, sal_uInt16 &rIdxDeleted ) in Insert() argument 354 nIdx1, nIdx2, nIdx3, rIdxDeleted ); in Insert()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 573 sal_uInt16 nIdx2, in Remove() argument 583 SfxStyleSheetBase* pMySheet = (*pMyPool)[nIdx2]; in Remove() 627 nIdx2, in Remove()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 210 sal_uInt16 &nIdx1, sal_uInt16 &nIdx2, sal_uInt16 &nIdx3, sal_uInt16 &rIdxDeleted );
|
Completed in 49 milliseconds