Searched refs:aB (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtw8sty.cxx | 627 sal_uInt8 aB = 0; in wwFont() local 631 aB |= 2; // aF.prg = 2 in wwFont() 634 aB |= 1; in wwFont() 639 aB |= 1 << 2; // aF.fTrueType = 1; weiss ich nicht besser; in wwFont() 644 aB |= 1 << 4; // aF.ff = 1; in wwFont() 647 aB |= 2 << 4; // aF.ff = 2; in wwFont() 650 aB |= 3 << 4; // aF.ff = 3; in wwFont() 653 aB |= 4 << 4; // aF.ff = 4; in wwFont() 656 aB |= 5 << 4; // aF.ff = 5; in wwFont() 661 maWW8_FFN[1] = aB; in wwFont()
|
H A D | ww8graf.cxx | 275 Color aB( WW8TransCol( rFill.dlpcBg ) ); in SetFill() local 277 aB.SetRed( (sal_uInt8)( ( (sal_uLong)aF.GetRed() * nPatA[nPat] in SetFill() 278 + (sal_uLong)aB.GetRed() * ( 100 - nPatA[nPat] ) ) / 100 ) ); in SetFill() 279 aB.SetGreen( (sal_uInt8)( ( (sal_uLong)aF.GetGreen() * nPatA[nPat] in SetFill() 280 + (sal_uLong)aB.GetGreen() * ( 100 - nPatA[nPat] ) ) / 100 ) ); in SetFill() 281 aB.SetBlue( (sal_uInt8)( ( (sal_uLong)aF.GetBlue() * nPatA[nPat] in SetFill() 282 + (sal_uLong)aB.GetBlue() * ( 100 - nPatA[nPat] ) ) / 100 ) ); in SetFill() 283 rSet.Put( XFillColorItem( aEmptyStr, aB ) ); in SetFill()
|
/trunk/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 1364 const BitmapColor aB( pAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in ImplCreateScaled() local 1374 if( pAcc->GetPaletteColor( pAcc->GetPixelIndex( pMapLY[ nY ], pMapLX[ nX ] ) ) == aB ) in ImplCreateScaled() 1387 if( pAcc->GetPixel( pMapLY[ nY ], pMapLX[ nX ] ) == aB ) in ImplCreateScaled() 1667 const BitmapColor aB( pWAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in ImplCreateRotatedScaled() local 1705 pWAcc->SetPixel( nY, nX, aB ); in ImplCreateRotatedScaled() 1710 pWAcc->SetPixel( nY, nX, aB ); in ImplCreateRotatedScaled()
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 964 ::basegfx::B2DPoint aA, aB, aP; in doPolyPolygonImplementation() 991 aB = aPolygon.getPrevControlPoint( j % nPointCount ); in doPolyPolygonImplementation() 995 nBX = aB.getX(); in doPolyPolygonImplementation() 996 nBY = aB.getY(); in doPolyPolygonImplementation()
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | wmf.cxx | 57 const sal_uLong aB(rGDIMetaFile.GetSizeBytes()); in ConvertWMFToGDIMetaFile() local
|
/trunk/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 2652 svx::frame::Style aB( rBoxItem.GetBottom() ); in Insert() local 2655 aB.MirrorSelf(); in Insert() 2663 aB.SetRefMode( !bVert ? svx::frame::REFMODE_BEGIN : svx::frame::REFMODE_END ); in Insert() 2665 SwLineEntry aLeft ( nLeft, nTop, nBottom, bVert ? aB : ( bR2L ? aR : aL ) ); in Insert() 2668 SwLineEntry aBottom( nBottom, nLeft, nRight, bVert ? aR : aB ); in Insert() 2687 …neEntry aFollowTop( !bVert ? nTop : nRight, !bVert ? nLeft : nTop, !bVert ? nRight : nBottom, aB ); in Insert()
|
/trunk/main/sc/source/core/data/ |
H A D | cell.cxx | 1166 ByteString aB( aStr, RTL_TEXTENCODING_UTF8); in Interpret() local 1167 aDebugVec.push_back( aB); in Interpret()
|
Completed in 113 milliseconds