Searched refs:m_aGroup (Results 1 – 4 of 4) sorted by relevance
70 m_aGroup = WpADOGroup(_pGroup); in OAdoGroup()72 m_aGroup.Create(); in OAdoGroup()79 m_aGroup.Create(); in OAdoGroup()80 m_aGroup.put_Name(_Name); in OAdoGroup()87 WpADOUsers aUsers = m_aGroup.get_Users(); in refreshUsers()123 if(m_aGroup.IsValid()) in setFastPropertyValue_NoBroadcast()132 m_aGroup.put_Name(aVal); in setFastPropertyValue_NoBroadcast()141 if(m_aGroup.IsValid()) in getFastPropertyValue()146 rValue <<= m_aGroup.get_Name(); in getFastPropertyValue()155 return MapRight(m_aGroup.GetPermissions(objName,MapObjectType(objType))); in getPrivileges()[all …]
549 aPrinter.m_aGroup = aConfig.GetGroupName( nGroup ); in initialize()619 …aPrinter.m_aGroup = ByteString( aPrinterName, aEncoding ); //provide group name … in initialize()754 if( ! it->second.m_aGroup.getLength() ) // probably a new printer in writePrinterConfig()755 … it->second.m_aGroup = OString( it->first.getStr(), it->first.getLength(), RTL_TEXTENCODING_UTF8 ); in writePrinterConfig()760 pConfig->DeleteGroup( it->second.m_aGroup ); // else some old keys may remain in writePrinterConfig()761 pConfig->SetGroup( it->second.m_aGroup ); in writePrinterConfig()909 aConfig.DeleteGroup( it->second.m_aGroup ); in removePrinter()915 aAltConfig.DeleteGroup( it->second.m_aGroup ); in removePrinter()
39 WpADOGroup m_aGroup; member in connectivity::ado::OAdoGroup67 WpADOGroup getImpl() const { return m_aGroup; } in getImpl()
113 rtl::OString m_aGroup; member
Completed in 26 milliseconds