Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
2b6b5da8
Kaydet (Commit)
2b6b5da8
authored
Haz 10, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
::OUString->OUString
Change-Id: If91077da9d032d69e67a9ef1caf94f6fa7551844
üst
09b054fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
28 deletions
+28
-28
vclxprinter.hxx
include/toolkit/awt/vclxprinter.hxx
+28
-28
No files found.
include/toolkit/awt/vclxprinter.hxx
Dosyayı görüntüle @
2b6b5da8
...
...
@@ -76,12 +76,12 @@ public:
// ::com::sun::star::beans::XPropertySet
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySetInfo
>
SAL_CALL
getPropertySetInfo
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
void
SAL_CALL
setPropertyValue
(
const
::
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
aValue
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
OPropertySetHelper
::
setPropertyValue
(
rPropertyName
,
aValue
);
}
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
getPropertyValue
(
const
::
OUString
&
rPropertyName
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
OPropertySetHelper
::
getPropertyValue
(
rPropertyName
);
}
void
SAL_CALL
addPropertyChangeListener
(
const
::
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
OPropertySetHelper
::
addPropertyChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
removePropertyChangeListener
(
const
::
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
OPropertySetHelper
::
removePropertyChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
addVetoableChangeListener
(
const
::
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XVetoableChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
OPropertySetHelper
::
addVetoableChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
removeVetoableChangeListener
(
const
::
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XVetoableChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
OPropertySetHelper
::
removeVetoableChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
setPropertyValue
(
const
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
aValue
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
OPropertySetHelper
::
setPropertyValue
(
rPropertyName
,
aValue
);
}
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
getPropertyValue
(
const
OUString
&
rPropertyName
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
OPropertySetHelper
::
getPropertyValue
(
rPropertyName
);
}
void
SAL_CALL
addPropertyChangeListener
(
const
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
OPropertySetHelper
::
addPropertyChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
removePropertyChangeListener
(
const
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
OPropertySetHelper
::
removePropertyChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
addVetoableChangeListener
(
const
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XVetoableChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
OPropertySetHelper
::
addVetoableChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
removeVetoableChangeListener
(
const
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XVetoableChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
OPropertySetHelper
::
removeVetoableChangeListener
(
rPropertyName
,
rxListener
);
}
// ::cppu::OPropertySetHelper
::
cppu
::
IPropertyArrayHelper
&
SAL_CALL
getInfoHelper
();
...
...
@@ -92,8 +92,8 @@ public:
// ::com::sun::star::awt::XPrinterPropertySet
void
SAL_CALL
setHorizontal
(
sal_Bool
bHorizontal
)
throw
(
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
OUString
>
SAL_CALL
getFormDescriptions
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
void
SAL_CALL
selectForm
(
const
::
OUString
&
aFormDescription
)
throw
(
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getFormDescriptions
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
void
SAL_CALL
selectForm
(
const
OUString
&
aFormDescription
)
throw
(
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
SAL_CALL
getBinarySetup
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
void
SAL_CALL
setBinarySetup
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>&
data
)
throw
(
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
};
...
...
@@ -115,22 +115,22 @@ public:
// ::com::sun::star::beans::XPropertySet
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySetInfo
>
SAL_CALL
getPropertySetInfo
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
VCLXPrinterPropertySet
::
getPropertySetInfo
();
}
void
SAL_CALL
setPropertyValue
(
const
::
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
aValue
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
setPropertyValue
(
rPropertyName
,
aValue
);
}
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
getPropertyValue
(
const
::
OUString
&
rPropertyName
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
VCLXPrinterPropertySet
::
getPropertyValue
(
rPropertyName
);
}
void
SAL_CALL
addPropertyChangeListener
(
const
::
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
addPropertyChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
removePropertyChangeListener
(
const
::
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
removePropertyChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
addVetoableChangeListener
(
const
::
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XVetoableChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
addVetoableChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
removeVetoableChangeListener
(
const
::
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XVetoableChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
removeVetoableChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
setPropertyValue
(
const
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
aValue
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
setPropertyValue
(
rPropertyName
,
aValue
);
}
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
getPropertyValue
(
const
OUString
&
rPropertyName
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
VCLXPrinterPropertySet
::
getPropertyValue
(
rPropertyName
);
}
void
SAL_CALL
addPropertyChangeListener
(
const
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
addPropertyChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
removePropertyChangeListener
(
const
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
removePropertyChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
addVetoableChangeListener
(
const
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XVetoableChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
addVetoableChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
removeVetoableChangeListener
(
const
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XVetoableChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
removeVetoableChangeListener
(
rPropertyName
,
rxListener
);
}
// ::com::sun::star::awt::XPrinterPropertySet
void
SAL_CALL
setHorizontal
(
sal_Bool
bHorizontal
)
throw
(
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
setHorizontal
(
bHorizontal
);
}
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
OUString
>
SAL_CALL
getFormDescriptions
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
VCLXPrinterPropertySet
::
getFormDescriptions
();
}
void
SAL_CALL
selectForm
(
const
::
OUString
&
aFormDescription
)
throw
(
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
selectForm
(
aFormDescription
);
}
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getFormDescriptions
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
VCLXPrinterPropertySet
::
getFormDescriptions
();
}
void
SAL_CALL
selectForm
(
const
OUString
&
aFormDescription
)
throw
(
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
selectForm
(
aFormDescription
);
}
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
SAL_CALL
getBinarySetup
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
VCLXPrinterPropertySet
::
getBinarySetup
();
}
void
SAL_CALL
setBinarySetup
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>&
data
)
throw
(
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
setBinarySetup
(
data
);
}
// ::com::sun::star::awt::XPrinter
sal_Bool
SAL_CALL
start
(
const
::
OUString
&
nJobName
,
sal_Int16
nCopies
,
sal_Bool
nCollate
)
throw
(
::
com
::
sun
::
star
::
awt
::
PrinterException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
sal_Bool
SAL_CALL
start
(
const
OUString
&
nJobName
,
sal_Int16
nCopies
,
sal_Bool
nCollate
)
throw
(
::
com
::
sun
::
star
::
awt
::
PrinterException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
void
SAL_CALL
end
(
)
throw
(
::
com
::
sun
::
star
::
awt
::
PrinterException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
void
SAL_CALL
terminate
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XDevice
>
SAL_CALL
startPage
(
)
throw
(
::
com
::
sun
::
star
::
awt
::
PrinterException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
@@ -152,17 +152,17 @@ public:
// ::com::sun::star::beans::XPropertySet
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySetInfo
>
SAL_CALL
getPropertySetInfo
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
VCLXPrinterPropertySet
::
getPropertySetInfo
();
}
void
SAL_CALL
setPropertyValue
(
const
::
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
aValue
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
setPropertyValue
(
rPropertyName
,
aValue
);
}
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
getPropertyValue
(
const
::
OUString
&
rPropertyName
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
VCLXPrinterPropertySet
::
getPropertyValue
(
rPropertyName
);
}
void
SAL_CALL
addPropertyChangeListener
(
const
::
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
addPropertyChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
removePropertyChangeListener
(
const
::
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
removePropertyChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
addVetoableChangeListener
(
const
::
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XVetoableChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
addVetoableChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
removeVetoableChangeListener
(
const
::
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XVetoableChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
removeVetoableChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
setPropertyValue
(
const
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
aValue
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
setPropertyValue
(
rPropertyName
,
aValue
);
}
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
getPropertyValue
(
const
OUString
&
rPropertyName
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
VCLXPrinterPropertySet
::
getPropertyValue
(
rPropertyName
);
}
void
SAL_CALL
addPropertyChangeListener
(
const
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
addPropertyChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
removePropertyChangeListener
(
const
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
removePropertyChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
addVetoableChangeListener
(
const
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XVetoableChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
addVetoableChangeListener
(
rPropertyName
,
rxListener
);
}
void
SAL_CALL
removeVetoableChangeListener
(
const
OUString
&
rPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XVetoableChangeListener
>&
rxListener
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
removeVetoableChangeListener
(
rPropertyName
,
rxListener
);
}
// ::com::sun::star::awt::XPrinterPropertySet
void
SAL_CALL
setHorizontal
(
sal_Bool
bHorizontal
)
throw
(
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
setHorizontal
(
bHorizontal
);
}
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
OUString
>
SAL_CALL
getFormDescriptions
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
VCLXPrinterPropertySet
::
getFormDescriptions
();
}
void
SAL_CALL
selectForm
(
const
::
OUString
&
aFormDescription
)
throw
(
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
selectForm
(
aFormDescription
);
}
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getFormDescriptions
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
VCLXPrinterPropertySet
::
getFormDescriptions
();
}
void
SAL_CALL
selectForm
(
const
OUString
&
aFormDescription
)
throw
(
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
selectForm
(
aFormDescription
);
}
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
SAL_CALL
getBinarySetup
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
VCLXPrinterPropertySet
::
getBinarySetup
();
}
void
SAL_CALL
setBinarySetup
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>&
data
)
throw
(
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
VCLXPrinterPropertySet
::
setBinarySetup
(
data
);
}
...
...
@@ -180,9 +180,9 @@ class VCLXPrinterServer : public VCLXPrinterServer_Base
{
public
:
// ::com::sun::star::awt::XPrinterServer
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
OUString
>
SAL_CALL
getPrinterNames
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XPrinter
>
SAL_CALL
createPrinter
(
const
::
OUString
&
printerName
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XInfoPrinter
>
SAL_CALL
createInfoPrinter
(
const
::
OUString
&
printerName
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getPrinterNames
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XPrinter
>
SAL_CALL
createPrinter
(
const
OUString
&
printerName
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XInfoPrinter
>
SAL_CALL
createInfoPrinter
(
const
OUString
&
printerName
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
};
#endif // _TOOLKIT_AWT_VCLXPRINTER_HXX_
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment