Searched refs:pKey1 (Results 1 – 13 of 13) sorted by relevance
/trunk/main/sc/source/core/tool/ |
H A D | collect.cxx | 297 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 D | callform.cxx | 150 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 D | rangenam.cxx | 752 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 D | dbcolect.cxx | 711 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 D | autoform.cxx | 1015 short ScAutoFormat::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare() argument 1019 ((ScAutoFormatData*)pKey1)->GetName(aStr1); in Compare()
|
/trunk/main/sc/inc/ |
H A D | collect.hxx | 98 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 D | rangenam.hxx | 201 virtual short Compare(ScDataObject* pKey1, ScDataObject* pKey2) const; 202 virtual sal_Bool IsEqual(ScDataObject* pKey1, ScDataObject* pKey2) const;
|
H A D | dbcolect.hxx | 218 virtual short Compare(ScDataObject* pKey1, ScDataObject* pKey2) const; 219 virtual sal_Bool IsEqual(ScDataObject* pKey1, ScDataObject* pKey2) const;
|
H A D | callform.hxx | 106 virtual short Compare(ScDataObject* pKey1, ScDataObject* pKey2) const;
|
H A D | olinetab.hxx | 70 virtual short Compare(ScDataObject* pKey1, ScDataObject* pKey2) const;
|
H A D | autoform.hxx | 269 virtual short Compare( ScDataObject* pKey1, ScDataObject* pKey2 ) const;
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoobj.cxx | 2872 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 D | olinetab.cxx | 117 short ScOutlineCollection::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare() argument 119 return IntCompare( ((ScOutlineEntry*)pKey1)->GetStart(), in Compare()
|
Completed in 69 milliseconds