Searched refs:nIdx2 (Results 1 – 9 of 9) sorted by relevance
/trunk/main/o3tl/qa/ |
H A D | test-vector_pool.cxx | 42 std::ptrdiff_t nIdx2 = aPool.alloc(); in TEST_F() local 45 ASSERT_TRUE(nIdx1 < nIdx2) << "allocator idx order 1"; in TEST_F() 46 ASSERT_TRUE(nIdx2 < nIdx3) << "allocator idx order 2"; in TEST_F() 48 aPool.free(nIdx2); in TEST_F() 51 nIdx2 = aPool.alloc(); in TEST_F() 55 ASSERT_TRUE(nIdx3 < nIdx2) << "allocator idx order 2 after fragmentation"; in TEST_F() 65 std::ptrdiff_t nIdx2 = aPool.store(1); in TEST_F() local 66 ASSERT_TRUE(aPool.get(nIdx2) == 1) << "allocator value semantics 2"; in TEST_F() 71 aPool.free(nIdx2); in TEST_F() 74 nIdx2 = aPool.store(1); in TEST_F() [all …]
|
/trunk/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 …]
|
/trunk/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()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | objsh.hxx | 548 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,
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/ |
H A D | BuildID.java | 193 int nIdx2 = sBuildID.indexOf("]", nIdx); in getCWSName() local 194 sCWSName = sBuildID.substring(nIdx + 5, nIdx2); in getCWSName()
|
/trunk/main/sw/inc/ |
H A D | docsh.hxx | 226 sal_uInt16& nIdx2, 231 sal_uInt16 nIdx2 = INDEX_IGNORE,
|
/trunk/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()
|
/trunk/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()
|
/trunk/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 76 milliseconds