Home
last modified time | relevance | path

Searched refs:rColor (Results 226 – 250 of 300) sorted by relevance

12345678910>>...12

/trunk/main/sdext/source/presenter/
H A DPresenterTheme.hxx135 sal_uInt32& rColor);
/trunk/main/editeng/inc/editeng/
H A Dbrshitem.hxx77 SvxBrushItem( const Color& rColor, sal_uInt16 nWhich );
H A Deditview.hxx184 void SetBackgroundColor( const Color& rColor );
/trunk/main/sc/source/core/data/
H A Dtable1.cxx222 void ScTable::SetTabBgColor(const Color& rColor) in SetTabBgColor() argument
224 if (aTabBgColor != rColor) in SetTabBgColor()
227 aTabBgColor = rColor; in SetTabBgColor()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx362 void SetBackgroundColor( const Color& rColor );
661 void SetBackgroundColor( const Color& rColor ) { maBackgroundColor = rColor; } in SetBackgroundColor() argument
/trunk/main/svx/inc/svx/sdr/overlay/
H A Doverlaytools.hxx156 const basegfx::BColor& rColor,
/trunk/main/xmloff/inc/xmloff/
H A Dxmlnumfe.hxx66 SAL_DLLPRIVATE void WriteColorElement_Impl( const Color& rColor );
H A Dxmlnumfi.hxx222 void AddColor( const Color& rColor );
/trunk/main/vcl/inc/vcl/
H A Dimage.hxx75 Image( const Bitmap& rBitmap, const Color& rColor );
H A Dwindow.hxx737 void SetControlForeground( const Color& rColor );
741 void SetControlBackground( const Color& rColor );
/trunk/main/sax/inc/sax/tools/
H A Dconverter.hxx100 static bool convertColor( sal_Int32& rColor,
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.hxx177 sal_uInt16 GetColor( const Color& rColor ) const;
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx2577 ::css::uno::Any Document::mapFontColor(::Color const & rColor) in mapFontColor() argument
2580 static_cast< ::sal_Int32 >(COLORDATA_RGB(rColor.GetColor()))); in mapFontColor()
2585 ::Color Document::mapFontColor(::css::uno::Any const & rColor) in mapFontColor() argument
2588 rColor >>= nColor; in mapFontColor()
/trunk/main/svx/inc/svx/
H A Dobj3d.hxx318 void SetMaterialAmbientColor(const Color& rColor);
H A Dfloat3d.hxx246 SVX_DLLPRIVATE sal_Bool LBSelectColor( ColorLB* pLb, const Color& rColor );
H A Dxtable.hxx50 XColorEntry(const Color& rColor, const String& rName);
/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx974 ImplVectMap* ImplVectorizer::ImplExpand( BitmapReadAccess* pRAcc, const Color& rColor ) in ImplExpand() argument
984 const BitmapColor aTest( pRAcc->GetBestMatchingColor( rColor ) ); in ImplExpand()
/trunk/main/oox/inc/oox/drawingml/
H A Dfillpropertiesgroupcontext.hxx198 Color& rColor );
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dpolypolygonprimitive2d.hxx504 const basegfx::BColor& rColor,
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx347 const Color& rColor = rBrush.GetColor(); in ActivatePage() local
348 bTransparent = rColor.GetTransparency() > 0; in ActivatePage()
349 rFont.SetFillColor( rColor ); in ActivatePage()
350 rCJKFont.SetFillColor( rColor ); in ActivatePage()
351 rCTLFont.SetFillColor( rColor ); in ActivatePage()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx366 void SetPen( const Color& rColor, sal_uInt16 nStrLinWidth = 0, PenStyle ePenStyle = PEN_SOLID );
661 void OS2METReader::SetPen( const Color& rColor, sal_uInt16 nLineWidth, PenStyle ePenStyle ) in SetPen() argument
665 if ( pVirDev->GetLineColor() != rColor ) in SetPen()
666 pVirDev->SetLineColor( rColor ); in SetPen()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx1948 const Color& rColor, sal_uInt16 nFlags ) in MakeScenario() argument
1954 SCTAB nNewTab = pDocSh->MakeScenario( nTab, rName, rComment, rColor, nFlags, rMark ); in MakeScenario()
2291 bool ScViewFunc::SetTabBgColor( const Color& rColor, SCTAB nTab ) in SetTabBgColor() argument
2293 …bool bSuccess = GetViewData()->GetDocShell()->GetDocFunc().SetTabBgColor( nTab, rColor, sal_True, … in SetTabBgColor()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx1387 void CustomAnimationEffect::setColor( sal_Int32 nIndex, const Any& rColor ) in setColor() argument
1416 aValues[nIndex] = rColor; in setColor()
1421 xAnimate->setFrom(rColor); in setColor()
1423 xAnimate->setTo(rColor); in setColor()
/trunk/main/sc/source/filter/inc/
H A Dxestream.hxx284 static ::rtl::OString ToOString( const Color& rColor );
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1167 sal_uInt32 ImplGetColor( const sal_uInt32 rColor, sal_Bool bSwap = sal_True );
1556 sal_uInt32 GetColor( const Color& rColor, sal_Bool bSwap = sal_True );

Completed in 193 milliseconds

12345678910>>...12