/aoo4110/main/vcl/source/control/ |
H A D | fixed.cxx | 199 nTextStyle |= TEXT_DRAW_RIGHT; in ImplGetTextStyle() 201 nTextStyle |= TEXT_DRAW_CENTER; in ImplGetTextStyle() 203 nTextStyle |= TEXT_DRAW_LEFT; in ImplGetTextStyle() 205 nTextStyle |= TEXT_DRAW_BOTTOM; in ImplGetTextStyle() 207 nTextStyle |= TEXT_DRAW_VCENTER; in ImplGetTextStyle() 209 nTextStyle |= TEXT_DRAW_TOP; in ImplGetTextStyle() 212 nTextStyle |= TEXT_DRAW_WORDBREAK; in ImplGetTextStyle() 217 nTextStyle &= ~TEXT_DRAW_MNEMONIC; in ImplGetTextStyle() 219 return nTextStyle; in ImplGetTextStyle() 254 nTextStyle |= TEXT_DRAW_DISABLE; in ImplDraw() [all …]
|
H A D | group.cxx | 138 …sal_uInt16 nTextStyle = TEXT_DRAW_LEFT | TEXT_DRAW_TOP | TEXT_DRAW_ENDELLIPSIS | TEXT_DRAW_MNE… in ImplDraw() local 141 nTextStyle &= ~TEXT_DRAW_MNEMONIC; in ImplDraw() 144 if ( nTextStyle & TEXT_DRAW_MNEMONIC ) in ImplDraw() 147 nTextStyle &= ~TEXT_DRAW_MNEMONIC; in ImplDraw() 153 nTextStyle |= TEXT_DRAW_DISABLE; in ImplDraw() 158 nTextStyle |= TEXT_DRAW_MONO; in ImplDraw() 171 aRect = pDev->GetTextRect( aRect, aText, nTextStyle ); in ImplDraw() 217 DrawControlText( *pDev, aRect, aText, nTextStyle, pVector, pDisplayText ); in ImplDraw()
|
H A D | button.cxx | 359 nTextStyle |= TEXT_DRAW_MONO; in ImplGetTextStyle() 361 return nTextStyle; in ImplGetTextStyle() 912 nTextStyle |= TEXT_DRAW_MONO; in ImplGetTextStyle() 920 nTextStyle |= TEXT_DRAW_LEFT; in ImplGetTextStyle() 922 nTextStyle |= TEXT_DRAW_RIGHT; in ImplGetTextStyle() 924 nTextStyle |= TEXT_DRAW_CENTER; in ImplGetTextStyle() 927 nTextStyle |= TEXT_DRAW_TOP; in ImplGetTextStyle() 929 nTextStyle |= TEXT_DRAW_BOTTOM; in ImplGetTextStyle() 931 nTextStyle |= TEXT_DRAW_VCENTER; in ImplGetTextStyle() 934 nTextStyle |= TEXT_DRAW_DISABLE; in ImplGetTextStyle() [all …]
|
H A D | imgctrl.cxx | 118 sal_uInt16 nTextStyle = FixedText::ImplGetTextStyle( nWinStyle ); in ImplDraw() local 121 nTextStyle |= TEXT_DRAW_DISABLE; in ImplDraw() 123 rDev.DrawText( aDrawRect, sText, nTextStyle ); in ImplDraw()
|
H A D | ilstbox.cxx | 2240 sal_uInt16 nTextStyle = TEXT_DRAW_VCENTER; in ImplGetTextStyle() local 2243 nTextStyle |= TEXT_DRAW_LEFT; in ImplGetTextStyle() 2245 nTextStyle |= TEXT_DRAW_CENTER; in ImplGetTextStyle() 2247 nTextStyle |= TEXT_DRAW_RIGHT; in ImplGetTextStyle() 2249 nTextStyle |= TEXT_DRAW_LEFT; in ImplGetTextStyle() 2251 return nTextStyle; in ImplGetTextStyle() 3025 sal_uInt16 nTextStyle = TEXT_DRAW_VCENTER; in DrawEntry() local 3028 nTextStyle |= TEXT_DRAW_LEFT; in DrawEntry() 3030 nTextStyle |= TEXT_DRAW_CENTER; in DrawEntry() 3032 nTextStyle |= TEXT_DRAW_RIGHT; in DrawEntry() [all …]
|
H A D | lstbox.cxx | 454 sal_uInt16 nTextStyle = TEXT_DRAW_VCENTER; in Draw() local 458 nTextStyle |= TEXT_DRAW_CENTER; in Draw() 460 nTextStyle |= TEXT_DRAW_RIGHT; in Draw() 462 nTextStyle |= TEXT_DRAW_LEFT; in Draw() 486 pDev->DrawText( aTextRect, aText, nTextStyle ); in Draw() 515 … pDev->DrawText( aTextRect, mpImplLB->GetEntryList()->GetEntryText( nEntry ), nTextStyle ); in Draw()
|
H A D | combobox.cxx | 1269 sal_uInt16 nTextStyle = TEXT_DRAW_VCENTER; in Draw() local 1276 nTextStyle |= TEXT_DRAW_CENTER; in Draw() 1278 nTextStyle |= TEXT_DRAW_RIGHT; in Draw() 1280 nTextStyle |= TEXT_DRAW_LEFT; in Draw() 1316 pDev->DrawText( aTextRect, mpImplLB->GetEntryList()->GetEntryText( n+nTEntry ), nTextStyle ); in Draw()
|
/aoo4110/main/vcl/source/window/ |
H A D | msgbox.cxx | 260 sal_uInt16 nTextStyle = TEXT_DRAW_MULTILINE | TEXT_DRAW_TOP | TEXT_DRAW_LEFT; in ImplPosControls() local 321 aFormatRect = GetTextRect( aRect, aMessText, nTextStyle, &aTextInfo ); in ImplPosControls() 323 nTextStyle |= TEXT_DRAW_WORDBREAK; in ImplPosControls() 338 aFormatRect = GetTextRect( aRect, aMessText, nTextStyle, &aTextInfo ); in ImplPosControls() 343 aFormatRect = GetTextRect( aRect, aMessText, nTextStyle, &aTextInfo ); in ImplPosControls()
|
H A D | brdwin.cxx | 1735 …sal_uInt16 nTextStyle = TEXT_DRAW_LEFT | TEXT_DRAW_VCENTER | TEXT_DRAW_ENDELLIPSIS | TEXT_DRAW_CLI… in DrawWindow() local 1739 pDev->GetTextRect( aInRect, pBorderWindow->GetText(), nTextStyle, &aInfo ); in DrawWindow() 1742 pDev->DrawText( aInRect, pBorderWindow->GetText(), nTextStyle ); in DrawWindow()
|
H A D | menu.cxx | 2684 sal_uInt16 nTextStyle = 0; in ImplPaint() local 2693 nTextStyle |= TEXT_DRAW_DISABLE; in ImplPaint() 2827 sal_uInt16 nStyle = nTextStyle|TEXT_DRAW_MNEMONIC; in ImplPaint() 2878 pWin->DrawCtrlText( aTmpPos, aAccText, 0, aAccText.Len(), nTextStyle ); in ImplPaint()
|
H A D | toolbox.cxx | 3763 sal_uInt16 nTextStyle = 0; in ImplDrawItem() local 3765 nTextStyle |= TEXT_DRAW_DISABLE; in ImplDrawItem() 3773 0, STRING_LEN, nTextStyle, pVector, pDisplayText ); in ImplDrawItem()
|
/aoo4110/main/cui/source/dialogs/ |
H A D | hangulhanjadlg.cxx | 266 sal_uInt16 nTextStyle = TEXT_DRAW_MNEMONIC; in Paint() local 271 nTextStyle |= TEXT_DRAW_RIGHT; in Paint() 273 nTextStyle |= TEXT_DRAW_CENTER; in Paint() 275 nTextStyle |= TEXT_DRAW_LEFT; in Paint() 278 nTextStyle |= TEXT_DRAW_BOTTOM; in Paint() 280 nTextStyle |= TEXT_DRAW_VCENTER; in Paint() 282 nTextStyle |= TEXT_DRAW_TOP; in Paint() 285 nTextStyle |= TEXT_DRAW_MNEMONIC; in Paint() 289 …PseudoRubyText::Paint( *this, aTextRect, nTextStyle, &aPrimaryTextLocation, &aSecondaryTextLocatio… in Paint()
|
/aoo4110/main/sd/source/ui/tools/ |
H A D | PreviewRenderer.cxx | 386 sal_uInt16 nTextStyle = in PaintSubstitutionText() local 391 mpPreviewDevice->DrawText (aTextBox, rSubstitutionText, nTextStyle); in PaintSubstitutionText()
|
/aoo4110/main/svtools/source/control/ |
H A D | toolbarmenu.cxx | 1424 sal_uInt16 nTextStyle = 0; in implPaint() local 1430 nTextStyle |= TEXT_DRAW_DISABLE; in implPaint() 1537 sal_uInt16 nStyle = nTextStyle|TEXT_DRAW_MNEMONIC; in implPaint()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | button.hxx | 59 … sal_uInt16 nTextStyle, Rectangle *pSymbolRect=NULL, bool bAddImageSep = false );
|