/aoo41x/main/sw/source/core/undo/ |
H A D | unredln.cxx | 198 bCanGroup == rNext.bCanGroup && in CanGrouping() 199 bIsDelim == rNext.bIsDelim && in CanGrouping() 200 bIsBackspace == rNext.bIsBackspace && in CanGrouping() 202 rNext.nSttNode == nSttNode && in CanGrouping() 203 rNext.nEndNode == nEndNode ) in CanGrouping() 206 if( rNext.nSttCntnt == nEndCntnt ) in CanGrouping() 208 else if( rNext.nEndCntnt == nSttCntnt ) in CanGrouping() 213 ( mpRedlSaveData && rNext.mpRedlSaveData && in CanGrouping() 215 *rNext.mpRedlSaveData, 1 != bIsEnd ) in CanGrouping() 219 nEndCntnt = rNext.nEndCntnt; in CanGrouping() [all …]
|
/aoo41x/main/editeng/source/misc/ |
H A D | txtrange.cxx | 395 const Point& rNext = rPol[ nIdx ]; in Calc() local 396 nNext = Area( rNext ); in Calc() 400 CheckCut( rLast, rNext ); in Calc() 403 NoteUpLow( Cut( nLower, rLast, rNext ), 2 ); in Calc() 407 CheckCut( rLast, rNext ); in Calc() 412 NoteUpLow( Cut( nUpper, rLast, rNext ), 1 ); in Calc() 414 CheckCut( rLast, rNext ); in Calc() 425 NotePoint( A(rNext) ); in Calc() 427 NoteFarPoint( A(rNext), nLower-B(rNext), nLowDiff ); in Calc() 429 NoteFarPoint( A(rNext), B(rNext)-nUpper, nUpDiff ); in Calc()
|
/aoo41x/main/sc/source/core/inc/ |
H A D | jumpmatrix.hxx | 51 void GetJump( double& rBool, short& rStart, short& rNext, short& rStop ) in GetJump() 55 rNext = nNext; in GetJump() 125 short& rStart, short& rNext, in GetJump() argument 144 GetJump( rBool, rStart, rNext, rStop); in GetJump()
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolygon.cxx | 895 …ControlVectors(sal_uInt32 nIndex, const basegfx::B2DVector& rPrev, const basegfx::B2DVector& rNext) in setControlVectors() argument 898 setNextControlVector(nIndex, rNext); in setControlVectors() 901 …void appendBezierSegment(const basegfx::B2DVector& rNext, const basegfx::B2DVector& rPrev, const b… in appendBezierSegment() argument 908 setNextControlVector(nCount - 1, rNext); in appendBezierSegment() 1345 …setControlPoints(sal_uInt32 nIndex, const basegfx::B2DPoint& rPrev, const basegfx::B2DPoint& rNext) in setControlPoints() argument 1350 const basegfx::B2DVector aNewNext(rNext - aPoint); in setControlPoints() 1441 const B2DVector& rNext(mpPolygon->getNextControlVector(nIndex)); in getContinuityInPoint() local 1443 return getContinuity(rPrev, rNext); in getContinuityInPoint()
|
H A D | b3dpolygonclipper.cxx | 60 …inline double impGetCut(const B3DPoint& rCurrent, const B3DPoint& rNext, double fPlaneOffset, tool… in impGetCut() argument 64 return ((fPlaneOffset - rCurrent.getX())/(rNext.getX() - rCurrent.getX())); in impGetCut() 68 return ((fPlaneOffset - rCurrent.getY())/(rNext.getY() - rCurrent.getY())); in impGetCut() 72 return ((fPlaneOffset - rCurrent.getZ())/(rNext.getZ() - rCurrent.getZ())); in impGetCut()
|
H A D | b2dpolygoncutandtouch.cxx | 652 const B2DPoint& rCurr, const B2DPoint& rNext, const B2DPolygon& rPointPolygon, in findTouchesOnEdge() argument 661 const B2DRange aRange(rCurr, rNext); in findTouchesOnEdge() 662 const B2DVector aEdgeVector(rNext - rCurr); in findTouchesOnEdge() 673 if(!aTestPoint.equal(rCurr) && !aTestPoint.equal(rNext)) in findTouchesOnEdge()
|
/aoo41x/main/sw/inc/ |
H A D | fmtcol.hxx | 105 inline void SetNextTxtFmtColl(SwTxtFmtColl& rNext); 297 inline void SwTxtFmtColl::SetNextTxtFmtColl( SwTxtFmtColl& rNext ) in SetNextTxtFmtColl() argument 299 pNextTxtFmtColl = &rNext; in SetNextTxtFmtColl()
|
/aoo41x/main/sc/source/core/data/ |
H A D | dptabres.cxx | 420 if ( rNext.nType == SC_VALTYPE_EMPTY ) in Update() 434 if ( rNext.nType == SC_VALTYPE_ERROR ) in Update() 439 if ( rNext.nType == SC_VALTYPE_STRING ) in Update() 449 if ( !SubTotal::SafePlus( fVal, rNext.fValue ) ) in Update() 454 fVal = rNext.fValue; in Update() 463 if ( nCount == 1 || rNext.fValue > fVal ) in Update() 464 fVal = rNext.fValue; in Update() 467 if ( nCount == 1 || rNext.fValue < fVal ) in Update() 468 fVal = rNext.fValue; in Update() 476 if ( !SubTotal::SafePlus( fVal, rNext.fValue ) ) in Update() [all …]
|
/aoo41x/main/sw/source/filter/rtf/ |
H A D | rtffld.cxx | 92 static RTF_FLD_TYPES _WhichFld( String& rName, String& rNext ) in _WhichFld() argument 162 while ((nFndPos < rNext.Len()) && (rNext.GetChar(nFndPos) == ' ')) in _WhichFld() 166 rNext.Erase( 0, nFndPos ); in _WhichFld() 167 rNext.EraseTrailingChars(); in _WhichFld()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | ObjectNameProvider.cxx | 91 void lcl_addText( OUString& rOut, const OUString& rSeparator, const OUString& rNext ) in lcl_addText() argument 93 if( !rOut.isEmpty() && !rNext.isEmpty() ) in lcl_addText() 95 if( !rNext.isEmpty() ) in lcl_addText() 96 rOut+=rNext; in lcl_addText()
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 1089 Point& rNext = pImpXPolygon->pPointAry[nNext]; in CalcTangent() local 1091 Point aDiff = rNext - rPrev; in CalcTangent() 1101 rNext.X() = rCenter.X() + (long) (fNextLen * aDiff.X()); in CalcTangent() 1102 rNext.Y() = rCenter.Y() + (long) (fNextLen * aDiff.Y()); in CalcTangent()
|
/aoo41x/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolygon.hxx | 93 …etControlPoints(sal_uInt32 nIndex, const basegfx::B2DPoint& rPrev, const basegfx::B2DPoint& rNext);
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | frmpage.cxx | 472 const ::std::vector< String >& rNext, const ::std::vector< String >& rRemain) in lcl_InsertVectors() 480 for(aIt = rNext.begin(); aIt != rNext.end(); aIt++) in lcl_InsertVectors() 490 for(aIt = rNext.begin(); aIt != rNext.end(); aIt++) in lcl_InsertVectors()
|
/aoo41x/main/sc/inc/ |
H A D | dptabres.hxx | 181 …void Update( const ScDPValueData& rNext, ScSubTotalFunc eFunc, const ScDPSubTotalState& rSubState …
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 3444 void SwWW8ImplReader::ReadAttrs(WW8_CP& rNext, WW8_CP& rTxtPos, bool& rbStartLine) in ReadAttrs() argument 3446 if( rTxtPos >= rNext ) in ReadAttrs() 3454 rNext = ReadTextAttr( rTxtPos, rbStartLine ); in ReadAttrs() 3456 while( rTxtPos >= rNext ); in ReadAttrs()
|
H A D | ww8par.hxx | 1276 void ReadAttrs(WW8_CP& rNext, WW8_CP& rTxtPos, bool& rbStartLine);
|
/aoo41x/main/sw/source/ui/app/ |
H A D | docstyle.cxx | 199 SwTxtFmtColl& rNext = pColl->GetNextTxtFmtColl(); in lcl_FindParaFmt() local 200 pStyle->PresetFollow(rNext.GetName()); in lcl_FindParaFmt()
|