Home
last modified time | relevance | path

Searched refs:pNext (Results 176 – 198 of 198) sorted by relevance

12345678

/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx1439 pStack = p->pNext; in PopTokenArray()
1846 p->pNext = pStack; in PushTokenArray()
/trunk/main/automation/source/server/
H A Dstatemnt.hxx281 StatementList *pNext; member in StatementList
H A Dstatemnt.cxx1540 if ( pNext ) // Befehle warten auf Ausf�hrung in DisplayHID()
/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx2867 String *pNext = (*m_pImpl->m_pNextFrmNames)[i]; in ConnectFrameChains() local
2868 if( OUString(*pNext) == rFrmName ) in ConnectFrameChains()
2880 delete pNext; in ConnectFrameChains()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx413 ControlChain_Impl( Window* pControl, ControlChain_Impl* pNext );
422 ControlChain_Impl* pNext in ControlChain_Impl() argument
425 _pNext( pNext ), in ControlChain_Impl()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx4075 SwTxtFmtColl* pNext = aTxtCollTbl.Get( nStyleNo ); in MakeStyle() local
4076 if( !pNext ) // noch nicht vorhanden, also anlegen in MakeStyle()
4080 pNext = pMkStyle in MakeStyle()
4084 pColl->SetNextTxtFmtColl( *pNext ); in MakeStyle()
/trunk/main/sw/source/ui/wrtsh/
H A Dselect.cxx301 ModeStack *pTmp = pModeStack->pNext; in PopMode()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx1068 ImpFilterLibCacheEntry* pNext = pEntry->mpNext; in ~ImpFilterLibCache() local
1070 pEntry = pNext; in ~ImpFilterLibCache()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx329 DffRecordList* pNext; member
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2472 TextPortion* pNext = pParaPortion->GetTextPortions()[ nPortion ]; in RecalcTextPortion() local
2473 if ( pNext && !pNext->GetLen() ) in RecalcTextPortion()
2477 delete pNext; in RecalcTextPortion()
H A Dimpedit2.cxx2478 ContentNode* pNext = GetNextVisNode( aCurPos.GetNode() ); in DeleteLeftOrRight() local
2479 if ( pNext ) in DeleteLeftOrRight()
2480 aDelEnd = EditPaM( pNext, pNext->Len() ); in DeleteLeftOrRight()
H A Deditdoc.cxx1567 SfxStyleSheetBase* pNext = pStyle->GetPool().Find( aFollow, pStyle->GetFamily() ); in InsertParaBreak() local
1568 pNode->SetStyleSheet( (SfxStyleSheet*)pNext ); in InsertParaBreak()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx67 SalIcon* pTmp = pIcon->pNext; in ImplFreeSalGDI()
/trunk/main/vcl/source/window/
H A Dwinproc.cxx1566 Window* pNext = pSaveBackWin->ImplGetWindowImpl()->mpOverlapData->mpNextBackWin; in ImplHandlePaint() local
1571 pSaveBackWin = pNext; in ImplHandlePaint()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1587 SdrObject* pNext = maPresentationShapeList.getNextShape(pObj); in SetAutoLayout() local
1615 pObj = pNext; in SetAutoLayout()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx2586 UCBStorageElement_Impl* pNext = m_aChildrenList.Next(); local
2598 pInnerElement = pNext;
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx331 SfxFrame *pNext = aIter.NextFrame( *pChild ); in ExecReload_Impl() local
338 pChild = pNext; in ExecReload_Impl()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx2967 if (const SwFrmFmt *pNext = rFmt.GetChain().GetNext()) in WriteTxtFlyFrame() local
2969 sal_uInt16 nPos = FindPos(*pNext, rObj.mnHdFtIndex, rPVec); in WriteTxtFlyFrame()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx1046 pSectFrm->GetPrev()->pNext = pTmp; in SwClearDummies()
/trunk/main/basic/source/classes/
H A Dsb.cxx1431 p = p->pNext; in Stop()
/trunk/main/sw/source/core/layout/
H A Dsectfrm.cxx2351 ASSERT( !pNext && IsInSct(), "Why?" ); in _GetIndNext()
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx686 SwPendingStack* pTmp = pPendStack->pNext; in SetPendingControlSize()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7290 PPTCharPropSet* pNext = (PPTCharPropSet*)aCharPropList.GetObject( nIdx + 1 ); in PPTTextObj() local
7291 if ( pNext->mnParagraph > pCurrent->mnParagraph ) in PPTTextObj()

Completed in 312 milliseconds

12345678