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
8998a84f
Kaydet (Commit)
8998a84f
authored
Eki 18, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
*api: remove type + remnants ">
Change-Id: I2b60de0a11948ad1cab29931ac09b0aa1fe9adee
üst
ff901a00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
Content.idl
offapi/com/sun/star/ucb/Content.idl
+9
-9
No files found.
offapi/com/sun/star/ucb/Content.idl
Dosyayı görüntüle @
8998a84f
...
...
@@ -225,14 +225,14 @@ published service Content
com
::
sun
::
star
::
ucb
::
OpenMode
::
DOCUMENT_SHARE_DENY_WRITE
.
Support
for
DOCUMENT
is
mandatory
,
all
others
are
optional
.
</
li
>
<
li
>
com
::
sun
::
star
::
ucb
">
OpenCommandArgument::Priority:
<
li
>
com
::
sun
::
star
::
ucb
::
OpenCommandArgument
::
Priority
:
can
be
set
,
but
implementation
may
ignore
the
value
</
li
>
<
li
>
com
::
sun
::
star
::
ucb
::
OpenCommandArgument
::
Sink
:
a
sink
,
where
the
implementation
can
put
the
document
data
into
.
</
li
>
<
li
>
com
::
sun
::
star
::
ucb
::
OpenCommandArgument
::
Properties
:
empty
(
ignored
)
</
li
>
<li>com::sun::star::ucb
"
>
OpenCommandArgument2
::
SortingInfo
:
empty
(
ignored
)
</
li
>
<
li
>
com
::
sun
::
star
::
ucb
::
OpenCommandArgument2
::
SortingInfo
:
empty
(
ignored
)
</
li
>
</
ul
>
<
p
>
The
exceution
must
be
aborted
by
the
implementation
of
this
command
(
by
throwing
a
CommandAbortedException
),
if
an
...
...
@@ -451,7 +451,7 @@ published service Content
<tr>
<td>addProperty</td>
<td>void</td>
<td>
<type>PropertyCommandArgument</type>
aCmdArg</td>
<td>
PropertyCommandArgument
aCmdArg</td>
<td>
Adds a new properties to the content.
<p>
...
...
@@ -462,7 +462,7 @@ published service Content
match the one specified in <member scope="com::sun::star::beans">Property::Type</member>.
</p>
<p>Note that the dynamic properties must be kept persistent. The
service
<type>Store</type>
(UCB persistence service) may be used to
service
Store
(UCB persistence service) may be used to
implement this.</p>
<p><b>Important:</b> The implementation must at least support
adding properties of the following basic data types:</p>
...
...
@@ -480,11 +480,11 @@ published service Content
</ul>
</p>
<p>
Raises a
<type scope="com::sun::star::beans">PropertyExistException</type>
Raises a
::com::sun::star::beans::PropertyExistException
if a property with the same name already exists;
<type scope="com::sun::star::beans">IllegalTypeException</type>
::com::sun::star::beans::IllegalTypeException
if the property has an unsupported type;
<type scope="com::sun::star::lang">IllegalArgumentException</type>
::com::sun::star::lang::IllegalArgumentException
if the Name of the property is empty.</p>
<blockquote>
Note: This command is new since Apache OpenOffice 4.0, LibreOffice 4.2 and replaces the deprecated interface method
...
...
@@ -497,9 +497,9 @@ published service Content
<td>void</td>
<td>string PropertyName</td>
<td>Removes the properties from the content.
<p>Raises a
<type scope="com::sun::star::beans">UnknownPropertyException</type>
<p>Raises a
::com::sun::star::beans::UnknownPropertyException
if the property does not exist;
<type scope="com::sun::star::beans">NotRemoveableException</type>
::com::sun::star::beans::NotRemoveableException
if the property is not removable.</p>
<blockquote>
Note: This command is new since Apache OpenOffice 4.0, LibreOffice 4.2 and replaces the deprecated interface method
...
...
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