Lines Matching refs:nIdx2
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()
370 sal_uInt16 nIdx2) in CanHaveChilds() argument
376 return INDEX_IGNORE == nIdx2 || !GetStyleSheetPool()? sal_False: sal_True; in CanHaveChilds()
396 sal_uInt16 nIdx2 ) in GetContent() argument
399 …ell::GetContent( rText, rClosedBitmap, rOpenedBitmap, BMP_COLOR_NORMAL, bCanDel, i, nIdx1, nIdx2 ); in GetContent()
543 sal_uInt16 &nIdx2, in Insert() argument
568 if (INDEX_IGNORE == nIdx2) in Insert()
570 nIdx2 = pMyPool->Count(); in Insert()
592 nIdx2 = nIdx1 = INDEX_IGNORE; in Insert()
599 pHisSheet->GetMask(), nIdx2); in Insert()
658 if( !bUsedOrUserDefined ) nIdx2 = nIdx1 = INDEX_IGNORE; in Insert()
696 sal_uInt16 nIdx2, in Remove() argument
708 SfxStyleSheetBase* pMySheet = (*pMyPool)[nIdx2]; in Remove()