Lines Matching refs:GetStyle

315         nStyle = pWindow->GetStyle();  in ImplUseNativeBorder()
417 if ( ImplUseNativeBorder( GetStyle() ) || IsPaintTransparent() ) in ImplInitSettings()
444 if( ( GetStyle() & WB_BORDER ) || ( mbIsSubEdit && ( GetParent()->GetStyle() & WB_BORDER ) ) ) in ImplGetExtraOffset()
455 if ( mcEchoChar || (GetStyle() & WB_PASSWORD) ) in ImplGetText()
489 if ( GetStyle() & WB_TOP ) in ImplGetTextYPosition()
491 else if ( GetStyle() & WB_BOTTOM ) in ImplGetTextYPosition()
554 if( (GetStyle() & WB_FORCECTRLBACKGROUND) != 0 && IsControlBackground() ) in ImplRepaint()
565 else if( IsPaintTransparent() || ImplUseNativeBorder( GetStyle() ) ) in ImplRepaint()
570 …sal_Bool bDrawSelection = maSelection.Len() && ( HasFocus() || ( GetStyle() & WB_NOHIDESELECTION )… in ImplRepaint()
618 if ( ImplUseNativeBorder( GetStyle() ) ) in ImplRepaint()
620 if( (GetStyle() & WB_FORCECTRLBACKGROUND) != 0 && IsControlBackground() ) in ImplRepaint()
1073 if( pControl->GetStyle() & WB_SPIN ) in ImplGetNativeControlType()
1100 if( ImplUseNativeBorder( GetStyle() ) || IsPaintTransparent() ) in ImplClearBackground()
1539 if ( !mbReadOnly && maSelection.Len() && !(GetStyle() & WB_PASSWORD) ) in ImplHandleKeyEvent()
1550 if ( !(GetStyle() & WB_PASSWORD) ) in ImplHandleKeyEvent()
1912 sal_Bool bBorder = !(nFlags & WINDOW_DRAW_NOBORDER ) && (GetStyle() & WB_BORDER); in Draw()
1962 if ( GetStyle() & WB_CENTER ) in Draw()
1967 else if ( GetStyle() & WB_RIGHT ) in Draw()
2006 if ( !( GetStyle() & (WB_NOHIDESELECTION|WB_READONLY) ) in GetFocus()
2082 if ( !mbActivePopup && !( GetStyle() & WB_NOHIDESELECTION ) && maSelection.Len() ) in LoseFocus()
2360 WinBits nStyle = GetStyle(); in StateChanged()
2363 nStyle = ImplInitStyle( GetStyle() ); in StateChanged()
2375 if( GetParent()->GetStyle() & WB_LEFT ) in StateChanged()
2743 if ( !(GetStyle() & WB_PASSWORD ) ) in Cut()
2754 if ( !(GetStyle() & WB_PASSWORD ) ) in Copy()
2976 …!(GetStyle() & WB_PASSWORD) && (!mpDDInfo || mpDDInfo->bStarterOfDD == sal_False) ) // Kein Mehrfa… in dragGestureRecognized()