Home
last modified time | relevance | path

Searched defs:PropertyMapEntry (Results 1 – 6 of 6) sorted by path

/trunk/main/comphelper/inc/comphelper/
H A Dpropertysetinfo.hxx41 struct PropertyMapEntry struct
43 const sal_Char* mpName;
44 sal_uInt16 mnNameLen;
45 sal_Int32 mnHandle;
46 const com::sun::star::uno::Type* mpType;
47 sal_Int16 mnAttributes;
48 sal_uInt8 mnMemberId;
/trunk/main/comphelper/source/property/
H A Dpropertysethelper.cxx308 void PropertySetHelper::_getPropertyStates( const comphelper::PropertyMapEntry**, PropertyState* ) … in _getPropertyStates()
313 void PropertySetHelper::_setPropertyToDefault( const comphelper::PropertyMapEntry* ) throw(Unknown… in _setPropertyToDefault()
318 Any PropertySetHelper::_getPropertyDefault( const comphelper::PropertyMapEntry* ) throw(UnknownProp… in _getPropertyDefault()
/trunk/main/svtools/source/graphic/
H A Ddescriptor.cxx349 void GraphicDescriptor::_setPropertyValues( const comphelper::PropertyMapEntry** /*ppEntries*/, con… in _setPropertyValues()
/trunk/main/unotools/inc/unotools/
H A Dpropertysetinfo.hxx41 struct PropertyMapEntry struct
43 const sal_Char* mpName;
44 sal_uInt16 mnNameLen;
45 sal_uInt16 mnWhich;
46 const com::sun::star::uno::Type* mpType;
47 sal_Int16 mnFlags;
48 sal_uInt8 mnMemberId;
/trunk/main/unotools/source/property/
H A Dpropertysethelper.cxx281 void PropertySetHelper::_getPropertyStates( const utl::PropertyMapEntry** /*ppEntries*/, PropertySt… in _getPropertyStates()
286 void PropertySetHelper::_setPropertyToDefault( const utl::PropertyMapEntry* /*pEntry*/ ) throw(Unk… in _setPropertyToDefault()
291 Any PropertySetHelper::_getPropertyDefault( const utl::PropertyMapEntry* /*pEntry*/ ) throw(Unknown… in _getPropertyDefault()
/trunk/main/vcl/source/window/
H A Dwpropset.cxx94 struct PropertyMapEntry struct in vcl::WindowPropertySetData
96 Window* mpWindow;
97 boost::shared_ptr<WindowArranger> mpLayout;
98 uno::Sequence< beans::PropertyValue > maSavedValues;
100 PropertyMapEntry( Window* i_pWindow = NULL, in PropertyMapEntry() function
106 uno::Sequence< beans::PropertyValue > getProperties() const in getProperties()
115 void setProperties( const uno::Sequence< beans::PropertyValue >& i_rProps ) const in setProperties()

Completed in 33 milliseconds