Home
last modified time | relevance | path

Searched refs:m_xInfo (Results 1 – 11 of 11) sorted by relevance

/trunk/main/xmloff/source/forms/
H A Delementimport.cxx201 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 …]
H A Delementimport.hxx100 m_xInfo;
/trunk/main/chart2/source/tools/
H A DWrappedPropertySet.cxx48 , 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()
/trunk/main/xmloff/source/chart/
H A DColorPropertySet.cxx125 if( ! m_xInfo.is()) in getPropertySetInfo()
126 m_xInfo.set( new lcl_ColorPropertySetInfo( m_bIsFillColor )); in getPropertySetInfo()
128 return m_xInfo; in getPropertySetInfo()
H A DColorPropertySet.hxx111 ::com::sun::star::beans::XPropertySetInfo > m_xInfo;
/trunk/main/editeng/source/uno/
H A Dunoipset.cxx300 if( !m_xInfo.is() ) in getPropertySetInfo()
301 m_xInfo = new SfxItemPropertySetInfo( &m_aPropertyMap ); in getPropertySetInfo()
302 return m_xInfo; in getPropertySetInfo()
/trunk/main/svl/source/items/
H A Ditemprop.cxx387 if( !m_xInfo.is() ) in getPropertySetInfo()
388 m_xInfo = new SfxItemPropertySetInfo( &m_aMap ); in getPropertySetInfo()
389 return m_xInfo; in getPropertySetInfo()
/trunk/main/cppuhelper/source/
H A Dfactory.cxx627 Reference< beans::XPropertySetInfo > m_xInfo; member in cppu::ORegistryFactoryHelper
680 if (! m_xInfo.is()) in getPropertySetInfo()
681 m_xInfo = createPropertySetInfo( getInfoHelper() ); in getPropertySetInfo()
682 return m_xInfo; in getPropertySetInfo()
/trunk/main/editeng/inc/editeng/
H A Dunoipset.hxx42 mutable com::sun::star::uno::Reference<com::sun::star::beans::XPropertySetInfo> m_xInfo; member in SvxItemPropertySet
/trunk/main/svl/inc/svl/
H A Ditemprop.hxx113 mutable com::sun::star::uno::Reference<com::sun::star::beans::XPropertySetInfo> m_xInfo; member in SfxItemPropertySet
/trunk/main/chart2/source/inc/
H A DWrappedPropertySet.hxx123 ::com::sun::star::beans::XPropertySetInfo > m_xInfo;//outer PropertySetInfo

Completed in 77 milliseconds