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
b079d9f8
Kaydet (Commit)
b079d9f8
authored
Nis 07, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update the reference rdbs to libreoffice-4-4
Change-Id: Ib1108763ebf556d2e812f077676914c4e64ddaf2
üst
d6423bcd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
15 deletions
+17
-15
offapi.idl
offapi/type_reference/offapi.idl
+17
-15
No files found.
offapi/type_reference/offapi.idl
Dosyayı görüntüle @
b079d9f8
...
...
@@ -4487,6 +4487,17 @@ module com {
published exception CommandFailedException: ::com::sun::star::uno::Exception {
any Reason;
};
published enum ContentCreationError {
UNKNOWN = 0,
/** @deprecated */ NO_CONTENT_BROKER = 1,
/** @deprecated */ NO_IDENTIFIER_FACTORY = 2,
IDENTIFIER_CREATION_FAILED = 3,
NO_CONTENT_PROVIDER = 4,
CONTENT_CREATION_FAILED = 5
};
published exception ContentCreationException: ::com::sun::star::uno::Exception {
::com::sun::star::ucb::ContentCreationError eError;
};
published interface XProgressHandler;
published interface XCommandEnvironment {
interface ::com::sun::star::uno::XInterface;
...
...
@@ -9256,6 +9267,10 @@ module com {
interface ::com::sun::star::io::XActiveDataSink;
interface ::com::sun::star::beans::XPropertySet;
};
module zip {
published exception ZipException: ::com::sun::star::uno::Exception {
};
};
module manifest {
published interface XManifestReader {
interface ::com::sun::star::uno::XInterface;
...
...
@@ -9337,21 +9352,6 @@ module com {
sequence< byte > extra;
string sComment;
};
published exception ZipException: ::com::sun::star::uno::Exception {
};
};
};
module ucb {
published enum ContentCreationError {
UNKNOWN = 0,
/** @deprecated */ NO_CONTENT_BROKER = 1,
/** @deprecated */ NO_IDENTIFIER_FACTORY = 2,
IDENTIFIER_CREATION_FAILED = 3,
NO_CONTENT_PROVIDER = 4,
CONTENT_CREATION_FAILED = 5
};
published exception ContentCreationException: ::com::sun::star::uno::Exception {
::com::sun::star::ucb::ContentCreationError eError;
};
};
module task {
...
...
@@ -14553,6 +14553,7 @@ module com {
const short FILE = 2;
const short MAIL = 3;
const short PRINTER = 1;
const short SHELL = 4;
};
published service NumberingLevel {
[property] short Adjust;
...
...
@@ -15170,6 +15171,7 @@ module com {
[property] long Height;
[property] boolean IsAutoHeight;
[property, maybevoid, optional] boolean IsSplitAllowed;
[property, optional] sequence< ::com::sun::star::beans::PropertyValue > RowInteropGrabBag;
};
published service TextTables {
interface ::com::sun::star::container::XIndexAccess;
...
...
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