/aoo41x/main/svx/source/sdr/contact/ |
H A D | viewcontactofsdrpage.cxx | 98 const svtools::ColorConfig aColorConfig; in createViewIndependentPrimitive2DSequence() local 99 const Color aInitColor(aColorConfig.GetColorValue(svtools::DOCCOLOR).nColor); in createViewIndependentPrimitive2DSequence() 156 const svtools::ColorConfig aColorConfig; in createViewIndependentPrimitive2DSequence() local 157 const Color aShadowColor(aColorConfig.GetColorValue(svtools::FONTCOLOR).nColor); in createViewIndependentPrimitive2DSequence() 303 const svtools::ColorConfig aColorConfig; in createViewIndependentPrimitive2DSequence() local 304 const Color aPageFillColor(aColorConfig.GetColorValue(svtools::DOCCOLOR).nColor); in createViewIndependentPrimitive2DSequence() 350 const svtools::ColorConfig aColorConfig; in createViewIndependentPrimitive2DSequence() local 351 const Color aBorderColor(aColorConfig.GetColorValue(svtools::FONTCOLOR).nColor); in createViewIndependentPrimitive2DSequence() 417 const svtools::ColorConfig aColorConfig; in createViewIndependentPrimitive2DSequence() local 422 aBorderColor = aColorConfig.GetColorValue(svtools::FONTCOLOR).nColor; in createViewIndependentPrimitive2DSequence() [all …]
|
H A D | viewobjectcontactofpageobj.cxx | 214 const svtools::ColorConfig aColorConfig; in createPrimitive2DSequence() local 251 const Color aDocColor(aColorConfig.GetColorValue(svtools::DOCCOLOR).nColor); in createPrimitive2DSequence() 252 const Color aBorderColor(aColorConfig.GetColorValue(svtools::DOCBOUNDARIES).nColor); in createPrimitive2DSequence() 309 const Color aFrameColor(aColorConfig.GetColorValue(svtools::OBJECTBOUNDARIES).nColor); in createPrimitive2DSequence()
|
H A D | viewobjectcontactofsdrpage.cxx | 157 const svtools::ColorConfig aColorConfig; in createPrimitive2DSequence() local 158 aInitColor = aColorConfig.GetColorValue(svtools::DOCCOLOR).nColor; in createPrimitive2DSequence() 264 const svtools::ColorConfig aColorConfig; in createPrimitive2DSequence() local 265 aPageFillColor = aColorConfig.GetColorValue(svtools::DOCCOLOR).nColor; in createPrimitive2DSequence()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | docprev.cxx | 74 svtools::ColorConfig aColorConfig; in SdDocPreviewWin() local 123 svtools::ColorConfig aColorConfig; in ImpPaint() local 126 pVDev->SetFillColor( Color( aColorConfig.GetColorValue( svtools::APPBACKGROUND ).nColor ) ); in ImpPaint() 212 svtools::ColorConfig aColorConfig; in updateViewSettings() local 213 maDocumentColor = Color( aColorConfig.GetColorValue( svtools::DOCCOLOR ).nColor ); in updateViewSettings()
|
H A D | headerfooterdlg.cxx | 881 svtools::ColorConfig aColorConfig; in Paint() local 882 …svtools::ColorConfigValue aColor( aColorConfig.GetColorValue( bVisible ? svtools::FONTCOLOR : svto… in Paint() 900 svtools::ColorConfig aColorConfig; in Paint() local 901 svtools::ColorConfigValue aColor( aColorConfig.GetColorValue( svtools::APPBACKGROUND ) ); in Paint()
|
/aoo41x/main/sd/source/ui/tools/ |
H A D | PreviewRenderer.cxx | 212 svtools::ColorConfig aColorConfig; in RenderSubstitution() local 213 mpPreviewDevice->SetFillColor(aColorConfig.GetColorValue(svtools::DOCCOLOR).nColor); in RenderSubstitution() 292 svtools::ColorConfig aColorConfig; in Initialize() local 297 svtools::ColorConfig aColorConfig; in Initialize() local 298 aApplicationDocumentColor = aColorConfig.GetColorValue( svtools::DOCCOLOR ).nColor; in Initialize()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | layctrl.cxx | 107 svtools::ColorConfig aColorConfig; in TableWindow() local 108 aLineColor = ::Color( aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor ); in TableWindow() 504 svtools::ColorConfig aColorConfig; in ColumnsWindow() local 505 aLineColor = ::Color( aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor ); in ColumnsWindow()
|
/aoo41x/main/svx/source/sdr/primitive2d/ |
H A D | sdrolecontentprimitive2d.cxx | 128 const svtools::ColorConfig aColorConfig; in create2DDecomposition() local 129 … const svtools::ColorConfigValue aColor(aColorConfig.GetColorValue(svtools::OBJECTBOUNDARIES)); in create2DDecomposition()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdetc.cxx | 952 svtools::ColorConfig aColorConfig; in impCalcBackgroundColor() local 953 Color aBackground(aColorConfig.GetColorValue(svtools::DOCCOLOR).nColor); in impCalcBackgroundColor() 1067 svtools::ColorConfig aColorConfig; in GetTextEditBackgroundColor() local 1068 Color aBackground(aColorConfig.GetColorValue(svtools::DOCCOLOR).nColor); in GetTextEditBackgroundColor()
|
H A D | svdpage.cxx | 1894 svtools::ColorConfig aColorConfig; in GetPageBackgroundColor() local 1895 aColor = aColorConfig.GetColorValue( svtools::DOCCOLOR ).nColor; in GetPageBackgroundColor()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviews5.cxx | 455 svtools::ColorConfig aColorConfig; in Paint() local 460 aFillColor = Color( aColorConfig.GetColorValue( svtools::APPBACKGROUND ).nColor ); in Paint() 464 aFillColor = Color( aColorConfig.GetColorValue( svtools::DOCCOLOR ).nColor ); in Paint()
|
H A D | drviews4.cxx | 391 svtools::ColorConfig aColorConfig; in MouseMove() local 396 aFillColor = Color( aColorConfig.GetColorValue( svtools::APPBACKGROUND ).nColor ); in MouseMove() 400 aFillColor = Color( aColorConfig.GetColorValue( svtools::DOCCOLOR ).nColor ); in MouseMove()
|
H A D | sdwindow.cxx | 976 svtools::ColorConfig aColorConfig; in DataChanged() local 977 const Color aDocColor( aColorConfig.GetColorValue( svtools::DOCCOLOR ).nColor ); in DataChanged()
|
H A D | sdview.cxx | 298 const svtools::ColorConfig aColorConfig; in createRedirectedPrimitive2DSequence() local 299 … const svtools::ColorConfigValue aColor( aColorConfig.GetColorValue( svtools::OBJECTBOUNDARIES ) ); in createRedirectedPrimitive2DSequence()
|
/aoo41x/main/chart2/source/controller/drawinglayer/ |
H A D | DrawViewWrapper.cxx | 297 svtools::ColorConfig aColorConfig; in CompleteRedraw() local 298 Color aFillColor = Color( aColorConfig.GetColorValue( svtools::DOCCOLOR ).nColor ); in CompleteRedraw()
|
/aoo41x/main/svx/source/dialog/ |
H A D | dlgctrl.cxx | 170 svtools::ColorConfig aColorConfig; in InitRectBitmap() local 189 aColorAry2[5] = Color( aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor ); in InitRectBitmap() 220 svtools::ColorConfig aColorConfig; in InitSettings() local 221 Color aTextColor( aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor ); in InitSettings() 2080 svtools::ColorConfig aColorConfig; in InitSettings() local 2081 Color aTextColor(aColorConfig.GetColorValue(svtools::FONTCOLOR).nColor); in InitSettings()
|
H A D | fntctrl.cxx | 437 svtools::ColorConfig aColorConfig; in InitSettings() local 438 Color aTextColor( aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor ); in InitSettings()
|
H A D | rubydialog.cxx | 791 svtools::ColorConfig aColorConfig; in UpdateColors() local 795 Color aNewTextCol( aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor ); in UpdateColors()
|
/aoo41x/main/sd/source/ui/accessibility/ |
H A D | AccessibleSlideSorterObject.cxx | 478 svtools::ColorConfig aColorConfig; in getForeground() local 479 sal_uInt32 nColor = aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor; in getForeground()
|
H A D | AccessibleTreeNode.cxx | 553 svtools::ColorConfig aColorConfig; in getForeground() local 554 sal_uInt32 nColor = aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor; in getForeground()
|
H A D | AccessibleSlideSorterView.cxx | 569 svtools::ColorConfig aColorConfig; in getForeground() local 570 sal_uInt32 nColor = aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor; in getForeground()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | numfmt.cxx | 139 svtools::ColorConfig aColorConfig; in NotifyChange() local 140 Color aWindowTextColor( aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor ); in NotifyChange() 180 svtools::ColorConfig aColorConfig; in InitSettings() local 181 Color aTextColor( aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor ); in InitSettings()
|
/aoo41x/main/editeng/source/accessibility/ |
H A D | AccessibleImageBullet.cxx | 362 svtools::ColorConfig aColorConfig; in getForeground() local 363 sal_uInt32 nColor = aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor; in getForeground()
|
/aoo41x/main/svx/source/accessibility/ |
H A D | GraphCtlAccessibleContext.cxx | 556 svtools::ColorConfig aColorConfig; in getForeground() local 557 sal_uInt32 nColor = aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor; in getForeground()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | standardcontrol.cxx | 346 ::svtools::ColorConfig aColorConfig; in HyperlinkInput() 347 ::svtools::ColorConfigValue aLinkColor( aColorConfig.GetColorValue( ::svtools::LINKS ) ); in HyperlinkInput()
|