Home
last modified time | relevance | path

Searched refs:GetPrevStyle (Results 1 – 7 of 7) sorted by relevance

/AOO42X/main/vcl/source/control/ !
H A Dfixed.cxx341 if ( (GetPrevStyle() & FIXEDTEXT_VIEW_STYLE) != in StateChanged()
638 if ( (GetPrevStyle() & FIXEDLINE_VIEW_STYLE) != in StateChanged()
874 if ( (GetPrevStyle() & FIXEDBITMAP_VIEW_STYLE) != in StateChanged()
1126 if ( (GetPrevStyle() & FIXEDIMAGE_VIEW_STYLE) != in StateChanged()
H A Dgroup.cxx281 if ( (GetPrevStyle() & GROUP_VIEW_STYLE) != in StateChanged()
H A Dbutton.cxx1629 bool bWasDefButton = ( GetPrevStyle() & WB_DEFBUTTON ) != 0; in StateChanged()
1635 if ( (GetPrevStyle() & PUSHBUTTON_VIEW_STYLE) != in StateChanged()
2859 if ( (GetPrevStyle() & RADIOBUTTON_VIEW_STYLE) != in StateChanged()
3856 if ( (GetPrevStyle() & CHECKBOX_VIEW_STYLE) != in StateChanged()
H A Dslider.cxx955 if ( (GetPrevStyle() & SLIDER_VIEW_STYLE) != in StateChanged()
H A Dscrbar.cxx1317 if ( (GetPrevStyle() & SCRBAR_VIEW_STYLE) != in StateChanged()
/AOO42X/main/vcl/inc/vcl/ !
H A Dwindow.hxx659 WinBits GetPrevStyle() const;
/AOO42X/main/vcl/source/window/ !
H A Dwindow2.cxx1610 WinBits Window::GetPrevStyle() const in GetPrevStyle() function in Window