Lines Matching refs:Property

310         uno::Sequence< beans::Property > Properties;  in execute()
456 uno::Sequence< beans::Property > props( 1 ); in queryCreatableContentsInfo()
457 props[0] = beans::Property( in queryCreatableContentsInfo()
579 const uno::Sequence< beans::Property >& rProperties, in getPropertyValues()
584 uno::Sequence< beans::Property > allProperties; in getPropertyValues()
589 const beans::Property* pProps; in getPropertyValues()
605 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
1304 uno::Sequence< beans::Property > Content::getProperties( in getProperties()
1307 static const beans::Property aGenericProperties[] = { in getProperties()
1308 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ContentType" ) ), in getProperties()
1311 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsDocument" ) ), in getProperties()
1314 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsFolder" ) ), in getProperties()
1317 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Title" ) ), in getProperties()
1321 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DateCreated" ) ), in getProperties()
1324 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DateModified" ) ), in getProperties()
1331 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Size" ) ), in getProperties()
1334 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsReadOnly" ) ), in getProperties()
1337 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsVolume" ) ), in getProperties()
1340 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsCompactDisk" ) ), in getProperties()
1343 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsHidden" ) ), in getProperties()
1346 … beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CreatableContentsInfo" ) ), in getProperties()
1353 return uno::Sequence< beans::Property > ( aGenericProperties, nProps ); in getProperties()
1370 -1, getCppuType( static_cast<uno::Sequence< beans::Property > * >( 0 ) ) ), in getCommands()