Home
last modified time | relevance | path

Searched refs:pCurr (Results 1 – 25 of 40) sorted by relevance

12

/trunk/main/sw/source/core/text/
H A Ditrform2.cxx136 if ( pCurr ) in Insert()
142 pCurr = pLay; in Insert()
190 rInf.SetLast( pCurr ); in UnderFlow()
307 pPor = pCurr; in UnderFlow()
332 if( pPor == pCurr ) in InsertPortion()
393 if( !pCurr->GetAscent() && !pCurr->Height() ) in BuildPortions()
728 if( pCurr->GetPortion() && pCurr->GetPortion()->InNumberGrp() in BuildPortions()
1568 pCurr->Width(0); in FormatLine()
1746 if( !pCurr->IsDummy() || ( !pCurr->GetNext() && in CalcRealHeight()
1875 pCurr->Truncate(); in FormatReset()
[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 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 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 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 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 Ditradj.cxx60 nStart + pCurr->GetLen() >= GetInfo().GetTxt().Len(); in FormatBlock()
66 const SwLineLayout *pLay = pCurr->GetNext(); in FormatBlock()
85 CalcFlyAdjust( pCurr ); in FormatBlock()
86 pCurr->FinishSpaceAdd(); in FormatBlock()
111 CalcFlyAdjust( pCurr ); in FormatBlock()
112 pCurr->FinishSpaceAdd(); in FormatBlock()
120 CalcNewBlock( pCurr, pFly ); in FormatBlock()
765 const KSHORT nCurrWidth = pCurr->PrtWidth(); in CalcFlyPortion()
822 if( !pCurr->IsDummy() || NextLine() ) in CalcDropAdjust()
827 SwLinePortion *pPor = pCurr->GetFirstPortion(); in CalcDropAdjust()
[all …]
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 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.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
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontriangulator.cxx148 EdgeEntry* pCurr = mpList; in handleClosingEdge() local
151 while(pCurr in handleClosingEdge()
153 && *pCurr != aNew) in handleClosingEdge()
155 pPrev = pCurr; in handleClosingEdge()
156 pCurr = pCurr->getNext(); in handleClosingEdge()
159 if(pCurr && *pCurr == aNew) in handleClosingEdge()
168 mpList = pCurr->getNext(); in handleClosingEdge()
176 pCurr = mpList; in handleClosingEdge()
179 while(pCurr && *pCurr < *pNew) in handleClosingEdge()
181 pPrev = pCurr; in handleClosingEdge()
[all …]
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/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 …]
H A Dswtable.cxx1173 while( pCurr != rOldNew.end() && nBorder > pCurr->first ) in lcl_AdjustWidthsInLine()
1180 if( pCurr->second == pCurr->first ) in lcl_AdjustWidthsInLine()
1243 while( pCurr != rChanges.end() && pCurr->first < nPos ) in lcl_CalcNewWidths()
1250 ++pCurr; in lcl_CalcNewWidths()
1253 if( pCurr != rChanges.end() && pCurr->first <= nPos && in lcl_CalcNewWidths()
1254 pCurr->first != pCurr->second ) in lcl_CalcNewWidths()
1283 if( pCurr->second == pCurr->first ) in lcl_CalcNewWidths()
1299 ++pCurr; in lcl_CalcNewWidths()
1301 else if( pCurr->second > pCurr->first ) in lcl_CalcNewWidths()
1304 ++pCurr; in lcl_CalcNewWidths()
[all …]
/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/canvas/source/factory/
H A Dcf_service.cxx182 const OUString* pCurr = serviceNames.getConstArray(); in CanvasFactory() local
183 const OUString* const pEnd = pCurr + serviceNames.getLength(); in CanvasFactory()
184 while( pCurr != pEnd ) in CanvasFactory()
187 xHierarchicalNameAccess->getByHierarchicalName(*pCurr), in CanvasFactory()
194 … m_aAvailableImplementations.push_back( std::make_pair(*pCurr,implementationList) ); in CanvasFactory()
196 … m_aAcceleratedImplementations.push_back( std::make_pair(*pCurr,implementationList) ); in CanvasFactory()
198 m_aAAImplementations.push_back( std::make_pair(*pCurr,implementationList) ); in CanvasFactory()
201 ++pCurr; in CanvasFactory()
/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/svx/source/svdraw/
H A Dsvdedtv2.cxx885 ImpDistributeEntry* pCurr = aEntryList.GetObject(a); in DECLARE_LIST() local
887 sal_Int32 nDelta = (sal_Int32)(fStepStart + 0.5) - pCurr->mnPos; in DECLARE_LIST()
890 pCurr->mpObj->Move(Size(nDelta, 0)); in DECLARE_LIST()
905 ImpDistributeEntry* pCurr = aEntryList.GetObject(a); in DECLARE_LIST() local
906 sal_Int32 nDelta = (sal_Int32)(fStepStart + 0.5) - pCurr->mnPos; in DECLARE_LIST()
909 pCurr->mpObj->Move(Size(nDelta, 0)); in DECLARE_LIST()
976 ImpDistributeEntry* pCurr = aEntryList.GetObject(a); in DECLARE_LIST() local
978 sal_Int32 nDelta = (sal_Int32)(fStepStart + 0.5) - pCurr->mnPos; in DECLARE_LIST()
981 pCurr->mpObj->Move(Size(0, nDelta)); in DECLARE_LIST()
996 ImpDistributeEntry* pCurr = aEntryList.GetObject(a); in DECLARE_LIST() local
[all …]
/trunk/main/basegfx/test/
H A Dboxclipper.cxx208 for(B2DPoint* pCurr=aTmp.begin(); pCurr!=aTmp.end(); ++pCurr) in normalizePoly() local
210 if( ! pSmallest || compare(*pCurr, *pSmallest) ) in normalizePoly()
212 pSmallest=pCurr; in normalizePoly()
/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/canvas/inc/canvas/
H A Dverifyinput.hxx482 const SequenceContent* pCurr = rSequence.getConstArray(); in verifyInput() local
483 const SequenceContent* pEnd = pCurr + rSequence.getLength(); in verifyInput()
484 while( pCurr != pEnd ) in verifyInput()
485 verifyInput( *pCurr++, pStr, xIf, nArgPos ); in verifyInput()
/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()
/trunk/main/svl/source/numbers/
H A Dnumfmuno.cxx828 const NfCurrencyEntry* pCurr = pFormatter->GetCurrencyEntry( bBank, in getPropertyValue() local
830 if ( pCurr ) in getPropertyValue()
831 aRet <<= rtl::OUString( pCurr->GetBankSymbol() ); in getPropertyValue()
890 const NfCurrencyEntry* pCurr = pFormatter->GetCurrencyEntry( bBank, in getPropertyValues() local
892 if ( pCurr ) in getPropertyValues()
893 aAbb = pCurr->GetBankSymbol(); in getPropertyValues()
/trunk/main/sw/source/core/docnode/
H A Dswbaslnk.cxx307 CurrShell *pCurr = 0; in SetGrfFlySize() local
309 pCurr = new CurrShell( pSh ); in SetGrfFlySize()
381 delete pCurr; in SetGrfFlySize()

Completed in 226 milliseconds

12