/aoo4110/main/tools/source/memtools/ |
H A D | unqidx.cxx | 357 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 D | table.cxx | 374 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()
|
/aoo4110/main/sw/source/core/text/ |
H A D | itrtxt.cxx | 139 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 D | frmform.cxx | 1490 while( rLine.Prev() ) in _Format() 1541 sal_Bool bPrevDone = 0 != rLine.Prev(); in _Format() 1544 bPrevDone = 0 != rLine.Prev(); in _Format()
|
/aoo4110/main/tools/inc/tools/ |
H A D | unqidx.hxx | 70 void* Prev(); 135 Type Prev() { return (Type)UniqueIndex::Prev(); } \
|
H A D | table.hxx | 73 void* Prev(); 136 Type Prev() { return (Type)Table::Prev(); } \
|
H A D | list.hxx | 53 using Container::Prev; 128 Type Prev() { return (Type)List::Prev(); } \
|
H A D | ref.hxx | 254 inline EntryName Prev();\ 295 inline EntryName ClassName##MemberList::Prev()\ 296 {return (EntryName)BaseList::Prev();}\
|
H A D | contnr.hxx | 110 void* Prev();
|
/aoo4110/main/rsc/source/tools/ |
H A D | rscdef.cxx | 760 pDep = Prev(); in Depend() 764 pDep = Prev(); in Depend() 820 pDep = Prev(); in RemoveDependFile() 959 pFile = Prev(); in ~RscFileTab()
|
/aoo4110/main/sot/source/sdstor/ |
H A D | stgdir.hxx | 129 StgDirEntry* Prev() { return (StgDirEntry*) StgAvlIterator::Prev(); } in Prev() function in StgIterator
|
H A D | stgavl.cxx | 424 return Prev(); in Last() 432 StgAvlNode* StgAvlIterator::Prev() in Prev() function in StgAvlIterator
|
H A D | stgavl.hxx | 72 StgAvlNode* Prev();
|
/aoo4110/main/sw/source/ui/utlui/ |
H A D | glbltree.cxx | 229 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()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | treelist.hxx | 253 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 D | svlbox.hxx | 409 …SvLBoxEntry* Prev( SvLBoxEntry* pEntry, sal_uInt16* pDepth=0 ) const { return (SvLBoxEntry*)(pMode… in Prev() function in SvLBox
|
H A D | imap.hxx | 99 IMapObject* GetPrevIMapObject() { return (IMapObject*) maList.Prev(); } in GetPrevIMapObject()
|
/aoo4110/main/idl/source/cmptools/ |
H A D | lex.cxx | 197 pTok = aTokList.Prev(); in ~SvTokenStream() 214 SvToken * p = aTokList.Prev(); in FillTokenList()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | treelist.cxx | 755 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()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | ftools.hxx | 450 …inline Type* Prev() const { return static_cast< Type* >( maList.… in Prev() function in ScfDelList
|
H A D | excscen.hxx | 83 inline ExcScenario* _Prev( void ) { return ( ExcScenario* ) List::Prev(); } in _Prev()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdmark.cxx | 398 SdrMark* pCmp = (SdrMark*)maList.Prev(); in ImpForceSort() 421 pCmp = (SdrMark*)maList.Prev(); in ImpForceSort()
|
H A D | svddrag.cxx | 88 Prev()=aPnt; in NextPoint()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | swcache.hxx | 202 SwCacheObj *Prev() { return pPrev; } in Prev() function in SwCacheObj
|
/aoo4110/main/svx/inc/svx/ |
H A D | svddrag.hxx | 113 …Point& Prev() { return Pnt(GetPointAnz()-(GetPointAnz()>=2 ? 2:… in Prev() function in SdrDragStat
|