Searched refs:nIdx1 (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/sfx2/source/doc/ |
| H A D | objcont.cxx | 330 sal_uInt16 nIdx1, in GetContentCount() argument 333 switch(nIdx1) in GetContentCount() 360 void SfxObjectShell::TriggerHelpPI(sal_uInt16 nIdx1, sal_uInt16 nIdx2, sal_uInt16) in TriggerHelpPI() argument 362 if(nIdx1==CONTENT_STYLE && nIdx2 != INDEX_IGNORE) //StyleSheets in TriggerHelpPI() 369 sal_Bool SfxObjectShell::CanHaveChilds(sal_uInt16 nIdx1, in CanHaveChilds() argument 372 switch(nIdx1) { in CanHaveChilds() 395 sal_uInt16 nIdx1, in GetContent() argument 399 …ell::GetContent( rText, rClosedBitmap, rOpenedBitmap, BMP_COLOR_NORMAL, bCanDel, i, nIdx1, nIdx2 ); in GetContent() 410 sal_uInt16 nIdx1, in GetContent() argument 415 switch(nIdx1) in GetContent() [all …]
|
| /trunk/main/o3tl/qa/ |
| H A D | test-vector_pool.cxx | 41 std::ptrdiff_t nIdx1 = aPool.alloc(); in TEST_F() local 45 ASSERT_TRUE(nIdx1 < nIdx2) << "allocator idx order 1"; in TEST_F() 54 ASSERT_TRUE(nIdx1 < nIdx3) << "allocator idx order 1 after fragmentation"; in TEST_F() 62 std::ptrdiff_t nIdx1 = aPool.store(0); in TEST_F() local 63 ASSERT_TRUE(aPool.get(nIdx1) == 0) << "allocator value semantics 1"; in TEST_F()
|
| /trunk/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()
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | objsh.hxx | 547 sal_uInt16 nIdx1 = INDEX_IGNORE, 550 sal_uInt16 nIdx1, 557 sal_uInt16 nIdx1, 566 sal_uInt16 nIdx1, 570 sal_uInt16 nIdx1, sal_uInt16 nIdx2, sal_uInt16 nIdx3); 580 sal_uInt16 &nIdx1, 585 virtual sal_Bool Remove( sal_uInt16 nIdx1, 590 sal_uInt16 nIdx1,
|
| /trunk/main/sw/inc/ |
| H A D | docsh.hxx | 225 sal_uInt16& nIdx1, 230 virtual sal_Bool Remove(sal_uInt16 nIdx1,
|
| /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 | 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()
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | docsh.hxx | 210 … sal_uInt16 &nIdx1, sal_uInt16 &nIdx2, sal_uInt16 &nIdx3, sal_uInt16 &rIdxDeleted );
|