Home
last modified time | relevance | path

Searched refs:nIdx3 (Results 1 – 6 of 6) sorted by relevance

/trunk/main/o3tl/qa/
H A Dtest-vector_pool.cxx43 std::ptrdiff_t nIdx3 = aPool.alloc(); in TEST_F() local
46 ASSERT_TRUE(nIdx2 < nIdx3) << "allocator idx order 2"; in TEST_F()
49 aPool.free(nIdx3); in TEST_F()
52 nIdx3 = aPool.alloc(); in TEST_F()
54 ASSERT_TRUE(nIdx1 < nIdx3) << "allocator idx order 1 after fragmentation"; in TEST_F()
55 ASSERT_TRUE(nIdx3 < nIdx2) << "allocator idx order 2 after fragmentation"; in TEST_F()
68 std::ptrdiff_t nIdx3 = aPool.store(2); in TEST_F() local
69 ASSERT_TRUE(aPool.get(nIdx3) == 2) << "allocator value semantics 3"; in TEST_F()
72 aPool.free(nIdx3); in TEST_F()
77 nIdx3 = aPool.store(2); in TEST_F()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx570 sal_uInt16 nIdx1, sal_uInt16 nIdx2, sal_uInt16 nIdx3);
582 sal_uInt16 &nIdx3,
587 sal_uInt16 nIdx3 = INDEX_IGNORE);
592 sal_uInt16 nIdx3 = INDEX_IGNORE,
/trunk/main/sw/inc/
H A Ddocsh.hxx227 sal_uInt16& nIdx3,
232 sal_uInt16 nIdx3 = INDEX_IGNORE);
/trunk/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()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx574 sal_uInt16 nIdx3) in Remove() argument
628 nIdx3 ); in Remove()
/trunk/main/sc/source/ui/inc/
H A Ddocsh.hxx210 sal_uInt16 &nIdx1, sal_uInt16 &nIdx2, sal_uInt16 &nIdx3, sal_uInt16 &rIdxDeleted );

Completed in 125 milliseconds