| /AOO42X/main/vcl/source/control/ |
| H A D | fixed.cxx | 41 WB_LEFT | WB_CENTER | WB_RIGHT | \ 47 WB_LEFT | WB_CENTER | WB_RIGHT | \ 51 WB_LEFT | WB_CENTER | WB_RIGHT | \ 65 else if ( nStyle & WB_RIGHT ) in ImplCalcPos() 198 if ( nWinStyle & WB_RIGHT ) in ImplGetTextStyle()
|
| H A D | button.cxx | 49 WB_LEFT | WB_CENTER | WB_RIGHT | \ 56 WB_LEFT | WB_CENTER | WB_RIGHT | \ 60 WB_LEFT | WB_CENTER | WB_RIGHT | \ 586 else if ( nWinStyle & WB_RIGHT ) in ImplDrawAlignedImage() 919 else if ( GetStyle() & WB_RIGHT ) in ImplGetTextStyle() 2352 else if ( nWinStyle & WB_RIGHT ) in ImplDraw() 3447 else if ( nWinStyle & WB_RIGHT ) in ImplDraw() 4187 if ( ! ( nStyle & ( WB_RIGHT | WB_LEFT ) ) ) in ImplInitStyle()
|
| H A D | morebtn.cxx | 65 if ( ! ( nStyle & ( WB_RIGHT | WB_LEFT ) ) ) in ImplInit()
|
| H A D | edit.cxx | 325 if ( !(nStyle & (WB_CENTER | WB_RIGHT)) ) in ImplInit() 338 if ( nStyle & WB_RIGHT ) in ImplInit() 1967 else if ( GetStyle() & WB_RIGHT ) in Draw() 2389 if ( nStyle & WB_RIGHT ) in StateChanged()
|
| H A D | lstbox.cxx | 150 mpImplWin = new ImplWin( this, (nStyle & (WB_LEFT|WB_RIGHT|WB_CENTER))|WB_NOBORDER ); in ImplInit() 459 else if ( GetStyle() & WB_RIGHT ) in Draw()
|
| H A D | combobox.cxx | 174 WinBits nEditStyle = nStyle & ( WB_LEFT | WB_RIGHT | WB_CENTER ); in ImplInit() 1277 else if ( GetStyle() & WB_RIGHT ) in Draw()
|
| H A D | ilstbox.cxx | 547 mbRight = ( nWinStyle & WB_RIGHT ); in ImplListBoxWindow() 3031 else if ( GetStyle() & WB_RIGHT ) in DrawEntry()
|
| /AOO42X/main/vcl/source/window/ |
| H A D | status.cxx | 142 if ( !(nStyle & (WB_LEFT | WB_RIGHT)) ) in ImplInit() 143 nStyle |= WB_RIGHT; in ImplInit() 294 if ( GetStyle() & WB_RIGHT ) in ImplFormat() 400 if ( mbVisibleItems && (GetStyle() & WB_RIGHT) ) in ImplDrawText() 789 if ( !mbVisibleItems || (GetStyle() & WB_RIGHT) ) in Paint() 1692 if ( (!mbVisibleItems || (GetStyle() & WB_RIGHT)) && !mbProgressMode && in SetText()
|
| H A D | btndlg.cxx | 213 else if ( GetStyle() & WB_RIGHT ) in ImplPosControls()
|
| /AOO42X/main/basic/source/sbx/ |
| H A D | sbxdec.hxx | 31 #undef WB_RIGHT
|
| /AOO42X/main/canvas/source/directx/ |
| H A D | dx_winstuff.hxx | 58 #undef WB_RIGHT
|
| H A D | dx_devicehelper.cxx | 48 #undef WB_RIGHT
|
| H A D | dx_spritedevicehelper.cxx | 44 #undef WB_RIGHT
|
| H A D | dx_9rm.cxx | 67 #undef WB_RIGHT
|
| /AOO42X/main/sw/source/ui/dbui/ |
| H A D | dbui.cxx | 87 aPrinter.SetStyle( WB_RIGHT | aPrinter.GetStyle() ); in ResizeControls()
|
| H A D | createaddresslistdialog.cxx | 193 FixedText* pNewFT = new FixedText(&m_aWindow, WB_RIGHT); in SetData()
|
| /AOO42X/main/tools/inc/tools/ |
| H A D | postsys.h | 48 #undef WB_RIGHT
|
| H A D | postwin.h | 61 #undef WB_RIGHT
|
| H A D | wintypes.hxx | 165 #define WB_RIGHT ((WinBits)0x00010000) macro
|
| /AOO42X/main/vcl/inc/vcl/ |
| H A D | status.hxx | 120 WinBits nWinStyle = WB_BORDER | WB_RIGHT );
|
| /AOO42X/main/svx/source/fmcomp/ |
| H A D | gridcell.cxx | 946 nStyle &= ~(WB_LEFT | WB_RIGHT | WB_CENTER); in lcl_implAlign() 958 nAlignmentBit = WB_RIGHT; in AlignControl() 1111 nStyle = WB_RIGHT; in Init() 1287 m_pWindow = new FormattedField( &rParent, WB_RIGHT ); in Init() 1288 m_pPainter = new FormattedField( &rParent, WB_RIGHT ); in Init()
|
| /AOO42X/main/sfx2/source/doc/ |
| H A D | graphhelp.cxx | 30 #undef WB_RIGHT
|
| /AOO42X/main/toolkit/source/awt/ |
| H A D | vclxwindow.cxx | 1826 nStyle &= ~(WB_LEFT|WB_CENTER|WB_RIGHT); in setProperty() 1834 nStyle |= WB_RIGHT; in setProperty() 2128 else if ( nStyle & WB_RIGHT ) in getProperty()
|
| /AOO42X/main/sw/source/ui/uiview/ |
| H A D | viewling.cxx | 906 …B_BORDER | WB_SYSTEMWINDOW | WB_NOSHADOW ), aListBox(this), aText(this, WB_RIGHT | WB_READONLY), s… in SwFieldDialog()
|
| /AOO42X/main/rsc/source/parser/ |
| H A D | rscinit.cxx | 294 aWinBits.SetConstant( nRightId, sal::static_int_cast<sal_Int32>(WB_RIGHT) ); in Init()
|