Home
last modified time | relevance | path

Searched refs:GetNextKey (Results 1 – 11 of 11) sorted by relevance

/aoo4110/main/connectivity/source/drivers/dbase/
H A DDIndexIter.cxx82 ONDXKey* pKey = GetNextKey(); in Find()
171 while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,m_pOperand)) ; in GetCompare()
174 while ( ( ( pKey = GetNextKey() ) != NULL ) && pKey->getValue().isNull()) ; in GetCompare()
177 while ( ( pKey = GetNextKey() ) != NULL ) ; in GetCompare()
194 while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,m_pOperand)) in GetCompare()
200 if ( ( ( pKey = GetNextKey() ) == NULL ) || !m_pOperator->operate(pKey,m_pOperand)) in GetCompare()
208 pKey = GetNextKey(); in GetCompare()
231 while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,m_pOperand)) in GetLike()
251 if ( ( ( pKey = GetNextKey() ) == NULL ) || !pKey->getValue().isNull()) in GetNull()
274 pKey = GetNextKey(); in GetNotNull()
[all …]
/aoo4110/main/xmloff/source/meta/
H A Dxmlmetae.cxx356 key != USHRT_MAX; key = rNsMap.GetNextKey(key)) { in Export()
413 key != USHRT_MAX; key = rNsMap.GetNextKey(key)) { in startElement()
H A DMetaExportComponent.cxx159 nPos = GetNamespaceMap().GetNextKey( nPos ); in exportDoc()
/aoo4110/main/connectivity/source/inc/dbase/
H A DDIndexIter.hxx57 ONDXKey* GetNextKey();
/aoo4110/main/xmloff/source/xforms/
H A DXFormsBindContext.cxx183 nKeyIter = aMap.GetNextKey( nKeyIter ); in lcl_fillNamespaceContainer()
/aoo4110/main/xmloff/source/script/
H A Dxmlbasici.cxx105 nPos = rNamespaceMap.GetNextKey( nPos ); in StartElement()
/aoo4110/main/xmloff/inc/xmloff/
H A Dnmspmap.hxx146 sal_uInt16 GetNextKey( sal_uInt16 nOldKey ) const;
/aoo4110/main/xmloff/source/core/
H A DXMLEmbeddedObjectImportContext.cxx315 nPos = rNamespaceMap.GetNextKey( nPos ); in StartElement()
H A Dnmspmap.cxx373 sal_uInt16 SvXMLNamespaceMap::GetNextKey( sal_uInt16 nLastKey ) const in GetNextKey() function in SvXMLNamespaceMap
H A Dxmlexp.cxx1439 nPos = mpNamespaceMap->GetNextKey( nPos ); in exportDoc()
/aoo4110/main/svx/source/xml/
H A Dxmlxtexp.cxx298 nPos = GetNamespaceMap().GetNextKey( nPos ); in exportTable()

Completed in 67 milliseconds