Lines Matching refs:sGroupName
346 ::rtl::OUString sGroupName; in propertyChange()
348 evt.OldValue >>= sGroupName; in propertyChange()
350 xSet->getPropertyValue( PROPERTY_NAME ) >>= sGroupName; in propertyChange()
352 removeFromGroupMap(sGroupName,xSet); in propertyChange()
433 ::rtl::OUString sGroupName; in InsertElement()
434 xSet->getPropertyValue( PROPERTY_NAME ) >>= sGroupName; in InsertElement()
436 OGroupArr::iterator aFind = m_aGroupArr.find(sGroupName); in InsertElement()
440 aFind = m_aGroupArr.insert(OGroupArr::value_type(sGroupName,OGroup(sGroupName))).first; in InsertElement()
488 ::rtl::OUString sGroupName; in RemoveElement()
489 xSet->getPropertyValue( PROPERTY_NAME ) >>= sGroupName; in RemoveElement()
491 removeFromGroupMap(sGroupName,xSet); in RemoveElement()