Home
last modified time | relevance | path

Searched refs:GetKey (Results 1 – 25 of 45) sorted by relevance

12

/aoo42x/main/connectivity/source/drivers/dbase/
H A Ddindexnode.cxx196 if(rNode.GetKey() <= aSplitNode.GetKey()) in Insert()
210 while (++nPos < nCount && rNode.GetKey() > ((*this)[nPos]).GetKey()) ; in Insert()
262 aInnerNode.GetKey().ResetRecord(); in Insert()
486 aResultNode.GetKey()); in Split()
504 aResultNode.GetKey().ResetRecord(); in Split()
573 aParent->SearchAndReplace((*this)[nLastNode].GetKey(),(*this)[nCount-1].GetKey()); in Merge()
591 aParent->SearchAndReplace(aReplaceNode.GetKey(),(*this)[nCount-1].GetKey()); in Merge()
603 aParent->SearchAndReplace(aReplaceNode.GetKey(),(*this)[Count()-1].GetKey()); in Merge()
659 …aParent->SearchAndReplace((*aParent)[nParentNodePos-1].GetKey(),(*aParent)[nParentNodePos].GetKey(… in Merge()
947 ONDXKey& rKey = rNode.GetKey(); in PrintPage()
[all …]
H A DDIndexIter.cxx112 while (i < pPage->Count() && !m_pOperator->operate(&((*pPage)[i]).GetKey(),&rKey)) in GetFirstKey()
116 while (i < pPage->Count() && !aTempOp.operate(&((*pPage)[i]).GetKey(),&rKey)) in GetFirstKey()
134 pFoundKey = &(*pPage)[i].GetKey(); in GetFirstKey()
271 pKey = m_aCurLeaf.Is() ? &(*m_aCurLeaf)[m_nCurNode].GetKey() : NULL; in GetNotNull()
309 return m_aCurLeaf.Is() ? &(*m_aCurLeaf)[m_nCurNode].GetKey() : NULL; in GetNextKey()
H A DDNoException.cxx526 ONDXKey& rKey = rNode.GetKey(); in PrintPage()
572 if ((*this)[i].GetKey() == rSearch) in Search()
608 (*pPage)[nPos].GetKey() = rReplace; in SearchAndReplace()
/aoo42x/main/soltools/ldump/
H A Dhashtbl.cxx60 const char *GetKey() const in GetKey() function in HashItem
245 && !(strcmp( pItem->GetKey(), Key ))) in FindPos()
258 && (!strcmp( pItem->GetKey(), Key))) in FindPos()
278 && !( strcmp( pItem->GetKey(), Key )); in FindPos()
303 && ( !strcmp( pItem->GetKey(), Key ))) in Find()
321 && ( !strcmp( pItem->GetKey(), Key ))) in Delete()
378 Insert(pItem->GetKey(),pItem->GetObject()); in SmartGrow()
/aoo42x/main/tools/workben/
H A Dhashtbl.cxx61 String const& GetKey() const in GetKey() function in HashItem
292 && pItem->GetKey() == Key) in FindPos()
305 && pItem->GetKey() == Key) in FindPos()
325 && pItem->GetKey() == Key; in FindPos()
350 && pItem->GetKey() == Key) in Find()
368 && pItem->GetKey() == Key) in Delete()
425 Insert(pItem->GetKey(),pItem->GetObject()); in SmartGrow()
/aoo42x/main/sw/source/core/inc/
H A Ddocsort.hxx86 virtual String GetKey(sal_uInt16 nKey ) const = 0;
108 virtual String GetKey( sal_uInt16 nKey ) const;
122 virtual String GetKey( sal_uInt16 nKey ) const;
/aoo42x/main/tools/inc/tools/
H A Dtable.hxx58 sal_uIntPtr GetKey( const void* p ) const;
123 sal_uIntPtr GetKey( const Type p ) const \
124 { return Table::GetKey( (const void*)p ); } \
/aoo42x/main/sw/source/core/doc/
H A Ddocsort.cxx192 pOrig->GetKey( nKey ), pCmp->GetKey( nKey )); in operator <()
204 return StrToDouble( GetKey( nKey )); in GetValue()
228 String SwSortTxtElement::GetKey(sal_uInt16 nId) const in GetKey() function in SwSortTxtElement
274 String SwSortBoxElement::GetKey(sal_uInt16 nKey) const in GetKey() function in SwSortBoxElement
/aoo42x/main/svl/source/items/
H A Dmacitem.cxx209 if ( rOwn.GetKey(pOwnMac) != rOther.GetKey(pOtherMac) || in operator ==()
/aoo42x/main/tools/source/memtools/
H A Dtable.cxx231 sal_uIntPtr Table::GetKey( const void* p ) const in GetKey() function in Table
339 sal_uIntPtr nKey = GetKey( p ); in Seek()
/aoo42x/main/connectivity/source/inc/dbase/
H A Ddindexnode.hxx242 const ONDXKey& GetKey() const { return aKey;} in GetKey() function in connectivity::dbase::ONDXNode
243 ONDXKey& GetKey() { return aKey;} in GetKey() function in connectivity::dbase::ONDXNode
/aoo42x/main/svx/source/items/
H A Dhlnkitem.cxx302 if ( rOwn.GetKey(pOwnMac) != rOther.GetKey(pOtherMac) || in operator ==()
/aoo42x/main/sw/source/core/txtnode/
H A Dfmtatr2.cxx282 if ( rOwn.GetKey(pOwnMac) != rOther.GetKey(pOtherMac) || in operator ==()
/aoo42x/main/filter/source/msfilter/powerpoint/
H A Dppttoxml.cxx69 xDocStream->SetKey( xStg->GetKey() ); in filter()
/aoo42x/main/xmloff/source/chart/
H A DXMLChartStyleContext.cxx98 sal_Int32 nNumberFormat = pStyle->GetKey(); in lcl_NumberFormatStyleToProperty()
/aoo42x/main/svx/source/fmcomp/
H A Dgridcell.cxx1031 … fValue = xFormatter->convertStringToNumber(m_rColumn.GetKey(), _rxField->getString()); in GetValue()
1164 if (m_rColumn.GetParent().getNumberFormatter().is() && m_rColumn.GetKey()) in Init()
1165 …Parent().getNumberFormatter()->getNumberFormatsSupplier()->getNumberFormats(), m_rColumn.GetKey()); in Init()
1192 …dValue( _rxField, xFormatter, m_rColumn.GetParent().getNullDate(), m_rColumn.GetKey(), m_nKeyType); in GetFormatText()
2537 …Parent().getNumberFormatter()->getNumberFormatsSupplier()->getNumberFormats(), m_rColumn.GetKey()); in Init()
2555 …Value( _rxField, xFormatter, m_rColumn.GetParent().getNullDate(), m_rColumn.GetKey(), m_nKeyType ); in GetFormatText()
3160 sal_Int32 nFormatKey = m_rColumn.GetKey(); in Update()
/aoo42x/main/svtools/inc/svtools/
H A Dsvparser.hxx239 const String& GetKey (void) const { return m_aKey; } in GetKey() function in SvKeyValue
/aoo42x/main/sfx2/source/doc/
H A Dobjmisc.cxx1807 if( rKV.GetKey().CompareIgnoreCaseToAscii( "refresh" ) == COMPARE_EQUAL && rKV.GetValue().Len() ) in SetAttribute()
1830 else if( rKV.GetKey().CompareIgnoreCaseToAscii( "expires" ) == COMPARE_EQUAL ) in SetAttribute()
1844 else if( rKV.GetKey().CompareIgnoreCaseToAscii( "content-type" ) == COMPARE_EQUAL ) in SetAttribute()
/aoo42x/main/sc/inc/
H A Dvalidat.hxx141 sal_uInt32 GetKey() const { return nKey; } in GetKey() function in ScValidationData
H A Dconditio.hxx243 sal_uInt32 GetKey() const { return nKey; } in GetKey() function in ScConditionalFormat
/aoo42x/main/sd/source/filter/
H A Dsdpptwrp.cxx98 pDocStream->SetKey( pStorage->GetKey() ); in Import()
/aoo42x/main/xmloff/inc/xmloff/
H A Dxmlnumfi.hxx198 sal_Int32 GetKey();
/aoo42x/main/dbaccess/source/filter/xml/
H A DxmlStyleImport.cxx159 m_nNumberFormat = pStyle->GetKey(); in FillPropertySet()
/aoo42x/main/sot/inc/sot/
H A Dstorage.hxx163 const ByteString & GetKey() const { return m_aKey; } in GetKey() function in SotStorage
/aoo42x/main/sc/source/core/data/
H A Ddocumen4.cxx564 sal_uLong nKey = pForm->GetKey(); in AddCondFormat()
593 sal_uLong nKey = pData->GetKey(); in AddValidationEntry()

Completed in 124 milliseconds

12