Home
last modified time | relevance | path

Searched refs:nR (Results 51 – 75 of 95) sorted by relevance

1234

/aoo42x/main/editeng/source/misc/
H A Dunolingu.cxx1288 sal_Int16 nR = 0; in SvxGetAltSpelling() local
1293 ++nR; in SvxGetAltSpelling()
1295 aRes.aReplacement = OUString( aAltWord.copy( nL, nAltLen - nL - nR ) ); in SvxGetAltSpelling()
1297 aRes.nChangedLength = nLen - nL - nR; in SvxGetAltSpelling()
/aoo42x/main/sc/source/core/tool/
H A Dchgtrack.cxx1641 SCROW nR; in GetRefString() local
1642 ((const ScFormulaCell*)pCell)->GetMatColsRows( nC, nR ); in GetRefString()
1644 aLocalBigRange.aEnd.IncRow( nR-1 ); in GetRefString()
1994 SCROW nR; in PutValueToDoc() local
1995 ((const ScFormulaCell*)pCell)->GetMatColsRows( nC, nR ); in PutValueToDoc()
1996 DBG_ASSERT( nC>0 && nR>0, "ScChangeActionContent::PutValueToDoc: MatColsRows?" ); in PutValueToDoc()
2000 if ( nR > 1 ) in PutValueToDoc()
2001 aRange.aEnd.IncRow( nR-1 ); in PutValueToDoc()
4237 SCROW nR; in SelectContent() local
4238 ((const ScFormulaCell*)pCell)->GetMatColsRows( nC, nR ); in SelectContent()
[all …]
/aoo42x/main/sw/source/ui/uiview/
H A Dviewtab.cxx1526 const sal_uInt16 nR = static_cast< sal_uInt16 >(nRgt > 0 ? nRgt : 0); in StateTabWin() local
1528 SvxColumnItem aColItem(nNum, nL, nR); in StateTabWin()
1748 const sal_uInt16 nR = static_cast< sal_uInt16 >(nRgt > 0 ? nRgt : 0); in StateTabWin() local
1750 SvxColumnItem aColItem(nNum, nL, nR); in StateTabWin()
1823 const sal_uInt16 nR = static_cast< sal_uInt16 >(nRgt > 0 ? nRgt : 0); in StateTabWin() local
1831 aRectangle.Right() = nR; in StateTabWin()
/aoo42x/main/vcl/win/source/gdi/
H A Dsalgdi.cxx238 BYTE nR, nG, nB; in ImplInitSalGDI() local
259 for( nR=0, nRed=0; nR < DITHER_PAL_STEPS; nR++, nRed += DITHER_PAL_DELTA ) in ImplInitSalGDI()
/aoo42x/main/oox/source/vml/
H A Dvmlformatting.cxx210 sal_Int32 nR = aColorName.copy( 1, 1 ).toInt32( 16 ) * 0x11; in decodeColor() local
213 aDmlColor.setSrgbClr( (nR << 16) | (nG << 8) | nB ); in decodeColor()
/aoo42x/main/sc/source/core/data/
H A Ddocumen3.cxx686 for ( sal_uLong nR=0; nR<nRangeCount && !bTouched; nR++) in CopyScenario() local
688 const ScRange* pRange = aRanges.GetObject(nR); in CopyScenario()
H A Dtable2.cxx1647 SCROW nR; in HasBlockMatrixFragment() local
1649 for ( j=0, nR=nRow1, n=8; j<2; j++, nR=nRow2, n=2 ) in HasBlockMatrixFragment()
1654 nEdges = aCol[i].GetBlockMatrixEdges( nR, nR, n ); in HasBlockMatrixFragment()
H A Ddociter.cxx691 SCSIZE nC, nR; in DataAccessMatrix() local
692 mpParam->mpMatrix->GetDimensions(nC, nR); in DataAccessMatrix()
693 mnRows = static_cast<SCROW>(nR); in DataAccessMatrix()
/aoo42x/main/sc/source/ui/docshell/
H A Dimpex.cxx1884 SCROW nR; in Doc2Sylk() local
1885 pFCell->GetMatColsRows( nC, nR ); in Doc2Sylk()
1887 nR += r - 1; in Doc2Sylk()
1889 aPrefix += String::CreateFromInt32( nR ); in Doc2Sylk()
/aoo42x/main/sc/source/core/inc/
H A Dinterpre.hxx174 ScMatrixRef GetNewMat(SCSIZE nC, SCSIZE nR);
726 void CalculateMatrixValue(const ScMatrix* pMat,SCSIZE nC,SCSIZE nR);
/aoo42x/main/filter/source/msfilter/
H A Dmsdffimp.cxx3617 sal_Int16 nR = (sal_Int16)aColor.GetRed() + (sal_Int16)nParameter; in MSO_CLR_ToColor() local
3620 if ( nR > 0x00ff ) in MSO_CLR_ToColor()
3621 nR = 0x00ff; in MSO_CLR_ToColor()
3626 aColor = Color( (sal_uInt8)nR, (sal_uInt8)nG, (sal_uInt8)nB ); in MSO_CLR_ToColor()
3631 sal_Int16 nR = (sal_Int16)aColor.GetRed() - (sal_Int16)nParameter; in MSO_CLR_ToColor() local
3634 if ( nR < 0 ) in MSO_CLR_ToColor()
3635 nR = 0; in MSO_CLR_ToColor()
3640 aColor = Color( (sal_uInt8)nR, (sal_uInt8)nG, (sal_uInt8)nB ); in MSO_CLR_ToColor()
3648 if ( nR < 0 ) in MSO_CLR_ToColor()
3649 nR = 0; in MSO_CLR_ToColor()
[all …]
/aoo42x/main/sc/source/filter/inc/
H A Dexcscen.hxx47 ExcScenarioCell( const sal_uInt16 nC, const sal_uInt16 nR );
H A Dxcl97rec.hxx327 ExcEScenarioCell( sal_uInt16 nC, sal_uInt16 nR, const String& rTxt );
/aoo42x/main/oox/inc/oox/drawingml/
H A Dcolor.hxx57 void setScrgbClr( sal_Int32 nR, sal_Int32 nG, sal_Int32 nB );
/aoo42x/main/editeng/source/accessibility/
H A DAccessibleHyperlink.hxx57 …k( SvxAccessibleTextAdapter& r, SvxFieldItem* p, sal_uInt32 nP, sal_uInt16 nR, sal_Int32 nStt, sal…
/aoo42x/main/oox/source/xls/
H A Ddrawingfragment.cxx659 sal_Int32 nR = rTextColor.copy( 1, 1 ).toInt32( 16 ) * 0x11; in convertControlTextColor() local
662 return OleHelper::encodeOleColor( (nR << 16) | (nG << 8) | nB ); in convertControlTextColor()
/aoo42x/main/svgio/source/svgreader/
H A Dsvgtools.cxx851 const sal_Int32 nR(read_hex(aNum.charAt(0))); in read_color() local
855 rColor.setRed((nR | (nR << 4)) * fFactor); in read_color()
/aoo42x/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx460 sal_uInt8 nR = P_DELTA * DMAP( nSalColorRed, nMagic ); in GetDitherPixmap() local
464 *pBitsPtr++ = GetColormap().GetPixel( MAKE_SALCOLOR( nR, nG, nB ) ); in GetDitherPixmap()
/aoo42x/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx848 ExcEScenarioCell::ExcEScenarioCell( sal_uInt16 nC, sal_uInt16 nR, const String& rTxt ) : in ExcEScenarioCell() argument
850 nRow( nR ), in ExcEScenarioCell()
/aoo42x/main/basic/inc/basic/
H A Dbasmgr.hxx75 BasicError( sal_uIntPtr nId, sal_uInt16 nR, const String& rErrStr );
/aoo42x/main/sc/source/filter/excel/
H A Dxestyle.cxx584 sal_uInt8 nR, nG, nB; in RawReducePalette() local
585 sal_uInt8& rnComp = ((nPass % 3 == 0) ? nB : ((nPass % 3 == 1) ? nR : nG)); in RawReducePalette()
599 nR = pOldEntry->GetColor().GetRed(); in RawReducePalette()
612 Color aNewColor( nR, nG, nB ); in RawReducePalette()
/aoo42x/main/svx/inc/svx/
H A Dsvdetc.hxx146 void ImpSubSort(long nL, long nR) const;
/aoo42x/main/cui/source/tabpages/
H A Dparagrph.cxx187 sal_Int64 nR = aRightIndent.Denormalize( aRightIndent.GetValue( eUnit ) ); in IMPL_LINK() local
197 sal_Int64 nTmp = nWidth - nL - nR - MM50; in IMPL_LINK()
204 nTmp = nWidth - nR - MM50; in IMPL_LINK()
/aoo42x/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx223 void METSetArcParams(long nP, long nQ, long nR, long nS);
1380 void METWriter::METSetArcParams(long nP, long nQ, long nR, long nS) in METSetArcParams() argument
1383 *pMET << (sal_uInt8)0x22 << (sal_uInt8)16 << nP << nQ << nR << nS; in METSetArcParams()
/aoo42x/main/vcl/source/gdi/
H A Doutdev6.cxx500 … const long nR = aFillCol.GetRed(), nG = aFillCol.GetGreen(), nB = aFillCol.GetBlue(); in DrawTransparent() local
568 … pWScan[ 2 ] = COLOR_CHANNEL_MERGE( pWScan[ 2 ], nR, cTrans ); in DrawTransparent()

Completed in 369 milliseconds

1234