Home
last modified time | relevance | path

Searched refs:pLast (Results 1 – 25 of 87) sorted by last modified time

1234

/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx3321 Control* pLast = aControlList.Last(); in InsertItem() local
3324 if( pLast ) in InsertItem()
3326 aControlSize = pLast->GetSizePixel(); in InsertItem()
3327 aControlPos = pLast->GetPosPixel(); in InsertItem()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx991 for( SwTabFrm* pLast = aIter.First(); pLast; pLast = aIter.Next() ) in RestoreAttr() local
992 if( pLast->GetTable() == &rTbl ) in RestoreAttr()
994 pLast->InvalidateAll(); in RestoreAttr()
995 pLast->SetCompletePaint(); in RestoreAttr()
1145 for( SwFrm* pLast = aIter.First(); pLast; pLast = aIter.Next() ) in NewFrmFmt() local
1147 if( pTblLn ? ((SwRowFrm*)pLast)->GetTabLine() == pTblLn in NewFrmFmt()
1148 : ((SwCellFrm*)pLast)->GetTabBox() == pTblBx ) in NewFrmFmt()
1150 pLast->RegisterToFormat(*pFmt); in NewFrmFmt()
1151 pLast->InvalidateAll(); in NewFrmFmt()
1152 pLast->ReinitializeFrmSizeAttrFlags(); in NewFrmFmt()
[all …]
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx772 const Color *pLast = 0; in PaintLines() local
819 if ( !pLast || *pLast != *rLRect.GetColor() ) in PaintLines()
821 pLast = rLRect.GetColor(); in PaintLines()
828 pOut->SetFillColor( *pLast ); in PaintLines()
851 if ( !pLast || *pLast != *rLRect.GetColor() ) in PaintLines()
853 pLast = rLRect.GetColor(); in PaintLines()
862 pOut->SetFillColor( *pLast ); in PaintLines()
H A Dfrmtool.cxx2673 SwFrm* pLast; in RestoreCntnt() local
2703 pLast = pSav; in RestoreCntnt()
2710 pLast->pNext = pNxt; in RestoreCntnt()
2711 pNxt->pPrev = pLast; in RestoreCntnt()
3607 SwFrm* pLast = aIter.First(); in HasBeenDeleted() local
3608 while ( pLast ) in HasBeenDeleted()
3610 if ( pLast == mpFrm ) in HasBeenDeleted()
3612 pLast = aIter.Next(); in HasBeenDeleted()
H A Dtabfrm.cxx5700 const SwFrm* pLast = pFrm; in lcl_CalcHeightOfFirstContentLine() local
5704 pLast = pFrm; in lcl_CalcHeightOfFirstContentLine()
5712 if ( pLast && pLast->IsFlowFrm() && in lcl_CalcHeightOfFirstContentLine()
5713 ( !pLast->IsTxtFrm() || in lcl_CalcHeightOfFirstContentLine()
5714 !static_cast<const SwTxtFrm*>(pLast)->GetFollow() ) ) in lcl_CalcHeightOfFirstContentLine()
5717 … nReal += SwFlowFrm::CastFlowFrm(pLast)->CalcAddLowerSpaceAsLastInTableCell(); in lcl_CalcHeightOfFirstContentLine()
5726 nTmpHeight += SwFlowFrm::CastFlowFrm(pTmp)->CalcUpperSpace( NULL, pLast); in lcl_CalcHeightOfFirstContentLine()
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx1151 const SwLinePortion *pLast = rLineLayout.FindLastPortion(); in _GetCharRect() local
1152 if ( pLast->IsMultiPortion() ) in _GetCharRect()
1154 ASSERT( ((SwMultiPortion*)pLast)->IsBidi(), in _GetCharRect()
1156 pOrig->Pos().X() += pLast->Width() + in _GetCharRect()
1157 pLast->CalcSpacing( nSpaceAdd, aInf ); in _GetCharRect()
H A Dtxtfly.cxx443 const SwLinePortion *pLast = rInf.GetLast(); in CalcFlyWidth() local
459 nAscent = pLast->GetAscent(); in CalcFlyWidth()
460 nHeight = pLast->Height(); in CalcFlyWidth()
588 pFly->Height( pLast->Height() ); in CalcFlyWidth()
589 pFly->SetAscent( pLast->GetAscent() ); in CalcFlyWidth()
H A Dpormulti.cxx1688 SwLinePortion* pLast = pLine; in lcl_ExtractFieldFollow() local
1692 pLast = rpFld; in lcl_ExtractFieldFollow()
1701 pLast->SetPortion( NULL ); in lcl_ExtractFieldFollow()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1169 TextNode* pLast = mpDoc->GetNodes().GetObject( nLastNode ); in GetPaM() local
1170 return TextPaM( nLastNode, pLast->GetText().Len() ); in GetPaM()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx2930 _HTMLAttr *pLast = 0; in EndAttr() local
2938 pLast = *ppHead; in EndAttr()
2939 while( pLast && pLast->GetNext() != pAttr ) in EndAttr()
2940 pLast = pLast->GetNext(); in EndAttr()
3072 if( pLast ) in EndAttr()
3073 pLast->pNext = pNext; in EndAttr()
3097 _HTMLAttr *pLast = 0; in DeleteAttr() local
3105 pLast = *ppHead; in DeleteAttr()
3106 while( pLast && pLast->GetNext() != pAttr ) in DeleteAttr()
3107 pLast = pLast->GetNext(); in DeleteAttr()
[all …]
H A Dparcss1.cxx871 CSS1Selector *pRoot = 0, *pLast = 0; in ParseSelector() local
974 DBG_ASSERT( (pRoot!=0) == (pLast!=0), in ParseSelector()
976 if( pLast ) in ParseSelector()
977 pLast->SetNext( pNew ); in ParseSelector()
981 pLast = pNew; in ParseSelector()
1002 pLast->SetNext( new CSS1Selector(CSS1_SELTYPE_PSEUDO,aToken) ); in ParseSelector()
1040 CSS1Expression *pRoot = 0, *pLast = 0; in ParseDeclaration() local
1121 DBG_ASSERT( (pRoot!=0) == (pLast!=0), in ParseDeclaration()
1123 if( pLast ) in ParseDeclaration()
1124 pLast->SetNext( pNew ); in ParseDeclaration()
[all …]
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx576 Paragraph* pLast = pOwner->pParaList->GetParagraph( aParas.nEndPara ); in ImpGetSelectedParagraphs() local
577 if ( pOwner->pParaList->HasHiddenChilds( pLast ) ) in ImpGetSelectedParagraphs()
581 pOwner->pParaList->GetChildCount( pLast ) ); in ImpGetSelectedParagraphs()
/trunk/main/sw/source/ui/fldui/
H A Dchangedb.cxx169 SvLBoxEntry *pLast = 0; in FillDBPopup() local
175 pLast = Insert(sDBName); in FillDBPopup()
177 pFirst = pLast; in FillDBPopup()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp581 LPTSTR pLast = NULL; in GetNameValue() local
597 pLast = pChar; in GetNameValue()
599 *pLast = '\0'; in GetNameValue()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx271 PropertyHolder* pLast = maPropertyHolders[nSize - 2]; in Pop() local
277 pLast->setLineColor(pTip->getLineColor()); in Pop()
282 pLast->setFillColor(pTip->getFillColor()); in Pop()
287 pLast->setFont(pTip->getFont()); in Pop()
291 pLast->setTextColor(pTip->getTextColor()); in Pop()
297 pLast->setMapUnit(pTip->getMapUnit()); in Pop()
306 pLast->setRasterOp(pTip->getRasterOp()); in Pop()
317 Font aFont(pLast->getFont()); in Pop()
319 pLast->setFont(aFont); in Pop()
333 pLast->setLayoutMode(pTip->getLayoutMode()); in Pop()
[all …]
/trunk/main/sw/source/core/bastyp/
H A Dswcache.cxx66 SwCacheObj *pTmp = pLast; in Check()
111 pLast( 0 ), in SwCache()
207 pLast = pObj; in Flush()
255 if ( pObj == pLast ) in ToTop()
258 pLast = pObj->GetPrev(); in ToTop()
259 pLast->SetNext( 0 ); in ToTop()
378 if ( pLast == pObj ) in DeleteObj()
379 pLast = pLast->GetPrev(); in DeleteObj()
483 if ( pObj == pLast ) in Insert()
486 pLast->SetNext( 0 ); in Insert()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx989 HPBYTE pLast = pDIB + rSizePixel.Height() * nWidthAl - 1; in ImplDecodeRLEBuffer() local
1071 while( !bEndDecoding && ( pDIB <= pLast ) ); in ImplDecodeRLEBuffer()
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx1158 const sal_Char* pLast = pComment; in PSComment() local
1163 if( pComment - pLast > 1 ) in PSComment()
1166 WritePS( mpPageBody, pLast, pComment - pLast ); in PSComment()
1170 pLast = ++pComment; in PSComment()
/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx667 Point* pLast; in ImplPostProcess() local
675 pLast = &( aNewArr1[ 0 ] ); in ImplPostProcess()
676 pLast->X() = BACK_MAP( rArr[ 0 ].X() ); in ImplPostProcess()
677 pLast->Y() = BACK_MAP( rArr[ 0 ].Y() ); in ImplPostProcess()
685 if( nX != pLast->X() || nY != pLast->Y() ) in ImplPostProcess()
687 pLast = pLeast = &( aNewArr1[ nNewPos++ ] ); in ImplPostProcess()
697 pLast = &( aNewArr2[ 0 ] ); in ImplPostProcess()
698 *pLast = aNewArr1[ 0 ]; in ImplPostProcess()
704 if( pLeast->X() == pLast->X() ) in ImplPostProcess()
709 else if( pLeast->Y() == pLast->Y() ) in ImplPostProcess()
[all …]
/trunk/main/vcl/source/control/
H A Dilstbox.cxx2082 const ImplEntryType* pLast = mpEntryList->GetEntryPtr( nLastEntry ); in SetTopEntry() local
2083 …while( nTop > 0 && mpEntryList->GetAddedHeight( nLastEntry, nTop-1 ) + pLast->mnHeight <= nWHeight… in SetTopEntry()
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx637 HPBYTE pLast = pDIB + rSizePixel.Height() * nWidthAl - 1; in ImplDecodeRLEBuffer() local
719 while( !bEndDecoding && ( pDIB <= pLast ) ); in ImplDecodeRLEBuffer()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx706 ImpContent * pLast = pFirst; in LoadGlobalRes() local
709 while( pLast < pEnd && (pLast->nTypeAndId >> 32) == RSC_STRING ) in LoadGlobalRes()
710 ++pLast; in LoadGlobalRes()
713 --pLast; in LoadGlobalRes()
714 pStm->Seek( pLast->nOffset ); in LoadGlobalRes()
717 nSize = pLast->nOffset + aHdr.GetGlobOff() - nOffCorrection; in LoadGlobalRes()
/trunk/main/tools/source/fsys/
H A Durlobj.cxx2176 PrefixInfo const * pLast = aMap + sizeof aMap / sizeof (PrefixInfo) - 1; in getPrefix() local
2181 for (; pFirst < pLast; ++i) in getPrefix()
2191 while (pFirst <= pLast && sal_uChar(pFirst->m_pPrefix[i]) < nChar) in getPrefix()
2193 while (pFirst <= pLast && sal_uChar(pLast->m_pPrefix[i]) > nChar) in getPrefix()
2194 --pLast; in getPrefix()
2196 if (pFirst == pLast) in getPrefix()
/trunk/main/tools/source/debug/
H A Ddebug.cxx102 PBlock* pLast; member in PointerList
106 PointerList() { pFirst = NULL; pLast = NULL; nCount = 0; } in PointerList()
539 pLast = pFirst; in Add()
551 pBlock->pPrev = pLast; in Add()
553 pLast->pNext = pBlock; in Add()
554 pLast = pBlock; in Add()
593 if ( pBlock == pLast ) in Remove()
594 pLast = pBlock->pPrev; in Remove()
/trunk/main/sw/source/ui/utlui/
H A Dglbltree.cxx226 SvLBoxEntry* pLast = (SvLBoxEntry*)LastVisible(); in ExecuteDrop() local
232 else if(bLastEntryEmphasis && pLast) in ExecuteDrop()
234 ImplShowTargetEmphasis( pLast, sal_False); in ExecuteDrop()
311 SvLBoxEntry* pLast = (SvLBoxEntry*)LastVisible(); in AcceptDrop() local
319 else if(bLastEntryEmphasis && pLast) in AcceptDrop()
321 ImplShowTargetEmphasis( pLast, sal_False); in AcceptDrop()
346 else if(pLast && bLastEntryEmphasis && pDropEntry) in AcceptDrop()
348 ImplShowTargetEmphasis( pLast, sal_False); in AcceptDrop()
354 else if(pLast) in AcceptDrop()
356 ImplShowTargetEmphasis( pLast, DND_ACTION_NONE != nRet ); in AcceptDrop()
[all …]

Completed in 312 milliseconds

1234