/aoo42x/main/comphelper/source/property/ |
H A D | ChainablePropertySetInfo.cxx | 30 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 D | MasterPropertySetInfo.cxx | 32 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 D | ChainablePropertySet.cxx | 292 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 D | MasterPropertySet.cxx | 477 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
|
/aoo42x/main/offapi/com/sun/star/configuration/backend/ |
H A D | XLayerContentDescriber.idl | 27 #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 D | LayerDescriber.idl | 43 the layer is contained in the sequence of PropertyInfo structures 44 @see PropertyInfo
|
H A D | PropertyInfo.idl | 37 struct PropertyInfo
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | PropertyInfoHash.hxx | 32 struct PropertyInfo struct 44 PropertyInfo *mpInfo; 45 PropertyData ( sal_uInt8 nMapId, PropertyInfo *pInfo ) in PropertyData() 60 ::comphelper::PropertyInfo*, argument
|
H A D | ChainablePropertySet.hxx | 82 …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 D | MasterPropertySet.hxx | 79 …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 D | ChainablePropertySetInfo.hxx | 53 ChainablePropertySetInfo( PropertyInfo * pMap ) 59 void add( PropertyInfo* pMap, sal_Int32 nCount = -1 )
|
H A D | MasterPropertySetInfo.hxx | 45 MasterPropertySetInfo( PropertyInfo * pMap ) 49 void add( PropertyInfo* pMap, sal_Int32 nCount = -1, sal_uInt8 nMapId = 0 )
|
/aoo42x/main/qadevOOo/testdocs/backend/org/openoffice/ |
H A D | JavaSystemBackend.java | 26 import com.sun.star.configuration.backend.PropertyInfo; 241 PropertyInfo[] pInfo = new PropertyInfo[1]; in readData() 242 pInfo[0] = new PropertyInfo(); in readData()
|
/aoo42x/main/sw/inc/ |
H A D | unomod.hxx | 105 …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 &…
|
/aoo42x/main/reportdesign/source/core/sdr/ |
H A D | UndoEnv.cxx | 71 struct PropertyInfo struct 75 PropertyInfo() in PropertyInfo() argument 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()
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | unomod.cxx | 130 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 D | SwXDocumentSettings.hxx | 67 …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 D | SwXDocumentSettings.cxx | 128 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()
|
/aoo42x/main/ucbhelper/source/provider/ |
H A D | resultset.cxx | 44 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()
|
/aoo42x/main/cli_ure/source/basetypes/uno/ |
H A D | PolymorphicType.cs | 377 public override PropertyInfo[] GetProperties( in GetProperties() 383 protected override PropertyInfo GetPropertyImpl( in GetPropertyImpl()
|
/aoo42x/main/svx/source/form/ |
H A D | fmundo.cxx | 151 struct PropertyInfo struct 160 DECLARE_STL_USTRINGACCESS_MAP(PropertyInfo, AllProperties); argument 644 PropertyInfo aNewEntry; in propertyChange()
|
/aoo42x/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 1105 sr::PropertyInfo* pi= cliType->GetProperty( in map_to_uno()
|
/aoo42x/main/offapi/ |
H A D | UnoApi_offapi.mk | 1691 offapi/com/sun/star/configuration/backend/PropertyInfo \
|