Lines Matching refs:beans

399     const uno::Sequence< beans::Property >& rProperties)  in getPropertyValuesFromGFileInfo()
404 const beans::Property* pProps; in getPropertyValuesFromGFileInfo()
411 const beans::Property& rProp = pProps[ n ]; in getPropertyValuesFromGFileInfo()
513 const uno::Sequence< beans::Property >& rProperties, in getPropertyValues()
621 const uno::Sequence< beans::PropertyValue >& rValues, in setPropertyValues()
643 beans::PropertyChangeEvent aEvent; in setPropertyValues()
650 uno::Sequence< beans::PropertyChangeEvent > aChanges(nCount); in setPropertyValues()
653 const beans::PropertyValue* pValues = rValues.getConstArray(); in setPropertyValues()
656 const beans::PropertyValue& rValue = pValues[ n ]; in setPropertyValues()
674 aRet[ n ] <<= beans::IllegalTypeException in setPropertyValues()
916 uno::Sequence< beans::Property > Properties; in execute()
941 uno::Sequence< beans::PropertyValue > aProperties; in execute()
1098 uno::Sequence< beans::Property > props( 1 ); in queryCreatableContentsInfo()
1099 props[0] = beans::Property( in queryCreatableContentsInfo()
1103 beans::PropertyAttribute::MAYBEVOID | beans::PropertyAttribute::BOUND ); in queryCreatableContentsInfo()
1184 CPPU_TYPE_REF( beans::XPropertiesChangeNotifier ), in getTypes()
1186 CPPU_TYPE_REF( beans::XPropertyContainer ), in getTypes()
1187 CPPU_TYPE_REF( beans::XPropertySetInfoChangeNotifier ), in getTypes()
1200 CPPU_TYPE_REF( beans::XPropertiesChangeNotifier ), in getTypes()
1202 CPPU_TYPE_REF( beans::XPropertyContainer ), in getTypes()
1203 CPPU_TYPE_REF( beans::XPropertySetInfoChangeNotifier ), in getTypes()
1210 uno::Sequence< beans::Property > Content::getProperties( in getProperties()
1213 static const beans::Property aGenericProperties[] = in getProperties()
1215 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsDocument" ) ), in getProperties()
1217 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1218 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsFolder" ) ), in getProperties()
1220 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1221 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Title" ) ), in getProperties()
1223 beans::PropertyAttribute::BOUND ), in getProperties()
1224 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsReadOnly" ) ), in getProperties()
1226 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1227 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DateCreated" ) ), in getProperties()
1229 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1230 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DateModified" ) ), in getProperties()
1232 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1233 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Size" ) ), in getProperties()
1235 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1236 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsVolume" ) ), in getProperties()
1238 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1239 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsCompactDisc" ) ), in getProperties()
1241 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1242 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsRemoveable" ) ), in getProperties()
1244 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1245 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsHidden" ) ), in getProperties()
1247 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ), in getProperties()
1248 beans::Property( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CreatableContentsInfo" ) ), in getProperties()
1250 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY ) in getProperties()
1254 return uno::Sequence< beans::Property > ( aGenericProperties, nProps ); in getProperties()
1270 -1, getCppuType( static_cast<uno::Sequence< beans::Property > * >( 0 ) ) ), in getCommands()
1273 -1, getCppuType( static_cast<uno::Sequence< beans::PropertyValue > * >( 0 ) ) ), in getCommands()