Searched refs:bDrawImage (Results 1 – 7 of 7) sorted by relevance
/trunk/main/vcl/inc/ |
H A D | ilstbox.hxx | 299 …void DrawEntry( sal_uInt16 nPos, sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bool bDrawTextAtI… 639 …void DrawEntry( sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bool bDrawTextAtImagePos = sal_Fal…
|
/trunk/main/vcl/source/control/ |
H A D | lstbox.cxx | 1528 void ListBox::DrawEntry( const UserDrawEvent& rEvt, sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bo… in DrawEntry() argument 1531 …mpImplLB->GetMainWindow()->DrawEntry( rEvt.GetItemId(), bDrawImage, bDrawText, bDrawTextAtImagePos… in DrawEntry() 1533 mpImplWin->DrawEntry( bDrawImage, bDrawText, bDrawTextAtImagePos ); in DrawEntry()
|
H A D | ilstbox.cxx | 1832 void ImplListBoxWindow::DrawEntry( sal_uInt16 nPos, sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bo… in DrawEntry() argument 1846 if( bDrawImage && mpEntryList->HasImages() && !bLayout ) in DrawEntry() 2974 void ImplWin::DrawEntry( sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bool bDrawTextAtImagePos, boo… in DrawEntry() argument 2980 if( bDrawImage && bImage && !bLayout ) in DrawEntry() 3027 if ( bDrawImage && bImage && !bLayout ) in DrawEntry()
|
H A D | button.cxx | 373 sal_Bool bDrawImage = HasImage() && ! ( ImplGetButtonState() & BUTTON_DRAW_NOIMAGE ); in ImplDrawAlignedImage() local 378 if ( !bDrawImage && !bDrawText && !bHasSymbol ) in ImplDrawAlignedImage() 399 if ( bHasSymbol && !bDrawImage && !bDrawText ) in ImplDrawAlignedImage() 404 else if ( bDrawText && !bDrawImage && !bHasSymbol ) in ImplDrawAlignedImage() 506 if( bAddImageSep && bDrawImage ) in ImplDrawAlignedImage()
|
H A D | combobox.cxx | 1377 void ComboBox::DrawEntry( const UserDrawEvent& rEvt, sal_Bool bDrawImage, sal_Bool bDrawText, sal_B… in DrawEntry() argument 1380 …mpImplLB->GetMainWindow()->DrawEntry( rEvt.GetItemId(), bDrawImage, bDrawText, bDrawTextAtImagePos… in DrawEntry()
|
/trunk/main/vcl/inc/vcl/ |
H A D | combobox.hxx | 155 …void DrawEntry( const UserDrawEvent& rEvt, sal_Bool bDrawImage, sal_Bool bDrawText, sal…
|
H A D | lstbox.hxx | 204 …void DrawEntry( const UserDrawEvent& rEvt, sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bool bDr…
|
Completed in 64 milliseconds