Searched refs:pElem1 (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sot/source/sdstor/ |
H A D | stgcache.cxx | 116 pCur = pElem1 = NULL; in StgCache() 171 if( !pElem1 ) in Create() 175 StgPage* p = pElem1; in Create() 187 pElem1 = pElem; in Create() 229 pElem1 = NULL; in Clear() 309 StgPage* p = pElem1; in Commit() 320 } while( p != pElem1 ); in Commit() 324 p = pElem1; in Commit() 336 } while( p != pElem1 ); in Commit() 337 p = pElem1; in Commit() [all …]
|
H A D | stgcache.hxx | 45 StgPage* pElem1; // top of ordered list member in StgCache
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdetc.hxx | 153 -1 falls *pElem1<*pElem2 154 0 falls *pElem1=*pElem2 155 +1 falls *pElem1>*pElem2 157 virtual int Compare(const void* pElem1, const void* pElem2) const=0; 161 Is1stLessThan2nd(const void* pElem1, const void* pElem2) const;
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdmark.cxx | 56 virtual int Compare(const void* pElem1, const void* pElem2) const; 59 int ImpSdrUShortContSorter::Compare(const void* pElem1, const void* pElem2) const in Compare() argument 61 sal_uInt16 n1((sal_uInt16)((sal_uIntPtr)pElem1)); in Compare() 330 virtual int Compare(const void* pElem1, const void* pElem2) const; 333 int ImpSdrMarkListSorter::Compare(const void* pElem1, const void* pElem2) const in Compare() argument 335 SdrObject* pObj1 = ((SdrMark*)pElem1)->GetMarkedSdrObj(); in Compare()
|
H A D | svdhdl.cxx | 1763 virtual int Compare(const void* pElem1, const void* pElem2) const; 1766 int ImpSdrHdlListSorter::Compare(const void* pElem1, const void* pElem2) const in Compare() argument 1768 SdrHdlKind eKind1=((SdrHdl*)pElem1)->GetKind(); in Compare() 1784 if (((SdrHdl*)pElem1)->IsPlusHdl()) n1=4; in Compare() 1789 SdrPageView* pPV1=((SdrHdl*)pElem1)->GetPageView(); in Compare() 1794 SdrObject* pObj1=((SdrHdl*)pElem1)->GetObj(); in Compare() 1798 sal_uInt32 nNum1=((SdrHdl*)pElem1)->GetObjHdlNum(); in Compare() 1803 … return (long)pElem1<(long)pElem2 ? -1 : 1; // Notloesung, um immer die gleiche Sortierung zu haben in Compare()
|
H A D | svdetc.cxx | 300 virtual int Compare(const void* pElem1, const void* pElem2) const; 303 int ImpUShortContainerSorter::Compare(const void* pElem1, const void* pElem2) const in Compare() argument 305 sal_uInt16 n1=sal_uInt16(sal_uIntPtr(pElem1)); in Compare()
|
Completed in 94 milliseconds