Home
last modified time | relevance | path

Searched refs:m_aWMName (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx297 m_aWMName = String(RTL_CONSTASCII_USTRINGPARAM("Dtwm")); in WMAdaptor()
309 if( m_aWMName.Len() == 0 ) in WMAdaptor()
327 m_aWMName = String( RTL_CONSTASCII_USTRINGPARAM("Windowmaker" ) ); in WMAdaptor()
337 if( m_aWMName.Len() == 0 ) in WMAdaptor()
341 m_aWMName = String( RTL_CONSTASCII_USTRINGPARAM( "Olwm" ) ); in WMAdaptor()
345 if( m_aWMName.Len() == 0 ) in WMAdaptor()
363 m_aWMName = String( RTL_CONSTASCII_USTRINGPARAM("ReflectionX" ) ); in WMAdaptor()
380 m_aWMName = String( RTL_CONSTASCII_USTRINGPARAM( "ReflectionX Windows" ) ); in WMAdaptor()
384 if( m_aWMName.Len() == 0 ) in WMAdaptor()
402 m_aWMName = String( RTL_CONSTASCII_USTRINGPARAM("Tarantella" ) ); in WMAdaptor()
[all …]
/AOO41X/main/vcl/inc/unx/
H A Dwmadaptor.hxx154 String m_aWMName; member in vcl_sal::WMAdaptor
193 { return m_aWMName; } in getWindowManagerName()