Searched refs:bDrawText (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sw/source/ui/dialog/ |
H A D | SwSpellDialogChildWindow.cxx | 213 bool bDrawText = SHELL_MODE_DRAWTEXT == eSelMode; in GetNextWrongSentence() local 225 if(!bDrawText && !bNormalText) in GetNextWrongSentence() 233 bDrawText = true; in GetNextWrongSentence() 234 bNormalText = !bDrawText; in GetNextWrongSentence() 298 if( bDrawText ) in GetNextWrongSentence() 466 bool bDrawText = SHELL_MODE_DRAWTEXT == eSelMode; in ApplyChangedSentence() local 480 else if(bDrawText ) in ApplyChangedSentence() 534 bool bDrawText = SHELL_MODE_DRAWTEXT == eSelMode; in SetGrammarChecking() local 542 else if( bDrawText ) in SetGrammarChecking()
|
/aoo4110/main/vcl/source/control/ |
H A D | button.cxx | 374 sal_Bool bDrawText = aText.Len() && ! ( ImplGetButtonState() & BUTTON_DRAW_NOTEXT ); 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() 446 if ( bDrawText || bHasSymbol ) in ImplDrawAlignedImage() 456 if ( bDrawText ) in ImplDrawAlignedImage() 477 if ( bDrawText ) in ImplDrawAlignedImage() 655 if ( bDrawText ) in ImplDrawAlignedImage()
|
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 1888 if( bDrawText ) in DrawEntry() 2974 void ImplWin::DrawEntry( sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bool bDrawTextAtImagePos, boo… in DrawEntry() argument 3023 if( bDrawText && maString.Len() ) in DrawEntry()
|
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()
|
/aoo4110/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…
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | status.hxx | 110 …SAL_DLLPRIVATE void ImplDrawItem( sal_Bool bOffScreen, sal_uInt16 nPos, sal_Bool bDrawText, sal_…
|
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…
|
/aoo4110/main/vcl/source/window/ |
H A D | status.cxx | 431 void StatusBar::ImplDrawItem( sal_Bool bOffScreen, sal_uInt16 nPos, sal_Bool bDrawText, sal_Bool bD… in ImplDrawItem() argument 454 if ( bDrawText ) in ImplDrawItem()
|
Completed in 123 milliseconds