/aoo41x/main/sc/source/core/tool/ |
H A D | scmatrix.cxx | 42 void ScMatrix::CreateMatrix(SCSIZE nC, SCSIZE nR) // nur fuer ctor in CreateMatrix() 85 void ScMatrix::Resize( SCSIZE nC, SCSIZE nR) in Resize() 117 sal_uInt16 nR; in ScMatrix() local 254 void ScMatrix::PutDouble(double fVal, SCSIZE nC, SCSIZE nR) in PutDouble() 264 void ScMatrix::PutString(const String& rStr, SCSIZE nC, SCSIZE nR) in PutString() 318 void ScMatrix::PutEmpty(SCSIZE nC, SCSIZE nR) in PutEmpty() 345 void ScMatrix::PutEmptyPath(SCSIZE nC, SCSIZE nR) in PutEmptyPath() 372 void ScMatrix::PutBoolean(bool bVal, SCSIZE nC, SCSIZE nR) in PutBoolean() 487 const ScMatrixValue* ScMatrix::Get(SCSIZE nC, SCSIZE nR, ScMatValType& nType) const in Get()
|
H A D | interpr5.cxx | 176 SCSIZE nC, nR; in ScGCD() local 268 SCSIZE nC, nR; in ScLCM() local 831 SCSIZE nC, nR; in ScMatDet() local 878 SCSIZE nC, nR; in ScMatInv() local 1023 SCSIZE nC, nR; in ScMatTrans() local 1244 SCSIZE nC, nR; in CalculateAddSub() local 1329 SCSIZE nC, nR; in ScAmpersand() local 1443 SCSIZE nC, nR; in ScMul() local 1523 SCSIZE nC, nR; in ScDiv() local 1605 SCSIZE nC, nR; in ScPow() local [all …]
|
H A D | interpr1.cxx | 363 SCSIZE nC, nR; in JumpMatrix() local 958 SCSIZE nC, nR; in CompareMat() local 1459 SCSIZE nC, nR; in ScNeg() local 1515 SCSIZE nC, nR; in ScNot() local 4329 SCSIZE nC, nR; in ScMatch() local 4454 SCROW nR; in ScMatch() local 5397 SCSIZE nC, nR; in IterateParametersIfs() local 5453 SCSIZE nC, nR; in IterateParametersIfs() local 5599 SCSIZE nC, nR; in ScLookup() local 5739 SCSIZE nC, nR; in ScLookup() local [all …]
|
H A D | ddelink.cxx | 190 for (SCSIZE nR=0; nR<nRows; nR++) in DataChanged() local
|
H A D | interpr4.cxx | 1814 SCSIZE nC, nR; in DoubleRefToPosSingleRef() local 1927 SCSIZE nCols, nRows, nC, nR; in GetDouble() local 2039 SCSIZE nCols, nRows, nC, nR; in GetString() local 2078 SCSIZE nCols, nRows, nC, nR; in GetDoubleOrStringFromMatrix() local 2813 SCSIZE nC, nR; in ScMacro() local 2869 SCSIZE nC, nR; in ScMacro() local
|
/aoo41x/main/svx/inc/svx/ |
H A D | swframeexample.hxx | 85 inline void SetHoriRel(short nR) { nHRel = nR; } in SetHoriRel() 88 inline void SetVertRel(short nR) { nVRel = nR; } in SetVertRel()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | lrspitem.hxx | 109 inline void SetRightValue( const long nR ) { nRightMargin = nR; } in SetRightValue() 154 inline void SvxLRSpaceItem::SetRight( const long nR, const sal_uInt16 nProp ) in SetRight()
|
/aoo41x/main/editeng/source/accessibility/ |
H A D | AccessibleHyperlink.cxx | 48 …perlink( SvxAccessibleTextAdapter& r, SvxFieldItem* p, sal_uInt16 nP, sal_uInt16 nR, sal_Int32 nSt… in AccessibleHyperlink()
|
/aoo41x/main/svx/source/dialog/ |
H A D | hyprdlg.hxx | 54 inline void SetRatio( long nR ) { nRatio = nR; } in SetRatio()
|
H A D | pagectrl.cxx | 211 long nR = nRight; in DrawPage() local
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | exctools.cxx | 279 ExcScenarioCell::ExcScenarioCell( const sal_uInt16 nC, const sal_uInt16 nR ) : nCol( nC ), nRow( nR… in ExcScenarioCell() 324 sal_uInt16 nC, nR; in ExcScenario() local
|
/aoo41x/main/svx/source/items/ |
H A D | grfitem.cxx | 48 SvxGrfCrop::SvxGrfCrop( sal_Int32 nL, sal_Int32 nR, in SvxGrfCrop()
|
/aoo41x/main/oox/source/drawingml/ |
H A D | color.cxx | 170 inline sal_Int32 lclRgbComponentsToRgb( sal_Int32 nR, sal_Int32 nG, sal_Int32 nB ) in lclRgbComponentsToRgb() 256 void Color::setScrgbClr( sal_Int32 nR, sal_Int32 nG, sal_Int32 nB ) in setScrgbClr()
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | colex.cxx | 217 long nR = GetRight(); in DrawPage() local 504 long nR = GetRight(); in DrawPage() local
|
/aoo41x/main/filter/source/graphicfilter/ipbm/ |
H A D | ipbm.cxx | 319 sal_uInt8 nR, nG, nB; in ImplReadBody() local
|
/aoo41x/main/sc/inc/ |
H A D | scmatrix.hxx | 171 ScMatrix( SCSIZE nC, SCSIZE nR) : nRefCnt(0), mbCloneIfConst(true) { CreateMatrix( nC, nR); } in ScMatrix() 280 void PutError( sal_uInt16 nErrorCode, SCSIZE nC, SCSIZE nR ) in PutError()
|
H A D | token.hxx | 360 ScMatrixFormulaCellToken( SCCOL nC, SCROW nR ) : in ScMatrixFormulaCellToken() 374 void SetMatColsRows( SCCOL nC, SCROW nR ) in SetMatColsRows()
|
/aoo41x/main/starmath/source/ |
H A D | rect.cxx | 419 nR = rRect.GetRight(), in Union() local 462 nR = Max(GetItalicRight(), rRect.GetItalicRight()); in ExtendBy() local
|
/aoo41x/main/chart2/source/view/main/ |
H A D | VLegend.cxx | 288 for( sal_Int32 nR=0; nR<nNumberOfRows; nR++ ) in lcl_getTextLineHeight() local 428 for( sal_Int32 nR=0; nR<nNumberOfRows; nR++ ) in lcl_placeLegendEntries() local 435 for( sal_Int32 nR=nNumberOfRows; nR--; ) in lcl_placeLegendEntries() local
|
/aoo41x/main/cui/source/tabpages/ |
H A D | grfpage.cxx | 619 long nR = lcl_GetValue(aRightMF, eUnit ); in CalcMinMaxBorder() local 666 long nR = lcl_GetValue( aRightMF, eUnit ); in GraphicHasChanged() local
|
/aoo41x/main/basegfx/inc/basegfx/pixel/ |
H A D | bpixel.hxx | 114 …void setRedGreenBlue(sal_uInt8 nR, sal_uInt8 nG, sal_uInt8 nB) { maPixelUnion.maRGBO.mnR = nR; maP… in setRedGreenBlue()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | print2.cxx | 1531 … const long nR = ( ( (long) rStartColor.GetRed() * rGradient.GetStartIntensity() ) / 100L + in DrawGradientEx() local 1574 … const long nR = ( ( (long) rStartColor.GetRed() * rGradient.GetStartIntensity() ) / 100L + in DrawGradientEx() local
|
H A D | bitmap3.cxx | 567 const sal_uLong nR = *pReadScan++; in ImplMakeGreyscales() local 585 const sal_uLong nR = *pReadScan++; in ImplMakeGreyscales() local 2580 const sal_uLong nR = ( nVCLLut[ aCol.GetRed() ] + nD ) >> 16UL; in ImplDitherMatrix() local 2597 const sal_uLong nR = ( nVCLLut[ aCol.GetRed() ] + nD ) >> 16UL; in ImplDitherMatrix() local 2998 long nX, nY, nR, nG, nB, nIndex; in ImplReducePopular() local 3221 long nR, nG, nB; in ImplMedianCut() local
|
/aoo41x/main/sw/source/core/graphic/ |
H A D | grfatr.cxx | 173 SwCropGrf::SwCropGrf(sal_Int32 nL, sal_Int32 nR, sal_Int32 nT, sal_Int32 nB ) in SwCropGrf()
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 73 SwWriteTableCell(const SwTableBox *pB, sal_uInt16 nR, sal_uInt16 nC, sal_uInt16 nRSpan, in SwWriteTableCell()
|