Lines Matching refs:beans

141         ::getCppuType (( const Reference<beans::XMultiPropertySet>*)NULL),  in getTypes()
142 ::getCppuType (( const Reference<beans::XFastPropertySet>*)NULL), in getTypes()
143 ::getCppuType (( const Reference<beans::XPropertySet>*)NULL)); in getTypes()
732 ::std::vector<beans::Property>& rProperties) in FillPropertyTable()
735 beans::Property( in FillPropertyTable()
739 beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY)); in FillPropertyTable()
741 beans::Property( in FillPropertyTable()
745 beans::PropertyAttribute::BOUND)); in FillPropertyTable()
747 beans::Property( in FillPropertyTable()
751 beans::PropertyAttribute::BOUND )); in FillPropertyTable()
753 beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("IsLayerMode") ), in FillPropertyTable()
756 beans::PropertyAttribute::BOUND )); in FillPropertyTable()
758 beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("IsMasterPageMode") ), in FillPropertyTable()
761 beans::PropertyAttribute::BOUND )); in FillPropertyTable()
763 beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("ActiveLayer") ), in FillPropertyTable()
766 beans::PropertyAttribute::BOUND )); in FillPropertyTable()
768 beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("ZoomValue") ), in FillPropertyTable()
771 beans::PropertyAttribute::BOUND )); in FillPropertyTable()
773 beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("ZoomType") ), in FillPropertyTable()
776 beans::PropertyAttribute::BOUND )); in FillPropertyTable()
778 beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("ViewOffset") ), in FillPropertyTable()
781 beans::PropertyAttribute::BOUND )); in FillPropertyTable()
783 beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("DrawViewMode") ), in FillPropertyTable()
786beans::PropertyAttribute::BOUND|beans::PropertyAttribute::READONLY|beans::PropertyAttribute::MAYBE… in FillPropertyTable()
789 beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("UpdateAcc") ), in FillPropertyTable()
792 beans::PropertyAttribute::BOUND )); in FillPropertyTable()
794 beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("PageChange") ), in FillPropertyTable()
797 beans::PropertyAttribute::BOUND )); in FillPropertyTable()
809 ::std::vector<beans::Property> aProperties; in getInfoHelper()
811 Sequence<beans::Property> aPropertySequence (aProperties.size()); in getInfoHelper()
823 Reference < beans::XPropertySetInfo > DrawController::getPropertySetInfo() in getPropertySetInfo()
828 static Reference < beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
911 catch(beans::UnknownPropertyException aException) in convertFastPropertyValue()