Home
last modified time | relevance | path

Searched refs:pLast (Results 26 – 50 of 87) sorted by relevance

1234

/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx960 const SwLinePortion* pLast = 0; in lcl_VisualMoveRecursion() local
966 pLast = pPor; in lcl_VisualMoveRecursion()
994 else if ( pLast && pLast->IsMultiPortion() && in lcl_VisualMoveRecursion()
995 ((SwMultiPortion*)pLast)->IsBidi() && nIdx == nPos ) in lcl_VisualMoveRecursion()
1001 nIdx = nIdx - pLast->GetLen(); in lcl_VisualMoveRecursion()
1002 pPor = pLast; in lcl_VisualMoveRecursion()
1044 else if ( pLast && pLast->IsMultiPortion() && in lcl_VisualMoveRecursion()
1047 nPos = nPos - pLast->GetLen(); in lcl_VisualMoveRecursion()
1053 nIdx = nIdx - pLast->GetLen(); in lcl_VisualMoveRecursion()
1054 pPor = pLast; in lcl_VisualMoveRecursion()
[all …]
H A Ditrpaint.cxx126 SwLinePortion *pLast = 0; in CalcPaintOfst() local
143 pLast = pPor; in CalcPaintOfst()
148 if( pLast && !pLast->Width() && pLast->IsPostItsPortion() ) in CalcPaintOfst()
150 pPor = pLast; in CalcPaintOfst()
H A Dporlay.cxx440 SwLinePortion *pLast = this; in CalcLine() local
465 delete pLast->Cut( pPos ); in CalcLine()
466 pPos = pLast->GetPortion(); in CalcLine()
481 pLast = pPos; in CalcLine()
586 pLast = pPos; in CalcLine()
2240 for( SwTxtFrm* pLast = aIter.First(); pLast; pLast = aIter.Next() ) in GetScriptInfo() local
2242 pScriptInfo = (SwScriptInfo*)pLast->GetScriptInfo(); in GetScriptInfo()
H A Ditrtxt.cxx247 const SwLineLayout *pLast = pMyPrev; in PrevLine() local
251 pLast = pMyPrev; in PrevLine()
254 return (SwLineLayout*)(pMyPrev ? pMyPrev : pLast); in PrevLine()
H A Ditradj.cxx576 SwLinePortion *pLast = pCurrent->FindLastPortion(); in CalcRightMargin() local
592 pLast->Append( pFly ); in CalcRightMargin()
593 pLast = pFly; in CalcRightMargin()
605 pLast->Append( pRight ); in CalcRightMargin()
/trunk/main/svl/source/items/
H A Dstylepool.cxx89 Node* nextItemSet( Node* pLast,
184 Node* Node::nextItemSet( Node* pLast, in nextItemSet() argument
192 if( pLast && pLast != this ) in nextItemSet()
194 aIter = std::find( mChildren.begin(), mChildren.end(), pLast ); in nextItemSet()
226 if( pLast && mpUpper ) in nextItemSet()
/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 …]
/trunk/main/sc/source/core/tool/
H A Daddinhelpid.cxx202 const ScUnoAddInHelpId* pLast = pCurrHelpIds + nArrayCount - 1; in GetHelpId() local
204 while( pFirst <= pLast ) in GetHelpId()
206 const ScUnoAddInHelpId* pMiddle = pFirst + (pLast - pFirst) / 2; in GetHelpId()
211 pLast = pMiddle - 1; in GetHelpId()
H A Dchgtrack.cxx2252 pLast = NULL; in Init()
2497 if ( !pLast ) in AppendLoaded()
2501 pLast->pNext = pAppend; in AppendLoaded()
2503 pLast = pAppend; in AppendLoaded()
2524 if ( !pLast ) in Append()
2530 pLast = pAppend; in Append()
3217 if ( pRemove == pLast ) in Remove()
3246 else if ( pLast ) in Remove()
3284 pLast->GetActionNumber() == j) ? pLast : GetAction( j ) ); in Undo()
4548 if ( !pLast ) in AppendCloned()
[all …]
/trunk/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx391 pLast = pBuffer + nBufSize - 1; in XclExpChTrTabIdBuffer()
400 pLast = pBuffer + nBufSize - 1; in XclExpChTrTabIdBuffer()
413 for( sal_uInt16* pElem = pBuffer; pElem <= pLast; pElem++ ) in InitFill()
428 for( sal_uInt16* pElem = pBuffer; pElem <= pLast; pElem++ ) in InitFillup()
442 DBG_ASSERT( pBuffer <= pLast, "XclExpChTrTabIdBuffer::Remove - buffer empty" ); in Remove()
444 while( (pElem <= pLast) && (*pElem != nLastId) ) in Remove()
446 while( pElem < pLast ) in Remove()
451 pLast--; in Remove()
/trunk/main/sw/source/core/docnode/
H A Dswbaslnk.cxx82 SwClient * pLast = aIter.GoStart(); in SV_IMPL_REF() local
83 if( pLast ) // konnte zum Anfang gesprungen werden ?? in SV_IMPL_REF()
86 if( (0 == n) ^ ( 0 != pLast->ISA( SwCntntFrm )) ) in SV_IMPL_REF()
87 pLast->ModifyNotification( &rItem, &rItem ); in SV_IMPL_REF()
88 } while( 0 != ( pLast = ++aIter )); in SV_IMPL_REF()
/trunk/main/sw/source/core/layout/
H A Dsectfrm.cxx503 SwFrm* pLast = Lower(); in MergeNext() local
505 if( pLast ) in MergeNext()
507 while( pLast->GetNext() ) in MergeNext()
508 pLast = pLast->GetNext(); in MergeNext()
509 if( pLast->IsColumnFrm() ) in MergeNext()
511 pLay = (SwLayoutFrm*)((SwLayoutFrm*)pLast)->Lower(); in MergeNext()
512 pLast = pLay->Lower(); in MergeNext()
513 if( pLast ) in MergeNext()
514 while( pLast->GetNext() ) in MergeNext()
515 pLast = pLast->GetNext(); in MergeNext()
[all …]
H A Datrfrm.cxx190 SwClient *pLast = aIter.GoStart(); in DelHFFormat() local
191 if( pLast ) in DelHFFormat()
2601 SwFrm * pLast = aIter.First(); in DelFrms() local
2602 if( pLast ) in DelFrms()
2604 pLast->Cut(); in DelFrms()
2605 delete pLast; in DelFrms()
2606 } while( 0 != ( pLast = aIter.Next() )); in DelFrms()
2783 SwFlyFrm * pLast = aIter.First(); in ~SwFlyFrmFmt() local
2784 if( pLast ) in ~SwFlyFrmFmt()
2786 delete pLast; in ~SwFlyFrmFmt()
[all …]
H A Dflowfrm.cxx157 SwFrm *pLast = ((SwSectionFrm*)pPre)->FindLastCntnt(); in CheckKeep() local
158 if( pLast && pLast->FindSctFrm() == pPre ) in CheckKeep()
159 pPre = pLast; in CheckKeep()
170 SwFrm *pLast = ((SwSectionFrm*)pTmp)->FindLastCntnt(); in CheckKeep() local
171 if( pLast && pLast->FindSctFrm() == pTmp ) in CheckKeep()
172 pTmp = pLast; in CheckKeep()
/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx583 pFirst = pLast = NULL; in SbxDimArray()
590 pFirst = pLast = NULL; in SbxDimArray()
625 pFirst = pLast = NULL; in Clear()
645 pFirst = pLast = p; in AddDimImpl32()
647 pLast->pNext = p, pLast = p; in AddDimImpl32()
/trunk/main/sd/source/filter/ppt/
H A Dpptatom.cxx106 const Atom* Atom::findNextChildAtom( sal_uInt16 nRecType, const Atom* pLast ) const in findNextChildAtom()
108 Atom* pChild = pLast != NULL ? pLast->mpNextAtom : mpFirstChild; in findNextChildAtom()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dexcept.cxx72 const sal_Char* pLast = pRTTI; in toUNOname() local
80 aRet += rRTTIname.copy( pLast - pOrg, pRTTI - pLast ); in toUNOname()
83 pLast = pRTTI; in toUNOname()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dexcept.cxx74 const sal_Char* pLast = pRTTI; in toUNOname() local
82 aRet += rRTTIname.copy( pLast - pOrg, pRTTI - pLast ); in toUNOname()
85 pLast = pRTTI; in toUNOname()
/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/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 …]
/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/sc/source/filter/excel/
H A Dexctools.cxx242 sal_uInt8* pLast; in SetLevelRange() local
247 pLast = &pLevel[ nL ]; in SetLevelRange()
251 while( pLevelCount <= pLast ) in SetLevelRange()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontriangulator.cxx269 EdgeEntry* pLast = mpList; in Triangulator() local
274 pLast->setNext(pEntry); in Triangulator()
275 pLast = pEntry; in Triangulator()
/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/svx/source/svdraw/
H A Dsvdmark.cxx501 SdrMark* pLast = GetMark(sal_uLong(nAnz - 1)); in InsertEntry() local
502 const SdrObject* pLastObj = pLast->GetMarkedSdrObj(); in InsertEntry()
510 pLast->SetCon1(sal_True); in InsertEntry()
513 pLast->SetCon2(sal_True); in InsertEntry()

Completed in 231 milliseconds

1234