Home
last modified time | relevance | path

Searched refs:Next (Results 76 – 100 of 733) sorted by relevance

12345678910>>...30

/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx1992 pEntry = Next(pEntry); in HasContentChanged()
2060 pEntry = Next(pEntry); in HasContentChanged()
2099 pChild = Next(pChild); in HasContentChanged()
2108 pChild = Next(pRemove); in HasContentChanged()
2129 pEntry = Next(pEntry); in HasContentChanged()
2163 pEntry = Next(pEntry); in FindActiveTypeAndRemoveUserData()
2298 pEntry = Next(pEntry); in ExecCommand()
2305 pEntry = Next(pEntry); in ExecCommand()
2325 pEntry = Next(pEntry); in ExecCommand()
2520 SvLBoxEntry* pNext = Next(pTarget); in NotifyMoving()
[all …]
/trunk/main/svtools/source/control/
H A Dtabbar.cxx441 pItem = mpItemList->Next(); in ~TabBar()
571 pItem = mpItemList->Next(); in ImplCalcWidth()
619 pItem = mpItemList->Next(); in ImplFormat()
1105 pItem = mpItemList->Next(); in Paint()
1727 pItem = mpItemList->Next(); in Clear()
1839 pItem = mpItemList->Next(); in GetPagePos()
1855 pItem = mpItemList->Next(); in GetPageId()
2086 pItem = mpItemList->Next(); in SelectPageRange()
2108 pItem = mpItemList->Next(); in GetSelectPage()
2125 pItem = mpItemList->Next(); in GetSelectPageCount()
[all …]
/trunk/main/sw/source/core/text/
H A Dfrminf.cxx254 while( aLine.Next() ); in GetSpaces()
288 if( !aLine.Next() ) in GetFirstIndent()
292 while( aLine.Next() ) in GetFirstIndent()
334 if( aLine.Next() ) in GetBigIndent()
H A Dfrmpaint.cxx357 if( !aLine.Next() ) in PaintExtraData()
375 if( !aLine.Next() ) in PaintExtraData()
403 } while( aLine.Next() && aLine.Y() <= nBottom ); in PaintExtraData()
713 while ( aLine.Y() < GetMinPrtLine() && aLine.Next() ) in Paint()
730 } while( aLine.Next() && aLine.Y() <= nBottom ); in Paint()
/trunk/main/idl/source/prj/
H A Ddatabase.cxx76 pStr = aIdFileList.Next(); in ~SvIdlDataBase()
324 pIdFile = aIdFileList.Next(); in ReadIdFile()
463 pType = rList.Next(); in FindType()
471 pType = aTypeList.Next(); in FindType()
531 pType = rList.Next(); in ReadKnownType()
905 pEntry = aList.Next(); in WriteSvIdl()
/trunk/main/sc/source/filter/inc/
H A Dxcl97rec.hxx43 XclObj* Next() { return (XclObj*) List::Next(); } in Next() function in XclExpObjList
350 inline ExcEScenarioCell* _Next() { return (ExcEScenarioCell*) List::Next(); } in _Next()
375 inline ExcEScenario* _Next() { return (ExcEScenario*) List::Next(); } in _Next()
H A Deeparser.hxx102 pI; pI = pImageList->Next() ) in ~ScEEParseEntry()
142 ScEEParseEntry* Next() const { return pList->Next(); } in Next() function in ScEEParser
/trunk/main/sc/source/ui/view/
H A Ddrawvie4.cxx88 SdrObject* pSubObj = aIter.Next(); in lcl_CheckOle()
97 pSubObj = aIter.Next(); in lcl_CheckOle()
111 SdrObject* pObject = aIter.Next();
134 pObject = aIter.Next();
/trunk/main/sd/source/ui/unoidl/
H A Dunowcntr.cxx69 pRef = mpList->Next(); in insert()
98 pRef = mpList->Next(); in findRef()
118 pRef = mpList->Next(); in dispose()
/trunk/main/tools/inc/tools/
H A Dref.hxx164 { pEntry->AddRef(); pEntry = Next(); } \
176 { pEntry->AddRef(); pEntry = rList.Next(); } \
253 inline EntryName Next();\
293 inline EntryName ClassName##MemberList::Next()\
294 {return (EntryName)BaseList::Next();}\
H A Dunqidx.hxx69 void* Next();
134 Type Next() { return (Type)UniqueIndex::Next(); } \
H A Dtable.hxx72 void* Next();
135 Type Next() { return (Type)Table::Next(); } \
H A Dlist.hxx52 using Container::Next;
127 Type Next() { return (Type)List::Next(); } \
/trunk/main/formula/source/core/api/
H A Dtoken.cxx447 FormulaToken* FormulaTokenArray::Next() in Next() function in formula::FormulaTokenArray
878 for ( FormulaToken *pCur = pCode->First(); pCur; pCur = pCode->Next() )
1066 for ( FormulaToken *pCur = First(); pCur; pCur = Next() ) in NeedsPofRewrite()
1093 for ( FormulaToken *pCur = First(); pCur; pCur = Next() ) in RewriteMissingToPof()
1255 return Next(); in First()
1258 const FormulaToken* FormulaTokenIterator::Next() in Next() function in formula::FormulaTokenIterator
1264 t = Next(); in Next()
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx572 const String* Next();
587 return Next(); in First()
590 const String* ScStringTokenIterator::Next() in Next() function in __anonca31307a0111::ScStringTokenIterator
603 return (mbSkipEmpty && pString && !pString->Len()) ? Next() : pString; in Next()
825 for( const String* pString = aIt.First(); pString && aIt.Ok(); pString = aIt.Next() ) in FillSelectionList()
877 for( const String* pString = aIt.First(); pString && aIt.Ok(); pString = aIt.Next() ) in IsListValid()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx147 ImpLabel* ImplNext() { return (ImpLabel*) Next(); } in ImplNext()
218 for( void* pAct = First(); pAct; pAct = Next() ) in GDIMetaFile()
253 for( void* pAct = First(); pAct; pAct = Next() ) in operator =()
345 for( void* pAct = First(); pAct; pAct = Next() ) in Clear()
429 pAction = (MetaAction*) Next(); in Play()
466 pAction = (MetaAction*) Next(); in Play()
608 Next(); in WindNext()
816 for( MetaAction* pAct = (MetaAction*) First(); pAct; pAct = (MetaAction*) Next() ) in Move()
1256 pAction = (MetaAction*) Next(); in Rotate()
1291 pAction = (MetaAction*) Next(); in Rotate()
[all …]
/trunk/main/vcl/source/window/
H A Dstatus.cxx200 pItem = mpItemList->Next(); in ~StatusBar()
291 pItem = mpItemList->Next(); in ImplFormat()
344 pItem = mpItemList->Next(); in ImplFormat()
763 pItem = mpItemList->Next(); in MouseButtonDown()
976 pItem = mpItemList->Next(); in DataChanged()
1156 pItem = mpItemList->Next(); in CopyItems()
1186 pItem = mpItemList->Next(); in Clear()
1227 pItem = mpItemList->Next(); in GetItemPos()
/trunk/main/sd/source/ui/view/
H A DOutlinerIterator.cxx631 pIterator->maPosition.mxObject.reset(pIterator->mpObjectIterator->Next()); in Clone()
661 maPosition.mxObject.reset(mpObjectIterator->Next()); in GotoNextText()
675 maPosition.mxObject.reset(mpObjectIterator->Next()); in GotoNextText()
734 maPosition.mxObject.reset( mpObjectIterator->Next() ); in SetPage()
767 maPosition.mxObject.reset(mpObjectIterator->Next()); in Reverse()
/trunk/main/sc/inc/
H A Dfuncdesc.hxx118 const ScFuncDesc* Next() in Next() function in ScFunctionList
119 { return (const ScFuncDesc*) aFunctionList.Next(); } in Next()
161 const ScFuncDesc* Next() const;
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx387 pTest = (String*)mpLayoutsToTransfer->Next(); in operator ()()
580 pLayout = (String*)pLayoutsToTransfer->Next(); in InsertBookmarkAsPage()
901 pExchangeList->Next(); in InsertBookmarkAsPage()
1165 pExchangeList->Next(); in InsertBookmarkAsObject()
1784 pHisSheet = (SfxStyleSheet*) pSourceStyleSheetPool->Next(); in SetMasterPage()
1820 pRData = (StyleReplaceData*) pReplList->Next(); in SetMasterPage()
1930 pPage = (SdPage*)pPageList->Next(); in SetMasterPage()
1973 pReplData = (StyleReplaceData*)pReplList->Next(); in SetMasterPage()
2095 pPage = (SdPage*)pPageList->Next(); in SetMasterPage()
/trunk/main/sc/source/ui/miscdlgs/
H A Dacredlin.cxx399 pRangeEntry=aRangeList.Next(); in IsValidAction()
525 pRangeEntry=aRangeList.Next(); in InsertChangeAction()
595 pRangeEntry=aRangeList.Next(); in InsertFilteredAction()
724 pRangeEntry=aRangeList.Next(); in InsertChangeActionContent()
1300 pCChild=(const ScChangeActionContent*)pActionTable->Next(); in InsertContentChilds()
1325 pCChild=(const ScChangeActionContent*)pActionTable->Next(); in InsertContentChilds()
1407 pChild=pActionTable->Next(); in InsertChilds()
1449 pChild=pActionTable->Next(); in InsertDeletedChilds()
1730 pNextEntry=pTheView->Next(pLastEntry); in UpdateEntrys()
1745 pNextEntry = pTheView->Next(pEntry); in UpdateEntrys()
/trunk/main/svl/source/items/
H A Dstyle.cxx513 SfxStyleSheetBase* SfxStyleSheetIterator::Next() in Next() function in SfxStyleSheetIterator
789 SfxStyleSheetBase* SfxStyleSheetBasePool::Next() in Next() function in SfxStyleSheetBasePool
791 return GetIterator_Impl().Next(); in Next()
871 for( SfxStyleSheetBase* p = First(); p; p = Next() ) in ChangeParent()
1102 for( SfxStyleSheetBase* p = First(); p; p = Next() ) in Store()
1135 for( SfxStyleSheetBase* p = First(); p; p = Next() ) in Store()
1179 for( SfxStyleSheetBase* p = First(); p; p = Next() ) in Store()
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx157 for ( pE = mpParser->First(); pE; pE = mpParser->Next() ) in WriteToDocument()
441 for ( pE = mpParser->First(); pE; pE = mpParser->Next() ) in WriteToDocument()
468 for ( ScHTMLImage* pI = pIL->First(); pI; pI = pIL->Next() ) in GraphicSize()
545 for ( ScHTMLImage* pI = pIL->First(); pI; pI = pIL->Next() ) in InsertGraphic()
612 for ( ScEEParseEntry* pE = pList->First(); pE; pE = pList->Next() ) in ~ScEEParser()
/trunk/main/sc/source/filter/excel/
H A Dfrmbase.cxx42 p = ( ScRange* ) Next(); in ~_ScRangeList()
188 const ScRange* _ScRangeListTabs::Next( void ) in Next() function in _ScRangeListTabs
191 return pAct->Next(); in Next()
/trunk/main/sw/source/core/inc/
H A Dswcache.hxx141 inline SwCacheObj *Next( SwCacheObj *pCacheObj);
201 SwCacheObj *Next() { return pNext; } in Next() function in SwCacheObj
263 inline SwCacheObj *SwCache::Next( SwCacheObj *pCacheObj) in Next() function in SwCache

Completed in 292 milliseconds

12345678910>>...30