Home
last modified time | relevance | path

Searched refs:aB (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2652 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/sw/source/filter/ww8/
H A Dww8graf.cxx275 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()
H A Dwrtw8sty.cxx627 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()
/trunk/main/sc/source/core/data/
H A Dcell.cxx1166 ByteString aB( aStr, RTL_TEXTENCODING_UTF8); in Interpret() local
1167 aDebugVec.push_back( aB); in Interpret()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1364 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/svtools/source/filter/wmf/
H A Dwmf.cxx57 const sal_uLong aB(rGDIMetaFile.GetSizeBytes()); in ConvertWMFToGDIMetaFile() local
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx964 ::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()

Completed in 107 milliseconds