Searched defs:PropertyInfo (Results 1 – 6 of 6) sorted by relevance
32 struct PropertyInfo struct34 const sal_Char* mpName;35 sal_uInt16 mnNameLen;36 sal_Int32 mnHandle;60 ::comphelper::PropertyInfo*,
71 struct PropertyInfo struct73 bool bIsReadonlyOrTransient;75 PropertyInfo() in PropertyInfo() function80 PropertyInfo( const bool i_bIsTransientOrReadOnly ) in PropertyInfo() function
292 void ChainablePropertySet::_getPropertyState( const comphelper::PropertyInfo&, PropertyState& ) in _getPropertyState()304 void ChainablePropertySet::_setPropertyToDefault( const comphelper::PropertyInfo& ) in _setPropertyToDefault()310 Any ChainablePropertySet::_getPropertyDefault( const comphelper::PropertyInfo& ) in _getPropertyDefault()
477 void MasterPropertySet::_getPropertyState( const comphelper::PropertyInfo&, PropertyState& ) in _getPropertyState()489 void MasterPropertySet::_setPropertyToDefault( const comphelper::PropertyInfo& ) in _setPropertyToDefault()495 Any MasterPropertySet::_getPropertyDefault( const comphelper::PropertyInfo& ) in _getPropertyDefault()
44 struct PropertyInfo struct46 const char* pName;47 sal_Int32 nHandle;48 sal_Int16 nAttributes;49 const uno::Type& (*pGetCppuType)();
151 struct PropertyInfo struct160 DECLARE_STL_USTRINGACCESS_MAP(PropertyInfo, AllProperties); argument
Completed in 43 milliseconds