Home
last modified time | relevance | path

Searched refs:bFont (Results 26 – 50 of 53) sorted by relevance

123

/trunk/main/dbaccess/source/ui/app/
H A DAppSwapWindow.hxx50 void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
H A DAppDetailPageHelper.hxx93 void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
/trunk/main/vcl/source/control/
H A Dbutton.cxx833 void PushButton::ImplInitSettings( sal_Bool bFont, in ImplInitSettings() argument
836 Button::ImplInitSettings( bFont, bForeground ); in ImplInitSettings()
2114 void RadioButton::ImplInitSettings( sal_Bool bFont, in ImplInitSettings() argument
2117 Button::ImplInitSettings( bFont, bForeground ); in ImplInitSettings()
3281 void CheckBox::ImplInitSettings( sal_Bool bFont, in ImplInitSettings() argument
3284 Button::ImplInitSettings( bFont, bForeground ); in ImplInitSettings()
H A Dedit.cxx394 void Edit::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument
398 if ( bFont ) in ImplInitSettings()
407 if ( bFont || bForeground ) in ImplInitSettings()
H A Dtabctrl.cxx158 void TabControl::ImplInitSettings( sal_Bool bFont, in ImplInitSettings() argument
161 Control::ImplInitSettings( bFont, bForeground ); in ImplInitSettings()
/trunk/main/dbaccess/source/ui/inc/
H A DTableDesignView.hxx54 void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
/trunk/main/svtools/source/control/
H A Dheadbar.cxx159 void HeaderBar::ImplInitSettings( sal_Bool bFont, in ImplInitSettings() argument
164 if ( bFont ) in ImplInitSettings()
173 if ( bForeground || bFont ) in ImplInitSettings()
H A Dvalueset.cxx155 void ValueSet::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument
159 if ( bFont ) in ImplInitSettings()
168 if ( bForeground || bFont ) in ImplInitSettings()
H A Druler.cxx1138 void Ruler::ImplInitSettings( sal_Bool bFont, in ImplInitSettings() argument
1143 if ( bFont ) in ImplInitSettings()
1152 if ( bForeground || bFont ) in ImplInitSettings()
H A Dtabbar.cxx450 void TabBar::ImplInitSettings( sal_Bool bFont, sal_Bool bBackground ) in ImplInitSettings() argument
454 if ( bFont ) in ImplInitSettings()
/trunk/main/basctl/source/inc/
H A Dbaside3.hxx74 void InitSettings(sal_Bool bFont,sal_Bool bForeground,sal_Bool bBackground);
/trunk/main/svtools/inc/svtools/
H A Dsvmedit.hxx58 void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
H A Dheadbar.hxx274 …SVT_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackgroun…
H A Dvalueset.hxx287 …SVT_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground…
H A Dtabbar.hxx381 SVT_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bBackground );
H A Druler.hxx727 …SVT_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Boo…
H A Dsvtreebx.hxx161 void InitSettings(sal_Bool bFont,sal_Bool bForeground,sal_Bool bBackground);
H A Deditbrowsebox.hxx672 …SVT_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx2163 sal_Bool bScript = sal_False, bFont = sal_False; in AppendTxtNode() local
2166 lcl_swhtml_getItemInfo( *pAttr, bScript, bFont, in AppendTxtNode()
2308 sal_Bool bFont = (nIdx % 5) == 0; in AppendTxtNode() local
2311 if( bFont ? lcl_css1atr_equalFontItems(rItem,pHt->GetAttr()) in AppendTxtNode()
2966 sal_Bool bScript = sal_False, bFont = sal_False; in EndAttr() local
2977 lcl_swhtml_getItemInfo( *pAttr, bScript, bFont, nScriptItem ); in EndAttr()
/trunk/main/sw/source/ui/shells/
H A Dtextsh1.cxx439 sal_Bool bFont = pFont && pFont->GetValue().Len(); in Execute() local
441 rWrtSh.InsertFootnote( aStr, nSlot == FN_INSERT_ENDNOTE, !bFont ); in Execute()
442 if ( bFont ) in Execute()
/trunk/main/svtools/source/brwbox/
H A Ddatwin.hxx233 sal_Bool bFont = sal_True, sal_Bool bForeground = sal_True, sal_Bool bBackground = sal_True );
/trunk/main/vcl/inc/vcl/
H A Dtabctrl.hxx71 …SAL_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBack…
H A Dstatus.hxx103 …SAL_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground…
H A Dedit.hxx125 …SAL_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackg…
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx2644 void SvTreeListBox::InitSettings(sal_Bool bFont,sal_Bool bForeground,sal_Bool bBackground) in InitSettings() argument
2647 if( bFont ) in InitSettings()
2657 if( bForeground || bFont ) in InitSettings()

Completed in 160 milliseconds

123