Lines Matching refs:beans

204                  CPPU_TYPE_REF( beans::XPropertiesChangeNotifier ),  in getTypes()
206 CPPU_TYPE_REF( beans::XPropertyContainer ), in getTypes()
207 CPPU_TYPE_REF( beans::XPropertySetInfoChangeNotifier ), in getTypes()
216 CPPU_TYPE_REF( beans::XPropertiesChangeNotifier ), in getTypes()
218 CPPU_TYPE_REF( beans::XPropertyContainer ), in getTypes()
219 CPPU_TYPE_REF( beans::XPropertySetInfoChangeNotifier ), in getTypes()
308 uno::Sequence< beans::Property > Properties; in execute()
316 uno::Sequence< beans::PropertyValue > aProperties; in execute()
454 uno::Sequence< beans::Property > props( 1 ); in queryCreatableContentsInfo()
455 props[0] = beans::Property( in queryCreatableContentsInfo()
459 beans::PropertyAttribute::MAYBEVOID | beans::PropertyAttribute::BOUND ); in queryCreatableContentsInfo()
577 const uno::Sequence< beans::Property >& rProperties, in getPropertyValues()
582 uno::Sequence< beans::Property > allProperties; in getPropertyValues()
587 const beans::Property* pProps; in getPropertyValues()
603 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
755 const uno::Sequence< beans::PropertyValue >& rValues, in setPropertyValues()
772 uno::Sequence< beans::PropertyChangeEvent > aChanges( rValues.getLength() ); in setPropertyValues()
774 beans::PropertyChangeEvent aEvent; in setPropertyValues()
783 const beans::PropertyValue* pValues = rValues.getConstArray(); in setPropertyValues()
786 const beans::PropertyValue& rValue = pValues[ n ]; in setPropertyValues()
825 aRet[ n ] <<= beans::IllegalTypeException in setPropertyValues()
1302 uno::Sequence< beans::Property > Content::getProperties( in getProperties()
1305 static const beans::Property aGenericProperties[] = { in getProperties()
1306 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ContentType" ) ), in getProperties()
1308 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1309 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsDocument" ) ), in getProperties()
1311 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1312 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsFolder" ) ), in getProperties()
1314 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1315 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Title" ) ), in getProperties()
1317 beans::PropertyAttribute::BOUND ), in getProperties()
1319 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DateCreated" ) ), in getProperties()
1321 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1322 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DateModified" ) ), in getProperties()
1324 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1329 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Size" ) ), in getProperties()
1331 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1332 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsReadOnly" ) ), in getProperties()
1334 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1335 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsVolume" ) ), in getProperties()
1337 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1338 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsCompactDisk" ) ), in getProperties()
1340 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1341 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsHidden" ) ), in getProperties()
1343 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1344beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CreatableContentsInfo" ) ), in getProperties()
1346 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ) in getProperties()
1351 return uno::Sequence< beans::Property > ( aGenericProperties, nProps ); in getProperties()
1368 -1, getCppuType( static_cast<uno::Sequence< beans::Property > * >( 0 ) ) ), in getCommands()
1371 -1, getCppuType( static_cast<uno::Sequence< beans::PropertyValue > * >( 0 ) ) ), in getCommands()