Searched refs:m_xInfo (Results 1 – 11 of 11) sorted by relevance
201 m_xInfo = m_xElement->getPropertySetInfo(); in StartElement()264 if ( m_xInfo.is() ) in implApplySpecificProperties()272 OSL_ENSURE(m_xInfo->hasPropertyByName(aCheck->Name), in implApplySpecificProperties()664 if ( !m_xInfo.is() || m_xInfo->hasPropertyByName( _rPropertyName ) ) in simulateDefaultedAttribute()855 if (!m_xInfo.is()) in StartElement()935 implTranslateValueProperty(m_xInfo, *aValueProps); in StartElement()1130 m_xInfo = xPropSet->getPropertySetInfo(); in createElement()1131 if ( m_xInfo.is() && m_xInfo->hasPropertyByName(PROPERTY_ALIGN) ) in createElement()1400 if ( m_xInfo.is() ) in StartElement()1472 if (m_xElement.is() && m_xInfo.is() && m_xInfo->hasPropertyByName(PROPERTY_EMPTY_IS_NULL) ) in StartElement()[all …]
100 m_xInfo;
48 , m_xInfo(0) in WrappedPropertySet()81 m_xInfo = NULL; in clearWrappedPropertySet()88 Reference< beans::XPropertySetInfo > xInfo = m_xInfo; in getPropertySetInfo()92 xInfo = m_xInfo; in getPropertySetInfo()97 m_xInfo = xInfo; in getPropertySetInfo()104 return m_xInfo; in getPropertySetInfo()
125 if( ! m_xInfo.is()) in getPropertySetInfo()126 m_xInfo.set( new lcl_ColorPropertySetInfo( m_bIsFillColor )); in getPropertySetInfo()128 return m_xInfo; in getPropertySetInfo()
111 ::com::sun::star::beans::XPropertySetInfo > m_xInfo;
300 if( !m_xInfo.is() ) in getPropertySetInfo()301 m_xInfo = new SfxItemPropertySetInfo( &m_aPropertyMap ); in getPropertySetInfo()302 return m_xInfo; in getPropertySetInfo()
387 if( !m_xInfo.is() ) in getPropertySetInfo()388 m_xInfo = new SfxItemPropertySetInfo( &m_aMap ); in getPropertySetInfo()389 return m_xInfo; in getPropertySetInfo()
627 Reference< beans::XPropertySetInfo > m_xInfo; member in cppu::ORegistryFactoryHelper680 if (! m_xInfo.is()) in getPropertySetInfo()681 m_xInfo = createPropertySetInfo( getInfoHelper() ); in getPropertySetInfo()682 return m_xInfo; in getPropertySetInfo()
42 mutable com::sun::star::uno::Reference<com::sun::star::beans::XPropertySetInfo> m_xInfo; member in SvxItemPropertySet
113 mutable com::sun::star::uno::Reference<com::sun::star::beans::XPropertySetInfo> m_xInfo; member in SfxItemPropertySet
123 ::com::sun::star::beans::XPropertySetInfo > m_xInfo;//outer PropertySetInfo
Completed in 136 milliseconds