Lines Matching refs:beans

86 …{MAP_CHAR_LEN(SC_UNONAME_MAXFLD),   0,  &getCppuType((sal_Int32*)0), beans::PropertyAttribute::REA…  in lcl_GetSubTotalPropertyMap()
103 …{MAP_CHAR_LEN(SC_UNONAME_MAXFLD), 0, &getCppuType((sal_Int32*)0), beans::Propert… in lcl_GetFilterPropertyMap()
121 …{MAP_CHAR_LEN(SC_UNONAME_ISUSER), 0, &getBooleanCppuType(), beans::PropertyAttribute:… in lcl_GetDBRangePropertyMap()
123 …SC_UNO_LINKDISPBIT), 0, &getCppuType((uno::Reference<awt::XBitmap>*)0), beans::PropertyAttribute… in lcl_GetDBRangePropertyMap()
124 …{MAP_CHAR_LEN(SC_UNO_LINKDISPNAME), 0, &getCppuType((rtl::OUString*)0), beans::PropertyAttribute:… in lcl_GetDBRangePropertyMap()
128 …{MAP_CHAR_LEN(SC_UNONAME_TOKENINDEX),0, &getCppuType((sal_Int32*)0), beans::PropertyAttribute:… in lcl_GetDBRangePropertyMap()
210 void ScImportDescriptor::FillProperties( uno::Sequence<beans::PropertyValue>& rSeq, const ScImportP… in FillProperties()
214 beans::PropertyValue* pArray = rSeq.getArray(); in FillProperties()
250 void ScImportDescriptor::FillImportParam( ScImportParam& rParam, const uno::Sequence<beans::Propert… in FillImportParam()
253 const beans::PropertyValue* pPropArray = rSeq.getConstArray(); in FillImportParam()
257 const beans::PropertyValue& rProp = pPropArray[i]; in FillImportParam()
320 void ScSortDescriptor::FillProperties( uno::Sequence<beans::PropertyValue>& rSeq, const ScSortParam… in FillProperties()
324 beans::PropertyValue* pArray = rSeq.getArray(); in FillProperties()
382 void ScSortDescriptor::FillSortParam( ScSortParam& rParam, const uno::Sequence<beans::PropertyValue… in FillSortParam()
386 const beans::PropertyValue* pPropArray = rSeq.getConstArray(); in FillSortParam()
390 const beans::PropertyValue& rProp = pPropArray[nProp]; in FillSortParam()
752 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScSubTotalDescriptorBase::getPropertySetInfo() in getPropertySetInfo()
756 static uno::Reference<beans::XPropertySetInfo> aRef( in getPropertySetInfo()
763 throw(beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
806 throw(beans::UnknownPropertyException, lang::WrappedTargetException, in getPropertyValue()
1407 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScFilterDescriptorBase::getPropertySetInfo() in getPropertySetInfo()
1411 static uno::Reference<beans::XPropertySetInfo> aRef( in getPropertySetInfo()
1418 throw(beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
1469 throw(beans::UnknownPropertyException, lang::WrappedTargetException, in getPropertyValue()
1719 uno::Sequence<beans::PropertyValue> SAL_CALL ScDatabaseRangeObj::getSortDescriptor() in getSortDescriptor()
1738 uno::Sequence<beans::PropertyValue> aSeq( ScSortDescriptor::GetPropertyCount() ); in getSortDescriptor()
1858 uno::Sequence<beans::PropertyValue> SAL_CALL ScDatabaseRangeObj::getImportDescriptor() in getImportDescriptor()
1867 uno::Sequence<beans::PropertyValue> aSeq( ScImportDescriptor::GetPropertyCount() ); in getImportDescriptor()
1965 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScDatabaseRangeObj::getPropertySetInfo() in getPropertySetInfo()
1969 static uno::Reference<beans::XPropertySetInfo> aRef( in getPropertySetInfo()
1976 throw(beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
2068 throw(beans::UnknownPropertyException, lang::WrappedTargetException, in getPropertyValue()