Searched refs:WB_ICON (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/svtools/inc/svtools/ |
H A D | ivctrl.hxx | 215 #define WB_ICON WB_RECTSTYLE macro 276 SvtIconChoiceCtrl( Window* pParent, WinBits nWinStyle = WB_ICON | WB_BORDER );
|
H A D | svicnvw.hxx | 39 #define WB_ICON 0x0001 macro
|
/aoo41x/main/svtools/source/contnr/ |
H A D | imivctl1.cxx | 2031 sal_Bool bLargeIconMode = WB_ICON == ( nWinBits & (VIEWMODE_MASK) ); in PaintEntry() 2244 case WB_ICON: in CalcBmpRect() 2288 case WB_ICON: in CalcTextRect() 2330 case WB_ICON: in CalcBoundingWidth() 2351 case WB_ICON: in CalcBoundingHeight() 2996 if( nWinBits & WB_ICON ) in GetMinGrid() 3046 if( nWinBits & WB_ICON ) in CalcMaxTextRect() 3104 if( nWinBits & WB_ICON ) in Center() 3894 MultiLineEdit( pParent, (pParent->GetStyle() & WB_ICON) ? WB_CENTER : WB_LEFT), in IcnViewEdit_Impl()
|
H A D | svicnvw.cxx | 50 pImp = new SvImpIconView( this, GetModel(), nWinStyle | WB_ICON ); in SvIconView() 62 pImp = new SvImpIconView( this, GetModel(), WB_BORDER | WB_ICON ); in SvIconView()
|
H A D | ivctrl.cxx | 587 sal_Bool bLargeIconMode = WB_ICON == ( _pImp->GetStyle() & ( VIEWMODE_MASK ) ); in FillLayoutData()
|
H A D | imivctl.hxx | 88 #define VIEWMODE_MASK (WB_ICON | WB_SMALLICON | WB_DETAILS)
|
H A D | templwin.cxx | 326 aIconCtrl( this, WB_ICON | WB_NOCOLUMNHEADER | WB_HIGHLIGHTFRAME | /*!WB_NOSELECTION |*/ in SvtIconWindow_Impl()
|
H A D | svimpicn.cxx | 789 if( i_nWinStyle & WB_ICON ) in SetStyle()
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppIconControl.cxx | 58 …: SvtIconChoiceCtrl(_pParent,WB_ICON | WB_NOCOLUMNHEADER | WB_HIGHLIGHTFRAME | /*!WB_NOSELECTION |… in DBG_NAME()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | iconcdlg.cxx | 219 maIconCtrl ( this, WB_3DLOOK | WB_ICON | WB_BORDER | in IconChoiceDialog() 243 …maIconCtrl.SetStyle (WB_3DLOOK | WB_ICON | WB_BORDER | WB_NOCOLUMNHEADER | WB_HIGHLIGHTFRAME | /* … in IconChoiceDialog()
|
Completed in 111 milliseconds