Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dcollect.cxx297 sal_Bool ScSortedCollection::IsEqual(ScDataObject* pKey1, ScDataObject* pKey2) const in IsEqual() argument
299 return ( Compare(pKey1, pKey2) == 0 ); // Default: nur Index vergleichen in IsEqual()
311 short ScStrCollection::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare() argument
313 StringCompare eComp = ((StrData*)pKey1)->aStr.CompareTo(((StrData*)pKey2)->aStr); in Compare()
380 short TypedScStrCollection::Compare( ScDataObject* pKey1, ScDataObject* pKey2 ) const in Compare() argument
384 if ( pKey1 && pKey2 ) in Compare()
386 TypedStrData& rData1 = (TypedStrData&)*pKey1; in Compare()
H A Dcallform.cxx150 short FuncCollection::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare() argument
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() argument
202 ((ModuleData*)pKey1)->aName, ((ModuleData*)pKey2)->aName ); in Compare()
H A Drangenam.cxx752 short ScRangeName::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare() argument
754 sal_uInt16 i1 = ((ScRangeData*)pKey1)->GetIndex(); in Compare()
862 sal_Bool ScRangeName::IsEqual(ScDataObject* pKey1, ScDataObject* pKey2) const in IsEqual() argument
864 return *(ScRangeData*)pKey1 == *(ScRangeData*)pKey2; in IsEqual()
H A Ddbcolect.cxx711 short ScDBCollection::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare() argument
713 const String& rStr1 = ((ScDBData*)pKey1)->GetName(); in Compare()
720 sal_Bool ScDBCollection::IsEqual(ScDataObject* pKey1, ScDataObject* pKey2) const in IsEqual() argument
722 return *(ScDBData*)pKey1 == *(ScDBData*)pKey2; in IsEqual()
H A Dautoform.cxx1015 short ScAutoFormat::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare() argument
1019 ((ScAutoFormatData*)pKey1)->GetName(aStr1); in Compare()
/trunk/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;
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx2872 SwSortKey* pKey1 = new SwSortKey; in ConvertSortProperties() local
2873 pKey1->nColumnId = USHRT_MAX; in ConvertSortProperties()
2874 pKey1->bIsNumeric = sal_True; in ConvertSortProperties()
2875 pKey1->eSortOrder = SRT_ASCENDING; in ConvertSortProperties()
2886 SwSortKey* aKeys[3] = {pKey1, pKey2, pKey3}; in ConvertSortProperties()
3092 if (pKey1->nColumnId != USHRT_MAX) in ConvertSortProperties()
3094 rSortOpt.aKeys.C40_INSERT(SwSortKey, pKey1, rSortOpt.aKeys.Count()); in ConvertSortProperties()
/trunk/main/sc/source/core/data/
H A Dolinetab.cxx117 short ScOutlineCollection::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare() argument
119 return IntCompare( ((ScOutlineEntry*)pKey1)->GetStart(), in Compare()

Completed in 56 milliseconds