Home
last modified time | relevance | path

Searched refs:m_aProperties (Results 1 – 22 of 22) sorted by relevance

/AOO41X/main/chart2/source/tools/
H A DImplOPropertySet.cxx106 ::std::copy( rOther.m_aProperties.begin(), rOther.m_aProperties.end(), in ImplOPropertySet()
107 ::std::inserter( m_aProperties, m_aProperties.begin() )); in ImplOPropertySet()
114 return lcl_getPropertyStateByHandle( m_aProperties ) ( nHandle ); in GetPropertyStateByHandle()
124 lcl_getPropertyStateByHandle( m_aProperties )); in GetPropertyStatesByHandle()
131 tPropertyMap::iterator aFoundIter( m_aProperties.find( nHandle ) ); in SetPropertyToDefault()
133 if( m_aProperties.end() != aFoundIter ) in SetPropertyToDefault()
135 m_aProperties.erase( aFoundIter ); in SetPropertyToDefault()
143 lcl_eraseMapEntry< sal_Int32, Any >( m_aProperties ) ); in SetPropertiesToDefault()
148 m_aProperties.clear(); in SetAllPropertiesToDefault()
157 tPropertyMap::const_iterator aFoundIter( m_aProperties.find( nHandle ) ); in GetPropertyValueByHandle()
[all …]
H A DImplOPropertySet.hxx83 tPropertyMap m_aProperties; member in property::impl::ImplOPropertySet
/AOO41X/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx119 if ( aPos == m_aProperties.end() ) in revokeProperty()
121 m_aProperties.erase( aPos ); in revokeProperty()
170 …n const_cast< OPropertyContainerHelper* >( this )->searchHandle( _nHandle ) != m_aProperties.end(); in isRegisteredProperty()
182 m_aProperties.begin(), in isRegisteredProperty()
183 m_aProperties.end(), in isRegisteredProperty()
186 return pos != m_aProperties.end(); in isRegisteredProperty()
209 for ( PropertiesIterator checkConflicts = m_aProperties.begin(); in implPushBackProperty()
210 checkConflicts != m_aProperties.end(); in implPushBackProperty()
220 m_aProperties.begin(), m_aProperties.end(), in implPushBackProperty()
223 m_aProperties.insert( pos, _rProp ); in implPushBackProperty()
[all …]
H A Dpropagg.cxx73 :m_aProperties( _rProperties ) in OPropertyArrayAggregationHelper()
80 m_aProperties.realloc( nMergedProps ); in OPropertyArrayAggregationHelper()
84 Property* pMergedProps = m_aProperties.getArray(); in OPropertyArrayAggregationHelper()
126 const Property* pPropsTilNow = m_aProperties.getConstArray(); in OPropertyArrayAggregationHelper()
142 m_aProperties.realloc( nMergedProps ); in OPropertyArrayAggregationHelper()
143 pMergedProps = m_aProperties.getArray(); // reset, needed again below in OPropertyArrayAggregationHelper()
148 pMergedProps = m_aProperties.getArray(); in OPropertyArrayAggregationHelper()
160 const Property* pPropertyDescriptor = lcl_findPropertyByName( m_aProperties, _rName ); in classifyProperty()
194 return lcl_findPropertyByName( m_aProperties, _rName ); in findPropertyByName()
212 …const ::com::sun::star::beans::Property& rProperty = m_aProperties.getConstArray()[(*i).second.nP… in fillPropertyMembersByHandle()
[all …]
H A Dcomposedprops.cxx46 Sequence< Property> m_aProperties; member in comphelper::OComposedPropertySetInfo
150 m_aProperties = Sequence< Property >(nOverallProperties); in compose()
151 Property* pProperties = m_aProperties.getArray(); in compose()
168 m_pInfo = new OComposedPropertySetInfo(m_aProperties); in getPropertySetInfo()
309 :m_aProperties(rSeq) in OComposedPropertySetInfo()
316 return m_aProperties; in getProperties()
322 sal_Int32 nLength = m_aProperties.getLength(); in getPropertyByName()
323 const Property* pProps = m_aProperties.getConstArray(); in getPropertyByName()
337 sal_Int32 nLength = m_aProperties.getLength(); in hasPropertyByName()
338 const Property* pProps = m_aProperties.getConstArray(); in hasPropertyByName()
H A Dpropmultiplex.cxx120 const ::rtl::OUString* pProperties = m_aProperties.getConstArray(); in dispose()
121 for (sal_Int32 i = 0; i < m_aProperties.getLength(); ++i, ++pProperties) in dispose()
169 m_aProperties.realloc(m_aProperties.getLength() + 1); in addProperty()
170 m_aProperties.getArray()[m_aProperties.getLength()-1] = _sPropertyName; in addProperty()
/AOO41X/main/extensions/source/propctrlr/
H A Dgenericpropertyhandler.cxx400 m_aProperties.clear(); in inspect()
442 PropertyMap::const_iterator pos = m_aProperties.find( _rPropertyName ); in convertToPropertyValue()
443 if ( pos == m_aProperties.end() ) in convertToPropertyValue()
469 PropertyMap::const_iterator pos = m_aProperties.find( _rPropertyName ); in convertToControlValue()
470 if ( pos == m_aProperties.end() ) in convertToControlValue()
594m_aProperties.insert( PropertyMap::value_type( pProperties->Name, *pProperties ) ); in impl_ensurePropertyMap()
610 Sequence< Property > aReturn( m_aProperties.size() ); in getSupportedProperties()
611 ::std::transform( m_aProperties.begin(), m_aProperties.end(), in getSupportedProperties()
644 PropertyMap::const_iterator pos = m_aProperties.find( _rPropertyName ); in describePropertyLine()
645 if ( pos == m_aProperties.end() ) in describePropertyLine()
H A Dpropcontroller.cxx912 clearContainer( m_aProperties ); in stopInspection()
1116 while ( m_aProperties.find( nRelativePropertyOrder ) != m_aProperties.end() ) in doInspection()
1118 m_aProperties[ nRelativePropertyOrder ] = *sourceProps; in doInspection()
1248 OrderedPropertyMap::const_iterator property( m_aProperties.begin() ); in UpdateUI()
1249 for ( ; property != m_aProperties.end(); ++property ) in UpdateUI()
1384 for ( OrderedPropertyMap::const_iterator search = m_aProperties.begin(); in hasPropertyByName()
1385 search != m_aProperties.end(); in hasPropertyByName()
1568 OrderedPropertyMap::const_iterator search = m_aProperties.begin(); in impl_findObjectProperty_nothrow()
1569 for ( ; search != m_aProperties.end(); ++search ) in impl_findObjectProperty_nothrow()
1574 return ( search != m_aProperties.end() ); in impl_findObjectProperty_nothrow()
[all …]
H A Dgenericpropertyhandler.hxx81 … PropertyMap m_aProperties; member in pcr::GenericPropertyHandler
H A Dpropcontroller.hxx154 OrderedPropertyMap m_aProperties; member in pcr::OPropertyBrowserController
/AOO41X/main/package/source/xstor/
H A Docompinstream.cxx46 , m_aProperties( aProps ) in OInputCompStream()
65 , m_aProperties( aProps ) in OInputCompStream()
504 for ( sal_Int32 aInd = 0; aInd < m_aProperties.getLength(); aInd++ ) in getAllRelationships()
505 … if ( m_aProperties[aInd].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "RelationsInfo" ) ) ) in getAllRelationships()
507 if ( m_aProperties[aInd].Value >>= aResult ) in getAllRelationships()
628 for ( sal_Int32 aInd = 0; aInd < m_aProperties.getLength(); aInd++ ) in setPropertyValue()
630 if ( m_aProperties[aInd].Name.equals( aPropertyName ) ) in setPropertyValue()
664 for ( sal_Int32 aInd = 0; aInd < m_aProperties.getLength(); aInd++ ) in getPropertyValue()
666 if ( m_aProperties[aInd].Name.equals( aPropertyName ) ) in getPropertyValue()
668 return m_aProperties[aInd].Value; in getPropertyValue()
H A Docompinstream.hxx55 ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue > m_aProperties;
/AOO41X/main/forms/source/xforms/
H A Dpropertysetbase.cxx78 … DBG_ASSERT( !m_aProperties.empty(), "PropertySetBase::getInfoHelper: no registered properties!" ); in getInfoHelper()
79 …m_pProperties = new cppu::OPropertyArrayHelper( &m_aProperties[0], m_aProperties.size(), sal_False… in getInfoHelper()
99 m_aProperties.push_back( rProperty ); in registerProperty()
H A Dpropertysetbase.hxx197 PropertyArray m_aProperties; member in PropertySetBase
/AOO41X/main/uui/source/
H A Diahndl.cxx135 m_aProperties(rArguments) in UUIInteractionHelper()
1093 ::comphelper::NamedValueCollection aProperties( m_aProperties ); in getParentXWindow()
1108 for (sal_Int32 i = 0; i < m_aProperties.getLength(); ++i) in getContextProperty()
1111 if ((m_aProperties[i] >>= aProperty) in getContextProperty()
1134 m_aProperties), in getInteractionHandler()
H A Diahndl.hxx95 … ::com::sun::star::uno::Sequence< com::sun::star::uno::Any > m_aProperties;
/AOO41X/main/ucbhelper/source/provider/
H A Dresultset.cxx185 uno::Sequence< beans::Property > m_aProperties; member
210 m_aProperties( rProperties ), in ResultSet_Impl()
381 m_pImpl->m_aProperties ); in getMetaData()
1560 return m_pImpl->m_aProperties; in getProperties()
/AOO41X/main/comphelper/inc/comphelper/
H A Dpropmultiplex.hxx78 ::com::sun::star::uno::Sequence< ::rtl::OUString > m_aProperties;
H A Dpropertycontainerhelper.hxx92 Properties m_aProperties; member in comphelper::OPropertyContainerHelper
H A Dcomposedprops.hxx71 m_aProperties;
H A Dpropagg.hxx95 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property> m_aProperties;
/AOO41X/main/extensions/inc/ucbhelper/
H A Dext_content.hxx294 Sequence< PropertyValueInfo > m_aProperties; member in OPropertyTask