Home
last modified time | relevance | path

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

/aoo4110/main/o3tl/qa/
H A Dtest-vector_pool.cxx43 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 …]
/aoo4110/main/sfx2/inc/sfx2/
H A Dobjsh.hxx547 sal_uInt16 nIdx1, sal_uInt16 nIdx2, sal_uInt16 nIdx3);
559 sal_uInt16 &nIdx3,
564 sal_uInt16 nIdx3 = INDEX_IGNORE);
569 sal_uInt16 nIdx3 = INDEX_IGNORE,
/aoo4110/main/sw/inc/
H A Ddocsh.hxx218 sal_uInt16& nIdx3,
223 sal_uInt16 nIdx3 = INDEX_IGNORE);
/aoo4110/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()
/aoo4110/main/sw/source/ui/app/
H A Ddocsh2.cxx574 sal_uInt16 nIdx3) in Remove() argument
628 nIdx3 ); in Remove()
/aoo4110/main/sc/source/ui/inc/
H A Ddocsh.hxx210 sal_uInt16 &nIdx1, sal_uInt16 &nIdx2, sal_uInt16 &nIdx3, sal_uInt16 &rIdxDeleted );

Completed in 39 milliseconds