Home
last modified time | relevance | path

Searched refs:VCLXPrinterPropertySet (Results 1 – 2 of 2) sorted by relevance

/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxprinter.hxx58 class VCLXPrinterPropertySet :public VCLXPrinterPropertySet_Base class
69 VCLXPrinterPropertySet( const String& rPrinterName );
70 virtual ~VCLXPrinterPropertySet();
109 typedef ::cppu::ImplInheritanceHelper1 < VCLXPrinterPropertySet
121 …Info( ) throw(::com::sun::star::uno::RuntimeException) { return VCLXPrinterPropertySet::getProper… in getPropertySetInfo()
131 …ions( ) throw(::com::sun::star::uno::RuntimeException) { return VCLXPrinterPropertySet::getFormDe… in getFormDescriptions()
133 …etup( ) throw(::com::sun::star::uno::RuntimeException) { return VCLXPrinterPropertySet::getBinary… in getBinarySetup()
148 typedef ::cppu::ImplInheritanceHelper1 < VCLXPrinterPropertySet
158 …Info( ) throw(::com::sun::star::uno::RuntimeException) { return VCLXPrinterPropertySet::getProper… in getPropertySetInfo()
168 …ions( ) throw(::com::sun::star::uno::RuntimeException) { return VCLXPrinterPropertySet::getFormDe… in getFormDescriptions()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxprinter.cxx76 IMPLEMENT_FORWARD_XINTERFACE2( VCLXPrinterPropertySet, VCLXPrinterPropertySet_Base, OPropertySetHel… in IMPLEMENT_FORWARD_XINTERFACE2() argument
77 IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXPrinterPropertySet, VCLXPrinterPropertySet_Base, ::cppu::OPro… in IMPLEMENT_FORWARD_XINTERFACE2()
79 VCLXPrinterPropertySet::VCLXPrinterPropertySet( const String& rPrinterName ) in IMPLEMENT_FORWARD_XINTERFACE2()
89 VCLXPrinterPropertySet::~VCLXPrinterPropertySet() in ~VCLXPrinterPropertySet()
95 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XDevice > VCLXPrinterPropertySet::GetDevi… in GetDevice()
112 ::cppu::IPropertyArrayHelper& VCLXPrinterPropertySet::getInfoHelper() in getInfoHelper()
165 void VCLXPrinterPropertySet::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const ::com::sun:… in setFastPropertyValue_NoBroadcast()
188 void VCLXPrinterPropertySet::getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nH… in getFastPropertyValue()
190 ::osl::Guard< ::osl::Mutex > aGuard( ((VCLXPrinterPropertySet*)this)->Mutex ); in getFastPropertyValue()
217 ::com::sun::star::uno::Sequence< ::rtl::OUString > VCLXPrinterPropertySet::getFormDescriptions( ) … in getFormDescriptions()
[all …]

Completed in 16 milliseconds