/trunk/main/comphelper/source/property/ |
H A D | propertycontainerhelper.cxx | 121 m_aProperties.erase( aPos ); in revokeProperty() 182 m_aProperties.begin(), in isRegisteredProperty() 183 m_aProperties.end(), in isRegisteredProperty() 220 m_aProperties.begin(), m_aProperties.end(), in implPushBackProperty() 252 if (aPos == m_aProperties.end()) in convertFastPropertyValue() 396 if (aPos == m_aProperties.end()) in setFastPropertyValue() 467 m_aProperties.begin(), in searchHandle() 468 m_aProperties.end(), in searchHandle() 483 m_aProperties.begin(), in getProperty() 484 m_aProperties.end(), in getProperty() [all …]
|
H A D | propagg.cxx | 73 :m_aProperties( _rProperties ) in OPropertyArrayAggregationHelper() 80 m_aProperties.realloc( nMergedProps ); in OPropertyArrayAggregationHelper() 84 Property* pMergedProps = m_aProperties.getArray(); in OPropertyArrayAggregationHelper() 142 m_aProperties.realloc( nMergedProps ); in OPropertyArrayAggregationHelper() 148 pMergedProps = m_aProperties.getArray(); in OPropertyArrayAggregationHelper() 227 _rProperty = m_aProperties[ pos->second.nPos ]; in getPropertyByHandle() 257 return m_aProperties; in getProperties() 287 …const ::com::sun::star::beans::Property* pEnd = m_aProperties.getConstArray() + m_aProperties.get… in fillHandles() 367 ::std::set< sal_Int32 > m_aProperties; 406 m_aProperties.insert( _nHandle ); in takeResponsibilityFor() [all …]
|
H A D | composedprops.cxx | 46 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 D | propmultiplex.cxx | 120 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()
|
/trunk/main/chart2/source/tools/ |
H A D | ImplOPropertySet.cxx | 106 ::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() 133 if( m_aProperties.end() != aFoundIter ) in SetPropertyToDefault() 135 m_aProperties.erase( aFoundIter ); in SetPropertyToDefault() 148 m_aProperties.clear(); in SetAllPropertiesToDefault() 159 if( m_aProperties.end() != aFoundIter ) in GetPropertyValueByHandle() 174 if( m_aProperties.end() != aFoundIter ) in SetPropertyValueByHandle() 178 m_aProperties[ nHandle ] = rValue; in SetPropertyValueByHandle() [all …]
|
H A D | ImplOPropertySet.hxx | 83 tPropertyMap m_aProperties; member in property::impl::ImplOPropertySet
|
/trunk/main/extensions/source/propctrlr/ |
H A D | genericpropertyhandler.cxx | 400 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() 594 … m_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 D | propcontroller.cxx | 912 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 D | genericpropertyhandler.hxx | 81 … PropertyMap m_aProperties; member in pcr::GenericPropertyHandler
|
H A D | propcontroller.hxx | 154 OrderedPropertyMap m_aProperties; member in pcr::OPropertyBrowserController
|
/trunk/main/package/source/xstor/ |
H A D | ocompinstream.cxx | 46 , 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 D | ocompinstream.hxx | 55 ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue > m_aProperties;
|
/trunk/main/forms/source/xforms/ |
H A D | propertysetbase.cxx | 78 … 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 D | propertysetbase.hxx | 197 PropertyArray m_aProperties; member in PropertySetBase
|
/trunk/main/uui/source/ |
H A D | iahndl.cxx | 135 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 D | iahndl.hxx | 95 … ::com::sun::star::uno::Sequence< com::sun::star::uno::Any > m_aProperties;
|
/trunk/main/ucbhelper/source/provider/ |
H A D | resultset.cxx | 185 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()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | propmultiplex.hxx | 78 ::com::sun::star::uno::Sequence< ::rtl::OUString > m_aProperties;
|
H A D | propertycontainerhelper.hxx | 92 Properties m_aProperties; member in comphelper::OPropertyContainerHelper
|
H A D | composedprops.hxx | 71 m_aProperties;
|
H A D | propagg.hxx | 95 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property> m_aProperties;
|
/trunk/main/extensions/inc/ucbhelper/ |
H A D | ext_content.hxx | 294 Sequence< PropertyValueInfo > m_aProperties; member in OPropertyTask
|