Lines Matching refs:GetTextWindow
174 TextWindow* GetTextWindow() { return mpTextWindow; } in GetTextWindow() function in ImpSvMEdit
1081 pImpSvMEdit->GetTextWindow()->SetFont( TheFont ); in ImplInitSettings()
1082 pImpSvMEdit->GetTextWindow()->GetTextEngine()->SetFont( TheFont ); in ImplInitSettings()
1083 pImpSvMEdit->GetTextWindow()->SetTextColor( aTextColor ); in ImplInitSettings()
1089 pImpSvMEdit->GetTextWindow()->SetPaintTransparent( sal_True ); in ImplInitSettings()
1090 pImpSvMEdit->GetTextWindow()->SetBackground(); in ImplInitSettings()
1091 pImpSvMEdit->GetTextWindow()->SetControlBackground(); in ImplInitSettings()
1098 pImpSvMEdit->GetTextWindow()->SetBackground( GetControlBackground() ); in ImplInitSettings()
1100 pImpSvMEdit->GetTextWindow()->SetBackground( rStyleSettings.GetFieldColor() ); in ImplInitSettings()
1103 SetBackground( pImpSvMEdit->GetTextWindow()->GetBackground() ); in ImplInitSettings()
1335 pImpSvMEdit->GetTextWindow()->SetZoom( GetZoom() ); in StateChanged()
1364 pImpSvMEdit->GetTextWindow()->SetPaintTransparent( sal_True ); in StateChanged()
1365 pImpSvMEdit->GetTextWindow()->SetBackground(); in StateChanged()
1366 pImpSvMEdit->GetTextWindow()->SetControlBackground(); in StateChanged()
1394 Font aFont = pImpSvMEdit->GetTextWindow()->GetDrawPixelFont( pDev ); in Draw()
1462 aTE.SetTextAlign( pImpSvMEdit->GetTextWindow()->GetTextEngine()->GetTextAlign() ); in Draw()
1499 TextSelection aSel = pImpSvMEdit->GetTextWindow()->GetTextView()->GetSelection(); in PreNotify()
1503 pImpSvMEdit->GetTextWindow()->GetTextView()->SetSelection( aSel ); in PreNotify()
1548 pImpSvMEdit->GetTextWindow()->GetTextView()-> in PreNotify()
1555 pImpSvMEdit->GetTextWindow()->GetTextView()-> in PreNotify()
1576 return pImpSvMEdit->GetTextWindow()->GetTextEngine(); in GetTextEngine()
1581 return pImpSvMEdit->GetTextWindow()->GetTextView(); in GetTextView()
1597 pImpSvMEdit->GetTextWindow()->SetAutoFocusHide( bHide ); in EnableFocusSelectionHide()
1602 return pImpSvMEdit->GetTextWindow()->IsAutoFocusHide(); in IsFocusSelectionHideEnabled()
1659 pImpSvMEdit->GetTextWindow()->DisableSelectionOnFocus(); in DisableSelectionOnFocus()