Lines Matching refs:beans

370     const uno::Sequence< beans::PropertyValue >& aOptions)  in loadStylesFromURL()
383 const beans::PropertyValue* pArray = aOptions.getConstArray(); in loadStylesFromURL()
419 uno::Sequence< beans::PropertyValue > SwXStyleFamilies::getStyleLoaderOptions(void) in getStyleLoaderOptions()
423 uno::Sequence< beans::PropertyValue > aSeq(5); in getStyleLoaderOptions()
424 beans::PropertyValue* pArray = aSeq.getArray(); in getStyleLoaderOptions()
428 …pArray[0] = beans::PropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_LOAD_TEXT_STYLES)), -1, aVal, beans in getStyleLoaderOptions()
430 …pArray[1] = beans::PropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_LOAD_FRAME_STYLES)), -1, aVal, bean… in getStyleLoaderOptions()
432 …pArray[2] = beans::PropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_LOAD_PAGE_STYLES)), -1, aVal, beans in getStyleLoaderOptions()
434 …pArray[3] = beans::PropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_LOAD_NUMBERING_STYLES)), -1, aVal, in getStyleLoaderOptions()
436 …pArray[4] = beans::PropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_OVERWRITE_STYLES)), -1, aVal, beans in getStyleLoaderOptions()
1012 uno::Reference< beans::XPropertySetInfo > SAL_CALL SwXStyleFamily::getPropertySetInfo( ) throw (un… in getPropertySetInfo()
1015 return uno::Reference< beans::XPropertySetInfo >(); in getPropertySetInfo()
1018 …yValue( const ::rtl::OUString&, const uno::Any& ) throw (beans::UnknownPropertyException, beans::P… in setPropertyValue()
1023 …leFamily::getPropertyValue( const ::rtl::OUString& sPropertyName ) throw (beans::UnknownPropertyEx… in getPropertyValue()
1054 …throw beans::UnknownPropertyException( OUString( RTL_CONSTASCII_USTRINGPARAM("unknown property: ")… in getPropertyValue()
1060 …ener( const ::rtl::OUString&, const uno::Reference< beans::XPropertyChangeListener >& ) throw (bea… in addPropertyChangeListener()
1065 …ener( const ::rtl::OUString&, const uno::Reference< beans::XPropertyChangeListener >& ) throw (bea… in removePropertyChangeListener()
1070 …ener( const ::rtl::OUString&, const uno::Reference< beans::XVetoableChangeListener >& ) throw (bea… in addVetoableChangeListener()
1075 …ener( const ::rtl::OUString&, const uno::Reference< beans::XVetoableChangeListener >& ) throw (bea… in removeVetoableChangeListener()
1129 …void GetProperty(const ::rtl::OUString &rPropertyName, const uno::Reference < beans::XPrope…
1228 …_Impl::GetProperty( const OUString &rPropertyName, const uno::Reference < beans::XPropertySet > &r… in GetProperty()
1608 uno::Reference< beans::XPropertySetInfo > lcl_getPropertySetInfo( SfxStyleFamily eFamily, sal_Bool … in lcl_getPropertySetInfo()
1610 uno::Reference< beans::XPropertySetInfo > xRet; in lcl_getPropertySetInfo()
1615 static uno::Reference< beans::XPropertySetInfo > xCharRef; in lcl_getPropertySetInfo()
1625 static uno::Reference< beans::XPropertySetInfo > xParaRef; in lcl_getPropertySetInfo()
1636 static uno::Reference< beans::XPropertySetInfo > xPageRef; in lcl_getPropertySetInfo()
1646 static uno::Reference< beans::XPropertySetInfo > xFrameRef; in lcl_getPropertySetInfo()
1656 static uno::Reference< beans::XPropertySetInfo > xNumRef; in lcl_getPropertySetInfo()
1671 uno::Reference< beans::XPropertySetInfo > SwXStyle::getPropertySetInfo(void) in getPropertySetInfo()
1831 throw(beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, u… in lcl_SetStyleProperty()
2167 uno::Sequence< beans::NamedValue > aSeq; in lcl_SetStyleProperty()
2173 const beans::NamedValue *pSeq = aSeq.getConstArray(); in lcl_SetStyleProperty()
2374 throw( beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentExceptio… in SetPropertyValues_Impl()
2422 …throw beans::UnknownPropertyException(OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Unknown property: … in SetPropertyValues_Impl()
2423 if ( pEntry->nFlags & beans::PropertyAttribute::READONLY) in SetPropertyValues_Impl()
2424 …throw beans::PropertyVetoException ( OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Property is read-on… in SetPropertyValues_Impl()
2452 throw(beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, u… in setPropertyValues()
2461 catch (beans::UnknownPropertyException &rException) in setPropertyValues()
2618 uno::Sequence< beans::NamedValue > aSeq(COND_COMMAND_COUNT); in lcl_GetStyleProperty()
2619 beans::NamedValue *pSeq = aSeq.getArray(); in lcl_GetStyleProperty()
2792 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in GetPropertyValues_Impl()
2821 …throw beans::UnknownPropertyException(OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Unknown property: … in GetPropertyValues_Impl()
2903 catch (beans::UnknownPropertyException &) in getPropertyValues()
2918 const uno::Reference< beans::XPropertiesChangeListener >& /*xListener*/ ) in addPropertiesChangeListener()
2926 const uno::Reference< beans::XPropertiesChangeListener >& /*xListener*/ ) in removePropertiesChangeListener()
2935 const uno::Reference< beans::XPropertiesChangeListener >& /*xListener*/ ) in firePropertiesChangeEvent()
2945 throw( beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentExceptio… in setPropertyValue()
2958 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in getPropertyValue()
2970 const uno::Reference< beans::XPropertyChangeListener > & /*xListener*/) in addPropertyChangeListener()
2971 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in addPropertyChangeListener()
2980 const uno::Reference< beans::XPropertyChangeListener > & /*xListener*/) in removePropertyChangeListener()
2981 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in removePropertyChangeListener()
2990 const uno::Reference< beans::XVetoableChangeListener > & /*xListener*/) in addVetoableChangeListener()
2991 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in addVetoableChangeListener()
3000 const uno::Reference< beans::XVetoableChangeListener > & /*xListener*/) in removeVetoableChangeListener()
3001 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in removeVetoableChangeListener()
3009 beans::PropertyState SwXStyle::getPropertyState( in getPropertyState()
3011 throw( beans::UnknownPropertyException, uno::RuntimeException ) in getPropertyState()
3017 uno::Sequence< beans::PropertyState > aStates = getPropertyStates(aNames); in getPropertyState()
3024 uno::Sequence< beans::PropertyState > SwXStyle::getPropertyStates( in getPropertyStates()
3026 throw( beans::UnknownPropertyException, uno::RuntimeException ) in getPropertyStates()
3029 uno::Sequence< beans::PropertyState > aRet(rPropertyNames.getLength()); in getPropertyStates()
3030 beans::PropertyState* pStates = aRet.getArray(); in getPropertyStates()
3065 …throw beans::UnknownPropertyException(OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Unknown property: … in getPropertyStates()
3071 pStates[i] = beans::PropertyState_DIRECT_VALUE; in getPropertyStates()
3100 pStates[i] = beans::PropertyState_AMBIGUOUS_VALUE; in getPropertyStates()
3112 pStates[i] = beans::PropertyState_DIRECT_VALUE; in getPropertyStates()
3116 pStates[i] = beans::PropertyState_AMBIGUOUS_VALUE; in getPropertyStates()
3129 pStates[i] = beans::PropertyState_DIRECT_VALUE; in getPropertyStates()
3137 …SFX_STYLE_FAMILY_PAGE == eFamily && SID_ATTR_PAGE_SIZE == pEntry->nWID && beans::PropertyState_DIR… in getPropertyStates()
3148 pStates[i] = beans::PropertyState_DEFAULT_VALUE; in getPropertyStates()
3171 throw( beans::UnknownPropertyException, uno::RuntimeException ) in setPropertyToDefault()
3179 throw (beans::UnknownPropertyException, uno::RuntimeException) in setPropertiesToDefault()
3248 …throw beans::UnknownPropertyException(OUString(RTL_CONSTASCII_USTRINGPARAM("Property is unknown: "… in setPropertiesToDefault()
3256 if(pEntry->nFlags & beans::PropertyAttribute::READONLY) in setPropertiesToDefault()
3432 throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) in getPropertyDefaults()
3472 …throw beans::UnknownPropertyException(OUString(RTL_CONSTASCII_USTRINGPARAM("Unknown property: ")) … in getPropertyDefaults()
3504 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in getPropertyDefault()
3583 throw( beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentExceptio… in SetPropertyValues_Impl()
3622 …throw beans::UnknownPropertyException(OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Unknown property: … in SetPropertyValues_Impl()
3625 if ( pEntry->nFlags & beans::PropertyAttribute::READONLY) in SetPropertyValues_Impl()
3627 …throw beans::PropertyVetoException ( OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Property is read-on… in SetPropertyValues_Impl()
3720 …throw beans::UnknownPropertyException(OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Unknown property: … in SetPropertyValues_Impl()
3857 throw(beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, u… in setPropertyValues()
3866 catch (beans::UnknownPropertyException &rException) in setPropertyValues()
3904 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in GetPropertyValues_Impl()
3925 …throw beans::UnknownPropertyException(OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Unknown property: … in GetPropertyValues_Impl()
3992 …throw beans::UnknownPropertyException(OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Unknown property: … in GetPropertyValues_Impl()
4157 catch (beans::UnknownPropertyException &) in getPropertyValues()
4173 throw(beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) in getPropertyValue()
4186 throw( beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentExceptio… in setPropertyValue()
4388 const uno::Sequence< beans::PropertyValue >& Values ) in insertStyle()
4424 const beans::PropertyValue* pSeq = Values.getConstArray(); in insertStyle()
4436 catch (beans::UnknownPropertyException &) in insertStyle()
4466 …throw beans::UnknownPropertyException(OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Unknown property: … in insertStyle()
4761 uno::Reference< beans::XPropertySetInfo > SwXAutoStyle::getPropertySetInfo() in getPropertySetInfo()
4764 uno::Reference< beans::XPropertySetInfo > xRet; in getPropertySetInfo()
4769 static uno::Reference< beans::XPropertySetInfo > xCharRef; in getPropertySetInfo()
4779 static uno::Reference< beans::XPropertySetInfo > xRubyRef; in getPropertySetInfo()
4790 static uno::Reference< beans::XPropertySetInfo > xParaRef; in getPropertySetInfo()
4810 throw( beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentExceptio… in setPropertyValue()
4816 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in getPropertyValue()
4826 const uno::Reference< beans::XPropertyChangeListener >& /*xListener*/ ) in addPropertyChangeListener()
4827 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in addPropertyChangeListener()
4833 const uno::Reference< beans::XPropertyChangeListener >& /*aListener*/ ) in removePropertyChangeListener()
4834 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in removePropertyChangeListener()
4840 const uno::Reference< beans::XVetoableChangeListener >& /*aListener*/ ) in addVetoableChangeListener()
4841 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in addVetoableChangeListener()
4847 const uno::Reference< beans::XVetoableChangeListener >& /*aListener*/ ) in removeVetoableChangeListener()
4848 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in removeVetoableChangeListener()
4855 throw (beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, … in setPropertyValues()
4861 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in GetPropertyValues_Impl()
4894 …throw beans::UnknownPropertyException(OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Unknown property: … in GetPropertyValues_Impl()
5012 catch (beans::UnknownPropertyException &) in getPropertyValues()
5026 const uno::Reference< beans::XPropertiesChangeListener >& /*xListener*/ ) in addPropertiesChangeListener()
5032 const uno::Reference< beans::XPropertiesChangeListener >& /*xListener*/ ) in removePropertiesChangeListener()
5039 const uno::Reference< beans::XPropertiesChangeListener >& /*xListener*/ ) in firePropertiesChangeEvent()
5044 beans::PropertyState SwXAutoStyle::getPropertyState( in getPropertyState()
5046 throw( beans::UnknownPropertyException, uno::RuntimeException) in getPropertyState()
5053 uno::Sequence< beans::PropertyState > aStates = getPropertyStates(aNames); in getPropertyState()
5059 throw( beans::UnknownPropertyException, uno::RuntimeException ) in setPropertyToDefault()
5065 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) in getPropertyDefault()
5072 uno::Sequence< beans::PropertyState > SwXAutoStyle::getPropertyStates( in getPropertyStates()
5074 throw (beans::UnknownPropertyException, uno::RuntimeException) in getPropertyStates()
5082 uno::Sequence< beans::PropertyState > aRet(rPropertyNames.getLength()); in getPropertyStates()
5083 beans::PropertyState* pStates = aRet.getArray(); in getPropertyStates()
5106 …throw beans::UnknownPropertyException(OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Unknown property: … in getPropertyStates()
5121 pStates[i] = beans::PropertyState_DIRECT_VALUE; in getPropertyStates()
5125 pStates[i] = beans::PropertyState_AMBIGUOUS_VALUE; in getPropertyStates()
5135 pStates[i] = beans::PropertyState_DIRECT_VALUE; in getPropertyStates()
5160 throw (beans::UnknownPropertyException, uno::RuntimeException) in setPropertiesToDefault()
5197 …throw beans::UnknownPropertyException(OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Unknown property: … in setPropertiesToDefault()
5213 throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) in getPropertyDefaults()
5220 uno::Sequence< beans::PropertyValue > SwXAutoStyle::getProperties() in getProperties()
5226 std::vector< beans::PropertyValue > aPropertyVector; in getProperties()
5281 beans::PropertyValue aPropertyValue; in getProperties()
5306 uno::Sequence< beans::PropertyValue > aRet( nCount ); in getProperties()
5307 beans::PropertyValue* pProps = aRet.getArray(); in getProperties()