Lines Matching refs:nChild
163 sal_uLong nChild; in getAltLongDescText() local
164 GetEntryIndexes( nType, nChild, pEntry ); in getAltLongDescText()
335 sal_uLong nChild; in GetChildIndex() local
336 GetEntryIndexes( nRoot, nChild, pEntry ); in GetChildIndex()
337 return nChild; in GetChildIndex()
365 sal_uLong nChild; in IMPL_LINK() local
367 GetEntryIndexes( nType, nChild, pEntry ); in IMPL_LINK()
369 if( pEntry && (nType != SC_CONTENT_ROOT) && (nChild != SC_CONTENT_NOCHILD) ) in IMPL_LINK()
409 ScAddress aPos = GetNotePos( nChild ); in IMPL_LINK()
417 const ScAreaLink* pLink = GetLink( nChild ); in IMPL_LINK()
461 sal_uLong nChild; in KeyInput() local
462 GetEntryIndexes( nType, nChild, pEntry ); in KeyInput()
464 if( (nType != SC_CONTENT_ROOT) && (nChild == SC_CONTENT_NOCHILD) ) in KeyInput()
488 sal_uLong nChild; in KeyInput() local
490 GetEntryIndexes( nType, nChild, pEntry ); in KeyInput()
491 if( pEntry && (nType != SC_CONTENT_ROOT) && (nChild != SC_CONTENT_NOCHILD) ) in KeyInput()
1361 sal_uLong nChild; in DoDrag() local
1363 GetEntryIndexes( nType, nChild, pEntry ); in DoDrag()
1366 (nChild != SC_CONTENT_NOCHILD) && in DoDrag()
1739 sal_uLong nChild; in StoreSettings() local
1740 GetEntryIndexes( nRoot, nChild, GetCurEntry() ); in StoreSettings()
1742 pSettings->SetChildSelected( nChild ); in StoreSettings()