Home
last modified time | relevance | path

Searched refs:nB (Results 1 – 25 of 64) sorted by last modified time

123

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx6157 PointPtr pY = &Point::nB;
6159 SizePtr pHeight = &Size::nB;
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx2998 long nX, nY, nR, nG, nB, nIndex; in ImplReducePopular() local
3006 for( nB = 0; nB < 256; nB += nColorOffset ) in ImplReducePopular()
3063 for( nB = 0; nB < 256; nB += nColorOffset ) in ImplReducePopular()
3221 long nR, nG, nB; in ImplMedianCut() local
3244 for( nB = nB1; nB <= nB2; nB++ ) in ImplMedianCut()
3252 nBSum += nB * nPixSum; in ImplMedianCut()
3271 nB = nB1 - 1; in ImplMedianCut()
3275 nB++, nPixOld = nPixNew; in ImplMedianCut()
3281 if( nB < nB2 ) in ImplMedianCut()
3300 for( nB = nB1; nB <= nB2; nB++ ) in ImplMedianCut()
[all …]
H A Dbitmap.cxx129 for( sal_uInt16 nB = 0; nB < 256; nB += 51 ) in Bitmap() local
132 aPal[ nActCol++ ] = BitmapColor( (sal_uInt8) nR, (sal_uInt8) nG, (sal_uInt8) nB ); in Bitmap()
1305 long nR, nG, nB; in CreateMask() local
1322 nB = aCol.GetBlue(); in CreateMask()
1326 nMinB <= nB && nMaxB >= nB ) in CreateMask()
1344 nB = aCol.GetBlue(); in CreateMask()
1348 nMinB <= nB && nMaxB >= nB ) in CreateMask()
H A Dgdimtf.cxx2010 const sal_uLong nR = rColor.GetRed(), nG = rColor.GetGreen(), nB = rColor.GetBlue(); in ImplColReplaceFnc() local
2018 ( ( (const ImplColReplaceParam*) pColParam )->pMinB[ i ] <= nB ) && in ImplColReplaceFnc()
2019 ( ( (const ImplColReplaceParam*) pColParam )->pMaxB[ i ] >= nB ) ) in ImplColReplaceFnc()
H A Doutdev6.cxx500 … const long nR = aFillCol.GetRed(), nG = aFillCol.GetGreen(), nB = aFillCol.GetBlue(); in DrawTransparent() local
566 … pWScan[ 0 ] = COLOR_CHANNEL_MERGE( pWScan[ 0 ], nB, cTrans ); in DrawTransparent()
H A Dprint2.cxx1535 … const long nB = ( ( (long) rStartColor.GetBlue() * rGradient.GetStartIntensity() ) / 100L + in DrawGradientEx() local
1537 const Color aColor( (sal_uInt8) nR, (sal_uInt8) nG, (sal_uInt8) nB ); in DrawGradientEx()
1578 … const long nB = ( ( (long) rStartColor.GetBlue() * rGradient.GetStartIntensity() ) / 100L + in DrawGradientEx() local
1580 const Color aColor( (sal_uInt8) nR, (sal_uInt8) nG, (sal_uInt8) nB ); in DrawGradientEx()
H A Dsalmisc.cxx259 for( long nB = 0; nB < 16; nB++ ) in ImplTCToPAL() local
263 sal::static_int_cast<sal_uInt8>(nB << 4) ); in ImplTCToPAL()
H A Dbmpfast.cxx371 int nB = rDst.GetBlue(); in ImplBlendPixels() local
373 nB = nS + (((nB - nS) * nAlphaVal) >> nAlphaShift); in ImplBlendPixels()
377 sal::static_int_cast<PIXBYTE>(nB) ); in ImplBlendPixels()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3619 sal_Int16 nB = (sal_Int16)aColor.GetBlue() + (sal_Int16)nParameter; in MSO_CLR_ToColor() local
3624 if ( nB > 0x00ff ) in MSO_CLR_ToColor()
3625 nB = 0x00ff; in MSO_CLR_ToColor()
3626 aColor = Color( (sal_uInt8)nR, (sal_uInt8)nG, (sal_uInt8)nB ); in MSO_CLR_ToColor()
3633 sal_Int16 nB = (sal_Int16)aColor.GetBlue() - (sal_Int16)nParameter; in MSO_CLR_ToColor() local
3638 if ( nB < 0 ) in MSO_CLR_ToColor()
3639 nB = 0; in MSO_CLR_ToColor()
3640 aColor = Color( (sal_uInt8)nR, (sal_uInt8)nG, (sal_uInt8)nB ); in MSO_CLR_ToColor()
3652 if ( nB < 0 ) in MSO_CLR_ToColor()
3653 nB = 0; in MSO_CLR_ToColor()
[all …]
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx282 sal_uInt8 nR, nG, nB, nA; in lclReadRgbColor() local
283 rStrm >> nR >> nG >> nB >> nA; in lclReadRgbColor()
290 nValue |= nB; in lclReadRgbColor()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3747 if( aGraphicSize.nA == 0 || aGraphicSize.nB == 0 ) in EndSdrDrag()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx953 sal_Int32 nB = aString.getToken( 0, (sal_Unicode)',', index ).toInt32(); in convertAnimationValue() local
956 dump( ",%ld", nB ); in convertAnimationValue()
960 aHSL[1] = nB / 255.0; in convertAnimationValue()
1833 Any AnimationImporter::implGetColorAny( sal_Int32 nMode, sal_Int32 nA, sal_Int32 nB, sal_Int32 nC ) in implGetColorAny() argument
1840 dump( ",%ld", nB ); in implGetColorAny()
1842 Color aColor( (sal_uInt8)nA, (sal_uInt8)nB, (sal_uInt8)nC ); in implGetColorAny()
1848 dump( ",%ld", nB ); in implGetColorAny()
1852 aHSL[1] = nB / 255.0; in implGetColorAny()
1872 dump( ",%ld", nB ); in implGetColorAny()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx874 long nB = pTextRanges->GetObject( n++ ); in CreateLines() local
875 DBG_ASSERT( nA <= nB, "TextRange verdreht?" ); in CreateLines()
876 long nW = nB - nA; in CreateLines()
H A Dedtspell.cxx521 for ( sal_uInt16 nB = _nA+1; !bError && ( nB < Count() ); nB++ ) in DbgIsBuggy() local
523 WrongRange& rNextWrong = GetObject( nB ); in DbgIsBuggy()
/trunk/main/vcl/source/window/
H A Dmenu.cxx4302 sal_Int32 nL, nT, nR, nB; in IMPL_LINK() local
4303 GetBorder( nL, nT, nR, nB ); in IMPL_LINK()
H A Dsplit.cxx241 long nB = rSettings.GetSplitSize(); in ImplSplitterActive() local
246 if( aSize.Width() == nB && aSize.Height() == nA ) in ImplSplitterActive()
251 if( aSize.Width() == nA && aSize.Height() == nB ) in ImplSplitterActive()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.hxx72 bool operator()(sal_uInt16 nA, sal_uInt16 nB) const;
/trunk/extras/l10n/source/vi/
H A Dlocalize.sdf2780 ….src 0 string STR_CONTOURDLG_MODIFY 270 vi Đường viền đã được thay đổi.\nBạn có muốn lưu các th…
3314 svx source\dialog\imapdlg.src 0 string STR_IMAPDLG_SAVE 270 vi Sơ đồ ảnh bị sửa đổi.\nBạn có muố…
3315 svx source\dialog\imapdlg.src 0 string STR_IMAPDLG_MODIFY 270 vi Sơ đồ ảnh bị sửa đổi.\nBạn có m…
6272 …fmt.src 0 querybox DLG_SAVE_LABEL MB_QUERY 50 vi Nhãn « %1 / %2 » đã có.\nBạn có muốn ghi đè lên…
17588 …n mở rộng chia sẻ trong môi trường đa người dùng.\n\nBấm nút \'OK\' để cập nhật các phần mở rộng.\
18704 …string STR_WARN_SCALE_FAIL 175 vi Tỷ lệ đã ghi rõ không phải là hợp lệ.\nBạn có muốn nhập một t…
20509 sfx2 source\doc\doc.src 0 querybox MSG_CONFIRM_OVERWRITE_TEMPLATE 0 vi Tên đang sử dụng.\nBạn có…
20513 …tring STR_QUERY_SAVE_DOCUMENT 0 vi Tài liệu « $(DOC) » đã được sửa đổi.\nBạn có muốn lưu các th…
20555 …querybox MSG_OPEN_READONLY 0 vi Không thể mở tài liệu này để chỉnh sửa.\nBạn có muốn mở nó chỉ …
20879 …c này sẽ thoát khỏi chế độ ghi nhận các thay đổi.\nBất kỳ thông tin nào về các thay đổi sẽ bị mất.…
[all …]
/trunk/main/xmloff/source/style/
H A Dxmlbahdl.cxx133 XMLNumberNonePropHdl::XMLNumberNonePropHdl( sal_Int8 nB ) : in XMLNumberNonePropHdl() argument
135 nBytes( nB ) in XMLNumberNonePropHdl()
139 XMLNumberNonePropHdl::XMLNumberNonePropHdl( enum XMLTokenEnum eZeroString, sal_Int8 nB ) : in XMLNumberNonePropHdl() argument
141 nBytes( nB ) in XMLNumberNonePropHdl()
860 XMLNumberWithoutZeroPropHdl::XMLNumberWithoutZeroPropHdl( sal_Int8 nB ) : in XMLNumberWithoutZeroPropHdl() argument
861 nBytes( nB ) in XMLNumberWithoutZeroPropHdl()
H A Dxmlbahdl.hxx40 XMLNumberPropHdl( sal_Int8 nB=4 ) : nBytes( nB ) {} in XMLNumberPropHdl() argument
55 XMLNumberNonePropHdl( sal_Int8 nB = 4 );
56 XMLNumberNonePropHdl( enum ::xmloff::token::XMLTokenEnum eZeroString, sal_Int8 nB = 4 );
70 XMLMeasurePropHdl( sal_Int8 nB=4 ) : nBytes( nB ) {} in XMLMeasurePropHdl() argument
84 XMLPercentPropHdl( sal_Int8 nB=4 ) : nBytes( nB ) {} in XMLPercentPropHdl() argument
108 XMLNegPercentPropHdl( sal_Int8 nB=4 ) : nBytes( nB ) {} in XMLNegPercentPropHdl() argument
122 XMLMeasurePxPropHdl( sal_Int8 nB=4 ) : nBytes( nB ) {} in XMLMeasurePxPropHdl() argument
282 XMLNumberWithoutZeroPropHdl( sal_Int8 nB = 4 );
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx238 BYTE nR, nG, nB; in ImplInitSalGDI() local
255 for( nB=0, nBlue=0; nB < DITHER_PAL_STEPS; nB++, nBlue += DITHER_PAL_DELTA ) in ImplInitSalGDI()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx462 sal_uInt8 nB = P_DELTA * DMAP( nSalColorBlue, nMagic ); in GetDitherPixmap() local
464 *pBitsPtr++ = GetColormap().GetPixel( MAKE_SALCOLOR( nR, nG, nB ) ); in GetDitherPixmap()
/trunk/main/vcl/source/control/
H A Dedit.cxx2667 long nB=aNew.Max(), nA=aNew.Min(),oB=aTemp.Max(), oA=aTemp.Min(); in ImplSetSelection() local
2668 long nGap = nB-nA, oGap = oB-oA; in ImplSetSelection()
2669 if (nB != oB) in ImplSetSelection()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx629 int nB, nG, nR; in GetDefaultPalette() local
631 for( nB=0, nBlue=0; nB < DITHER_PAL_STEPS; nB++, nBlue += DITHER_PAL_DELTA ) in GetDefaultPalette()
/trunk/main/tools/source/generic/
H A Dfract.cxx89 BigInt nB( rVal2 ); in Reduce() local
91 nB.Abs(); in Reduce()
93 if ( nA.IsOne() || nB.IsOne() || nA.IsZero() || nB.IsZero() ) in Reduce()
96 while ( nA != nB ) in Reduce()
98 if ( nA > nB ) in Reduce()
100 nA %= nB; in Reduce()
103 rVal1 /= nB; in Reduce()
104 rVal2 /= nB; in Reduce()
110 nB %= nA; in Reduce()
111 if ( nB.IsZero() ) in Reduce()
[all …]

Completed in 1371 milliseconds

123