Home
last modified time | relevance | path

Searched refs:bBackground (Results 1 – 25 of 68) sorted by relevance

123

/trunk/main/vcl/source/control/
H A Dfixed.cxx123 sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument
127 if ( bBackground ) in ImplInitSettings()
298 sal_Bool bBackground = !(nFlags & WINDOW_DRAW_NOBACKGROUND) && IsControlBackground(); in Draw() local
299 if ( bBorder || bBackground ) in Draw()
306 if ( bBackground ) in Draw()
463 sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument
467 if ( bBackground ) in ImplInitSettings()
H A Dgroup.cxx76 sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument
80 if ( bBackground ) in ImplInitSettings()
H A Dcombobox.cxx1247 sal_Bool bBackground = !(nFlags & WINDOW_DRAW_NOBACKGROUND) && IsControlBackground(); in Draw() local
1248 if ( bBorder || bBackground ) in Draw()
1256 if ( bBackground ) in Draw()
H A Dlstbox.cxx420 sal_Bool bBackground = !(nFlags & WINDOW_DRAW_NOBACKGROUND) && IsControlBackground(); in Draw() local
421 if ( bBorder || bBackground ) in Draw()
428 if ( bBackground ) in Draw()
/trunk/main/sw/source/ui/uiview/
H A Dformatclipboard.cxx204 sal_Bool bBackground = SFX_ITEM_SET == rSet.GetItemState( RES_BACKGROUND, sal_False, &pItem ); in lcl_setTableAttributes() local
206 bBackground |= SFX_ITEM_SET == rSet.GetItemState( SID_ATTR_BRUSH_ROW, sal_False, &pRowItem ); in lcl_setTableAttributes()
207 bBackground |= SFX_ITEM_SET == rSet.GetItemState( SID_ATTR_BRUSH_TABLE, sal_False, &pTableItem ); in lcl_setTableAttributes()
209 if(bBackground) in lcl_setTableAttributes()
/trunk/main/sw/source/core/text/
H A Dporrst.cxx135 nKern( nKrn ), bBackground( bBG ), bGridKern( bGK ) in SwKernPortion()
147 nKern( 0 ), bBackground( sal_False ), bGridKern( sal_True ) in SwKernPortion()
161 if ( bBackground ) in Paint()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailView.cxx441 void OTasksWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument
465 if( bBackground ) in ImplInitSettings()
642 …plicationDetailView::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument
660 if( bBackground ) in ImplInitSettings()
H A DAppSwapWindow.cxx104 …plicationSwapWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument
121 if( bBackground ) in ImplInitSettings()
H A DAppTitleWindow.cxx145 void OTitleWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument
168 if( bBackground ) in ImplInitSettings()
H A DAppDetailPageHelper.cxx223 void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
262 …OTablePreviewWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument
279 if( bBackground ) in ImplInitSettings()
1498 void OPreviewWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument
1515 if( bBackground ) in ImplInitSettings()
H A DAppDetailView.hxx151 void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
186 void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
H A DAppTitleWindow.hxx39 void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
/trunk/main/svtools/source/control/
H A Dprgsbar.cxx85 sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument
100 if ( bBackground ) in ImplInitSettings()
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx128 …ATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
304 …DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
421 …RIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
H A Dfixed.hxx47 …_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
87 …_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
/trunk/main/dbaccess/source/ui/control/
H A DVertSplitView.cxx73 void OSplitterView::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument
94 if ( bBackground ) in ImplInitSettings()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx1057 …ltiLineEdit::ImplInitSettings( sal_Bool /*bFont*/, sal_Bool /*bForeground*/, sal_Bool bBackground ) in ImplInitSettings() argument
1085 if ( bBackground ) in ImplInitSettings()
1407 sal_Bool bBackground = !(nFlags & WINDOW_DRAW_NOBACKGROUND) && IsControlBackground(); in Draw() local
1408 if ( bBorder || bBackground ) in Draw()
1416 if ( bBackground ) in Draw()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx324 sal_Bool bBackground = SFX_ITEM_SET == rSet.GetItemState( RES_BACKGROUND, sal_False, &pItem ); in ItemSetToTableParam() local
326 bBackground |= SFX_ITEM_SET == rSet.GetItemState( SID_ATTR_BRUSH_ROW, sal_False, &pRowItem ); in ItemSetToTableParam()
327 bBackground |= SFX_ITEM_SET == rSet.GetItemState( SID_ATTR_BRUSH_TABLE, sal_False, &pTableItem ); in ItemSetToTableParam()
332 if( bBackground || bBorder || bRowSplit || bBoxDirection) in ItemSetToTableParam()
343 if(bBackground) in ItemSetToTableParam()
/trunk/main/sc/source/ui/formdlg/
H A Dprivsplt.cxx348 void ScPrivatSplit::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument
368 if ( bBackground ) in ImplInitSettings()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableDesignView.cxx162 … OTableBorderWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument
183 if ( bBackground ) in ImplInitSettings()
/trunk/main/sc/inc/
H A Dautoform.hxx236 …void SetIncludeBackground( sal_Bool bBackground ) { bIncludeBackground = bBackground in SetIncludeBackground() argument
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx85 SVX_DLLPRIVATE void InitSettings( sal_Bool bForeground, sal_Bool bBackground );
460 void InitSettings(bool bForeground, bool bBackground);
/trunk/main/vcl/inc/
H A Dilstbox.hxx380 void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
668 … ImplInitFieldSettings( Window* pWin, sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
/trunk/main/svtools/source/brwbox/
H A Ddatwin.cxx259 sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in InitSettings_Impl() argument
280 if ( bBackground ) in InitSettings_Impl()
/trunk/main/dbaccess/source/ui/inc/
H A DVertSplitView.hxx40 void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );

Completed in 136 milliseconds

123