Home
last modified time | relevance | path

Searched refs:IsUserDrawEnabled (Results 1 – 6 of 6) sorted by path

/trunk/main/vcl/inc/
H A Dilstbox.hxx336 bool IsUserDrawEnabled() const { return mbUserDrawEnabled; } in IsUserDrawEnabled() function in ImplListBoxWindow
637 bool IsUserDrawEnabled() const { return mbUserDrawEnabled; } in IsUserDrawEnabled() function in ImplWin
/trunk/main/vcl/inc/vcl/
H A Dcombobox.hxx153 sal_Bool IsUserDrawEnabled() const;
H A Dlstbox.hxx202 sal_Bool IsUserDrawEnabled() const;
/trunk/main/vcl/source/control/
H A Dcombobox.cxx1370 sal_Bool ComboBox::IsUserDrawEnabled() const in IsUserDrawEnabled() function in ComboBox
1372 return mpImplLB->GetMainWindow()->IsUserDrawEnabled(); in IsUserDrawEnabled()
H A Dilstbox.cxx718 if ( IsUserDrawEnabled() || aMetrics.bImage ) in ImplUpdateEntryMetrics()
727 if ( !aMetrics.bText && !aMetrics.bImage && !IsUserDrawEnabled() ) in ImplUpdateEntryMetrics()
1812 if ( IsUserDrawEnabled() ) in ImplPaint()
1904 … if( !bDrawTextAtImagePos && ( mpEntryList->HasEntryImage(nPos) || IsUserDrawEnabled() ) ) in DrawEntry()
2952 if ( IsUserDrawEnabled() ) in ImplDraw()
3038 if ( !bDrawTextAtImagePos && ( bImage || IsUserDrawEnabled() ) ) in DrawEntry()
H A Dlstbox.cxx1563 sal_Bool ListBox::IsUserDrawEnabled() const in IsUserDrawEnabled() function in ListBox
1565 return mpImplLB->GetMainWindow()->IsUserDrawEnabled(); in IsUserDrawEnabled()

Completed in 52 milliseconds