Home
last modified time | relevance | path

Searched refs:pElem1 (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sot/source/sdstor/
H A Dstgcache.cxx116 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 Dstgcache.hxx45 StgPage* pElem1; // top of ordered list member in StgCache
/trunk/main/svx/inc/svx/
H A Dsvdetc.hxx153 -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;
/trunk/main/svx/source/svdraw/
H A Dsvdmark.cxx56 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 Dsvdhdl.cxx1774 virtual int Compare(const void* pElem1, const void* pElem2) const;
1777 int ImpSdrHdlListSorter::Compare(const void* pElem1, const void* pElem2) const in Compare() argument
1779 SdrHdlKind eKind1=((SdrHdl*)pElem1)->GetKind(); in Compare()
1795 if (((SdrHdl*)pElem1)->IsPlusHdl()) n1=4; in Compare()
1800 SdrPageView* pPV1=((SdrHdl*)pElem1)->GetPageView(); in Compare()
1805 SdrObject* pObj1=((SdrHdl*)pElem1)->GetObj(); in Compare()
1809 sal_uInt32 nNum1=((SdrHdl*)pElem1)->GetObjHdlNum(); in Compare()
1814 … return (long)pElem1<(long)pElem2 ? -1 : 1; // Notloesung, um immer die gleiche Sortierung zu haben in Compare()
H A Dsvdetc.cxx300 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 41 milliseconds