Home
last modified time | relevance | path

Searched refs:pKey2 (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/sc/source/core/tool/
H A Dcollect.cxx297 sal_Bool ScSortedCollection::IsEqual(ScDataObject* pKey1, ScDataObject* pKey2) const in IsEqual()
299 return ( Compare(pKey1, pKey2) == 0 ); // Default: nur Index vergleichen in IsEqual()
311 short ScStrCollection::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare()
313 StringCompare eComp = ((StrData*)pKey1)->aStr.CompareTo(((StrData*)pKey2)->aStr); in Compare()
380 short TypedScStrCollection::Compare( ScDataObject* pKey1, ScDataObject* pKey2 ) const in Compare()
384 if ( pKey1 && pKey2 ) in Compare()
387 TypedStrData& rData2 = (TypedStrData&)*pKey2; in Compare()
H A Dcallform.cxx150 short FuncCollection::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare()
153 ((FuncData*)pKey1)->aInternalName, ((FuncData*)pKey2)->aInternalName ); in Compare()
190 virtual short Compare(ScDataObject* pKey1, ScDataObject* pKey2) const;
199 short ModuleCollection::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare()
202 ((ModuleData*)pKey1)->aName, ((ModuleData*)pKey2)->aName ); in Compare()
H A Drangenam.cxx752 short ScRangeName::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare()
755 sal_uInt16 i2 = ((ScRangeData*)pKey2)->GetIndex(); in Compare()
862 sal_Bool ScRangeName::IsEqual(ScDataObject* pKey1, ScDataObject* pKey2) const in IsEqual()
864 return *(ScRangeData*)pKey1 == *(ScRangeData*)pKey2; in IsEqual()
H A Ddbcolect.cxx711 short ScDBCollection::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare()
714 const String& rStr2 = ((ScDBData*)pKey2)->GetName(); in Compare()
720 sal_Bool ScDBCollection::IsEqual(ScDataObject* pKey1, ScDataObject* pKey2) const in IsEqual()
722 return *(ScDBData*)pKey1 == *(ScDBData*)pKey2; in IsEqual()
H A Dautoform.cxx1015 short ScAutoFormat::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare()
1020 ((ScAutoFormatData*)pKey2)->GetName(aStr2); in Compare()
/aoo4110/main/sc/inc/
H A Dcollect.hxx98 virtual short Compare(ScDataObject* pKey1, ScDataObject* pKey2) const = 0;
99 virtual sal_Bool IsEqual(ScDataObject* pKey1, ScDataObject* pKey2) const;
138 virtual short Compare(ScDataObject* pKey1, ScDataObject* pKey2) const;
190 virtual short Compare( ScDataObject* pKey1, ScDataObject* pKey2 ) const;
H A Drangenam.hxx201 virtual short Compare(ScDataObject* pKey1, ScDataObject* pKey2) const;
202 virtual sal_Bool IsEqual(ScDataObject* pKey1, ScDataObject* pKey2) const;
H A Ddbcolect.hxx218 virtual short Compare(ScDataObject* pKey1, ScDataObject* pKey2) const;
219 virtual sal_Bool IsEqual(ScDataObject* pKey1, ScDataObject* pKey2) const;
H A Dcallform.hxx106 virtual short Compare(ScDataObject* pKey1, ScDataObject* pKey2) const;
H A Dolinetab.hxx70 virtual short Compare(ScDataObject* pKey1, ScDataObject* pKey2) const;
H A Dautoform.hxx269 virtual short Compare( ScDataObject* pKey1, ScDataObject* pKey2 ) const;
/aoo4110/main/sw/source/core/unocore/
H A Dunoobj.cxx2877 SwSortKey* pKey2 = new SwSortKey; in ConvertSortProperties() local
2878 pKey2->nColumnId = USHRT_MAX; in ConvertSortProperties()
2879 pKey2->bIsNumeric = sal_True; in ConvertSortProperties()
2880 pKey2->eSortOrder = SRT_ASCENDING; in ConvertSortProperties()
2886 SwSortKey* aKeys[3] = {pKey1, pKey2, pKey3}; in ConvertSortProperties()
3096 if (pKey2->nColumnId != USHRT_MAX) in ConvertSortProperties()
3098 rSortOpt.aKeys.C40_INSERT(SwSortKey, pKey2, rSortOpt.aKeys.Count()); in ConvertSortProperties()
/aoo4110/main/sc/source/core/data/
H A Dolinetab.cxx117 short ScOutlineCollection::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare()
120 ((ScOutlineEntry*)pKey2)->GetStart() ); in Compare()

Completed in 83 milliseconds