/aoo42x/main/svtools/source/contnr/ |
H A D | ivctrl.cxx | 505 Wallpaper aBackground( rPaper ); in SetBackground() local 507 if( !aBackground.IsBitmap() ) in SetBackground() 508 aBackground.SetStyle( WALLPAPER_TILE ); in SetBackground() 510 WallpaperStyle eStyle = aBackground.GetStyle(); in SetBackground() 511 Color aBack( aBackground.GetColor()); in SetBackground() 514 (!aBackground.IsBitmap() || in SetBackground() 515 aBackground.GetBitmap().IsTransparent() || in SetBackground() 520 if( aBackground.IsScrollable() ) in SetBackground() 524 aBackground.SetRect( aRect ); in SetBackground() 529 aBackground.SetRect( aRect ); in SetBackground() [all …]
|
/aoo42x/main/sw/source/core/doc/ |
H A D | tblafmt.cxx | 219 aBackground( RES_BACKGROUND ), in SwBoxAutoFmt() 260 aBackground( rNew.aBackground ), in SwBoxAutoFmt() 304 aBackground = rNew.aBackground; in operator =() 371 READ( aBackground, SvxBrushItem , rVersions.nBrushVersion) in Load() 439 READ( aBackground, SvxBrushItem , 11) in LoadOld() 472 aBackground.Store( rStream, aBackground.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save() 507 rStream << aBackground.GetVersion( SOFFICE_FILEFORMAT_40 ); in SaveVersionNo()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdetc.cxx | 953 Color aBackground(aColorConfig.GetColorValue(svtools::DOCCOLOR).nColor); in impCalcBackgroundColor() local 1044 aBackground = aSpotColor[0]; in impCalcBackgroundColor() 1053 aBackground = aSpotColor[i]; in impCalcBackgroundColor() 1061 return aBackground; in impCalcBackgroundColor() 1068 Color aBackground(aColorConfig.GetColorValue(svtools::DOCCOLOR).nColor); in GetTextEditBackgroundColor() local 1081 bFound = GetDraftFillColor(pTable->GetActiveCellItemSet(), aBackground ); in GetTextEditBackgroundColor() 1084 bFound=GetDraftFillColor(pText->GetMergedItemSet(), aBackground); in GetTextEditBackgroundColor() 1107 return aBackground; in GetTextEditBackgroundColor()
|
H A D | svdedxv.cxx | 445 Color aBackground(GetTextEditBackgroundColor(*this)); in ImpMakeOutlinerView() local 465 pOutlView->SetBackgroundColor( aBackground ); in ImpMakeOutlinerView()
|
/aoo42x/main/svx/source/gallery2/ |
H A D | GalleryControl.cxx | 103 …const Wallpaper aBackground (sfx2::sidebar::Theme::GetWallpaper(sfx2::sidebar::Theme::Paint_PanelB… in InitSettings() local 104 mpSplitter->SetBackground(aBackground); in InitSettings() 105 SetBackground(aBackground); in InitSettings() 106 mpBrowser2->SetBackground(aBackground); in InitSettings()
|
/aoo42x/main/toolkit/test/accessibility/ |
H A D | AccessibleTextHandler.java | 703 private Color aForeground, aBackground; field in TextAttributeDialog 712 aBackground = Color.white; in init() 736 aBackground = JColorChooser.showDialog( in init() 739 aBackground); in init() 771 return bForeground ? aForeground : aBackground; in getColor() 795 aSequence[2].Value = new Integer( aBackground.getRGB() ); in action()
|
/aoo42x/main/sw/inc/ |
H A D | tblafmt.hxx | 98 SvxBrushItem aBackground; member in SwBoxAutoFmt 147 const SvxBrushItem &GetBackground() const { return aBackground; } in GetBackground() 177 void SetBackground( const SvxBrushItem& rNew ) { aBackground = rNew; } in SetBackground()
|
/aoo42x/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.cxx | 1093 const Wallpaper aBackground ( in UpdateLook() local 1096 SetBackground(aBackground); in UpdateLook() 1098 mpFLModify->SetBackground(aBackground); in UpdateLook() 1100 mpFLEffect->SetBackground(aBackground); in UpdateLook() 1102 mpFTStart->SetBackground(aBackground); in UpdateLook() 1104 mpFTProperty->SetBackground(aBackground); in UpdateLook() 1106 mpFTSpeed->SetBackground(aBackground); in UpdateLook() 1108 mpFTChangeOrder->SetBackground(aBackground); in UpdateLook() 1110 mpFLSeperator1->SetBackground(aBackground); in UpdateLook() 1112 mpFLSeperator2->SetBackground(aBackground); in UpdateLook()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | autoform.cxx | 249 aBackground( ATTR_BACKGROUND ), in ScAutoFormatDataField() 282 aBackground( rCopy.aBackground ), in ScAutoFormatDataField() 350 READ( aBackground, SvxBrushItem, rVersions.nBrushVersion) in Load() 419 READ( aBackground, SvxBrushItem, rVersions.nBrushVersion) in LoadOld() 459 aBackground.Store ( rStream, aBackground.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | ximppage.cxx | 393 const OUString aBackground(RTL_CONSTASCII_USTRINGPARAM("Background")); in SetStyle() local 394 if( xPropSet1->getPropertySetInfo()->hasPropertyByName( aBackground ) ) in SetStyle() 397 if( xInfo.is() && xInfo->hasPropertyByName( aBackground ) ) in SetStyle() 417 xPropSet1->setPropertyValue( aBackground, uno::makeAny( xBackgroundSet ) ); in SetStyle()
|
H A D | sdxmlexp.cxx | 1764 const OUString aBackground(RTL_CONSTASCII_USTRINGPARAM("Background")); in ImpCreatePresPageStyleName() local 1767 if( xInfo.is() && xInfo->hasPropertyByName( aBackground ) ) in ImpCreatePresPageStyleName() 1769 Any aAny( xPropSet1->getPropertyValue( aBackground ) ); in ImpCreatePresPageStyleName()
|
/aoo42x/main/sc/inc/ |
H A D | autoform.hxx | 99 SvxBrushItem aBackground; member in ScAutoFormatDataField 149 const SvxBrushItem& GetBackground() const { return aBackground; } in GetBackground() 181 void SetBackground( const SvxBrushItem& rBackground ) { aBackground = rBackground; } in SetBackground()
|
/aoo42x/main/svtools/source/toolpanel/ |
H A D | paneltabbar.cxx | 282 Rectangle aBackground( Point(), getTargetDevice().GetOutputSizePixel() ); in renderBackground() local 283 getTargetDevice().DrawRect( aBackground ); in renderBackground() 285 aBackground.Top() = aBackground.Bottom(); in renderBackground() 286 getTargetDevice().DrawNativeControl( CTRL_TAB_PANE, PART_ENTIRE_CONTROL, aBackground, in renderBackground()
|
/aoo42x/main/svx/source/dialog/ |
H A D | docrecovery.cxx | 765 Wallpaper aBackground(rStyleSettings.GetWindowColor()); in SaveDialog() local 766 m_aTitleWin.SetBackground(aBackground); in SaveDialog() 767 m_aTitleFT.SetBackground (aBackground); in SaveDialog() 1075 Wallpaper aBackground( rStyleSettings.GetWindowColor() ); in RecoveryDialog() local 1076 m_aTitleWin.SetBackground(aBackground); in RecoveryDialog() 1077 m_aTitleFT.SetBackground (aBackground); in RecoveryDialog()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | sdview.cxx | 795 Color aBackground; in SdrBeginTextEdit() local 798 aBackground = GetTextEditBackgroundColor(*this); in SdrBeginTextEdit() 802 aBackground = pObj->GetPage()->GetPageBackgroundColor(pPV); in SdrBeginTextEdit() 805 pOL->SetBackgroundColor( aBackground ); in SdrBeginTextEdit()
|
H A D | ViewShellImplementation.cxx | 286 sal_uInt8 aBackground (rLayerAdmin.GetLayerID(String(SdResId(STR_LAYER_BCKGRND)), sal_False)); in AssignLayout() local 299 aRequest.AppendItem(SfxBoolItem(ID_VAL_ISPAGEBACK, aVisibleLayers.IsSet(aBackground))); in AssignLayout()
|
/aoo42x/main/vcl/source/window/ |
H A D | decoview.cxx | 649 Wallpaper aBackground = mpOutDev->GetBackground(); in DrawHighlightFrame() local 650 if ( aBackground.IsBitmap() || aBackground.IsGradient() ) in DrawHighlightFrame() 657 Color aBackColor = aBackground.GetColor(); in DrawHighlightFrame()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewdraw.cxx | 603 Color aBackground(pSh->GetShapeBackgrd()); in BeginTextEdit() local 604 pView->SetBackgroundColor(aBackground); in BeginTextEdit()
|
/aoo42x/main/sd/source/ui/sidebar/ |
H A D | LayoutMenu.cxx | 576 sal_uInt8 aBackground (rLayerAdmin.GetLayerID( in CreateRequest() local 593 SfxBoolItem(ID_VAL_ISPAGEBACK, aVisibleLayers.IsSet(aBackground))); in CreateRequest()
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 126 Color aBackground( nBackgroundColor ); in setButtonLikeFaceColor() local 127 aBackground.SetRed( ( aBackground.GetRed() + aWhite.GetRed() ) / 2 ); in setButtonLikeFaceColor() 128 aBackground.SetGreen( ( aBackground.GetGreen() + aWhite.GetGreen() ) / 2 ); in setButtonLikeFaceColor() 129 aBackground.SetBlue( ( aBackground.GetBlue() + aWhite.GetBlue() ) / 2 ); in setButtonLikeFaceColor() 130 aStyleSettings.SetCheckedColor( aBackground ); in setButtonLikeFaceColor()
|