Home
last modified time | relevance | path

Searched refs:Wallpaper (Results 1 – 25 of 172) sorted by relevance

1234567

/trunk/main/vcl/source/gdi/
H A Dwall.cxx35 DBG_NAME( Wallpaper ) in DBG_NAME() argument
208 Wallpaper::Wallpaper() in Wallpaper() function in Wallpaper
220 Wallpaper::Wallpaper( const Wallpaper& rWallpaper ) in Wallpaper() function in Wallpaper
235 Wallpaper::Wallpaper( const Color& rColor ) in Wallpaper() function in Wallpaper
246 Wallpaper::Wallpaper( const BitmapEx& rBmpEx ) in Wallpaper() function in Wallpaper
257 Wallpaper::Wallpaper( const Gradient& rGradient ) in Wallpaper() function in Wallpaper
268 Wallpaper::~Wallpaper() in ~Wallpaper()
360 void Wallpaper::SetBitmap() in SetBitmap()
498 void Wallpaper::SetRect() in SetRect()
561 Wallpaper& Wallpaper::operator=( const Wallpaper& rWallpaper ) in operator =()
[all …]
H A Doutdev6.cxx794 const Wallpaper& rWallpaper ) in ImplDrawColorWallpaper()
813 const Wallpaper& rWallpaper ) in ImplDrawBitmapWallpaper()
1056 const Wallpaper& rWallpaper ) in ImplDrawGradientWallpaper()
1106 const Wallpaper& rWallpaper ) in ImplDrawWallpaper()
1119 const Wallpaper& rWallpaper ) in DrawWallpaper()
/trunk/main/vcl/inc/vcl/
H A Dwall.hxx83 class VCL_DLLPUBLIC Wallpaper class
97 Wallpaper();
98 Wallpaper( const Wallpaper& rWallpaper );
99 Wallpaper( const Color& rColor );
100 explicit Wallpaper( const BitmapEx& rBmpEx );
101 Wallpaper( const Gradient& rGradient );
102 ~Wallpaper();
128 Wallpaper& operator=( const Wallpaper& rWallpaper );
129 sal_Bool operator==( const Wallpaper& rWallpaper ) const;
130 sal_Bool operator!=( const Wallpaper& rWallpaper ) const in operator !=()
[all …]
H A Dsplitwin.hxx31 class Wallpaper;
138 const Wallpaper* pWall, const Bitmap* pBitmap );
189 void SetItemBackground( sal_uInt16 nSetId, const Wallpaper& rWallpaper );
190 Wallpaper GetItemBackground( sal_uInt16 nSetId ) const;
H A Doutdev.hxx353 Wallpaper maBackground;
482 …id ImplDrawWallpaper( long nX, long nY, long nWidth, long nHeight, const Wallpaper& rWallpaper );
483 …ImplDrawColorWallpaper( long nX, long nY, long nWidth, long nHeight, const Wallpaper& rWallpaper );
484 …mplDrawBitmapWallpaper( long nX, long nY, long nWidth, long nHeight, const Wallpaper& rWallpaper );
485 …lDrawGradientWallpaper( long nX, long nY, long nWidth, long nHeight, const Wallpaper& rWallpaper );
830 void DrawWallpaper( const Rectangle& rRect, const Wallpaper& rWallpaper );
926 void SetBackground( const Wallpaper& rBackground );
928 const Wallpaper& GetBackground() const { return maBackground; } in GetBackground()
/trunk/main/sd/source/ui/slideshow/
H A Dshowwin.cxx83 maShowBackground = Wallpaper( Color( COL_BLACK ) ); in ShowWindow()
386 maShowBackground = Wallpaper( Color( COL_BLACK ) ); in SetEndMode()
422 maShowBackground = Wallpaper( Color( COL_BLACK ) ); in SetPauseMode()
454 maShowBackground = Wallpaper( rBlankColor ); in SetBlankMode()
485 maShowBackground = Wallpaper( Color( COL_BLACK ) ); in TerminateShow()
523 maShowBackground = Wallpaper( Color( COL_BLACK ) ); in RestartShow()
602 aVDev.SetBackground( Wallpaper( Color( COL_BLACK ) ) ); in DrawPauseScene()
/trunk/main/svx/source/gallery2/
H A DGalleryControl.cxx87 SetBackground( Wallpaper( GALLERY_DLG_COLOR ) ); in InitSettings()
91 mpSplitter->SetBackground( Wallpaper( GALLERY_DLG_COLOR ) ); in InitSettings()
95 mpBrowser1->SetBackground( Wallpaper( GALLERY_DLG_COLOR ) ); in InitSettings()
99 mpBrowser2->SetBackground( Wallpaper( GALLERY_DLG_COLOR ) ); in InitSettings()
103 …const Wallpaper aBackground (sfx2::sidebar::Theme::GetWallpaper(sfx2::sidebar::Theme::Paint_PanelB… in InitSettings()
H A Dgalbrws.cxx127 SetBackground( Wallpaper( GALLERY_DLG_COLOR ) ); in InitSettings()
131 mpSplitter->SetBackground( Wallpaper( GALLERY_DLG_COLOR ) ); in InitSettings()
135 mpBrowser1->SetBackground( Wallpaper( GALLERY_DLG_COLOR ) ); in InitSettings()
139 mpBrowser2->SetBackground( Wallpaper( GALLERY_DLG_COLOR ) ); in InitSettings()
/trunk/main/sfx2/source/sidebar/
H A DPaint.cxx122 Wallpaper Paint::GetWallpaper (void) const in GetWallpaper()
128 return Wallpaper(); in GetWallpaper()
132 return Wallpaper(GetColor()); in GetWallpaper()
136 return Wallpaper(GetGradient()); in GetWallpaper()
H A DDeck.cxx70 SetBackground(Wallpaper()); in Deck()
72 mpScrollClipWindow->SetBackground(Wallpaper()); in Deck()
76 mpScrollContainer->SetBackground(Wallpaper()); in Deck()
/trunk/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.cxx275 maFtOrientation.SetBackground(Wallpaper()); in Initialize()
276 maFtMargin.SetBackground(Wallpaper()); in Initialize()
277 maFtSize.SetBackground(Wallpaper()); in Initialize()
278 maFtColumn.SetBackground(Wallpaper()); in Initialize()
288 mpToolBoxOrientation->SetBackground( Wallpaper() ); in Initialize()
299 mpToolBoxMargin->SetBackground(Wallpaper()); in Initialize()
310 mpToolBoxSize->SetBackground(Wallpaper()); in Initialize()
339 mpToolBoxColumn->SetBackground(Wallpaper()); in Initialize()
/trunk/main/sfx2/source/doc/
H A Dfrmdescr.cxx43 Wallpaper* pWallpaper;
159 pFrame->pImp->pWallpaper = new Wallpaper( *pImp->pWallpaper ); in Clone()
214 void SfxFrameDescriptor::SetWallpaper( const Wallpaper& rWallpaper ) in SetWallpaper()
219 pImp->pWallpaper = new Wallpaper( rWallpaper ); in SetWallpaper()
222 const Wallpaper* SfxFrameDescriptor::GetWallpaper() const in GetWallpaper()
/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx307 mpFTWidth->SetBackground(Wallpaper()); in Initialize()
308 mpFTColor->SetBackground(Wallpaper()); in Initialize()
309 mpFTStyle->SetBackground(Wallpaper()); in Initialize()
310 mpFTTrancparency->SetBackground(Wallpaper()); in Initialize()
311 mpFTArrow->SetBackground(Wallpaper()); in Initialize()
312 mpFTEdgeStyle->SetBackground(Wallpaper()); in Initialize()
313 mpFTCapStyle->SetBackground(Wallpaper()); in Initialize()
343 mpTBColor->SetBackground(Wallpaper()); in Initialize()
361 mpTBWidth->SetBackground(Wallpaper()); in Initialize()
/trunk/main/vcl/source/window/
H A Dsplit.cxx43 : public rtl::StaticWithInit<Wallpaper, ImplBlackWall> {
44 Wallpaper operator () () { in operator ()()
45 return Wallpaper(COL_BLACK); in operator ()()
49 : public rtl::StaticWithInit<Wallpaper, ImplWhiteWall> {
50 Wallpaper operator () () { in operator ()()
51 return Wallpaper(COL_LIGHTGRAY); in operator ()()
/trunk/main/cui/source/options/
H A Doptcolor.cxx848 Wallpaper aTransparentWall(TempColor); in ColorConfigWindow_Impl()
869 aChapterWins[i]->SetBackground(Wallpaper(aBackColor)); in ColorConfigWindow_Impl()
1008 (*aIter)->SetBackground(Wallpaper(aBackColor)); in DataChanged()
1009 SetBackground(Wallpaper(rStyleSettings.GetWindowColor())); in DataChanged()
1019 Wallpaper aTransparentWall(TempColor); in DataChanged()
1218 Wallpaper(ColorConfig::GetDefaultColor((ColorConfigEntry) i))); in Update()
1226 aScrollWindow.aWindows[i]->SetBackground(Wallpaper(aColor)); in Update()
1259 aScrollWindow.aWindows[i]->SetBackground(Wallpaper(aColor)); in Update()
1414 SetBackground(Wallpaper(rStyleSettings.GetFieldColor())); in DataChanged()
1464 aScrollWindow.aWindows[i]->SetBackground(Wallpaper(aColor)); in IMPL_LINK()
[all …]
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx245 mpFtPosX->SetBackground(Wallpaper()); in Initialize()
246 mpFtPosY->SetBackground(Wallpaper()); in Initialize()
247 mpFtWidth->SetBackground(Wallpaper()); in Initialize()
248 mpFtHeight->SetBackground(Wallpaper()); in Initialize()
249 mpFtAngle->SetBackground(Wallpaper()); in Initialize()
250 mpFtFlip->SetBackground(Wallpaper()); in Initialize()
600 mpFlipTbx->SetBackground(Wallpaper()); in HandleContextChange()
/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx549 maFL_APPLY_TRANSITION.SetBackground(Wallpaper()); in UpdateLook()
550 maFL_MODIFY_TRANSITION.SetBackground(Wallpaper());; in UpdateLook()
551 maFT_SPEED.SetBackground(Wallpaper()); in UpdateLook()
552 maFT_SOUND.SetBackground(Wallpaper()); in UpdateLook()
553 maFL_ADVANCE_SLIDE.SetBackground(Wallpaper()); in UpdateLook()
554 maFL_EMPTY1.SetBackground(Wallpaper()); in UpdateLook()
555 maFL_EMPTY2.SetBackground(Wallpaper()); in UpdateLook()
/trunk/main/sfx2/inc/sfx2/
H A Dfrmdescr.hxx40 class Wallpaper;
159 void SetWallpaper( const Wallpaper& rWallpaper );
160 const Wallpaper* GetWallpaper() const;
/trunk/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.cxx149 mpFtBrightness->SetBackground(Wallpaper()); in Initialize()
150 mpFtContrast->SetBackground(Wallpaper()); in Initialize()
151 mpFtColorMode->SetBackground(Wallpaper()); in Initialize()
152 mpFtTrans->SetBackground(Wallpaper()); in Initialize()
/trunk/main/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.cxx101 mpFTLeftIndent->SetBackground(Wallpaper()); in AlignmentPropertyPanel()
102 mpFtRotate->SetBackground(Wallpaper()); in AlignmentPropertyPanel()
128 mpTBHorizontal->SetBackground(Wallpaper()); in Initialize()
138 mpTBVertical->SetBackground(Wallpaper()); in Initialize()
H A DCellAppearancePropertyPanel.cxx283 mpTBFillColor->SetBackground(Wallpaper()); in Initialize()
294 mpTBCellBorder->SetBackground(Wallpaper()); in Initialize()
305 mpTBLineStyle->SetBackground(Wallpaper()); in Initialize()
317 mpTBLineColor->SetBackground(Wallpaper()); in Initialize()
H A DCellBorderStyleControl.cxx110 maTBBorder1.SetBackground(Wallpaper()); in Initialize()
127 maTBBorder2.SetBackground(Wallpaper()); in Initialize()
154 maTBBorder3.SetBackground(Wallpaper()); in Initialize()
/trunk/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx549 mpFTUL->SetBackground(Wallpaper()); in initial()
550 mpFTIndent->SetBackground(Wallpaper()); in initial()
551 maFISpace1.SetBackground(Wallpaper()); in initial()
552 maFISpace2.SetBackground(Wallpaper()); in initial()
553 maFIndent1.SetBackground(Wallpaper()); in initial()
554 maFIndent2.SetBackground(Wallpaper()); in initial()
555 maFIndent3.SetBackground(Wallpaper()); in initial()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx149 const Wallpaper aWallpaper(COL_BLACK); in animatedBitmapExPreparator()
371 Wallpaper aWallpaper(Color(COL_BLACK)); in create2DDecompositionOfGraphic()
377Wallpaper aWallpaper(Gradient(GRADIENT_LINEAR, Color(COL_RED), Color(COL_GREEN))); in create2DDecompositionOfGraphic()
386 Wallpaper aWallpaper(aBitmapEx); in create2DDecompositionOfGraphic()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowTitle.cxx86 SetBackground(Wallpaper(Color(aSystemStyle.GetFaceColor()))); in DBG_NAME()
220 SetBackground(Wallpaper(Color(aSystemStyle.GetFaceColor()))); in DataChanged()

Completed in 163 milliseconds

1234567