Home
last modified time | relevance | path

Searched refs:WB_RIGHT (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/vcl/source/control/
H A Dfixed.cxx41 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 Dbutton.cxx51 WB_LEFT | WB_CENTER | WB_RIGHT | \
58 WB_LEFT | WB_CENTER | WB_RIGHT | \
62 WB_LEFT | WB_CENTER | WB_RIGHT | \
588 else if ( nWinStyle & WB_RIGHT ) in ImplDrawAlignedImage()
921 else if ( GetStyle() & WB_RIGHT ) in ImplGetTextStyle()
2355 else if ( nWinStyle & WB_RIGHT ) in ImplDraw()
3450 else if ( nWinStyle & WB_RIGHT ) in ImplDraw()
4190 if ( ! ( nStyle & ( WB_RIGHT | WB_LEFT ) ) ) in ImplInitStyle()
H A Dmorebtn.cxx65 if ( ! ( nStyle & ( WB_RIGHT | WB_LEFT ) ) ) in ImplInit()
H A Dedit.cxx325 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 Dcombobox.cxx174 WinBits nEditStyle = nStyle & ( WB_LEFT | WB_RIGHT | WB_CENTER ); in ImplInit()
1277 else if ( GetStyle() & WB_RIGHT ) in Draw()
H A Dlstbox.cxx150 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 Dilstbox.cxx547 mbRight = ( nWinStyle & WB_RIGHT ); in ImplListBoxWindow()
3031 else if ( GetStyle() & WB_RIGHT ) in DrawEntry()
/trunk/main/vcl/source/window/
H A Dstatus.cxx142 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 Dbtndlg.cxx213 else if ( GetStyle() & WB_RIGHT ) in ImplPosControls()
/trunk/main/basic/source/sbx/
H A Dsbxdec.hxx31 #undef WB_RIGHT
/trunk/main/canvas/source/directx/
H A Ddx_winstuff.hxx58 #undef WB_RIGHT
H A Ddx_devicehelper.cxx48 #undef WB_RIGHT
H A Ddx_spritedevicehelper.cxx44 #undef WB_RIGHT
H A Ddx_9rm.cxx67 #undef WB_RIGHT
/trunk/main/sw/source/ui/dbui/
H A Ddbui.cxx87 aPrinter.SetStyle( WB_RIGHT | aPrinter.GetStyle() ); in ResizeControls()
H A Dcreateaddresslistdialog.cxx193 FixedText* pNewFT = new FixedText(&m_aWindow, WB_RIGHT); in SetData()
/trunk/main/tools/inc/tools/
H A Dpostsys.h48 #undef WB_RIGHT
H A Dpostwin.h61 #undef WB_RIGHT
H A Dwintypes.hxx165 #define WB_RIGHT ((WinBits)0x00010000) macro
/trunk/main/vcl/inc/vcl/
H A Dstatus.hxx120 WinBits nWinStyle = WB_BORDER | WB_RIGHT );
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx946 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()
/trunk/main/sfx2/source/doc/
H A Dgraphhelp.cxx30 #undef WB_RIGHT
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx1826 nStyle &= ~(WB_LEFT|WB_CENTER|WB_RIGHT); in setProperty()
1834 nStyle |= WB_RIGHT; in setProperty()
2128 else if ( nStyle & WB_RIGHT ) in getProperty()
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx906 …B_BORDER | WB_SYSTEMWINDOW | WB_NOSHADOW ), aListBox(this), aText(this, WB_RIGHT | WB_READONLY), s… in SwFieldDialog()
/trunk/main/rsc/source/parser/
H A Drscinit.cxx294 aWinBits.SetConstant( nRightId, sal::static_int_cast<sal_Int32>(WB_RIGHT) ); in Init()

Completed in 172 milliseconds

12