Searched refs:nIdx3 (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/o3tl/qa/ |
H A D | test-vector_pool.cxx | 43 std::ptrdiff_t nIdx3 = aPool.alloc(); in testPoolBasics() local 46 CPPUNIT_ASSERT_MESSAGE("allocator idx order 2", nIdx2 < nIdx3 ); in testPoolBasics() 49 aPool.free(nIdx3); in testPoolBasics() 52 nIdx3 = aPool.alloc(); in testPoolBasics() 54 CPPUNIT_ASSERT_MESSAGE("allocator idx order 1 after fragmentation", nIdx1 < nIdx3 ); in testPoolBasics() 55 CPPUNIT_ASSERT_MESSAGE("allocator idx order 2 after fragmentation", nIdx3 < nIdx2 ); in testPoolBasics() 68 std::ptrdiff_t nIdx3 = aPool.store(2); in testPoolValueSemantics() local 69 CPPUNIT_ASSERT_MESSAGE("allocator value semantics 3", aPool.get(nIdx3) == 2 ); in testPoolValueSemantics() 72 aPool.free(nIdx3); in testPoolValueSemantics() 77 nIdx3 = aPool.store(2); in testPoolValueSemantics() [all …]
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | objsh.hxx | 570 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,
|
/aoo41x/main/sw/inc/ |
H A D | docsh.hxx | 218 sal_uInt16& nIdx3, 223 sal_uInt16 nIdx3 = INDEX_IGNORE);
|
/aoo41x/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()
|
/aoo41x/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 574 sal_uInt16 nIdx3) in Remove() argument 628 nIdx3 ); in Remove()
|
/aoo41x/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 39 milliseconds