/trunk/main/comphelper/source/property/ |
H A D | propertysetinfo.cxx | 161 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 D | propertysethelper.cxx | 46 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 D | genericpropertyset.cxx | 76 GenericPropertySet( PropertySetInfo* pInfo ) throw(); 103 GenericPropertySet::GenericPropertySet( PropertySetInfo* pInfo ) throw() in GenericPropertySet() 293 …:XPropertySet > comphelper::GenericPropertySet_CreateInstance( comphelper::PropertySetInfo* pInfo ) in GenericPropertySet_CreateInstance()
|
/trunk/main/unotools/source/property/ |
H A D | propertysetinfo.cxx | 157 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 D | propertysethelper.cxx | 47 PropertySetInfo* mpInfo; 67 PropertySetHelper::PropertySetHelper( utl::PropertySetInfo* pInfo ) throw() in PropertySetHelper()
|
/trunk/main/ucbhelper/source/provider/ |
H A D | contentinfo.cxx | 51 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 D | resultset.cxx | 89 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 …]
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | propertysetinfo.hxx | 58 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 D | propertysethelper.hxx | 41 class PropertySetInfo; 61 void setInfo( comphelper::PropertySetInfo* pInfo ) throw(); 65 PropertySetHelper( comphelper::PropertySetInfo* pInfo ) throw(); 66 PropertySetHelper( comphelper::PropertySetInfo* pInfo, __sal_NoAcquire ) throw();
|
/trunk/main/unotools/inc/unotools/ |
H A D | propertysetinfo.hxx | 58 class PropertySetInfo : public ::cppu::WeakImplHelper1< ::com::sun::star::beans::XPropertySetInfo > class 63 PropertySetInfo() throw(); 64 virtual ~PropertySetInfo() throw();
|
H A D | propertysethelper.hxx | 40 class PropertySetInfo; 60 PropertySetHelper( utl::PropertySetInfo* pInfo ) throw();
|
/trunk/main/svx/inc/svx/ |
H A D | unoprov.hxx | 133 namespace comphelper { class PropertySetInfo; } 138 SVX_DLLPUBLIC static comphelper::PropertySetInfo* getOrCreate( sal_Int32 nServiceId ) throw(); 141 static comphelper::PropertySetInfo* mpInfos[SVXUNO_SERVICEID_LASTID+1];
|
/trunk/main/svx/source/form/ |
H A D | fmundo.cxx | 158 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 D | dataaccessdescriptor.cxx | 297 PropertySetInfo* pPropSetInfo = new PropertySetInfo; in updateSet()
|
/trunk/main/ucbhelper/inc/ucbhelper/ |
H A D | contentinfo.hxx | 53 class PropertySetInfo : class 72 PropertySetInfo( const com::sun::star::uno::Reference< 77 virtual ~PropertySetInfo();
|
/trunk/main/svtools/source/uno/ |
H A D | unoimap.cxx | 124 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()
|
/trunk/main/svtools/source/graphic/ |
H A D | renderer.cxx | 209 ::comphelper::PropertySetInfo* GraphicRendererVCL::createPropertySetInfo() in createPropertySetInfo() 212 ::comphelper::PropertySetInfo* pRet = new ::comphelper::PropertySetInfo(); in createPropertySetInfo()
|
H A D | descriptor.cxx | 322 ::comphelper::PropertySetInfo* GraphicDescriptor::createPropertySetInfo() in createPropertySetInfo() 325 ::comphelper::PropertySetInfo* pRet = new ::comphelper::PropertySetInfo(); in createPropertySetInfo()
|
H A D | descriptor.hxx | 62 namespace comphelper { class PropertySetInfo; } 94 static ::comphelper::PropertySetInfo* createPropertySetInfo();
|
/trunk/main/svx/source/unogallery/ |
H A D | unogalitem.cxx | 254 ::comphelper::PropertySetInfo* GalleryItem::createPropertySetInfo() in createPropertySetInfo() 257 ::comphelper::PropertySetInfo* pRet = new ::comphelper::PropertySetInfo(); in createPropertySetInfo()
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/ |
H A D | PropertySetAdapter.java | 65 private final PropertySetInfo propertySetInfo = new PropertySetInfo(); 94 private class PropertySetInfo implements XPropertySetInfo { class in PropertySetAdapter
|
/trunk/main/reportdesign/source/filter/xml/ |
H A D | xmlColumn.cxx | 144 PropertySetInfo* pInfo = new PropertySetInfo(); in fillStyle()
|
H A D | xmlRow.cxx | 142 PropertySetInfo* pInfo = new PropertySetInfo(); in EndElement()
|
/trunk/main/framework/test/ |
H A D | test_documentproperties.bas | 146 PropertySetInfo = aDocumentProperties.PropertySetInfo 148 if ( isnull (PropertySetInfo) ) then
|
/trunk/main/filter/source/xmlfilteradaptor/ |
H A D | XmlFilterAdaptor.cxx | 115 GenericPropertySet_CreateInstance( new PropertySetInfo( aImportInfoMap ) ) ); in importImpl() 292 GenericPropertySet_CreateInstance( new PropertySetInfo( aImportInfoMap ) ) ); in exportImpl()
|