Home
last modified time | relevance | path

Searched refs:bFont (Results 1 – 25 of 53) sorted by last modified time

123

/trunk/main/vcl/source/control/
H A Dtabctrl.cxx158 void TabControl::ImplInitSettings( sal_Bool bFont, in ImplInitSettings() argument
161 Control::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 Dfixed.cxx122 void FixedText::ImplInitSettings( sal_Bool bFont, in ImplInitSettings() argument
125 Control::ImplInitSettings( bFont, bForeground ); in ImplInitSettings()
462 void FixedLine::ImplInitSettings( sal_Bool bFont, in ImplInitSettings() argument
465 Control::ImplInitSettings( bFont, bForeground ); in ImplInitSettings()
H A Dgroup.cxx75 void GroupBox::ImplInitSettings( sal_Bool bFont, in ImplInitSettings() argument
78 Control::ImplInitSettings( bFont, bForeground ); in ImplInitSettings()
H A Dilstbox.cxx52 void ImplInitFieldSettings( Window* pWin, sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackgroun… in ImplInitFieldSettings() argument
56 if ( bFont ) in ImplInitFieldSettings()
64 if ( bFont || bForeground ) in ImplInitFieldSettings()
578 void ImplListBoxWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackgroun… in ImplInitSettings() argument
580 ImplInitFieldSettings( this, bFont, bForeground, bBackground ); in ImplInitSettings()
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()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1648 void ToolBox::ImplInitSettings( sal_Bool bFont, in ImplInitSettings() argument
1655 if ( bFont ) in ImplInitSettings()
1663 if ( bForeground || bFont ) in ImplInitSettings()
H A Dmenu.cxx3958 static void ImplInitMenuWindow( Window* pWin, sal_Bool bFont, sal_Bool bMenuBar ) in ImplInitMenuWindow() argument
3962 if ( bFont ) in ImplInitMenuWindow()
H A Dstatus.cxx213 void StatusBar::ImplInitSettings( sal_Bool bFont, in ImplInitSettings() argument
218 if ( bFont ) in ImplInitSettings()
226 if ( bForeground || bFont ) in ImplInitSettings()
/trunk/main/svtools/inc/svtools/
H A Druler.hxx727 …SVT_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Boo…
H A Deditbrowsebox.hxx672 …SVT_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx128 …SAL_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bB…
304 …SAL_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackgrou…
421 …SAL_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBack…
H A Dtoolbox.hxx253 …SAL_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bB…
H A Dstatus.hxx103 …SAL_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground…
H A Dtabctrl.hxx71 …SAL_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBack…
H A Dedit.hxx125 …SAL_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackg…
H A Dfixed.hxx47 …SAL_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackgroun…
87 …SAL_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackgroun…
H A Dgroup.hxx42 …SAL_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackgrou…
/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/svtools/source/brwbox/
H A Deditbrowsebox.cxx840 void EditBrowseBox::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument
844 if (bFont) in ImplInitSettings()
858 if ( bFont || bForeground ) in ImplInitSettings()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx223 void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
262 …void OTablePreviewWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackgr… in ImplInitSettings() argument
265 if( bFont ) in ImplInitSettings()
273 if( bForeground || bFont ) in ImplInitSettings()
1498 void OPreviewWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument
1501 if( bFont ) in ImplInitSettings()
1509 if( bForeground || bFont ) in ImplInitSettings()
/trunk/main/vcl/inc/
H A Dilstbox.hxx380 void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
668 void ImplInitFieldSettings( Window* pWin, sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackgroun…
/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/control/
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 Dprgsbar.cxx84 void ProgressBar::ImplInitSettings( sal_Bool bFont, in ImplInitSettings() argument
123 if ( bForeground || bFont ) in ImplInitSettings()

Completed in 205 milliseconds

123