Lines Matching refs:m_aWMName

297                 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()
769 m_aWMName = String(RTL_CONSTASCII_USTRINGPARAM("IceWM" )); in GnomeWMAdaptor()
906m_aWMName = String( (sal_Char*)pProperty, nItems, RTL_TEXTENCODING_UTF8 ); in getNetWmName()
911m_aWMName = String( (sal_Char*)pProperty, nItems, RTL_TEXTENCODING_ISO_8859_1 ); in getNetWmName()
923 if( m_aWMName.EqualsAscii( "Metacity" ) ) in getNetWmName()
986 if( m_aWMName.EqualsAscii( "awesome" ) ) in getWMshouldSwitchWorkspace()
1077 if( ! rWMName.Len() && m_aWMName.EqualsAscii( "Dtwm" ) ) in setWMName()
1513 if( m_aWMName.EqualsAscii( "Dtwm" ) ) in setFrameTypeAndDecoration()
1673 if( m_aWMName.EqualsAscii( "Dtwm" ) ) in maximizeFrame()
1706 if( m_aWMName.EqualsAscii( "Dtwm" ) && pFrame->bMapped_ ) in maximizeFrame()
1842 m_aWMName.EqualsAscii( "Sawfish" ) in supportsICCCMPos()
1843 || m_aWMName.EqualsAscii( "Dtwm" ); in supportsICCCMPos()