/aoo4110/main/vcl/source/gdi/ |
H A D | print2.cxx | 156 sal_uInt16 nTransparency( pTransAct->GetTransparence() ); in ImplConvertTransparentAction() local 159 if( nTransparency ) in ImplConvertTransparentAction() 165 …aLineColor.SetRed( static_cast<sal_uInt8>( (255L*nTransparency + (100L - nTransparency)*aLineColor… in ImplConvertTransparentAction() 166 …aLineColor.SetGreen( static_cast<sal_uInt8>( (255L*nTransparency + (100L - nTransparency)*aLineCol… in ImplConvertTransparentAction() 167 …aLineColor.SetBlue( static_cast<sal_uInt8>( (255L*nTransparency + (100L - nTransparency)*aLineColo… in ImplConvertTransparentAction() 171 …aFillColor.SetRed( static_cast<sal_uInt8>( (255L*nTransparency + (100L - nTransparency)*aFillColor… in ImplConvertTransparentAction() 172 …aFillColor.SetGreen( static_cast<sal_uInt8>( (255L*nTransparency + (100L - nTransparency)*aFillCol… in ImplConvertTransparentAction() 173 …aFillColor.SetBlue( static_cast<sal_uInt8>( (255L*nTransparency + (100L - nTransparency)*aFillColo… in ImplConvertTransparentAction() 179 if( nTransparency ) in ImplConvertTransparentAction()
|
H A D | bitmapex.cxx | 768 sal_uInt8 nTransparency(0xff); in GetTransparency() local 779 nTransparency = 0x00; in GetTransparency() 794 nTransparency = 0x00; in GetTransparency() 814 nTransparency = aBitmapColor.GetIndex(); in GetTransparency() 820 nTransparency = 0x00; in GetTransparency() 833 return nTransparency; in GetTransparency()
|
H A D | pdfextoutdevdata.cxx | 436 sal_Int32 nTransparency; in PlaySyncPageAct() local 441 nTransparency = mParaInts.front(); in PlaySyncPageAct() 839 sal_uInt8 nTransparency, in EndGroup() argument 845 mpPageSyncData->mParaInts.push_back( nTransparency ); in EndGroup()
|
H A D | salgdilayout.cxx | 858 sal_uInt8 nTransparency, const OutputDevice *pOutDev ) in DrawAlphaRect() argument 863 return drawAlphaRect( nX, nY, nWidth, nHeight, nTransparency ); in DrawAlphaRect()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xlchart.cxx | 803 sal_Int16 nTransparency = 0; in ReadAreaProperties() local 807 rAreaHlp >> eApiStyle >> rAreaFmt.maPattColor >> nTransparency; in ReadAreaProperties() 816 …ApiStyle != cssd::FillStyle_NONE) && ((eApiStyle != cssd::FillStyle_SOLID) || (nTransparency > 0)); in ReadAreaProperties() 830 sal_Int16 nTransparency = 0; in ReadEscherProperties() local 834 rAreaHlp >> eApiStyle >> aColor >> nTransparency; in ReadEscherProperties() 840 …DBG_ASSERT( nTransparency > 0, "XclChPropSetHelper::ReadEscherProperties - unexpected solid area w… in ReadEscherProperties() 841 if( (0 < nTransparency) && (nTransparency <= 100) ) in ReadEscherProperties() 848 … sal_uInt32 nEscherOpacity = static_cast< sal_uInt32 >( (100 - nTransparency) * 655.36 ); in ReadEscherProperties() 1056 sal_Int16 nTransparency = 0; in WriteAreaProperties() local 1068 rAreaHlp << eFillStyle << aColor << nTransparency; in WriteAreaProperties()
|
/aoo4110/main/tools/inc/tools/ |
H A D | color.hxx | 123 Color( sal_uInt8 nTransparency, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue ) in Color() argument 124 { mnColor = TRGB_COLORDATA( nTransparency, nRed, nGreen, nBlue ); } in Color() 143 void SetTransparency( sal_uInt8 nTransparency ); 214 inline void Color::SetTransparency( sal_uInt8 nTransparency ) in SetTransparency() argument 217 mnColor |= ((sal_uInt32)nTransparency)<<24; in SetTransparency()
|
/aoo4110/main/cppcanvas/source/mtfrenderer/ |
H A D | polypolyaction.cxx | 71 int nTransparency ); 123 int nTransparency ) : in PolyPolyAction() argument 142 maFillColor[3] = 1.0 - nTransparency / 100.0; in PolyPolyAction() 154 maState.DeviceColor[3] = 1.0 - nTransparency / 100.0; in PolyPolyAction() 523 … int nTransparency ) in createPolyPolyAction() argument 530 nTransparency ) ); in createPolyPolyAction()
|
H A D | polypolyaction.hxx | 85 int nTransparency );
|
/aoo4110/main/sd/source/ui/slidesorter/view/ |
H A D | SlsInsertionIndicatorOverlay.cxx | 205 double nTransparency (0); in PaintRepresentatives() local 215 nTransparency = 0.85; in PaintRepresentatives() 219 nTransparency = 0.75; in PaintRepresentatives() 223 nTransparency = 0.65; in PaintRepresentatives() 269 nTransparency); in PaintRepresentatives()
|
/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbalineformat.cxx | 265 sal_Int16 nTransparency = 0; in getTransparency() local 266 …rtySet->getPropertyValue( rtl::OUString::createFromAscii( "LineTransparence" ) ) >>= nTransparency; in getTransparency() 267 double fTransparency = static_cast<double>( nTransparency ); in getTransparency() 274 sal_Int16 nTransparency = static_cast<sal_Int16>( _transparency * 100 ); in setTransparency() local 275 …opertyValue( rtl::OUString::createFromAscii( "LineTransparence" ), uno::makeAny( nTransparency ) ); in setTransparency()
|
/aoo4110/main/canvas/source/vcl/ |
H A D | canvashelper.cxx | 507 const int nTransparency( setupOutDevState( viewState, renderState, FILL_COLOR ) ); in fillPolyPolygon() local 508 …const int nTransPercent( (nTransparency * 100 + 128) / 255 ); // normal rounding, no truncation h… in fillPolyPolygon() 516 if( !nTransparency || bSourceAlpha ) in fillPolyPolygon() 527 if( !nTransparency || bSourceAlpha ) in fillPolyPolygon() 531 if( bSourceAlpha && nTransparency == 255 ) in fillPolyPolygon() 1234 int nTransparency(0); in setupOutDevState() local 1323 nTransparency = aColor.GetTransparency(); in setupOutDevState() 1364 return nTransparency; in setupOutDevState()
|
H A D | canvashelper_texturefill.cxx | 553 int nTransparency ) in gradientFill() argument 555 (void)nTransparency; in gradientFill() 744 const int nTransparency( setupOutDevState( viewState, renderState, IGNORE_COLOR ) ); in fillTexturedPolyPolygon() local 790 nTransparency ); in fillTexturedPolyPolygon()
|
/aoo4110/main/xmloff/source/style/ |
H A D | XMLBackgroundImageExport.cxx | 151 sal_Int8 nTransparency = sal_Int8(); in exportXML() local 152 if( (*pTransparency) >>= nTransparency ) in exportXML() 155 SvXMLUnitConverter::convertPercent( aTransOut, 100-nTransparency ); in exportXML()
|
H A D | XMLBackgroundImageContext.cxx | 322 nTransparency = static_cast<sal_Int8>( 100-nTmp ); in ProcessAttrs() 344 nTransparency( 0 ) in XMLBackgroundImageContext() 399 aTransparencyProp.maValue <<= nTransparency; in EndElement()
|
/aoo4110/main/canvas/source/cairo/ |
H A D | cairo_canvashelper_text.cxx | 133 int nTransparency(0); in setupOutDevState() local 216 nTransparency = aColor.GetTransparency(); in setupOutDevState() 245 return nTransparency; in setupOutDevState()
|
/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | shapeimporter.cxx | 392 sal_Int16 nTransparency(0); in createShape() local 402 getPropertyValue( nTransparency, xPropSet, OUSTR("Transparency") ); in createShape() 413 aGraphAttrs.SetTransparency( static_cast<sal_uInt8>(nTransparency) ); in createShape()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | backgrnd.cxx | 125 void lcl_SetTransparency(SvxBrushItem& rBrush, long nTransparency) in lcl_SetTransparency() argument 128 aTransparency <<= (sal_Int8)nTransparency; in lcl_SetTransparency() 184 sal_uInt8 nTransparency; member in BackgroundPreviewImpl 205 nTransparency(0) in BackgroundPreviewImpl() 231 nTransparency = lcl_TransparencyToPercent( rColor.GetTransparency() ); in NotifyChange()
|
/aoo4110/main/vcl/inc/ |
H A D | salgdi.hxx | 204 …al bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency ) = 0; 508 sal_uInt8 nTransparency, const OutputDevice *pOutDev );
|
/aoo4110/main/filter/source/msfilter/ |
H A D | escherex.cxx | 657 sal_uInt16 nTransparency = ( EscherPropertyValueHelper::GetPropertyValue( in CreateFillProperties() local 661 if ( nTransparency ) in CreateFillProperties() 662 AddOpt( ESCHER_Prop_fillOpacity, ( ( 100 - nTransparency ) << 16 ) / 100 ); in CreateFillProperties() 1148 sal_Int16 nTransparency = 0; in CreateLineProperties() local 1149 if ( aAny >>= nTransparency ) in CreateLineProperties() 1150 AddOpt( ESCHER_Prop_lineOpacity, ( ( 100 - nTransparency ) << 16 ) / 100 ); in CreateLineProperties() 1473 sal_Int16 nTransparency(0); in CreateGraphicProperties() local 1564 aAny >>= nTransparency; in CreateGraphicProperties() 1671 if(bMirrored || nTransparency || nRed || nGreen || nBlue || (1.0 != fGamma)) in CreateGraphicProperties() 1681 if(nTransparency) in CreateGraphicProperties() [all …]
|
/aoo4110/main/xmloff/inc/ |
H A D | XMLBackgroundImageContext.hxx | 43 sal_Int8 nTransparency; member in XMLBackgroundImageContext
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 618 long nHeight, sal_uInt8 nTransparency ) in drawAlphaRect() argument 629 255 - 255L*nTransparency/100, in drawAlphaRect()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | pdfextoutdevdata.hxx | 189 sal_uInt8 nTransparency,
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svpgdi.hxx | 59 …virtual bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency );
|
H A D | svppspgraphics.hxx | 60 …virtual bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency );
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 919 long nHeight, sal_uInt8 nTransparency ) in drawAlphaRect() argument 938 const double fTransparency = (100 - nTransparency) * (1.0/100); in drawAlphaRect()
|