Lines Matching refs:m_xPropertySet
43 m_xPropertySet( rPropertySet ), in ItemConverter()
48 resetPropertySet( m_xPropertySet ); in ItemConverter()
62 m_xPropertySet = xPropSet; in resetPropertySet()
63 m_xPropertySetInfo = m_xPropertySet->getPropertySetInfo(); in resetPropertySet()
65 uno::Reference< lang::XComponent > xComp( m_xPropertySet, uno::UNO_QUERY ); in resetPropertySet()
86 return m_xPropertySet; in GetPropertySet()
91 if( rSource.Source == m_xPropertySet ) in _disposing()
105 OSL_ASSERT( m_xPropertySet.is()); in FillItemSet()
126 if( ! pItem->PutValue( m_xPropertySet->getPropertyValue( aProperty.first ), in FillItemSet()
186 OSL_ASSERT( m_xPropertySet.is()); in ApplyItemSet()
204 if( aValue != m_xPropertySet->getPropertyValue( aProperty.first )) in ApplyItemSet()
206 m_xPropertySet->setPropertyValue( aProperty.first, aValue ); in ApplyItemSet()