Home
last modified time | relevance | path

Searched refs:aBackground (Results 1 – 20 of 20) sorted by relevance

/trunk/main/svtools/source/contnr/
H A Divctrl.cxx505 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 …]
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx219 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()
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx953 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 Dsvdedxv.cxx445 Color aBackground(GetTextEditBackgroundColor(*this)); in ImpMakeOutlinerView() local
465 pOutlView->SetBackgroundColor( aBackground ); in ImpMakeOutlinerView()
/trunk/main/svx/source/gallery2/
H A DGalleryControl.cxx103 …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()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java703 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()
/trunk/main/sw/inc/
H A Dtblafmt.hxx98 SvxBrushItem aBackground; member in SwBoxAutoFmt
147 const SvxBrushItem &GetBackground() const { return aBackground; } in GetBackground()
177 void SetBackground( const SvxBrushItem& rNew ) { aBackground = rNew; } in SetBackground()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1093 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()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx249 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()
/trunk/main/xmloff/source/draw/
H A Dximppage.cxx393 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 Dsdxmlexp.cxx1764 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()
/trunk/main/sc/inc/
H A Dautoform.hxx99 SvxBrushItem aBackground; member in ScAutoFormatDataField
149 const SvxBrushItem& GetBackground() const { return aBackground; } in GetBackground()
181 void SetBackground( const SvxBrushItem& rBackground ) { aBackground = rBackground; } in SetBackground()
/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx282 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()
/trunk/main/svx/source/dialog/
H A Ddocrecovery.cxx765 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()
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx795 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 DViewShellImplementation.cxx286 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()
/trunk/main/vcl/source/window/
H A Ddecoview.cxx649 Wallpaper aBackground = mpOutDev->GetBackground(); in DrawHighlightFrame() local
650 if ( aBackground.IsBitmap() || aBackground.IsGradient() ) in DrawHighlightFrame()
657 Color aBackColor = aBackground.GetColor(); in DrawHighlightFrame()
/trunk/main/sw/source/ui/uiview/
H A Dviewdraw.cxx603 Color aBackground(pSh->GetShapeBackgrd()); in BeginTextEdit() local
604 pView->SetBackgroundColor(aBackground); in BeginTextEdit()
/trunk/main/sd/source/ui/sidebar/
H A DLayoutMenu.cxx576 sal_uInt8 aBackground (rLayerAdmin.GetLayerID( in CreateRequest() local
593 SfxBoolItem(ID_VAL_ISPAGEBACK, aVisibleLayers.IsSet(aBackground))); in CreateRequest()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx126 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()

Completed in 154 milliseconds