Home
last modified time | relevance | path

Searched refs:nIdx2 (Results 1 – 10 of 10) sorted by relevance

/aoo41x/main/o3tl/qa/
H A Dtest-vector_pool.cxx42 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 …]
/aoo41x/main/sfx2/source/doc/
H A Dobjcont.cxx362 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 …]
/aoo41x/main/linguistic/source/
H A Ddicimp.cxx527 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()
/aoo41x/main/sfx2/inc/sfx2/
H A Dobjsh.hxx548 sal_uInt16 nIdx2 = INDEX_IGNORE );
551 sal_uInt16 nIdx2 = INDEX_IGNORE );
558 sal_uInt16 nIdx2 = INDEX_IGNORE );
567 sal_uInt16 nIdx2 = INDEX_IGNORE );
570 sal_uInt16 nIdx1, sal_uInt16 nIdx2, sal_uInt16 nIdx3);
581 sal_uInt16 &nIdx2,
586 sal_uInt16 nIdx2 = INDEX_IGNORE,
591 sal_uInt16 nIdx2 = INDEX_IGNORE,
/aoo41x/main/soldep/source/
H A Dsoldep.cxx1280 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()
/aoo41x/main/qadevOOo/runner/graphical/
H A DBuildID.java193 int nIdx2 = sBuildID.indexOf("]", nIdx); in getCWSName() local
194 sCWSName = sBuildID.substring(nIdx + 5, nIdx2); in getCWSName()
/aoo41x/main/sw/inc/
H A Ddocsh.hxx217 sal_uInt16& nIdx2,
222 sal_uInt16 nIdx2 = INDEX_IGNORE,
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh6.cxx351 sal_uInt16 &nIdx1, sal_uInt16 &nIdx2, sal_uInt16 &nIdx3, sal_uInt16 &rIdxDeleted ) in Insert() argument
354 nIdx1, nIdx2, nIdx3, rIdxDeleted ); in Insert()
/aoo41x/main/sw/source/ui/app/
H A Ddocsh2.cxx573 sal_uInt16 nIdx2, in Remove() argument
583 SfxStyleSheetBase* pMySheet = (*pMyPool)[nIdx2]; in Remove()
627 nIdx2, in Remove()
/aoo41x/main/sc/source/ui/inc/
H A Ddocsh.hxx210 sal_uInt16 &nIdx1, sal_uInt16 &nIdx2, sal_uInt16 &nIdx3, sal_uInt16 &rIdxDeleted );

Completed in 96 milliseconds