Home
last modified time | relevance | path

Searched refs:pNext (Results 1 – 25 of 198) sorted by last modified time

12345678

/trunk/main/sw/source/filter/html/
H A Dparcss1.hxx105 CSS1Selector *pNext; // die nächste Komponente member in CSS1Selector
110 : eType(eTyp), aSelector( rSel ), pNext( 0 ) in CSS1Selector()
118 void SetNext( CSS1Selector *pNxt ) { pNext = pNxt; } in SetNext()
119 const CSS1Selector *GetNext() const { return pNext; } in GetNext()
138 CSS1Expression *pNext; // die nächste Komponente member
144 : cOp(cO), eType(eTyp), aValue(rVal), nValue(nVal), pNext(0) in CSS1Expression()
163 void SetNext( CSS1Expression *pNxt ) { pNext = pNxt; } in SetNext()
164 const CSS1Expression *GetNext() const { return pNext; } in GetNext()
170 cOp = cO; eType = eTyp; aValue = rVal; nValue = nVal; pNext = 0; in Set()
H A Dswhtml.hxx103 _HTMLAttr *pNext;// Attrs with different values still to be closed. Values member in _HTMLAttr
134 _HTMLAttr *GetNext() const { return pNext; } in GetNext()
135 void InsertNext( _HTMLAttr *pNxt ) { pNext = pNxt; } in InsertNext()
944 SwPendingStack* pNext; member
947 : nToken( nTkn ), pData( 0 ), pNext( pNxt ) in SwPendingStack()
H A Dswhtml.cxx3001 if( pNext ) in EndAttr()
3025 if( !pNext ) in EndAttr()
3059 if( pNext ) in EndAttr()
3073 pLast->pNext = pNext; in EndAttr()
3120 if( pNext ) in DeleteAttr()
3132 pLast->pNext = pNext; in DeleteAttr()
3224 if( pNext ) in SplitAttrTab()
5395 pNext( 0 ), in _HTMLAttr()
5412 pNext( 0 ), in _HTMLAttr()
5445 pNext = 0; in Reset()
[all …]
/trunk/main/autodoc/inc/cosv/tpl/
H A Dswelist.hxx46 : aObj(in_aObj), pNext(0) {} in SweListElement()
50 self * Next() const { return pNext; } in Next()
54 { pNext = i_pNext; } in SetNext()
57 self * pNext; member in csv::SweListElement
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx154 _SaveLine* pNext; member in _SaveLine
173 _SaveBox* pNext; member in _SaveBox
1182 : pNext( 0 ) in _SaveLine()
1185 pPrev->pNext = this; in _SaveLine()
1199 delete pNext; in ~_SaveLine()
1223 if( pNext ) in SaveCntntAttrs()
1252 if( pNext ) in CreateNew()
1263 pPrev->pNext = this; in _SaveBox()
1289 delete pNext; in ~_SaveBox()
1382 if( pNext ) in SaveCntntAttrs()
[all …]
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx974 SwLinePortion *pNext = pTmp->GetPortion(); in _GetCharRect() local
975 while( pNext && !pNext->InFldGrp() ) in _GetCharRect()
977 ASSERT( !pNext->GetLen(), "Where's my field follow?" ); in _GetCharRect()
978 nAddX = nAddX + pNext->Width(); in _GetCharRect()
979 pNext = pNext->GetPortion(); in _GetCharRect()
981 if( !pNext ) in _GetCharRect()
983 pTmp = (SwFldPortion*)pNext; in _GetCharRect()
H A Dtxtfly.cxx2125 const SwAnchoredObject* pNext = (*mpAnchoredObjList)[ nPos++ ]; in CalcRightMargin() local
2126 if ( pNext == mpCurrAnchoredObj ) in CalcRightMargin()
2128 eSurroundForTextWrap = _GetSurroundForTextWrap( pNext ); in CalcRightMargin()
2134 ( pNext, aLine, pCurrFrm, nFlyRight, sal_True ) ); in CalcRightMargin()
2220 const SwAnchoredObject* pNext = (*mpAnchoredObjList)[ nFlyPos ]; in CalcLeftMargin() local
2221 const SwRect aTmp( pNext->GetObjRectWithSpaces() ); in CalcLeftMargin()
2232 const SwAnchoredObject* pNext = (*mpAnchoredObjList)[ nFlyPos ]; in CalcLeftMargin() local
2233 if( pNext == mpCurrAnchoredObj ) in CalcLeftMargin()
2235 SwSurround eSurroundForTextWrap = _GetSurroundForTextWrap( pNext ); in CalcLeftMargin()
2241 ( pNext, aLine, pCurrFrm, nFlyLeft, sal_False ) ); in CalcLeftMargin()
H A Dpormulti.cxx1566 SwLinePortion *pNext = pPor->GetPortion(); in PaintMultiPortion() local
1567 if(GetInfo().OnWin() && pNext && !pNext->Width() ) in PaintMultiPortion()
1571 pNext->PrePaint( GetInfo(), pPor ); in PaintMultiPortion()
1603 if( pNext || !pPor->IsMarginPortion() ) in PaintMultiPortion()
1606 pPor = pNext; in PaintMultiPortion()
/trunk/main/editeng/source/editeng/
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 Dimpedit3.cxx2472 TextPortion* pNext = pParaPortion->GetTextPortions()[ nPortion ]; in RecalcTextPortion() local
2473 if ( pNext && !pNext->GetLen() ) in RecalcTextPortion()
2477 delete pNext; in RecalcTextPortion()
H A Dimpedit4.cxx534 SfxStyleSheet* pNext = pStyle; in WriteRTF() local
536 pNext = (SfxStyleSheet*)GetStyleSheetPool()->Find( pStyle->GetFollow(), pStyle->GetFamily() ); in WriteRTF()
538 DBG_ASSERT( pNext, "Naechsten nicht gefunden!" ); in WriteRTF()
540 nNumber = (sal_uInt16) getStylePos( GetStyleSheetPool()->GetStyles(), pNext ) + 1; in WriteRTF()
H A Deditundo.cxx377 EditUndoInsertChars* pNext = (EditUndoInsertChars*)pNextAction; in Merge() local
379 if ( aEPaM.nPara != pNext->aEPaM.nPara ) in Merge()
382 if ( ( aEPaM.nIndex + aText.Len() ) == pNext->aEPaM.nIndex ) in Merge()
384 aText += pNext->aText; in Merge()
H A Deditdoc.cxx1567 SfxStyleSheetBase* pNext = pStyle->GetPool().Find( aFollow, pStyle->GetFamily() ); in InsertParaBreak() local
1568 pNode->SetStyleSheet( (SfxStyleSheet*)pNext ); in InsertParaBreak()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1587 SdrObject* pNext = maPresentationShapeList.getNextShape(pObj); in SetAutoLayout() local
1615 pObj = pNext; in SetAutoLayout()
/trunk/main/sw/source/core/view/
H A Dvprint.cxx91 SwQueuedPaint *pNext; member in SwQueuedPaint
96 pNext( 0 ), in SwQueuedPaint()
121 while ( pPt->pSh != pNew && pPt->pNext ) in Add()
122 pPt = pPt->pNext; in Add()
131 pPt->pNext = pNQ; in Add()
158 pPt = pPt->pNext; in Repaint()
163 pQueue = pQueue->pNext; in Repaint()
180 pPt = pPt->pNext; in Remove()
185 pPrev->pNext = pPt->pNext; in Remove()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx408 SvLBoxEntry* pNext; in PageDown() local
409 pNext = (SvLBoxEntry*)(pView->NextVisible( pStartEntry, nRealDelta )); in PageDown()
410 if( (sal_uLong)pNext == (sal_uLong)pStartEntry ) in PageDown()
417 pStartEntry = pNext; in PageDown()
/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()
H A Dmsdffimp.cxx2982 pNext ( NULL ) in DffRecordList()
2985 pList->pNext = this; in DffRecordList()
2990 delete pNext; in ~DffRecordList()
3026 while ( pCList->pNext ) in Consume()
3027 pCList = pCList->pNext; in Consume()
3048 delete pNext, pNext = NULL; in Clear()
3082 else if ( pCList->pNext ) in Next()
3084 pCList = pCList->pNext; in Next()
3111 while ( pCList->pNext ) in Last()
3112 pCList = pCList->pNext; in Last()
/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/sc/source/ui/app/
H A Dinputhdl.cxx281 ScRangeFindData* pNext = pRangeFindList->GetObject( i ); in UpdateRange() local
282 pNext->nSelStart = (xub_StrLen)(pNext->nSelStart + nDiff); in UpdateRange()
283 pNext->nSelEnd = (xub_StrLen)(pNext->nSelEnd + nDiff); in UpdateRange()
/trunk/main/sc/source/core/data/
H A Dcell.cxx629 pNext(0), in ScFormulaCell()
659 pNext(0), in ScFormulaCell()
691 pNext(0), in ScFormulaCell()
733 pNext(0), in ScFormulaCell()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx161 Paragraph* pNext = pOwner->pParaList->GetParagraph( aSel.nEndPara+1 ); in PostKeyEvent() local
162 if( pNext && pNext->HasFlag(PARAFLAG_ISPAGE) ) in PostKeyEvent()
/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/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx405 const SdrObject* pNext = aIter.Next(); in Create3DObject() local
406 …sal_Bool bIsPlaceholderObject = (((XFillStyleItem&)pNext->GetMergedItem( XATTR_FILLSTYLE )).GetVal… in Create3DObject()
407 && (((XLineStyleItem&)pNext->GetMergedItem( XATTR_LINESTYLE )).GetValue() == XLINE_NONE ); in Create3DObject()
412 if ( pNext->ISA( SdrPathObj ) ) in Create3DObject()
414 const SfxItemSet& rSet = pNext->GetMergedItemSet(); in Create3DObject()
448 SdrObject* pNewObj = pNext->ConvertToContourObj(const_cast< SdrObject* >(pNext)); in Create3DObject()
488 aPolyPoly = ((SdrPathObj*)pNext)->GetPathPoly(); in Create3DObject()
493 SdrObject* pNewObj = pNext->ConvertToPolyObj( sal_False, sal_False ); in Create3DObject()
/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()

Completed in 394 milliseconds

12345678