Searched refs:nIdx1 (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sfx2/source/doc/ |
H A D | objcont.cxx | 330 sal_uInt16 nIdx1, in GetContentCount() argument 333 switch(nIdx1) in GetContentCount() 372 switch(nIdx1) { in CanHaveChilds() 395 sal_uInt16 nIdx1, in GetContent() argument 410 sal_uInt16 nIdx1, in GetContent() argument 415 switch(nIdx1) in GetContent() 542 sal_uInt16 &nIdx1, in Insert() argument 550 nIdx1 = CONTENT_STYLE; in Insert() 695 sal_uInt16 nIdx1, in Remove() argument 746 sal_uInt16 nIdx1, in Print() argument [all …]
|
/aoo4110/main/o3tl/qa/ |
H A D | test-vector_pool.cxx | 41 std::ptrdiff_t nIdx1 = aPool.alloc(); in testPoolBasics() local 45 CPPUNIT_ASSERT_MESSAGE("allocator idx order 1", nIdx1 < nIdx2 ); in testPoolBasics() 54 CPPUNIT_ASSERT_MESSAGE("allocator idx order 1 after fragmentation", nIdx1 < nIdx3 ); in testPoolBasics() 62 std::ptrdiff_t nIdx1 = aPool.store(0); in testPoolValueSemantics() local 63 CPPUNIT_ASSERT_MESSAGE("allocator value semantics 1", aPool.get(nIdx1) == 0 ); in testPoolValueSemantics()
|
/aoo4110/main/linguistic/source/ |
H A D | dicimp.cxx | 526 sal_Int32 nIdx1 = 0, in cmpDicEntry() local 537 while (nIdx1 < nLen1 && (cChar1 = aWord1[ nIdx1 ]) == cIgnChar) in cmpDicEntry() 539 nIdx1++; in cmpDicEntry() 548 if (nIdx1 < nLen1 && nIdx2 < nLen2) in cmpDicEntry() 553 nIdx1++; in cmpDicEntry() 556 } while (nIdx1 < nLen1 && nIdx2 < nLen2); in cmpDicEntry() 566 while (nIdx1 < nLen1 ) in cmpDicEntry() 568 if (aWord1[ nIdx1++ ] == cIgnChar) in cmpDicEntry()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | objsh.hxx | 524 sal_uInt16 nIdx1 = INDEX_IGNORE, 527 sal_uInt16 nIdx1, 534 sal_uInt16 nIdx1, 543 sal_uInt16 nIdx1, 547 sal_uInt16 nIdx1, sal_uInt16 nIdx2, sal_uInt16 nIdx3); 557 sal_uInt16 &nIdx1, 562 virtual sal_Bool Remove( sal_uInt16 nIdx1, 567 sal_uInt16 nIdx1,
|
/aoo4110/main/soldep/source/ |
H A D | soldep.cxx | 1280 sal_uIntPtr nIdx1, nIdx2; in Impl_PermuteMin() local 1286 nIdx1 = (sal_uIntPtr) ( double( rand() ) / RAND_MAX * nLevelObjCount ); in Impl_PermuteMin() 1287 while ( rObjList.GetObject( nIdx1 ) == NULL ) in Impl_PermuteMin() 1288 nIdx1 = (sal_uIntPtr) ( double( rand() ) / RAND_MAX * nLevelObjCount ); in Impl_PermuteMin() 1290 while ( nIdx1 == nIdx2 || nIdx2 == nLevelObjCount ) in Impl_PermuteMin() 1293 pSwapWin = rObjList.GetObject( nIdx1 ); in Impl_PermuteMin() 1298 pSwapWin->SetCalcPosPixel( pPosArray[ nIdx1 ] ); in Impl_PermuteMin() 1299 rObjList.Replace( pSwapWin, nIdx1 ); in Impl_PermuteMin() 1316 pSwapWin = rObjList.GetObject( nIdx1 ); in Impl_PermuteMin() 1321 pSwapWin->SetCalcPosPixel( pPosArray[ nIdx1 ] ); in Impl_PermuteMin() [all …]
|
/aoo4110/main/sw/inc/ |
H A D | docsh.hxx | 216 sal_uInt16& nIdx1, 221 virtual sal_Bool Remove(sal_uInt16 nIdx1,
|
/aoo4110/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()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 572 sal_Bool SwDocShell::Remove(sal_uInt16 nIdx1, // siehe Insert in Remove() argument 578 if (CONTENT_STYLE == nIdx1) in Remove() 626 bRet = SfxObjectShell::Remove( nIdx1, in Remove()
|
/aoo4110/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 53 milliseconds