Lines Matching refs:beans
50 ::com::sun::star::beans::Property* ImplGetProperties( sal_uInt16& rElementCount ) in ImplGetProperties()
52 static ::com::sun::star::beans::Property* pProperties = NULL; in ImplGetProperties()
59 static ::com::sun::star::beans::Property __FAR_DATA aPropTable[] = in ImplGetProperties()
61 …::com::sun::star::beans::Property( ::rtl::OUString::createFromAscii( "Orientation" ), PROPERTY_Ori… in ImplGetProperties()
62 …::com::sun::star::beans::Property( ::rtl::OUString::createFromAscii( "Horizontal" ), PROPERTY_Hori… in ImplGetProperties()
65 nElements = sizeof( aPropTable ) / sizeof( ::com::sun::star::beans::Property ); in ImplGetProperties()
106 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > VCLXPrinterPropertySe… in getPropertySetInfo()
108 …static ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > xInfo( creat… in getPropertySetInfo()
121 ::com::sun::star::beans::Property* pProps = ImplGetProperties( nElements ); in getInfoHelper()
208 void VCLXPrinterPropertySet::setHorizontal( sal_Bool bHorizontal ) throw(::com::sun::star::beans::P… in setHorizontal()
237 …ctForm( const ::rtl::OUString& rFormDescription ) throw(::com::sun::star::beans::PropertyVetoExcep… in selectForm()
257 …com::sun::star::uno::Sequence< sal_Int8 >& data ) throw(::com::sun::star::beans::PropertyVetoExcep… in setBinarySetup()