| /aoo4110/main/sw/source/core/text/ | 
| H A D | itrform2.cxx | 136 	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 D | itrtxt.cxx | 105     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 D | itrcrsr.cxx | 446 	if( nOfst != GetStart() || !pCurr->GetLen() )  in GetEndCharRect()537 	if( !pCurr->GetLen() && !pCurr->Width() )  in _GetCharRect()
 557         long nSpaceAdd = pCurr->IsSpaceAdd() ? pCurr->GetLLSpaceAdd( 0 ) : 0;  in _GetCharRect()
 584                 if ( pCurr->IsSpaceAdd() )  in _GetCharRect()
 759 						SwLineLayout* pOldCurr = pCurr;  in _GetCharRect()
 788 												ChgSpaceAdd( pCurr, nSpaceAdd );  in _GetCharRect()
 916                         pCurr = pOldCurr;  in _GetCharRect()
 1322     long nSpaceAdd = pCurr->IsSpaceAdd() ? pCurr->GetLLSpaceAdd( 0 ) : 0;  in GetCrsrOfst()
 1329     if ( pCurr->IsSpaceAdd() || pKanaComp )  in GetCrsrOfst()
 1340             if ( pCurr->IsSpaceAdd() )  in GetCrsrOfst()
 [all …]
 
 | 
| H A D | pormulti.cxx | 695 	SwLineLayout *pCurr;  in _Adjust()  local700 		pCurr = &GetRoot();  in _Adjust()
 752 			pCurr->SetPortion( new SwTxtPortion( *pCurr ) );  in _Adjust()
 785 		pCurr = pCurr->GetNext();  in CalcRubyOffset()
 786 		if( !pCurr )  in CalcRubyOffset()
 1919         pCurr->SetRealHeight( pCurr->Height() );  in BuildMultiPortion()
 1935             pCurr = pCurr->GetNext();  in BuildMultiPortion()
 1968 			pCurr->SetRealHeight( pCurr->Height() );  in BuildMultiPortion()
 2019 	pCurr = pOldCurr;  in BuildMultiPortion()
 2366 	pCurr = pTxtCursor->pCurr;  in SwTxtCursorSave()
 [all …]
 
 | 
| H A D | itrtxt.hxx | 45 	SwLineLayout *pCurr;  member in SwTxtIter70 	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 D | itrpaint.cxx | 116 	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 D | itradj.cxx | 60 		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 D | txtftn.cxx | 869 		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 D | txthyph.cxx | 168 	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 D | pormulti.hxx | 137     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 D | txtfly.cxx | 134     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 …]
 
 | 
| /aoo4110/main/basegfx/source/polygon/ | 
| H A D | b2dpolygontriangulator.cxx | 148 			EdgeEntry* pCurr = mpList;  in handleClosingEdge()  local151 			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 D | b2dtrapezoid.cxx | 520 								B2DPoint* pCurr(&maPoints[nStartIndex++]);  in TrapezoidSubdivider()  local522 								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()
 
 | 
| /aoo4110/main/sw/source/core/table/ | 
| H A D | swnewtable.cxx | 575             ++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 D | swtable.cxx | 1107             while( pCurr != rOldNew.end() && nBorder > pCurr->first )  in lcl_AdjustWidthsInLine()1114                     if( pCurr->second == pCurr->first )  in lcl_AdjustWidthsInLine()
 1177         while( pCurr != rChanges.end() && pCurr->first < nPos )  in lcl_CalcNewWidths()
 1184             ++pCurr;  in lcl_CalcNewWidths()
 1187         if( pCurr != rChanges.end() && pCurr->first <= nPos &&  in lcl_CalcNewWidths()
 1188             pCurr->first != pCurr->second )  in lcl_CalcNewWidths()
 1217         if( pCurr->second == pCurr->first )  in lcl_CalcNewWidths()
 1233             ++pCurr;  in lcl_CalcNewWidths()
 1235         else if( pCurr->second > pCurr->first )  in lcl_CalcNewWidths()
 1238             ++pCurr;  in lcl_CalcNewWidths()
 [all …]
 
 | 
| /aoo4110/main/cui/source/options/ | 
| H A D | optgdlg.cxx | 553         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 …]
 
 | 
| /aoo4110/main/canvas/source/factory/ | 
| H A D | cf_service.cxx | 182         const OUString* pCurr = serviceNames.getConstArray();  in CanvasFactory()  local183         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()
 
 | 
| /aoo4110/main/ucb/source/core/ | 
| H A D | ucbprops.cxx | 392 		const PropertyTableEntry* pCurr = &__aPropertyTable[ 0 ];  in getProperties()  local393 		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()
 
 | 
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | svdedtv2.cxx | 885 							ImpDistributeEntry* pCurr = aEntryList.GetObject(a);  in DECLARE_LIST()  local887 							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 …]
 
 | 
| /aoo4110/main/basegfx/test/ | 
| H A D | boxclipper.cxx | 208             for(B2DPoint* pCurr=aTmp.begin(); pCurr!=aTmp.end(); ++pCurr)  in normalizePoly()  local210                 if( ! pSmallest || compare(*pCurr, *pSmallest) )  in normalizePoly()
 212                     pSmallest=pCurr;  in normalizePoly()
 
 | 
| /aoo4110/main/sw/source/ui/utlui/ | 
| H A D | glbltree.cxx | 1291 	const SfxObjectShell* pCurr = SfxObjectShell::GetFirst();  in OpenDoc()  local1292 	while( !bFound && pCurr )  in OpenDoc()
 1294 		if(pCurr->GetMedium() &&  in OpenDoc()
 1295 …	String(pCurr->GetMedium()->GetURLObject().GetMainURL(INetURLObject::DECODE_TO_IURI)) == sFileName)  in OpenDoc()
 1298 			SwGlobalTree::SetShowShell(pCurr);  in OpenDoc()
 1301 			pCurr = 0;  in OpenDoc()
 1304 			pCurr = SfxObjectShell::GetNext(*pCurr);  in OpenDoc()
 
 | 
| /aoo4110/main/canvas/inc/canvas/ | 
| H A D | verifyinput.hxx | 481             const SequenceContent* pCurr = rSequence.getConstArray();  in verifyInput()  local482             const SequenceContent* pEnd  = pCurr + rSequence.getLength();  in verifyInput()
 483             while( pCurr != pEnd )  in verifyInput()
 484                 verifyInput( *pCurr++, pStr, xIf, nArgPos );  in verifyInput()
 
 | 
| /aoo4110/main/svl/source/numbers/ | 
| H A D | numfmuno.cxx | 828 			const NfCurrencyEntry* pCurr = pFormatter->GetCurrencyEntry( bBank,  in getPropertyValue()  local830 			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()
 
 | 
| /aoo4110/main/sw/source/filter/rtf/ | 
| H A D | rtffly.cxx | 126 		const SfxPoolItem *pItem, *pCurr = aIter.GetCurItem();  in IsEqualFly()  local129 			if( SFX_ITEM_SET != aFlySet.GetItemState( pCurr->Which(),  in IsEqualFly()
 132 				( RES_ANCHOR == pCurr->Which()  in IsEqualFly()
 133 					? (ANCHOR(pCurr)->GetAnchorId() != ANCHOR(pItem)->GetAnchorId() ||  in IsEqualFly()
 134 					   ANCHOR(pCurr)->GetPageNum() != ANCHOR(pItem)->GetPageNum())  in IsEqualFly()
 135 					: *pItem != *pCurr ))  in IsEqualFly()
 140 			pCurr = aIter.NextItem();  in IsEqualFly()
 
 | 
| /aoo4110/main/sw/source/core/docnode/ | 
| H A D | swbaslnk.cxx | 307 	CurrShell *pCurr = 0;  in SetGrfFlySize()  local309 		pCurr = new CurrShell( pSh );  in SetGrfFlySize()
 381 	delete pCurr;  in SetGrfFlySize()
 
 |