Lines Matching refs:nIndex

98 	sal_uInt32 GetEntryFlags( sal_Int32 nIndex ) const  in GetEntryFlags()
100 …DBG_ASSERT( (nIndex >= 0) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invalid… in GetEntryFlags()
101 return aMapEntries[nIndex].nType & ~MID_FLAG_MASK; in GetEntryFlags()
105 sal_uInt32 GetEntryType( sal_Int32 nIndex, in GetEntryType() argument
108 …DBG_ASSERT( (nIndex >= 0) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invalid… in GetEntryType()
109 sal_uInt32 nType = aMapEntries[nIndex].nType; in GetEntryType()
116 sal_uInt16 GetEntryNameSpace( sal_Int32 nIndex ) const in GetEntryNameSpace()
118 …DBG_ASSERT( (nIndex >= 0) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invalid… in GetEntryNameSpace()
119 return aMapEntries[nIndex].nXMLNameSpace; in GetEntryNameSpace()
123 const ::rtl::OUString& GetEntryXMLName( sal_Int32 nIndex ) const in GetEntryXMLName()
125 …DBG_ASSERT( (nIndex >= 0) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invalid… in GetEntryXMLName()
126 return aMapEntries[nIndex].sXMLAttributeName; in GetEntryXMLName()
130 const ::rtl::OUString& GetEntryAPIName( sal_Int32 nIndex ) const in GetEntryAPIName()
132 …DBG_ASSERT( (nIndex >= 0) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invalid… in GetEntryAPIName()
133 return aMapEntries[nIndex].sAPIPropertyName; in GetEntryAPIName()
137 sal_Int16 GetEntryContextId( sal_Int32 nIndex ) const in GetEntryContextId()
139 …DBG_ASSERT( (nIndex >= -1) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invali… in GetEntryContextId()
140 return nIndex == -1 ? 0 : aMapEntries[nIndex].nContextId; in GetEntryContextId()
144 SvtSaveOptions::ODFDefaultVersion GetEarliestODFVersionForExport( sal_Int32 nIndex ) const in GetEarliestODFVersionForExport()
146 …DBG_ASSERT( (nIndex >= -1) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invali… in GetEarliestODFVersionForExport()
147 …return nIndex == -1 ? SvtSaveOptions::ODFVER_UNKNOWN : aMapEntries[nIndex].nEarliestODFVersionForE… in GetEarliestODFVersionForExport()
158 const XMLPropertyHandler* GetPropertyHandler( sal_Int32 nIndex ) const in GetPropertyHandler()
160 …DBG_ASSERT( (nIndex >= 0) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invalid… in GetPropertyHandler()
161 return aMapEntries[nIndex].pHdl; in GetPropertyHandler()
182 void RemoveEntry( sal_Int32 nIndex );