Home
last modified time | relevance | path

Searched refs:nR (Results 26 – 50 of 95) sorted by relevance

1234

/aoo42x/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1067 long nP,nQ,nR,nS; in ReadFullArc() local
1077 nP=aAttr.nArcP; nQ=aAttr.nArcQ; nR=aAttr.nArcR; nS=aAttr.nArcS; in ReadFullArc()
1080 if (nR<0) nR=-nR; in ReadFullArc()
1087 nR=(nR*nMul)>>16; in ReadFullArc()
1115 long nP,nQ,nR,nS,nStart, nSweep; in ReadPartialArc() local
1127 nP=aAttr.nArcP; nQ=aAttr.nArcQ; nR=aAttr.nArcR; nS=aAttr.nArcS; in ReadPartialArc()
1130 if (nR<0) nR=-nR; in ReadPartialArc()
1137 nR=(nR*nMul)>>16; in ReadPartialArc()
/aoo42x/main/sc/source/filter/html/
H A Dhtmlexp.cxx878 SCROW nR; in WriteCell() local
897 nR = Max( SCROW(pGraphEntry->aRange.aEnd.Row() - nRow + 1), in WriteCell()
900 nR = rMergeAttr.GetRowMerge(); in WriteCell()
901 if ( nR > 1 ) in WriteCell()
903 …(aStrTD += ' ') += OOO_STRING_SVTOOLS_HTML_O_rowspan) += '=') += ByteString::CreateFromInt32( nR ); in WriteCell()
904 nR += nRow; in WriteCell()
905 v = pDoc->GetRowHeight( nRow, nR-1, nTab ); in WriteCell()
/aoo42x/main/vcl/source/gdi/
H A Dsalmisc.cxx255 for( long nR = 0; nR < 16; nR++ ) in ImplTCToPAL() local
261 BitmapColor aCol( sal::static_int_cast<sal_uInt8>(nR << 4), in ImplTCToPAL()
H A Dbmpfast.cxx363 int nR = rDst.GetRed(); in ImplBlendPixels() local
365 nR = nS + (((nR - nS) * nAlphaVal) >> nAlphaShift); in ImplBlendPixels()
375 rDst.SetColor( sal::static_int_cast<PIXBYTE>(nR), in ImplBlendPixels()
H A Dprint2.cxx1531 … const long nR = ( ( (long) rStartColor.GetRed() * rGradient.GetStartIntensity() ) / 100L + in DrawGradientEx() local
1537 const Color aColor( (sal_uInt8) nR, (sal_uInt8) nG, (sal_uInt8) nB ); in DrawGradientEx()
1574 … const long nR = ( ( (long) rStartColor.GetRed() * rGradient.GetStartIntensity() ) / 100L + in DrawGradientEx() local
1580 const Color aColor( (sal_uInt8) nR, (sal_uInt8) nG, (sal_uInt8) nB ); in DrawGradientEx()
/aoo42x/main/cui/source/tabpages/
H A Dgrfpage.cxx619 long nR = lcl_GetValue(aRightMF, eUnit ); in CalcMinMaxBorder() local
621 long nMin = nMinWidth - (nR >= 0 ? nR : 0); in CalcMinMaxBorder()
666 long nR = lcl_GetValue( aRightMF, eUnit ); in GraphicHasChanged() local
668 if((nL + nR) < - aOrigSize.Width()) in GraphicHasChanged()
/aoo42x/main/svx/source/svdraw/
H A Dsvdetc.cxx270 void ContainerSorter::ImpSubSort(long nL, long nR) const in ImpSubSort()
277 j=nR; in ImpSubSort()
278 pX=rCont.GetObject((nL+nR)/2); in ImpSubSort()
292 if (i<nR) ImpSubSort(i,nR); in ImpSubSort()
/aoo42x/main/i18npool/source/search/
H A Dlevdis.cxx251 int nP, nQ, nR, nPij, d1, d2; in WLD() local
262 nR = 0; in WLD()
267 nR = nDelR0; in WLD()
295 npDistance[i] = Min3( d1 + nPij, d2 + nQ, npDistance[i-1] + nR ); in WLD()
/aoo42x/main/filter/source/graphicfilter/ipbm/
H A Dipbm.cxx319 sal_uInt8 nR, nG, nB; in ImplReadBody() local
321 *mpPBM >> nR >> nG >> nB; in ImplReadBody()
322 nRed = 255 * nR / mnMaxVal; in ImplReadBody()
/aoo42x/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx629 int nB, nG, nR; in GetDefaultPalette() local
635 for( nR=0, nRed=0; nR < DITHER_PAL_STEPS; nR++, nRed += DITHER_PAL_DELTA ) in GetDefaultPalette()
/aoo42x/main/svx/source/dialog/
H A Dpagectrl.cxx198 long nR = nRight; in DrawPage() local
204 nR = nLeft; in DrawPage()
210 aRect.Right() = rOrg.X() + aTempSize.Width() - nR; in DrawPage()
H A Dhyprdlg.hxx54 inline void SetRatio( long nR ) { nRatio = nR; } in SetRatio() argument
H A D_bmpmask.cxx53 nR = aCol.GetRed(); nG = aCol.GetGreen(); nB = aCol.GetBlue(); \
56 if ( ( pMinR[i] <= nR ) && ( pMaxR[i] >= nR ) && \
824 long nR; in ImpMask() local
/aoo42x/main/sc/source/core/tool/
H A Ddoubleref.cxx420 SCSIZE nC, nR; in ScDBExternalRange() local
421 mpMatrix->GetDimensions(nC, nR); in ScDBExternalRange()
423 mnRows = static_cast<SCROW>(nR); in ScDBExternalRange()
/aoo42x/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx449 sal_uInt16 nR, nG, nB; in ReadRGBColor() local
451 *pPict >> nR >> nG >> nB; in ReadRGBColor()
452 return Color( (sal_uInt8) ( nR >> 8 ), (sal_uInt8) ( nG >> 8 ), (sal_uInt8) ( nB >> 8 ) ); in ReadRGBColor()
501 sal_uInt16 nR, nG, nB; in ReadPixPattern() local
502 *pPict >> nR >> nG >> nB; in ReadPixPattern()
503 Color col((sal_uInt8) ( nR >> 8 ), (sal_uInt8) ( nG >> 8 ), (sal_uInt8) ( nB >> 8 ) ); in ReadPixPattern()
/aoo42x/main/editeng/source/accessibility/
H A DAccessibleHyperlink.cxx48 …k( SvxAccessibleTextAdapter& r, SvxFieldItem* p, sal_uInt32 nP, sal_uInt16 nR, sal_Int32 nStt, sal… in AccessibleHyperlink() argument
53 nRealIdx = nR; in AccessibleHyperlink()
/aoo42x/main/svtools/source/brwbox/
H A Dbrwbox2.cxx1512 long nR = nX + pCol->Width() - 1; in MouseButtonDown() local
1515 if ( pCol->GetId() && Abs( nR - rEvtPos.X() ) < 2 ) in MouseButtonDown()
1528 else if ( nX < rEvtPos.X() && nR > rEvtPos.X() ) in MouseButtonDown()
1534 nX = nR + 1; in MouseButtonDown()
1569 sal_uInt16 nR = (sal_uInt16)(nX + pCol->Width() - 1); in MouseMove() local
1573 Abs( ((long) nR ) - rEvt.GetPosPixel().X() ) < MIN_COLUMNWIDTH ) ) in MouseMove()
1598 nX = nR + 1; in MouseMove()
/aoo42x/main/oox/source/xls/
H A Ddrawingmanager.cxx1053 sal_Int32 nR = rShapeRect.X + ::std::max< sal_Int32 >( rShapeRect.Width - 1, 0 ); in implConvertAndInsert() local
1058 case BIFF_OBJ_LINE_TL: rBeg.X = nL; rBeg.Y = nT; rEnd.X = nR; rEnd.Y = nB; break; in implConvertAndInsert()
1059 case BIFF_OBJ_LINE_TR: rBeg.X = nR; rBeg.Y = nT; rEnd.X = nL; rEnd.Y = nB; break; in implConvertAndInsert()
1060 case BIFF_OBJ_LINE_BR: rBeg.X = nR; rBeg.Y = nB; rEnd.X = nL; rEnd.Y = nT; break; in implConvertAndInsert()
1061 case BIFF_OBJ_LINE_BL: rBeg.X = nL; rBeg.Y = nB; rEnd.X = nR; rEnd.Y = nT; break; in implConvertAndInsert()
/aoo42x/main/svx/source/items/
H A Dgrfitem.cxx48 SvxGrfCrop::SvxGrfCrop( sal_Int32 nL, sal_Int32 nR, in SvxGrfCrop() argument
51 nLeft( nL ), nRight( nR ), nTop( nT ), nBottom( nB ) in SvxGrfCrop()
/aoo42x/main/sc/source/core/data/
H A Dcolumn.cxx211 SCROW nR; in HasSelectionMatrixFragment() local
212 pFCell->GetMatColsRows( nC, nR ); in HasSelectionMatrixFragment()
214 aOrg.Col() + nC - 1, aOrg.Row() + nR - 1, in HasSelectionMatrixFragment()
721 SCROW nR; in Search() local
738 nR = pItems[i].nRow; in Search()
739 if ( nR < nRow ) in Search()
752 if ( nR > nRow ) in Search()
/aoo42x/main/sc/source/filter/excel/
H A Dxltools.cxx721 sal_uInt8 nR, nG, nB, nD; in operator >>() local
722 rStrm >> nR >> nG >> nB >> nD; in operator >>()
723 rColor.SetColor( RGB_COLORDATA( nR, nG, nB ) ); in operator >>()
/aoo42x/main/sw/source/core/graphic/
H A Dgrfatr.cxx173 SwCropGrf::SwCropGrf(sal_Int32 nL, sal_Int32 nR, sal_Int32 nT, sal_Int32 nB ) in SwCropGrf() argument
174 : SvxGrfCrop( nL, nR, nT, nB, RES_GRFATR_CROPGRF ) in SwCropGrf()
/aoo42x/main/editeng/source/misc/
H A Dtxtrange.cxx179 void NoteMargin( const long nL, const long nR ) in NoteMargin() argument
180 { if( nMin > nL ) nMin = nL; if( nMax < nR ) nMax = nR; } in NoteMargin()
/aoo42x/main/basegfx/inc/basegfx/pixel/
H A Dbpixel.hxx115 …void setRedGreenBlue(sal_uInt8 nR, sal_uInt8 nG, sal_uInt8 nB) { maPixelUnion.maRGBO.mnR = nR; maP… in setRedGreenBlue() argument
/aoo42x/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx73 SwWriteTableCell(const SwTableBox *pB, sal_uInt16 nR, sal_uInt16 nC, sal_uInt16 nRSpan, in SwWriteTableCell() argument
76 nRow( nR ), nCol( nC ), nRowSpan( nRSpan ), nColSpan( nCSpan ), in SwWriteTableCell()

Completed in 189 milliseconds

1234