Home
last modified time | relevance | path

Searched refs:PropertySetInfo (Results 1 – 25 of 46) sorted by relevance

12

/aoo41x/main/comphelper/source/property/
H A Dpropertysetinfo.cxx161 PropertySetInfo::PropertySetInfo() throw() in PropertySetInfo() function in PropertySetInfo
166 PropertySetInfo::PropertySetInfo( PropertyMapEntry* pMap ) throw() in PropertySetInfo() function in PropertySetInfo
172 PropertySetInfo::~PropertySetInfo() throw() in ~PropertySetInfo()
177 void PropertySetInfo::add( PropertyMapEntry* pMap ) throw() in add()
182 void PropertySetInfo::add( PropertyMapEntry* pMap, sal_Int32 nCount ) throw() in add()
187 void PropertySetInfo::remove( const rtl::OUString& aName ) throw() in remove()
192 Sequence< ::com::sun::star::beans::Property > SAL_CALL PropertySetInfo::getProperties() throw(::com… in getProperties()
197 Property SAL_CALL PropertySetInfo::getPropertyByName( const ::rtl::OUString& aName ) throw(::com::s… in getPropertyByName()
202 sal_Bool SAL_CALL PropertySetInfo::hasPropertyByName( const ::rtl::OUString& Name ) throw(::com::su… in hasPropertyByName()
207 const PropertyMap* PropertySetInfo::getPropertyMap() const throw() in getPropertyMap()
H A Dpropertysethelper.cxx46 PropertySetInfo* mpInfo;
69 mp->mpInfo = new PropertySetInfo; in PropertySetHelper()
73 PropertySetHelper::PropertySetHelper( comphelper::PropertySetInfo* pInfo ) throw() in PropertySetHelper()
80 PropertySetHelper::PropertySetHelper( comphelper::PropertySetInfo* pInfo, __sal_NoAcquire ) throw() in PropertySetHelper()
92 void PropertySetHelper::setInfo( comphelper::PropertySetInfo* pInfo ) throw() in setInfo()
H A Dgenericpropertyset.cxx76 GenericPropertySet( PropertySetInfo* pInfo ) throw();
103 GenericPropertySet::GenericPropertySet( PropertySetInfo* pInfo ) throw() in GenericPropertySet()
293 …:XPropertySet > comphelper::GenericPropertySet_CreateInstance( comphelper::PropertySetInfo* pInfo ) in GenericPropertySet_CreateInstance()
/aoo41x/main/unotools/source/property/
H A Dpropertysetinfo.cxx157 PropertySetInfo::PropertySetInfo() throw() in PropertySetInfo() function in PropertySetInfo
162 PropertySetInfo::~PropertySetInfo() throw() in ~PropertySetInfo()
167 void PropertySetInfo::add( PropertyMapEntry* pMap ) throw() in add()
172 void PropertySetInfo::remove( const rtl::OUString& aName ) throw() in remove()
177 Sequence< ::com::sun::star::beans::Property > SAL_CALL PropertySetInfo::getProperties() throw(::com… in getProperties()
182 Property SAL_CALL PropertySetInfo::getPropertyByName( const ::rtl::OUString& aName ) throw(::com::s… in getPropertyByName()
187 sal_Bool SAL_CALL PropertySetInfo::hasPropertyByName( const ::rtl::OUString& Name ) throw(::com::su… in hasPropertyByName()
192 const PropertyMap* PropertySetInfo::getPropertyMap() const throw() in getPropertyMap()
H A Dpropertysethelper.cxx47 PropertySetInfo* mpInfo;
67 PropertySetHelper::PropertySetHelper( utl::PropertySetInfo* pInfo ) throw() in PropertySetHelper()
/aoo41x/main/ucbhelper/source/provider/
H A Dcontentinfo.cxx51 PropertySetInfo::PropertySetInfo( in PropertySetInfo() function in ucbhelper::PropertySetInfo
64 PropertySetInfo::~PropertySetInfo() in ~PropertySetInfo()
75 XINTERFACE_IMPL_2( PropertySetInfo,
85 XTYPEPROVIDER_IMPL_2( PropertySetInfo,
96 uno::Sequence< beans::Property > SAL_CALL PropertySetInfo::getProperties() in getProperties()
161 beans::Property SAL_CALL PropertySetInfo::getPropertyByName( in getPropertyByName()
174 sal_Bool SAL_CALL PropertySetInfo::hasPropertyByName( in hasPropertyByName()
188 void PropertySetInfo::reset() in reset()
196 sal_Bool PropertySetInfo::queryProperty( in queryProperty()
H A Dresultset.cxx89 class PropertySetInfo : class
102 PropertySetInfo(
106 virtual ~PropertySetInfo();
1336 = new PropertySetInfo( m_pImpl->m_xSMgr, in getPropertySetInfo()
1582 PropertySetInfo::PropertySetInfo( in PropertySetInfo() function in ucbhelper_impl::PropertySetInfo
1611 PropertySetInfo::~PropertySetInfo() in ~PropertySetInfo()
1622 XINTERFACE_IMPL_2( PropertySetInfo,
1632 XTYPEPROVIDER_IMPL_2( PropertySetInfo,
1651 beans::Property SAL_CALL PropertySetInfo::getPropertyByName( in getPropertyByName()
1664 sal_Bool SAL_CALL PropertySetInfo::hasPropertyByName( in hasPropertyByName()
[all …]
/aoo41x/main/comphelper/inc/comphelper/
H A Dpropertysetinfo.hxx58 class COMPHELPER_DLLPUBLIC PropertySetInfo : public ::cppu::WeakImplHelper1< ::com::sun::star::bean… class
63 PropertySetInfo() throw();
64 PropertySetInfo( PropertyMapEntry* pMap ) throw();
65 virtual ~PropertySetInfo() throw();
H A Dpropertysethelper.hxx41 class PropertySetInfo;
61 void setInfo( comphelper::PropertySetInfo* pInfo ) throw();
65 PropertySetHelper( comphelper::PropertySetInfo* pInfo ) throw();
66 PropertySetHelper( comphelper::PropertySetInfo* pInfo, __sal_NoAcquire ) throw();
/aoo41x/main/unotools/inc/unotools/
H A Dpropertysetinfo.hxx58 class PropertySetInfo : public ::cppu::WeakImplHelper1< ::com::sun::star::beans::XPropertySetInfo > class
63 PropertySetInfo() throw();
64 virtual ~PropertySetInfo() throw();
H A Dpropertysethelper.hxx40 class PropertySetInfo;
60 PropertySetHelper( utl::PropertySetInfo* pInfo ) throw();
/aoo41x/main/svx/inc/svx/
H A Dunoprov.hxx133 namespace comphelper { class PropertySetInfo; }
138 SVX_DLLPUBLIC static comphelper::PropertySetInfo* getOrCreate( sal_Int32 nServiceId ) throw();
141 static comphelper::PropertySetInfo* mpInfos[SVXUNO_SERVICEID_LASTID+1];
/aoo41x/main/svx/source/form/
H A Dfmundo.cxx158 struct PropertySetInfo struct
173 DECLARE_STL_STDKEY_MAP(Reference< XPropertySet >, PropertySetInfo, PropertySetInfoCache); argument
610 PropertySetInfo aNewEntry; in propertyChange()
640 PropertySetInfo::AllProperties& rPropInfos = aSetPos->second.aProps; in propertyChange()
641 PropertySetInfo::AllPropertiesIterator aPropertyPos = rPropInfos.find(evt.PropertyName); in propertyChange()
669 …aPropertyPos = rPropInfos.insert(PropertySetInfo::AllProperties::value_type(evt.PropertyName,aNewE… in propertyChange()
742 PropertySetInfo& rSetInfo = (*pCache)[xSet]; in propertyChange()
H A Ddataaccessdescriptor.cxx297 PropertySetInfo* pPropSetInfo = new PropertySetInfo; in updateSet()
/aoo41x/main/ucbhelper/inc/ucbhelper/
H A Dcontentinfo.hxx53 class PropertySetInfo : class
72 PropertySetInfo( const com::sun::star::uno::Reference<
77 virtual ~PropertySetInfo();
/aoo41x/main/svtools/source/uno/
H A Dunoimap.cxx124 static PropertySetInfo* createPropertySetInfo( sal_uInt16 nType );
143 PropertySetInfo* SvUnoImageMapObject::createPropertySetInfo( sal_uInt16 nType ) in createPropertySetInfo()
161 return new PropertySetInfo( aPolygonObj_Impl ); in createPropertySetInfo()
178 return new PropertySetInfo( aCircleObj_Impl ); in createPropertySetInfo()
195 return new PropertySetInfo( aRectangleObj_Impl ); in createPropertySetInfo()
/aoo41x/main/svtools/source/graphic/
H A Drenderer.cxx209 ::comphelper::PropertySetInfo* GraphicRendererVCL::createPropertySetInfo() in createPropertySetInfo()
212 ::comphelper::PropertySetInfo* pRet = new ::comphelper::PropertySetInfo(); in createPropertySetInfo()
H A Ddescriptor.cxx322 ::comphelper::PropertySetInfo* GraphicDescriptor::createPropertySetInfo() in createPropertySetInfo()
325 ::comphelper::PropertySetInfo* pRet = new ::comphelper::PropertySetInfo(); in createPropertySetInfo()
H A Ddescriptor.hxx62 namespace comphelper { class PropertySetInfo; }
94 static ::comphelper::PropertySetInfo* createPropertySetInfo();
/aoo41x/main/svx/source/unogallery/
H A Dunogalitem.cxx254 ::comphelper::PropertySetInfo* GalleryItem::createPropertySetInfo() in createPropertySetInfo()
257 ::comphelper::PropertySetInfo* pRet = new ::comphelper::PropertySetInfo(); in createPropertySetInfo()
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlRow.cxx142 PropertySetInfo* pInfo = new PropertySetInfo(); in EndElement()
H A DxmlColumn.cxx144 PropertySetInfo* pInfo = new PropertySetInfo(); in fillStyle()
H A DxmlHelper.cxx313 …ySet> xProp = comphelper::GenericPropertySet_CreateInstance(new comphelper::PropertySetInfo(pMap)); in copyStyleElements()
358 return comphelper::GenericPropertySet_CreateInstance(new comphelper::PropertySetInfo(pMap)); in createBorderPropertySet()
/aoo41x/main/framework/test/
H A Dtest_documentproperties.bas146 PropertySetInfo = aDocumentProperties.PropertySetInfo
148 if ( isnull (PropertySetInfo) ) then
/aoo41x/main/filter/source/xmlfilteradaptor/
H A DXmlFilterAdaptor.cxx115 GenericPropertySet_CreateInstance( new PropertySetInfo( aImportInfoMap ) ) ); in importImpl()
292 GenericPropertySet_CreateInstance( new PropertySetInfo( aImportInfoMap ) ) ); in exportImpl()

Completed in 145 milliseconds

12