Home
last modified time | relevance | path

Searched refs:pCurr (Results 1 – 25 of 40) sorted by last modified time

12

/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx450 if( nOfst != GetStart() || !pCurr->GetLen() ) in GetEndCharRect()
541 if( !pCurr->GetLen() && !pCurr->Width() ) in _GetCharRect()
561 long nSpaceAdd = pCurr->IsSpaceAdd() ? pCurr->GetLLSpaceAdd( 0 ) : 0; in _GetCharRect()
588 if ( pCurr->IsSpaceAdd() ) in _GetCharRect()
763 SwLineLayout* pOldCurr = pCurr; in _GetCharRect()
792 ChgSpaceAdd( pCurr, nSpaceAdd ); in _GetCharRect()
920 pCurr = pOldCurr; in _GetCharRect()
1326 long nSpaceAdd = pCurr->IsSpaceAdd() ? pCurr->GetLLSpaceAdd( 0 ) : 0; in GetCrsrOfst()
1333 if ( pCurr->IsSpaceAdd() || pKanaComp ) in GetCrsrOfst()
1344 if ( pCurr->IsSpaceAdd() ) in GetCrsrOfst()
[all …]
H A Dtxtfly.cxx134 pCurr->MaxAscentDescent( rTop, rBottom, nFlyAsc, nFlyDesc ); in CalcUnclipped()
285 SwLinePortion *pFirst = pCurr->GetFirstPortion(); in AlignFlyInCntBase()
397 rInf.SetLineNettoHeight( KSHORT( pCurr->Height() ) ); in ChkFlyUnderflow()
453 nAscent = pCurr->GetAscent(); in CalcFlyWidth()
463 if ( ! pCurr->GetRealHeight() ) in CalcFlyWidth()
466 if ( pCurr->GetRealHeight() > nHeight ) in CalcFlyWidth()
467 nTop += pCurr->GetRealHeight() - nHeight; in CalcFlyWidth()
470 nHeight = pCurr->GetRealHeight(); in CalcFlyWidth()
537 pCurr->SetDummy(sal_True); in CalcFlyWidth()
545 pCurr->SetForcedLeftMargin( sal_True ); in CalcFlyWidth()
[all …]
H A Dpormulti.cxx695 SwLineLayout *pCurr; in _Adjust() local
700 pCurr = &GetRoot(); in _Adjust()
752 pCurr->SetPortion( new SwTxtPortion( *pCurr ) ); in _Adjust()
785 pCurr = pCurr->GetNext(); in CalcRubyOffset()
786 if( !pCurr ) in CalcRubyOffset()
1918 pCurr->SetRealHeight( pCurr->Height() ); in BuildMultiPortion()
1934 pCurr = pCurr->GetNext(); in BuildMultiPortion()
1967 pCurr->SetRealHeight( pCurr->Height() ); in BuildMultiPortion()
2018 pCurr = pOldCurr; in BuildMultiPortion()
2365 pCurr = pTxtCursor->pCurr; in SwTxtCursorSave()
[all …]
H A Dtxtdrop.cxx664 GetInfo().SetpSpaceAdd( pCurr->GetpLLSpaceAdd() ); in PaintDropPortion()
666 GetInfo().SetKanaComp( pCurr->GetpKanaComp() ); in PaintDropPortion()
670 while( !pCurr->GetLen() && Next() ) in PaintDropPortion()
674 const SwLinePortion *pPor = pCurr->GetFirstPortion(); in PaintDropPortion()
H A Dtxttab.cxx240 if( pCurr->HasForcedLeftMargin() ) in NewTabPortion()
242 SwLinePortion* pPor = pCurr->GetPortion(); in NewTabPortion()
H A Dtxtftn.cxx869 KSHORT nOldHeight = pCurr->Height(); in NewFtnPortion()
871 nReal = pCurr->GetRealHeight(); in NewFtnPortion()
874 pCurr->SetRealHeight( nOldReal ); in NewFtnPortion()
875 pCurr->Height( nOldHeight ); in NewFtnPortion()
876 pCurr->SetAscent( nOldAscent ); in NewFtnPortion()
1133 if( GetRedln() && pCurr->HasRedline() ) in FormatQuoVadis()
1195 pPor = pCurr->FindLastPortion(); in FormatQuoVadis()
1219 if( !pCurr->GetLen() || in FormatQuoVadis()
1274 pCurr->Width( pCurr->Width() + KSHORT( nQuoWidth ) ); in FormatQuoVadis()
1279 CalcAdjustLine( pCurr ); in FormatQuoVadis()
[all …]
H A Dtxthyph.cxx168 SwLineLayout *pOldCurr = pCurr; in Hyphenate()
179 pCurr = pPara; in Hyphenate()
183 pCurr = new SwLineLayout(); in Hyphenate()
189 if( pCurr->PrtWidth() && pCurr->GetLen() ) in Hyphenate()
196 SwLinePortion *pPos = pCurr->GetPortion(); in Hyphenate()
227 delete pCurr; in Hyphenate()
228 pCurr = pOldCurr; in Hyphenate()
H A Ditrform2.hxx82 void CalcAdjustLine( SwLineLayout *pCurr );
106 void UpdatePos( SwLineLayout *pCurr, Point aStart, xub_StrLen nStartIdx,
H A Ditrpaint.cxx116 SwLinePortion *pPor = pCurr->GetFirstPortion(); in CalcPaintOfst()
124 if( nPaintOfst && pCurr->Width() ) in CalcPaintOfst()
178 GetInfo().SetpSpaceAdd( pCurr->GetpLLSpaceAdd() ); in DrawTextLine()
180 GetInfo().SetKanaComp( pCurr->GetpKanaComp() ); in DrawTextLine()
206 bPaintDrop = pPor == pCurr->GetFirstPortion() in DrawTextLine()
259 if( pCurr->IsClipping() ) in DrawTextLine()
309 sal_Bool bRest = pCurr->IsRest(); in DrawTextLine()
314 SwLinePortion* pEndTempl = pCurr->GetFirstPortion(); in DrawTextLine()
346 if( GetRedln() && pCurr->HasRedline() ) in DrawTextLine()
468 + AdjustBaseLine( *pCurr, &aEnd ) ); in DrawTextLine()
[all …]
H A Ditrtxt.cxx105 rAscent = pCurr->GetAscent() + rHeight - pCurr->Height(); in CalcAscentAndHeight()
117 if( pCurr == pLay ) in _GetPrev()
146 pCurr = pPrev; in Prev()
151 return pCurr; in Prev()
163 if(pCurr->GetNext()) in Next()
165 pPrev = pCurr; in Next()
169 if( pCurr->GetLen() || ( nLineNr>1 && !pCurr->IsDummy() ) ) in Next()
171 return pCurr = pCurr->GetNext(); in Next()
214 if( pRoot == pCurr ) in GetPrevLine()
393 return pCurr; in TwipsToLine()
[all …]
H A Ditrtxt.hxx45 SwLineLayout *pCurr; member in SwTxtIter
70 inline const SwLineLayout *GetNext() const { return pCurr->GetNext(); } in GetNext()
72 inline xub_StrLen GetLength() const { return pCurr->GetLen(); } in GetLength()
108 !( pCurr->IsDummy() && GetNextLine() ); } in IsFirstTxtLine()
112 { return pCurr == pInf->GetParaPortion(); } in IsParaLine()
161 inline SwTwips CurrWidth() const { return pCurr->PrtWidth(); } in CurrWidth()
210 void CalcFlyAdjust( SwLineLayout *pCurr );
227 SwTwips CalcKanaAdj( SwLineLayout *pCurr );
233 void CalcAdjLine( SwLineLayout *pCurr );
238 if( pCurr->IsFormatAdj() ) in GetAdjusted()
[all …]
H A Dporglue.cxx211 void SwMarginPortion::AdjustRight( const SwLineLayout *pCurr ) in AdjustRight() argument
214 sal_Bool bNoMove = 0 != pCurr->GetpKanaComp(); in AdjustRight()
H A Dporglue.hxx84 void AdjustRight( const SwLineLayout* pCurr );
H A Dpormulti.hxx137 virtual sal_Bool ChgSpaceAdd( SwLineLayout* pCurr, long nSpaceAdd ) const;
177 static void ResetSpaceAdd( SwLineLayout* pCurr );
187 virtual sal_Bool ChgSpaceAdd( SwLineLayout* pCurr, long nSpaceAdd ) const;
232 virtual sal_Bool ChgSpaceAdd( SwLineLayout* pCurr, long nSpaceAdd ) const;
240 SwLineLayout* pCurr; member in SwTxtCursorSave
H A Dfrminf.cxx41 const xub_StrLen nEnd = nTmpPos + pCurr->GetLen(); in GetTxtStart()
61 const xub_StrLen nEnd = nTmpPos + pCurr->GetLen(); in GetTxtEnd()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx82 SwPosition *pCurr; member in SwLinguIter
97 inline const SwPosition *GetCurr() const { return pCurr; } in GetCurr()
98 inline void SetCurr( SwPosition* pNew ){ delete pCurr; pCurr = pNew; } in SetCurr()
211 : pSh( 0 ), pStart( 0 ), pEnd( 0 ), pCurr( 0 ), pCurrX( 0 ) in SwLinguIter()
307 DELETEZ(pCurr); in _End()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx3073 const NfCurrencyEntry* pCurr = MatchSystemCurrency(); in GetCurrencyEntry() local
3074 return pCurr ? *pCurr : *(GetTheCurrencyTable()[0]); in GetCurrencyEntry()
/trunk/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx520 B2DPoint* pCurr(&maPoints[nStartIndex++]); in TrapezoidSubdivider() local
522 if(fTools::equal(pPrev->getY(), pCurr->getY(), fTools::getSmallValue())) in TrapezoidSubdivider()
525 if(!fTools::equal(pPrev->getX(), pCurr->getX(), fTools::getSmallValue())) in TrapezoidSubdivider()
528 aTrDeSimpleEdges.push_back(TrDeSimpleEdge(pPrev, pCurr)); in TrapezoidSubdivider()
530 const double fMiddle((pPrev->getY() + pCurr->getY()) * 0.5); in TrapezoidSubdivider()
532 pCurr->setY(fMiddle); in TrapezoidSubdivider()
539 maTrDeEdgeEntries.push_back(TrDeEdgeEntry(pPrev, pCurr, 0)); in TrapezoidSubdivider()
544 pPrev = pCurr; in TrapezoidSubdivider()
/trunk/main/cui/source/options/
H A Doptgdlg.cxx553 while( pCurr != pEnd ) in CanvasSettings()
566 ++pCurr; in CanvasSettings()
1312 const NfCurrencyEntry* pCurr = rCurrTab[j]; in OfaLanguagesTabPage() local
1313 String aStr_( pCurr->GetBankSymbol() ); in OfaLanguagesTabPage()
1315 aStr_ += pCurr->GetSymbol(); in OfaLanguagesTabPage()
1320 aCurrencyLB.SetEntryData( nPos, (void*) pCurr ); in OfaLanguagesTabPage()
1505 const NfCurrencyEntry* pCurr = (const NfCurrencyEntry*) in FillItemSet() local
1508 if ( pCurr ) in FillItemSet()
1510 pCurr->GetBankSymbol(), pCurr->GetLanguage() ); in FillItemSet()
1654 const NfCurrencyEntry* pCurr = NULL; in Reset() local
[all …]
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx197 const ScaFuncData* pCurr = Get( nIndex ); in Get() local
198 if( pCurr->Is( rProgrammaticName ) ) in Get()
202 return pCurr; in Get()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx575 ++pCurr; in CollectBoxSelection()
1260 pCurr = aBoxes.begin(); in lcl_SophisticatedFillLineIndices()
1267 ++pCurr; in lcl_SophisticatedFillLineIndices()
1272 bool bBefore = ( pCurr->first - pCurr->second < aLnOfs.first ); in lcl_SophisticatedFillLineIndices()
1275 pCurr->first = pCurr->first + aLnOfs.second; in lcl_SophisticatedFillLineIndices()
1279 pCurr->second = pCurr->second + aLnOfs.second; in lcl_SophisticatedFillLineIndices()
1291 ++pCurr; in lcl_SophisticatedFillLineIndices()
1443 nLast = *pCurr; in NewSplitRow()
1444 ++pCurr; in NewSplitRow()
1460 InsertSpannedRow( pDoc, pCurr->first, pCurr->second ); in NewSplitRow()
[all …]
/trunk/main/ucb/source/core/
H A Ducbprops.cxx392 const PropertyTableEntry* pCurr = &__aPropertyTable[ 0 ]; in getProperties() local
393 while ( pCurr->pName ) in getProperties()
407 rProp.Name = OUString::createFromAscii( pCurr->pName ); in getProperties()
408 rProp.Handle = pCurr->nHandle; in getProperties()
409 rProp.Type = pCurr->pGetCppuType(); in getProperties()
410 rProp.Attributes = pCurr->nAttributes; in getProperties()
413 pCurr++; in getProperties()
/trunk/main/sw/source/ui/utlui/
H A Dglbltree.cxx1292 const SfxObjectShell* pCurr = SfxObjectShell::GetFirst(); in OpenDoc() local
1293 while( !bFound && pCurr ) in OpenDoc()
1295 if(pCurr->GetMedium() && in OpenDoc()
1296 … String(pCurr->GetMedium()->GetURLObject().GetMainURL(INetURLObject::DECODE_TO_IURI)) == sFileName) in OpenDoc()
1299 SwGlobalTree::SetShowShell(pCurr); in OpenDoc()
1302 pCurr = 0; in OpenDoc()
1305 pCurr = SfxObjectShell::GetNext(*pCurr); in OpenDoc()
/trunk/main/sw/source/ui/config/
H A Duinums.cxx375 const SfxPoolItem *pCurr = aIter.GetCurItem(); in _SwNumFmtGlobal() local
378 aItems.Insert( pCurr->Clone(), aItems.Count() ); in _SwNumFmtGlobal()
381 pCurr = aIter.NextItem(); in _SwNumFmtGlobal()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx121 const SfxPoolItem *pItem, *pCurr = aIter.GetCurItem(); in IsEqualFly() local
124 if( SFX_ITEM_SET != aFlySet.GetItemState( pCurr->Which(), in IsEqualFly()
127 ( RES_ANCHOR == pCurr->Which() in IsEqualFly()
128 ? (ANCHOR(pCurr)->GetAnchorId() != ANCHOR(pItem)->GetAnchorId() || in IsEqualFly()
129 ANCHOR(pCurr)->GetPageNum() != ANCHOR(pItem)->GetPageNum()) in IsEqualFly()
130 : *pItem != *pCurr )) in IsEqualFly()
135 pCurr = aIter.NextItem(); in IsEqualFly()

Completed in 167 milliseconds

12