Home
last modified time | relevance | path

Searched refs:Prev (Results 1 – 25 of 57) sorted by relevance

123

/trunk/main/tools/source/memtools/
H A Dunqidx.cxx357 p = Container::Prev(); in Last()
392 void* UniqueIndex::Prev() in Prev() function in UniqueIndex
397 p = Container::Prev(); in Prev()
519 pId = (ImpUniqueId *)Prev(); in Clear()
523 pId = (ImpUniqueId *)Prev(); in Clear()
H A Dtable.cxx374 Container::Prev(); in Last()
399 void* Table::Prev() in Prev() function in Table
402 void* p = Container::Prev(); in Prev()
405 Container::Prev(); in Prev()
/trunk/main/sw/source/core/text/
H A Ditrtxt.cxx139 const SwLineLayout *SwTxtIter::Prev() in Prev() function in SwTxtIter
243 const SwLineLayout *pMyPrev = Prev(); in PrevLine()
252 pMyPrev = Prev(); in PrevLine()
277 while( nStart > nChar && Prev() ) in CharToLine()
391 while( nY > y && Prev() ) in TwipsToLine()
H A Dfrmform.cxx1490 while( rLine.Prev() ) in _Format()
1541 sal_Bool bPrevDone = 0 != rLine.Prev(); in _Format()
1544 bPrevDone = 0 != rLine.Prev(); in _Format()
/trunk/main/tools/inc/tools/
H A Dunqidx.hxx70 void* Prev();
135 Type Prev() { return (Type)UniqueIndex::Prev(); } \
H A Dtable.hxx73 void* Prev();
136 Type Prev() { return (Type)Table::Prev(); } \
H A Dlist.hxx53 using Container::Prev;
128 Type Prev() { return (Type)List::Prev(); } \
H A Dref.hxx254 inline EntryName Prev();\
295 inline EntryName ClassName##MemberList::Prev()\
296 {return (EntryName)BaseList::Prev();}\
H A Dcontnr.hxx110 void* Prev();
/trunk/main/rsc/source/tools/
H A Drscdef.cxx760 pDep = Prev(); in Depend()
764 pDep = Prev(); in Depend()
820 pDep = Prev(); in RemoveDependFile()
959 pFile = Prev(); in ~RscFileTab()
/trunk/main/sot/source/sdstor/
H A Dstgdir.hxx129 StgDirEntry* Prev() { return (StgDirEntry*) StgAvlIterator::Prev(); } in Prev() function in StgIterator
H A Dstgavl.cxx424 return Prev(); in Last()
432 StgAvlNode* StgAvlIterator::Prev() in Prev() function in StgAvlIterator
H A Dstgavl.hxx72 StgAvlNode* Prev();
/trunk/main/sw/source/ui/utlui/
H A Dglbltree.cxx229 ImplShowTargetEmphasis( Prev(pEmphasisEntry), sal_False ); in ExecuteDrop()
316 ImplShowTargetEmphasis( Prev(pEmphasisEntry), sal_False ); in AcceptDrop()
345 ImplShowTargetEmphasis( Prev(pEmphasisEntry), sal_False ); in AcceptDrop()
353 ImplShowTargetEmphasis( Prev(pDropEntry), DND_ACTION_NONE != nRet ); in AcceptDrop()
476 SvLBoxEntry* pPrevEntry = pEntry ? Prev(pEntry) : 0; in GetEnableFlags()
/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx253 SvListEntry* Prev( SvListEntry* pEntry, sal_uInt16* pDepth=0 ) const;
491 Type Prev( SvListEntry* pEntry, sal_uInt16* pDepth=0 ) const \
492 { return (Type)SvTreeList::Prev(pEntry,pDepth); } \
H A Dsvlbox.hxx409 …SvLBoxEntry* Prev( SvLBoxEntry* pEntry, sal_uInt16* pDepth=0 ) const { return (SvLBoxEntry*)(pMode… in Prev() function in SvLBox
H A Dimap.hxx99 IMapObject* GetPrevIMapObject() { return (IMapObject*) maList.Prev(); } in GetPrevIMapObject()
/trunk/main/idl/source/cmptools/
H A Dlex.cxx197 pTok = aTokList.Prev(); in ~SvTokenStream()
214 SvToken * p = aTokList.Prev(); in FillTokenList()
/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx755 SvListEntry* SvTreeList::Prev( SvListEntry* pActEntry, sal_uInt16* pDepth ) const in Prev() function in SvTreeList
1207 pEntry = Prev( pEntry ); in PrevSelected()
1209 pEntry = Prev( pEntry ); in PrevSelected()
1229 pEntry = Prev( pEntry ); in LastSelected()
/trunk/main/sc/source/filter/inc/
H A Dftools.hxx450 …inline Type* Prev() const { return static_cast< Type* >( maList. in Prev() function in ScfDelList
H A Dexcscen.hxx83 inline ExcScenario* _Prev( void ) { return ( ExcScenario* ) List::Prev(); } in _Prev()
/trunk/main/svx/source/svdraw/
H A Dsvdmark.cxx398 SdrMark* pCmp = (SdrMark*)maList.Prev(); in ImpForceSort()
421 pCmp = (SdrMark*)maList.Prev(); in ImpForceSort()
H A Dsvddrag.cxx88 Prev()=aPnt; in NextPoint()
/trunk/main/sw/source/core/inc/
H A Dswcache.hxx202 SwCacheObj *Prev() { return pPrev; } in Prev() function in SwCacheObj
/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx1048 …for( pObj = (ImplBmpObj*) maBmpList.Last(); pObj && !bFound; pObj = (ImplBmpObj*) maBmpList.Prev()… in ImplAdd()
1067 …for( ImplBmpObj* pObj = (ImplBmpObj*) maBmpList.Last(); pObj; pObj = (ImplBmpObj*) maBmpList.Prev(… in ImplRemove()

Completed in 78 milliseconds

123