/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | dindexnode.cxx | 196 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 D | DIndexIter.cxx | 112 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 D | DNoException.cxx | 526 ONDXKey& rKey = rNode.GetKey(); in PrintPage() 572 if ((*this)[i].GetKey() == rSearch) in Search() 608 (*pPage)[nPos].GetKey() = rReplace; in SearchAndReplace()
|
/aoo41x/main/soltools/ldump/ |
H A D | hashtbl.cxx | 60 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()
|
/aoo41x/main/tools/workben/ |
H A D | hashtbl.cxx | 61 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()
|
/aoo41x/main/soldep/bootstrp/ |
H A D | hashtbl.cxx | 57 ByteString const& GetKey() const in GetKey() function in HashItem 288 && pItem->GetKey() == Key) in FindPos() 301 && pItem->GetKey() == Key) in FindPos() 321 && pItem->GetKey() == Key; in FindPos() 346 && pItem->GetKey() == Key) in Find() 364 && pItem->GetKey() == Key) in Delete() 421 Insert(pItem->GetKey(),pItem->GetObject()); in SmartGrow()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | docsort.hxx | 86 virtual String GetKey(sal_uInt16 nKey ) const = 0; 108 virtual String GetKey( sal_uInt16 nKey ) const; 122 virtual String GetKey( sal_uInt16 nKey ) const;
|
/aoo41x/main/tools/inc/tools/ |
H A D | table.hxx | 58 sal_uIntPtr GetKey( const void* p ) const; 123 sal_uIntPtr GetKey( const Type p ) const \ 124 { return Table::GetKey( (const void*)p ); } \
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docsort.cxx | 192 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
|
/aoo41x/main/tools/source/memtools/ |
H A D | table.cxx | 231 sal_uIntPtr Table::GetKey( const void* p ) const in GetKey() function in Table 339 sal_uIntPtr nKey = GetKey( p ); in Seek()
|
/aoo41x/main/svl/source/items/ |
H A D | macitem.cxx | 209 if ( rOwn.GetKey(pOwnMac) != rOther.GetKey(pOtherMac) || in operator ==()
|
/aoo41x/main/connectivity/source/inc/dbase/ |
H A D | dindexnode.hxx | 242 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
|
/aoo41x/main/svx/source/items/ |
H A D | hlnkitem.cxx | 302 if ( rOwn.GetKey(pOwnMac) != rOther.GetKey(pOtherMac) || in operator ==()
|
/aoo41x/main/filter/source/msfilter/powerpoint/ |
H A D | ppttoxml.cxx | 69 xDocStream->SetKey( xStg->GetKey() ); in filter()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | fmtatr2.cxx | 282 if ( rOwn.GetKey(pOwnMac) != rOther.GetKey(pOtherMac) || in operator ==()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | XMLChartStyleContext.cxx | 98 sal_Int32 nNumberFormat = pStyle->GetKey(); in lcl_NumberFormatStyleToProperty()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | svparser.hxx | 243 const String& GetKey (void) const { return m_aKey; } in GetKey() function in SvKeyValue
|
/aoo41x/main/sd/source/filter/ |
H A D | sdpptwrp.cxx | 98 pDocStream->SetKey( pStorage->GetKey() ); in Import()
|
/aoo41x/main/sc/inc/ |
H A D | validat.hxx | 141 sal_uInt32 GetKey() const { return nKey; } in GetKey() function in ScValidationData
|
H A D | conditio.hxx | 243 sal_uInt32 GetKey() const { return nKey; } in GetKey() function in ScConditionalFormat
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 1031 … 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()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | objmisc.cxx | 1799 if( rKV.GetKey().CompareIgnoreCaseToAscii( "refresh" ) == COMPARE_EQUAL && rKV.GetValue().Len() ) in SetAttribute() 1822 else if( rKV.GetKey().CompareIgnoreCaseToAscii( "expires" ) == COMPARE_EQUAL ) in SetAttribute() 1836 else if( rKV.GetKey().CompareIgnoreCaseToAscii( "content-type" ) == COMPARE_EQUAL ) in SetAttribute()
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | xmlnumfi.hxx | 198 sal_Int32 GetKey();
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlStyleImport.cxx | 159 m_nNumberFormat = pStyle->GetKey(); in FillPropertySet()
|
/aoo41x/main/sot/inc/sot/ |
H A D | storage.hxx | 163 const ByteString & GetKey() const { return m_aKey; } in GetKey() function in SotStorage
|