Lines Matching refs:mpImplWin

91 	delete mpImplWin;  in ~ListBox()
100 mpImplWin = NULL; in ImplInitListBoxData()
150 mpImplWin = new ImplWin( this, (nStyle & (WB_LEFT|WB_RIGHT|WB_CENTER))|WB_NOBORDER ); in ImplInit()
151 mpImplWin->SetMBDownHdl( LINK( this, ListBox, ImplClickBtnHdl ) ); in ImplInit()
152 mpImplWin->SetUserDrawHdl( LINK( this, ListBox, ImplUserDrawHdl ) ); in ImplInit()
153 mpImplWin->Show(); in ImplInit()
154 mpImplWin->GetDropTarget()->addDropTargetListener(xDrop); in ImplInit()
155 mpImplWin->SetEdgeBlending(GetEdgeBlending()); in ImplInit()
236 mpImplWin->GrabFocus(); in IMPL_LINK()
239 mpImplWin->SetItemPos( GetSelectEntryPos() ); in IMPL_LINK()
240 mpImplWin->SetString( GetSelectEntry() ); in IMPL_LINK()
244 mpImplWin->SetImage( aImage ); in IMPL_LINK()
246 mpImplWin->Invalidate(); in IMPL_LINK()
296 mpImplWin->SetItemPos( nChanged ); in IMPL_LINK()
297 mpImplWin->SetString( mpImplLB->GetEntryList()->GetEntryText( nChanged ) ); in IMPL_LINK()
301 mpImplWin->SetImage( aImage ); in IMPL_LINK()
306 mpImplWin->SetItemPos( LISTBOX_ENTRY_NOTFOUND ); in IMPL_LINK()
307 mpImplWin->SetString( ImplGetSVEmptyStr() ); in IMPL_LINK()
309 mpImplWin->SetImage( aImage ); in IMPL_LINK()
311 mpImplWin->Invalidate(); in IMPL_LINK()
331 mpImplWin->GrabFocus(); in IMPL_LINK()
339 if( mpImplWin ) in IMPL_LINK()
340 mpImplWin->ImplClearLayoutData(); in IMPL_LINK()
373 if( mpImplWin ) in IMPL_LINK()
374 mpImplWin->ImplClearLayoutData(); in IMPL_LINK()
392 mpImplWin->GrabFocus(); in ToggleDropDown()
532 mpImplWin->GrabFocus(); in GetFocus()
547 return mpImplWin->GetPreferredKeyInputWindow(); in GetPreferredKeyInputWindow()
560 mpImplWin->HideFocus(); in LoseFocus()
583 if ( mpImplWin ) in DataChanged()
585 mpImplWin->SetSettings( GetSettings() ); // Falls noch nicht eingestellt... in DataChanged()
586 ImplInitFieldSettings( mpImplWin, sal_True, sal_True, sal_True ); in DataChanged()
729 mpImplWin->SetPosSizePixel( aContent.TopLeft(), aContent.GetSize() ); in Resize()
732 mpImplWin->SetSizePixel( aOutSz ); in Resize()
737 mpImplWin->SetPosSizePixel( 0, 0, aOutSz.Width() - nSBWidth, aOutSz.Height() ); in Resize()
763 AppendLayoutData( *mpImplWin ); in FillLayoutData()
764 mpImplWin->SetLayoutDataParent( this ); in FillLayoutData()
804 if( mpImplWin && mpImplWin->IsReallyVisible() ) in GetIndexForPoint()
809 aConvPoint = mpImplWin->AbsoluteScreenToOutputPixel( aConvPoint ); in GetIndexForPoint()
812 Size aImplWinSize = mpImplWin->GetOutputSizePixel(); in GetIndexForPoint()
816 rPos = mpImplWin->GetItemPos(); in GetIndexForPoint()
843 if( mpImplWin ) in StateChanged()
844 mpImplWin->Enable( !IsReadOnly() ); in StateChanged()
851 if( mpImplWin ) in StateChanged()
853 mpImplWin->Enable( IsEnabled() ); in StateChanged()
860 mpImplWin->Invalidate(); in StateChanged()
872 if ( mpImplWin ) in StateChanged()
874 mpImplWin->SetZoom( GetZoom() ); in StateChanged()
875 mpImplWin->SetFont( mpImplLB->GetMainWindow()->GetFont() ); in StateChanged()
876 mpImplWin->Invalidate(); in StateChanged()
883 if ( mpImplWin ) in StateChanged()
885 mpImplWin->SetControlFont( GetControlFont() ); in StateChanged()
886 mpImplWin->SetFont( mpImplLB->GetMainWindow()->GetFont() ); in StateChanged()
887 mpImplWin->Invalidate(); in StateChanged()
894 if ( mpImplWin ) in StateChanged()
896 mpImplWin->SetControlForeground( GetControlForeground() ); in StateChanged()
897 mpImplWin->SetTextColor( GetControlForeground() ); in StateChanged()
898 mpImplWin->SetFont( mpImplLB->GetMainWindow()->GetFont() ); in StateChanged()
899 mpImplWin->Invalidate(); in StateChanged()
905 if ( mpImplWin ) in StateChanged()
907 if ( mpImplWin->IsNativeControlSupported(CTRL_LISTBOX, PART_ENTIRE_CONTROL) ) in StateChanged()
910 mpImplWin->SetBackground(); in StateChanged()
911 mpImplWin->SetControlBackground(); in StateChanged()
915 mpImplWin->SetBackground( mpImplLB->GetMainWindow()->GetControlBackground() ); in StateChanged()
916 mpImplWin->SetControlBackground( mpImplLB->GetMainWindow()->GetControlBackground() ); in StateChanged()
918 mpImplWin->SetFont( mpImplLB->GetMainWindow()->GetFont() ); in StateChanged()
919 mpImplWin->Invalidate(); in StateChanged()
937 if( mpImplWin ) in StateChanged()
938 mpImplWin->EnableRTL( IsRTLEnabled() ); in StateChanged()
952 if( ( rNEvt.GetType() == EVENT_KEYINPUT ) && ( rNEvt.GetWindow() == mpImplWin ) ) in PreNotify()
1011 (rNEvt.GetWindow() == mpImplWin) ) in PreNotify()
1053 mpImplWin->SetItemPos( LISTBOX_ENTRY_NOTFOUND ); in Clear()
1054 mpImplWin->SetString( ImplGetSVEmptyStr() ); in Clear()
1056 mpImplWin->SetImage( aImage ); in Clear()
1057 mpImplWin->Invalidate(); in Clear()
1069 mpImplWin->SetItemPos( LISTBOX_ENTRY_NOTFOUND ); in SetNoSelection()
1070 mpImplWin->SetString( ImplGetSVEmptyStr() ); in SetNoSelection()
1072 mpImplWin->SetImage( aImage ); in SetNoSelection()
1073 mpImplWin->Invalidate(); in SetNoSelection()
1506 Size aOutSz = mpImplWin->GetOutputSizePixel(); in GetMaxVisColumnsAndLines()
1532 else if ( rEvt.GetDevice() == mpImplWin ) in DrawEntry()
1533 mpImplWin->DrawEntry( bDrawImage, bDrawText, bDrawTextAtImagePos ); in DrawEntry()
1541 if ( mpImplWin ) in SetUserItemSize()
1542 mpImplWin->SetUserItemSize( rSz ); in SetUserItemSize()
1557 if ( mpImplWin ) in EnableUserDraw()
1558 mpImplWin->EnableUserDraw( bUserDraw ); in EnableUserDraw()
1681 mpImplWin->Invalidate(); in SetEdgeBlending()
1688 if(mpImplWin) in SetEdgeBlending()
1690 mpImplWin->SetEdgeBlending(GetEdgeBlending()); in SetEdgeBlending()