Lines Matching refs:nEntry
314 sal_uLong nEntry = 0; in GetEntryIndexes() local
320 rnChildIndex = nEntry; in GetEntryIndexes()
324 ++nEntry; in GetEntryIndexes()
1701 for( sal_uInt16 nEntry = 1; nEntry < SC_CONTENT_COUNT; ++nEntry ) in ApplySettings() local
1703 if( pRootNodes[ nEntry ] ) in ApplySettings()
1706 sal_Bool bExp = pSettings->IsExpanded( nEntry ); in ApplySettings()
1707 if( bExp != IsExpanded( pRootNodes[ nEntry ] ) ) in ApplySettings()
1710 Expand( pRootNodes[ nEntry ] ); in ApplySettings()
1712 Collapse( pRootNodes[ nEntry ] ); in ApplySettings()
1716 if( nRootSel == nEntry ) in ApplySettings()
1720 pEntry = GetEntry( pRootNodes[ nEntry ], nChildSel ); in ApplySettings()
1721 Select( pEntry ? pEntry : pRootNodes[ nEntry ] ); in ApplySettings()
1733 for( sal_uInt16 nEntry = 1; nEntry < SC_CONTENT_COUNT; ++nEntry ) in StoreSettings() local
1735 sal_Bool bExp = pRootNodes[ nEntry ] && IsExpanded( pRootNodes[ nEntry ] ); in StoreSettings()
1736 pSettings->SetExpanded( nEntry, bExp ); in StoreSettings()