Searched refs:PropertyBag (Results 1 – 14 of 14) sorted by relevance
/aoo4110/main/comphelper/source/property/ |
H A D | propertybag.cxx | 71 PropertyBag::PropertyBag() in PropertyBag() function in comphelper::PropertyBag 76 PropertyBag::~PropertyBag() in ~PropertyBag() 81 void PropertyBag::setAllowEmptyPropertyName( bool i_isAllowed ) in setAllowEmptyPropertyName() 100 …meAndHandle( const ::rtl::OUString& _name, const sal_Int32 _handle, const PropertyBag& _container ) in lcl_checkNameAndHandle() 112 …void PropertyBag::addVoidProperty( const ::rtl::OUString& _rName, const Type& _rType, sal_Int32 _n… in addVoidProperty() 135 …void PropertyBag::addProperty( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttr… in addProperty() 158 void PropertyBag::removeProperty( const ::rtl::OUString& _rName ) in removeProperty() 172 void PropertyBag::getFastPropertyValue( sal_Int32 _nHandle, Any& _out_rValue ) const in getFastPropertyValue() 186 … return const_cast< PropertyBag* >( this )->OPropertyContainerHelper::convertFastPropertyValue( in convertFastPropertyValue() 191 void PropertyBag::setFastPropertyValue( sal_Int32 _nHandle, const Any& _rValue ) in setFastPropertyValue() [all …]
|
H A D | opropertybag.hxx | 93 ::comphelper::PropertyBag
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | propertycomposer.cxx | 232 PropertyBag aThisRound; in getSupportedProperties() 236 PropertyBag aIntersection; in getSupportedProperties() 238 …::std::insert_iterator< PropertyBag >( aIntersection, aIntersection.begin() ), PropertyLessByName(… in getSupportedProperties() 246 for ( PropertyBag::iterator check = m_aSupportedProperties.begin(); in getSupportedProperties() 253 PropertyBag::iterator next = check; ++next; in getSupportedProperties()
|
H A D | eformshelper.cxx | 590 PropertyBag& m_rProperties; 593 PropertyBagInserter( PropertyBag& rProperties ) : m_rProperties( rProperties ) { } in PropertyBagInserter() 602 …SetInfo > collectPropertiesGetInfo( const Reference< XPropertySet >& _rxProps, PropertyBag& _rBag ) in collectPropertiesGetInfo() 754 PropertyBag aProperties; in firePropertyChanges() 758 for ( PropertyBag::const_iterator aProp = aProperties.begin(); in firePropertyChanges()
|
H A D | formbrowsertools.hxx | 97 typedef ::std::set< ::com::sun::star::beans::Property, PropertyLessByName > PropertyBag; typedef
|
H A D | propertycomposer.hxx | 71 PropertyBag m_aSupportedProperties;
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | propertybag.hxx | 49 class COMPHELPER_DLLPUBLIC PropertyBag : protected OPropertyContainerHelper class 55 PropertyBag(); 56 virtual ~PropertyBag();
|
/aoo4110/main/offapi/com/sun/star/form/ |
H A D | FormComponent.idl | 42 #include <com/sun/star/beans/PropertyBag.idl> 105 [optional] service com::sun::star::beans::PropertyBag;
|
/aoo4110/main/dbaccess/qa/complex/dbaccess/ |
H A D | makefile.mk | 57 PropertyBag.java \
|
H A D | PropertyBag.java | 45 public class PropertyBag extends TestCase class
|
/aoo4110/main/udkapi/com/sun/star/beans/ |
H A D | makefile.mk | 51 PropertyBag.idl\
|
H A D | PropertyBag.idl | 52 published service PropertyBag
|
/aoo4110/main/forms/source/inc/ |
H A D | propertybaghelper.hxx | 66 ::comphelper::PropertyBag m_aDynamicProperties;
|
/aoo4110/main/offapi/com/sun/star/sdb/ |
H A D | DataSource.idl | 163 …ct represented by this property supports the <type scope="com::sun::star::beans">PropertyBag</type>
|
Completed in 69 milliseconds