Lines Matching refs:beans

210     uno::Reference<beans::XPropertySet> xProp(_xStorage,uno::UNO_QUERY);  in lcl_setModelReadOnly()
217 void lcl_stripLoadArguments( ::comphelper::MediaDescriptor& _rDescriptor, uno::Sequence< beans::Pro… in lcl_stripLoadArguments()
251 typedef ::cppu::WeakImplHelper2< style::XStyle, beans::XMultiPropertyStates> TStyleBASE;
270 …com::sun::star::uno::Reference<com::sun::star::beans::XPropertySetInfo> SAL_CALL getPropertySetIn…
284 …uno::Sequence< beans::PropertyState > SAL_CALL getPropertyStates( const uno::Sequence< ::rtl::OUSt… in getPropertyStates()
289 …oDefault( const uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (beans::UnknownPropertyEx…
290 …Defaults( const uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (beans::UnknownPropertyEx…
315 const sal_Int32 nBound = beans::PropertyAttribute::BOUND; in OStyle()
316 const sal_Int32 nMayBeVoid = beans::PropertyAttribute::MAYBEVOID; in OStyle()
394 …registerPropertyNoMember(PROPERTY_LEFTMARGIN, ++i,beans::PropertyAttribute::BOUND, ::getCppuType(… in OStyle()
404 …registerPropertyNoMember(PROPERTY_RIGHTMARGIN, ++i,beans::PropertyAttribute::BOUND,::getCppuType((… in OStyle()
411 …registerProperty(PROPERTY_PAPERSIZE, ++i,beans::PropertyAttribute::BOUND,&m_aSize,::g… in OStyle()
430 uno::Reference< beans::XPropertySetInfo> SAL_CALL OStyle::getPropertySetInfo() throw(uno::RuntimeE… in IMPLEMENT_FORWARD_XINTERFACE2()
446 uno::Sequence< beans::Property > aProps; in createArrayHelper()
488 …oDefault( const uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (beans::UnknownPropertyEx… in setPropertiesToDefault()
496 …Defaults( const uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (beans::UnknownPropertyEx… in getPropertyDefaults()
540 uno::Sequence < beans::PropertyValue > aArgs( 3); in run()
582 uno::Sequence< beans::PropertyValue > m_aArgs;
788 uno::Reference<beans::XPropertySet> xStorProps(m_pImpl->m_xStorage,uno::UNO_QUERY); in IMPLEMENT_FORWARD_REFCOUNT()
1159 uno::Reference< beans::XPropertySetInfo > SAL_CALL OReportDefinition::getPropertySetInfo( ) throw(… in getPropertySetInfo()
1164 …OUString& aPropertyName, const uno::Any& aValue ) throw (beans::UnknownPropertyException, beans::P… in setPropertyValue()
1169 …efinition::getPropertyValue( const ::rtl::OUString& PropertyName ) throw (beans::UnknownPropertyEx… in getPropertyValue()
1174 …OUString& aPropertyName, const uno::Reference< beans::XPropertyChangeListener >& xListener ) throw… in addPropertyChangeListener()
1179 …OUString& aPropertyName, const uno::Reference< beans::XPropertyChangeListener >& aListener ) throw… in removePropertyChangeListener()
1184 …:OUString& PropertyName, const uno::Reference< beans::XVetoableChangeListener >& aListener ) throw… in addVetoableChangeListener()
1189 …:OUString& PropertyName, const uno::Reference< beans::XVetoableChangeListener >& aListener ) throw… in removeVetoableChangeListener()
1299 …n::attachResource( const ::rtl::OUString& /*_rURL*/, const uno::Sequence< beans::PropertyValue >& … in attachResource()
1325 uno::Sequence<beans::PropertyValue> aComponentData; in fillArgs()
1352 uno::Sequence< beans::PropertyValue > SAL_CALL OReportDefinition::getArgs( ) throw (uno::RuntimeEx… in getArgs()
1426 const uno::Sequence< beans::PropertyValue >& _aMediaDescriptor ) in impl_loadFromStorage_nolck_throw()
1447 beans::PropertyValue aPropVal; in impl_loadFromStorage_nolck_throw()
1474 …, const uno::Sequence< beans::PropertyValue >& _aMediaDescriptor ) throw (lang::IllegalArgumentExc… in loadFromStorage()
1483 …no::Reference< embed::XStorage >& _xStorageToSaveTo, const uno::Sequence< beans::PropertyValue >& … in storeToStorage()
1498 uno::Sequence < beans::PropertyValue > aProps; in storeToStorage()
1504 uno::Reference< beans::XPropertySet> xProp(_xStorageToSaveTo,uno::UNO_QUERY); in storeToStorage()
1517 …{ MAP_LEN( "UsePrettyPrinting" ), 0, &::getCppuType((sal_Bool*)0), beans::PropertyAttribu… in storeToStorage()
1518 …{ MAP_LEN( "StreamName") , 0,&::getCppuType( (::rtl::OUString *)0 ), beans::PropertyAttribu… in storeToStorage()
1519 …{ MAP_LEN( "StreamRelPath") , 0,&::getCppuType( (::rtl::OUString *)0 ), beans::PropertyAttribu… in storeToStorage()
1520 …{ MAP_LEN( "BaseURI") , 0,&::getCppuType( (::rtl::OUString *)0 ), beans::PropertyAttribu… in storeToStorage()
1523 …uno::Reference< beans::XPropertySet > xInfoSet( comphelper::GenericPropertySet_CreateInstance( new… in storeToStorage()
1706 const uno::Sequence<beans::PropertyValue> & rMediaDesc, in WriteThroughComponent()
1725 uno::Reference<beans::XPropertySet> xStreamProp(xOutputStream,uno::UNO_QUERY); in WriteThroughComponent()
1773 const uno::Sequence<beans::PropertyValue> & rMediaDesc) in WriteThroughComponent()
1821 void SAL_CALL OReportDefinition::load( const uno::Sequence< beans::PropertyValue >& _rArguments ) t… in load()
2013 void SAL_CALL OReportDefinition::setModified( ::sal_Bool _bModified ) throw (beans::PropertyVetoExc… in setModified()
2022 throw beans::PropertyVetoException(); in setModified()
2286 beans::NamedValue aValue; in createInstanceWithArguments()
2325 uno::Reference<beans::XPropertySet> xProp(xStyle,uno::UNO_QUERY); in createInstance()
2333 uno::Reference<beans::XPropertySet> xProp = new OStyle(); in createInstance()
2339 uno::Reference<beans::XPropertySet> xProp = new OStyle(); in createInstance()
2487 void SAL_CALL OReportDefinition::setSize( const awt::Size& aSize ) throw (beans::PropertyVetoExcept… in setSize()
2679 uno::Reference< beans::XPropertySet > SAL_CALL OReportDefinition::getNumberFormatSettings( ) throw… in getNumberFormatSettings()
2684 return uno::Reference< beans::XPropertySet >(); in getNumberFormatSettings()