Home
last modified time | relevance | path

Searched refs:nEntryIndex (Results 1 – 6 of 6) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dxmlprcon.cxx69 sal_Int32 nEntryIndex = aSetMapper->GetEntryIndex( nPrefix, rLocalName, in CreateChildContext() local
72 if( ( nEntryIndex != -1 ) && (-1 == mnEndIdx || nEntryIndex < mnEndIdx ) && in CreateChildContext()
73 ( 0 != ( aSetMapper->GetEntryFlags( nEntryIndex ) in CreateChildContext()
76 XMLPropertyState aProp( nEntryIndex ); in CreateChildContext()
/trunk/main/sd/source/ui/dlg/
H A Dpresent.cxx232 const sal_uInt32 nEntryIndex (maLBMonitor.GetEntryCount()-1); in InitMonitorSettings() local
233 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() local
248 maLBMonitor.SetEntryData(nEntryIndex, (void*)-1); in InitMonitorSettings()
250 nSelectedIndex = nEntryIndex; in InitMonitorSettings()
/trunk/main/sc/inc/
H A Ddbcolect.hxx202 sal_uInt16 nEntryIndex; // Zaehler fuer die eindeutigen Indizes member in ScDBCollection
208 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()
/trunk/main/oox/source/docprop/
H A Dooxmldocpropimport.cxx87 …for( sal_Int32 nEntryIndex = 0, nEntryLength = rEntries.getLength(); nEntryIndex < nEntryLength; +… in lclGetRelatedStreams() local
89 const StringPair& rEntry = rEntries[ nEntryIndex ]; in lclGetRelatedStreams()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx1087 sal_Int32 nEntryIndex = GetCellStylesPropertySetMapper()->FindEntryIndex( in ExportExternalRefCacheStyles() local
1090 if (nEntryIndex < 0) in ExportExternalRefCacheStyles()
1113 aProps.push_back(XMLPropertyState(nEntryIndex, aVal)); in ExportExternalRefCacheStyles()
1115 aProps.push_back(XMLPropertyState(nEntryIndex, aVal)); in ExportExternalRefCacheStyles()
/trunk/main/sc/source/core/tool/
H A Ddbcolect.cxx917 pData->SetIndex(nEntryIndex++); in Insert()

Completed in 50 milliseconds