Lines Matching refs:nIndex

501 	for ( sal_uInt16 nIndex = 0; nIndex < nCount; nIndex++ )  in StartAllListeners()  local
503 ((ScChartListener*) pItems[ nIndex ])->StartListeningTo(); in StartAllListeners()
512 sal_uInt16 nIndex; in ChangeListening() local
513 if ( Search( &aCLSearcher, nIndex ) ) in ChangeListening()
515 pCL = (ScChartListener*) pItems[ nIndex ]; in ChangeListening()
532 for ( sal_uInt16 nIndex = nCount; nIndex-- >0; ) in FreeUnused() local
534 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in FreeUnused()
551 for ( sal_uInt16 nIndex = nCount; nIndex-- >0; ) in FreeUno() local
553 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in FreeUno()
583 for ( sal_uInt16 nIndex = 0; nIndex < nCount; nIndex++ ) in UpdateDirtyCharts() local
585 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in UpdateDirtyCharts()
596 for ( sal_uInt16 nIndex = 0; nIndex < nCount; nIndex++ ) in SetDirty() local
598 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in SetDirty()
609 for ( sal_uInt16 nIndex = 0; nIndex < nCount; nIndex++ ) in SetDiffDirty() local
611 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in SetDiffDirty()
643 for ( sal_uInt16 nIndex = 0; nIndex < nCount; nIndex++ ) in SetRangeDirty() local
645 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in SetRangeDirty()
668 for ( sal_uInt16 nIndex = 0; nIndex < nCount; nIndex++ ) in UpdateScheduledSeriesRanges() local
670 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in UpdateScheduledSeriesRanges()
679 for ( sal_uInt16 nIndex = 0; nIndex < nCount; nIndex++ ) in UpdateChartsContainingTab() local
681 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in UpdateChartsContainingTab()
693 for ( sal_uInt16 nIndex = 0; nIndex < nCount; nIndex++ ) in operator ==() local
695 if ( *((ScChartListener*) pItems[ nIndex ]) != in operator ==()
696 *((ScChartListener*) r.pItems[ nIndex ]) ) in operator ==()