Home
last modified time | relevance | path

Searched refs:mnIcon (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/inc/vcl/ !
H A Dsyswin.hxx161 sal_uInt16 mnIcon; member in SystemWindow
198 sal_uInt16 GetIcon() const { return mnIcon; } in GetIcon()
/trunk/main/vcl/source/window/ !
H A Dsyswin.cxx86 mnIcon = 0; in SystemWindow()
295 if ( mnIcon == nIcon ) in SetIcon()
298 mnIcon = nIcon; in SetIcon()
H A Dwrkwin.cxx50mnIcon = 0; // Should be removed in the next top level update - now in SystemWind… in ImplInitWorkWindowData()