/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/ |
H A D | TextAttributeDialog.java | 140 public ColorIcon(boolean bWhich) { bForeground = bWhich; } in ColorIcon() 152 if (bForeground) in getColor() 160 private boolean bForeground; field in TextAttributeDialog.ColorIcon
|
/aoo41x/main/svtools/source/control/ |
H A D | prgsbar.cxx | 85 sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument 123 if ( bForeground || bFont ) in ImplInitSettings()
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppSwapWindow.cxx | 104 void OApplicationSwapWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBack… in ImplInitSettings() argument 115 if( bForeground || bFont ) in ImplInitSettings()
|
H A D | AppTitleWindow.cxx | 145 void OTitleWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument 162 if( bForeground || bFont ) in ImplInitSettings()
|
H A D | AppDetailView.cxx | 441 void OTasksWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument 453 if( bForeground || bFont ) in ImplInitSettings() 642 void OApplicationDetailView::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBack… in ImplInitSettings() argument 654 if( bForeground || bFont ) in ImplInitSettings()
|
H A D | AppDetailView.hxx | 151 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 D | AppDetailPageHelper.cxx | 223 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 273 if( bForeground || bFont ) in ImplInitSettings() 1498 void OPreviewWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument 1509 if( bForeground || bFont ) in ImplInitSettings()
|
H A D | AppTitleWindow.hxx | 39 void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
|
H A D | AppSwapWindow.hxx | 50 void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | button.hxx | 128 …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 D | fixed.hxx | 47 …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 D | group.hxx | 42 …SAL_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackgrou…
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | VertSplitView.cxx | 73 void OSplitterView::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument 86 if ( bFont || bForeground ) in ImplInitSettings()
|
/aoo41x/main/vcl/source/control/ |
H A D | fixed.cxx | 123 sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument 125 Control::ImplInitSettings( bFont, bForeground ); in ImplInitSettings() 463 sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument 465 Control::ImplInitSettings( bFont, bForeground ); in ImplInitSettings()
|
H A D | group.cxx | 76 sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument 78 Control::ImplInitSettings( bFont, bForeground ); in ImplInitSettings()
|
/aoo41x/main/sc/source/ui/formdlg/ |
H A D | privsplt.cxx | 348 void ScPrivatSplit::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings() argument 360 if ( bFont || bForeground ) in ImplInitSettings()
|
/aoo41x/main/dbaccess/source/ui/tabledesign/ |
H A D | TableDesignView.cxx | 162 void OTableBorderWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackgrou… in ImplInitSettings() argument 175 if ( bFont || bForeground ) in ImplInitSettings()
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | AccessibleTextHandler.java | 755 boolean bForeground; field in TextAttributeDialog.ColorIcon 759 public ColorIcon(boolean bWhich) { bForeground = bWhich; } in ColorIcon() 771 return bForeground ? aForeground : aBackground; in getColor()
|
/aoo41x/main/svx/inc/svx/ |
H A D | dlgctrl.hxx | 85 SVX_DLLPRIVATE void InitSettings( sal_Bool bForeground, sal_Bool bBackground ); 460 void InitSettings(bool bForeground, bool bBackground);
|
H A D | fntctrl.hxx | 48 SVX_DLLPRIVATE void InitSettings( sal_Bool bForeground, sal_Bool bBackground );
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | VertSplitView.hxx | 40 void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | prgsbar.hxx | 78 …SVT_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackgroun…
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | privsplt.hxx | 51 void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
|
/aoo41x/main/vcl/inc/ |
H A D | ilstbox.hxx | 380 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…
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | datwin.cxx | 259 sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in InitSettings_Impl() argument 272 if ( bFont || bForeground ) in InitSettings_Impl()
|