Home
last modified time | relevance | path

Searched refs:nB (Results 1 – 25 of 64) sorted by path

123

/trunk/extras/l10n/source/is/
H A Dlocalize.sdf1802 …strings.ulf 0 LngText STRING_ANALYZING_DATABASE2 0 is Greini gagnagrunn\nBíddu aðeins ... 20…
18386 …flytja inn styður önnur tungumál heldur en safnið sem á að flytja inn í.\n\nBættu þessum tungumálu…
/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/basegfx/inc/basegfx/pixel/
H A Dbpixel.hxx115 … nR, sal_uInt8 nG, sal_uInt8 nB) { maPixelUnion.maRGBO.mnR = nR; maPixelUnion.maRGBO.mnG = nG; maP… in setRedGreenBlue() argument
/trunk/main/basegfx/inc/basegfx/raster/
H A Drasterconvert3d.hxx437 …void rasterconvertB3DEdge(const B3DPolygon& rLine, sal_uInt32 nA, sal_uInt32 nB, sal_Int32 nStartL…
/trunk/main/basegfx/source/raster/
H A Drasterconvert3d.cxx220 …D::rasterconvertB3DEdge(const B3DPolygon& rLine, sal_uInt32 nA, sal_uInt32 nB, sal_Int32 nStartLin… in rasterconvertB3DEdge() argument
223 B3DPoint aEnd(rLine.getB3DPoint(nB)); in rasterconvertB3DEdge()
/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx521 for ( sal_uInt16 nB = _nA+1; !bError && ( nB < Count() ); nB++ ) in DbgIsBuggy() local
523 WrongRange& rNextWrong = GetObject( nB ); in DbgIsBuggy()
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()
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx224 double nB; in CalcMax() local
228 nB = nEnd; in CalcMax()
231 nB = nStart; in CalcMax()
232 nB *= nB; in CalcMax()
233 nB += nDa * nDa; in CalcMax()
234 nB = nRange + nDa * ( nFarRange - nRange ) / sqrt( nB ); in CalcMax()
237 if( nB < B(rPt2) ) in CalcMax()
620 long nB = B( rPt ); in Area() local
621 if( nB >= nBottom ) in Area()
623 if( nB >= nLower ) in Area()
[all …]
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx317 const sal_uInt16 nB = ( (sal_uInt16) rColor.GetBlue() << 8 ) | (sal_uInt16) rColor.GetBlue(); in WriteRGBColor() local
319 *pPict << nR << nG << nB; in WriteRGBColor()
/trunk/main/filter/source/graphicfilter/ipbm/
H A Dipbm.cxx319 sal_uInt8 nR, nG, nB; in ImplReadBody() local
321 *mpPBM >> nR >> nG >> nB; in ImplReadBody()
324 nBlue = 255 * nB / mnMaxVal; in ImplReadBody()
/trunk/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()
/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/filter/source/svg/
H A Dsvgwriter.cxx1088 const sal_Int32 nB = *pSrc++; in ImplWriteBmp() local
1092 *pTmpDst++ = pBase64[ ( ( nA << 4 ) & 0x30 ) + ( ( nB >> 4 ) & 0xf ) ]; in ImplWriteBmp()
1093 *pTmpDst++ = pBase64[ ( ( nB << 2 ) & 0x3c ) + ( ( nC >> 6 ) & 0x3 ) ]; in ImplWriteBmp()
1105 const sal_Int32 nB = *pSrc; in ImplWriteBmp() local
1107 … *pTmpDst++ = pBase64[ ( ( nA << 4 ) & 0x30 ) + ( ( nB >> 4 ) & 0xf ) ]; in ImplWriteBmp()
1108 *pTmpDst++ = pBase64[ ( nB << 2 ) & 0x3c ]; in ImplWriteBmp()
/trunk/main/oox/inc/oox/drawingml/
H A Dcolor.hxx57 void setScrgbClr( sal_Int32 nR, sal_Int32 nG, sal_Int32 nB );
/trunk/main/oox/source/drawingml/
H A Dcolor.cxx170 inline sal_Int32 lclRgbComponentsToRgb( sal_Int32 nR, sal_Int32 nG, sal_Int32 nB ) in lclRgbComponentsToRgb() argument
172 return static_cast< sal_Int32 >( (nR << 16) | (nG << 8) | nB ); in lclRgbComponentsToRgb()
256 void Color::setScrgbClr( sal_Int32 nR, sal_Int32 nG, sal_Int32 nB ) in setScrgbClr() argument
260 OSL_ENSURE( (0 <= nB) && (nB <= MAX_PERCENT), "Color::setScrgbClr - invalid blue value" ); in setScrgbClr()
264 mnC3 = getLimitedValue< sal_Int32, sal_Int32 >( nB, 0, MAX_PERCENT ); in setScrgbClr()
/trunk/main/oox/source/drawingml/table/
H A Dtablestyletextstylecontext.cxx43 sal_Int32 nB = xAttribs->getOptionalValueToken( XML_b, XML_def ); in TableStyleTextStyleContext() local
44 if ( nB == XML_on ) in TableStyleTextStyleContext()
46 else if ( nB == XML_off ) in TableStyleTextStyleContext()
/trunk/main/oox/source/vml/
H A Dvmlformatting.cxx212 sal_Int32 nB = aColorName.copy( 3, 1 ).toInt32( 16 ) * 0x11; in decodeColor() local
213 aDmlColor.setSrgbClr( (nR << 16) | (nG << 8) | nB ); in decodeColor()
/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx661 sal_Int32 nB = rTextColor.copy( 3, 1 ).toInt32( 16 ) * 0x11; in convertControlTextColor() local
662 return OleHelper::encodeOleColor( (nR << 16) | (nG << 8) | nB ); in convertControlTextColor()
H A Ddrawingmanager.cxx1054 sal_Int32 nB = rShapeRect.Y + ::std::max< sal_Int32 >( rShapeRect.Height - 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()
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/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()
601 nB = pOldEntry->GetColor().GetBlue(); in RawReducePalette()
612 Color aNewColor( nR, nG, nB ); in RawReducePalette()
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 >>()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx699 static inline sal_uInt8 GetMixedCol( const sal_uInt8 nB, const sal_uInt8 nF, const sal_uInt16 nFak ) in GetMixedCol() argument
701 sal_Int32 nT = nB - nF; in GetMixedCol()
/trunk/main/sc/source/ui/view/
H A Ddrawutil.cxx43 inline Fraction MakeFraction( long nA, long nB ) in MakeFraction() argument
45 return ( nA && nB ) ? Fraction(nA,nB) : Fraction(1,1); in MakeFraction()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1560 sal_Int32 nB = nBackgroundColor & 0xff; in ImplWritePortions() local
1561 nB += (sal_uInt8)( nBackgroundColor >> 8 ); in ImplWritePortions()
1562 nB += (sal_uInt8)( nBackgroundColor >> 16 ); in ImplWritePortions()
1564 if ( nB < 0x60 || ( nBackgroundColor != nCharColor ) ) in ImplWritePortions()
2534 aBuGraSize.nB = aSize.Height; in ImplGetNumberingLevel()

Completed in 2326 milliseconds

123