Searched refs:nEntryIndex (Results 1 – 6 of 6) sorted by relevance
69 sal_Int32 nEntryIndex = aSetMapper->GetEntryIndex( nPrefix, rLocalName, in CreateChildContext() local72 if( ( nEntryIndex != -1 ) && (-1 == mnEndIdx || nEntryIndex < mnEndIdx ) && in CreateChildContext()73 ( 0 != ( aSetMapper->GetEntryFlags( nEntryIndex ) in CreateChildContext()76 XMLPropertyState aProp( nEntryIndex ); in CreateChildContext()
232 const sal_uInt32 nEntryIndex (maLBMonitor.GetEntryCount()-1); in InitMonitorSettings() local233 maLBMonitor.SetEntryData(nEntryIndex, (void*)nDisplay); in InitMonitorSettings()237 nSelectedIndex = nEntryIndex; in InitMonitorSettings()241 nDefaultDisplayIndex = nEntryIndex; in InitMonitorSettings()247 const sal_uInt32 nEntryIndex (maLBMonitor.GetEntryCount()-1); in InitMonitorSettings() local248 maLBMonitor.SetEntryData(nEntryIndex, (void*)-1); in InitMonitorSettings()250 nSelectedIndex = nEntryIndex; in InitMonitorSettings()
202 sal_uInt16 nEntryIndex; // Zaehler fuer die eindeutigen Indizes member in ScDBCollection208 nEntryIndex ( SC_START_INDEX_DB_COLL ) // oberhalb der Namen in ScDBCollection()213 nEntryIndex ( rScDBCollection.nEntryIndex) in ScDBCollection()239 sal_uInt16 GetEntryIndex() { return nEntryIndex; } in GetEntryIndex()240 void SetEntryIndex(sal_uInt16 nInd) { nEntryIndex = nInd; } in SetEntryIndex()
87 …for( sal_Int32 nEntryIndex = 0, nEntryLength = rEntries.getLength(); nEntryIndex < nEntryLength; +… in lclGetRelatedStreams() local89 const StringPair& rEntry = rEntries[ nEntryIndex ]; in lclGetRelatedStreams()
1087 sal_Int32 nEntryIndex = GetCellStylesPropertySetMapper()->FindEntryIndex( in ExportExternalRefCacheStyles() local1090 if (nEntryIndex < 0) in ExportExternalRefCacheStyles()1113 aProps.push_back(XMLPropertyState(nEntryIndex, aVal)); in ExportExternalRefCacheStyles()1115 aProps.push_back(XMLPropertyState(nEntryIndex, aVal)); in ExportExternalRefCacheStyles()
917 pData->SetIndex(nEntryIndex++); in Insert()
Completed in 56 milliseconds