Home
last modified time | relevance | path

Searched refs:PropertyInfo (Results 1 – 23 of 23) sorted by relevance

/trunk/main/comphelper/source/property/
H A DChainablePropertySetInfo.cxx30 using ::comphelper::PropertyInfo;
48 ChainablePropertySetInfo::ChainablePropertySetInfo( PropertyInfo* pMap ) in ChainablePropertySetInfo()
59 void ChainablePropertySetInfo::add( PropertyInfo* pMap, sal_Int32 nCount ) in add()
102 PropertyInfo* pInfo = (*aIter).second; in getProperties()
123 PropertyInfo *pInfo = (*aIter).second; in getPropertyByName()
H A DMasterPropertySetInfo.cxx32 using ::comphelper::PropertyInfo;
50 MasterPropertySetInfo::MasterPropertySetInfo( PropertyInfo* pMap ) in MasterPropertySetInfo()
67 void MasterPropertySetInfo::add( PropertyInfo* pMap, sal_Int32 nCount, sal_uInt8 nMapId ) in add()
129 PropertyInfo* pInfo = (*aIter).second->mpInfo; in getProperties()
150 PropertyInfo *pInfo = (*aIter).second->mpInfo; in getPropertyByName()
H A DChainablePropertySet.cxx292 void ChainablePropertySet::_getPropertyState( const comphelper::PropertyInfo&, PropertyState& ) in _getPropertyState() argument
304 void ChainablePropertySet::_setPropertyToDefault( const comphelper::PropertyInfo& ) in _setPropertyToDefault() argument
310 Any ChainablePropertySet::_getPropertyDefault( const comphelper::PropertyInfo& ) in _getPropertyDefault() argument
H A DMasterPropertySet.cxx477 void MasterPropertySet::_getPropertyState( const comphelper::PropertyInfo&, PropertyState& ) in _getPropertyState() argument
489 void MasterPropertySet::_setPropertyToDefault( const comphelper::PropertyInfo& ) in _setPropertyToDefault() argument
495 Any MasterPropertySet::_getPropertyDefault( const comphelper::PropertyInfo& ) in _getPropertyDefault() argument
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXLayerContentDescriber.idl27 #include <com/sun/star/configuration/backend/PropertyInfo.idl>
54 the layer is contained in the sequence of PropertyInfo structures
55 @see PropertyInfo
70 sequence of PropertyInfo structs contained
80 [in] sequence<PropertyInfo> aPropertyInfos)
H A DLayerDescriber.idl43 the layer is contained in the sequence of PropertyInfo structures
44 @see PropertyInfo
H A DPropertyInfo.idl37 struct PropertyInfo
/trunk/main/comphelper/inc/comphelper/
H A DPropertyInfoHash.hxx32 struct PropertyInfo struct
44 PropertyInfo *mpInfo;
45 PropertyData ( sal_uInt8 nMapId, PropertyInfo *pInfo ) in PropertyData()
60 ::comphelper::PropertyInfo*, argument
H A DChainablePropertySet.hxx82 …virtual void _setSingleValue( const comphelper::PropertyInfo & rInfo, const ::com::sun::star::uno:…
89 …virtual void _getSingleValue( const comphelper::PropertyInfo & rInfo, ::com::sun::star::uno::Any &…
96 …virtual void _getPropertyState( const comphelper::PropertyInfo& rInfo, ::com::sun::star::beans::Pr…
101 virtual void _setPropertyToDefault( const comphelper::PropertyInfo& rEntry )
103 virtual ::com::sun::star::uno::Any _getPropertyDefault( const comphelper::PropertyInfo& rEntry )
H A DMasterPropertySet.hxx79 …virtual void _setSingleValue( const comphelper::PropertyInfo & rInfo, const ::com::sun::star::uno:…
86 …virtual void _getSingleValue( const comphelper::PropertyInfo & rInfo, ::com::sun::star::uno::Any &…
93 …virtual void _getPropertyState( const comphelper::PropertyInfo& rInfo, ::com::sun::star::beans::Pr…
98 virtual void _setPropertyToDefault( const comphelper::PropertyInfo& rEntry )
100 virtual ::com::sun::star::uno::Any _getPropertyDefault( const comphelper::PropertyInfo& rEntry )
H A DChainablePropertySetInfo.hxx53 ChainablePropertySetInfo( PropertyInfo * pMap )
59 void add( PropertyInfo* pMap, sal_Int32 nCount = -1 )
H A DMasterPropertySetInfo.hxx45 MasterPropertySetInfo( PropertyInfo * pMap )
49 void add( PropertyInfo* pMap, sal_Int32 nCount = -1, sal_uInt8 nMapId = 0 )
/trunk/main/qadevOOo/testdocs/backend/org/openoffice/
H A DJavaSystemBackend.java26 import com.sun.star.configuration.backend.PropertyInfo;
241 PropertyInfo[] pInfo = new PropertyInfo[1]; in readData()
242 pInfo[0] = new PropertyInfo(); in readData()
/trunk/main/sw/inc/
H A Dunomod.hxx105 …virtual void _setSingleValue( const comphelper::PropertyInfo & rInfo, const ::com::sun::star::uno:…
112 …virtual void _getSingleValue( const comphelper::PropertyInfo & rInfo, ::com::sun::star::uno::Any &…
151 …virtual void _setSingleValue( const comphelper::PropertyInfo & rInfo, const ::com::sun::star::uno:…
158 …virtual void _getSingleValue( const comphelper::PropertyInfo & rInfo, ::com::sun::star::uno::Any &…
/trunk/main/reportdesign/source/core/sdr/
H A DUndoEnv.cxx71 struct PropertyInfo struct
75 PropertyInfo() in PropertyInfo() function
80 PropertyInfo( const bool i_bIsTransientOrReadOnly ) in PropertyInfo() function
86 typedef ::std::hash_map< ::rtl::OUString, PropertyInfo, ::rtl::OUStringHash > PropertiesInfo;
335 PropertyInfo( bTransReadOnly ) in propertyChange()
/trunk/main/sw/source/ui/uno/
H A Dunomod.cxx130 static PropertyInfo aViewSettingsMap_Impl[] = in lcl_createViewSettingsInfo()
180 static PropertyInfo aPrintSettingsMap_Impl[] = in lcl_createPrintSettingsInfo()
347 void SwXPrintSettings::_setSingleValue( const comphelper::PropertyInfo & rInfo, const uno::Any &rVa… in _setSingleValue()
502 void SwXPrintSettings::_getSingleValue( const comphelper::PropertyInfo & rInfo, uno::Any & rValue ) in _getSingleValue()
655 void SwXViewSettings::_setSingleValue( const comphelper::PropertyInfo & rInfo, const uno::Any &rVal… in _setSingleValue()
888 void SwXViewSettings::_getSingleValue( const comphelper::PropertyInfo & rInfo, uno::Any & rValue ) in _getSingleValue()
H A DSwXDocumentSettings.hxx67 …virtual void _setSingleValue( const comphelper::PropertyInfo & rInfo, const ::com::sun::star::uno:…
74 …virtual void _getSingleValue( const comphelper::PropertyInfo & rInfo, ::com::sun::star::uno::Any &…
H A DSwXDocumentSettings.cxx128 static PropertyInfo aWriterSettingsInfoMap[] = in lcl_createSettingsInfo()
297 void SwXDocumentSettings::_setSingleValue( const comphelper::PropertyInfo & rInfo, const uno::Any &… in _setSingleValue()
729 void SwXDocumentSettings::_getSingleValue( const comphelper::PropertyInfo & rInfo, uno::Any & rValu… in _getSingleValue()
/trunk/main/ucbhelper/source/provider/
H A Dresultset.cxx44 struct PropertyInfo struct
62 static const PropertyInfo aPropertyTable[] =
104 const PropertyInfo* pProps,
1584 const PropertyInfo* pProps, in PropertySetInfo()
1592 const PropertyInfo* pEntry = pProps; in PropertySetInfo()
/trunk/main/cli_ure/source/basetypes/uno/
H A DPolymorphicType.cs377 public override PropertyInfo[] GetProperties( in GetProperties()
383 protected override PropertyInfo GetPropertyImpl( in GetPropertyImpl()
/trunk/main/svx/source/form/
H A Dfmundo.cxx151 struct PropertyInfo struct
160 DECLARE_STL_USTRINGACCESS_MAP(PropertyInfo, AllProperties); argument
644 PropertyInfo aNewEntry; in propertyChange()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx1105 sr::PropertyInfo* pi= cliType->GetProperty( in map_to_uno()
/trunk/main/offapi/
H A DUnoApi_offapi.mk1691 offapi/com/sun/star/configuration/backend/PropertyInfo \

Completed in 87 milliseconds