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
1dd8cffc
Kaydet (Commit)
1dd8cffc
authored
Şub 15, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix grammar with use of conform/conforming/conforms
Change-Id: Ie41651359f26a267273bf87c947ee58568983e5c
üst
914de32b
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
11 deletions
+11
-11
DataFlavor.idl
offapi/com/sun/star/datatransfer/DataFlavor.idl
+1
-1
MimeContentTypeFactory.idl
offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl
+1
-1
XMimeContentType.idl
offapi/com/sun/star/datatransfer/XMimeContentType.idl
+1
-1
XSimpleMailMessage.idl
offapi/com/sun/star/system/XSimpleMailMessage.idl
+2
-2
XFilePicker.idl
offapi/com/sun/star/ui/dialogs/XFilePicker.idl
+3
-3
XFilePicker2.idl
offapi/com/sun/star/ui/dialogs/XFilePicker2.idl
+1
-1
XFolderPicker.idl
offapi/com/sun/star/ui/dialogs/XFolderPicker.idl
+2
-2
No files found.
offapi/com/sun/star/datatransfer/DataFlavor.idl
Dosyayı görüntüle @
1dd8cffc
...
...
@@ -30,7 +30,7 @@ module com { module sun { module star { module datatransfer {
published
struct
DataFlavor
{
/**
The
MIME
content
-
type
(
type
/
subtype
)
string
describing
the
data
format
of
the
object
to
transfer
.
MimeType
must
be
conform
to
<
a
href
=
"ftp://ftp.isi.edu/in-notes/rfc2045.txt"
>
Rfc2045
</
a
>
and
of
the
object
to
transfer
.
MimeType
must
conform
to
<
a
href
=
"ftp://ftp.isi.edu/in-notes/rfc2045.txt"
>
Rfc2045
</
a
>
and
<
a
href
=
"ftp://ftp.isi.edu/in-notes/rfc2046.txt"
>
Rfc2046
</
a
>
)
*/
string
MimeType
;
...
...
offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl
Dosyayı görüntüle @
1dd8cffc
...
...
@@ -28,7 +28,7 @@ module com { module sun { module star { module datatransfer {
/**
Used
to
create
an
instance
that
implement
the
interface
<
type
>
XMimeContentType
</
type
>
from
a
string
representation
of
such
a
MIME
content
-
type
that
is
conform
to
representation
of
such
a
MIME
content
-
type
that
conforms
to
<
a
href
=
"ftp://ftp.isi.edu/in-notes/rfc2045.txt"
>
Rfc2045
</
a
>
and
<
a
href
=
"ftp://ftp.isi.edu/in-notes/rfc2046.txt"
>
Rfc2046
</
a
>.
...
...
offapi/com/sun/star/datatransfer/XMimeContentType.idl
Dosyayı görüntüle @
1dd8cffc
...
...
@@ -27,7 +27,7 @@
module
com
{
module
sun
{
module
star
{
module
datatransfer
{
/**
An
implementation
of
this
interface
represents
a
MIME
content
-
type
that
is
conform
to
<
a
href
=
"ftp://ftp.isi.edu/in-notes/rfc2045.txt"
>
Rfc2045
</
a
>
and
conforms
to
<
a
href
=
"ftp://ftp.isi.edu/in-notes/rfc2045.txt"
>
Rfc2045
</
a
>
and
<
a
href
=
"ftp://ftp.isi.edu/in-notes/rfc2046.txt"
>
Rfc2046
</
a
>.
Instances
that
implement
this
interface
could
be
created
using
the
interface
<
type
>
XMimeContentTypeFactory
</
type
>.
...
...
offapi/com/sun/star/system/XSimpleMailMessage.idl
Dosyayı görüntüle @
1dd8cffc
...
...
@@ -107,7 +107,7 @@ published interface XSimpleMailMessage: com::sun::star::uno::XInterface
/** To set an attachment of a simple mail message.
@param aAttachement
Sets a sequence of file URLs specifying the files that should be
attached to the mail. The given file URLs must
be
conform to
attached to the mail. The given file URLs must conform to
<a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>.
The method does not check if the specified file or files really exist.
...
...
@@ -122,7 +122,7 @@ published interface XSimpleMailMessage: com::sun::star::uno::XInterface
@
returns
A
sequence
of
file
URLs
specifying
the
files
that
should
be
attached
to
the
mail
or
an
empty
sequence
if
no
attachments
have
been
specified
.
The
returned
file
URLs
are
conform
to
<
a
href
=
"http://www.w3.org/Addressing/rfc1738.txt"
>
Rfc1738
</
a
>.
The
returned
file
URLs
conform
to
<
a
href
=
"http://www.w3.org/Addressing/rfc1738.txt"
>
Rfc1738
</
a
>.
*/
sequence
<
string
>
getAttachement
(
)
;
}
;
...
...
offapi/com/sun/star/ui/dialogs/XFilePicker.idl
Dosyayı görüntüle @
1dd8cffc
...
...
@@ -56,7 +56,7 @@ published interface XFilePicker: com::sun::star::ui::dialogs::XExecutableDialog
/**
Sets
the
directory
that
the
file
dialog
initially
displays
.
@
param
aDirectory
Specifies
the
initial
directory
in
URL
format
.
The
given
URL
must
be
Specifies
the
initial
directory
in
URL
format
.
The
given
URL
must
conform
to
<
a
href
=
"http://www.w3.org/Addressing/rfc1738.txt"
>
Rfc1738
</
a
>
)
.
@
throws
com
::
sun
::
star
::
lang
::
IllegalArgumentException
...
...
@@ -70,12 +70,12 @@ published interface XFilePicker: com::sun::star::ui::dialogs::XExecutableDialog
did cancel the dialog, the returned value is undefined.
@returns
The directory in URL format, must
be
conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>.
The directory in URL format, must conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>.
*/
string getDisplayDirectory();
/** Returns a sequence of the selected files including path information in
URL format, conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>.
URL format, conform
ing
to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>.
<p>If the user closed the dialog with cancel an empty sequence will be
returned.</p>
...
...
offapi/com/sun/star/ui/dialogs/XFilePicker2.idl
Dosyayı görüntüle @
1dd8cffc
...
...
@@ -30,7 +30,7 @@ module com { module sun { module star { module ui { module dialogs {
interface
XFilePicker2
:
::
com
::
sun
::
star
::
ui
::
dialogs
::
XFilePicker
{
/**
Returns
a
sequence
of
the
selected
files
including
path
information
in
URL
format
,
conform
to
<
a
href
=
"http://www.w3.org/Addressing/rfc1738.txt"
>
Rfc1738
</
a
>.
URL
format
,
conform
ing
to
<
a
href
=
"http://www.w3.org/Addressing/rfc1738.txt"
>
Rfc1738
</
a
>.
<
p
>
If
the
user
closed
the
dialog
with
cancel
an
empty
sequence
will
be
returned
.
</p>
<
br
/
>
...
...
offapi/com/sun/star/ui/dialogs/XFolderPicker.idl
Dosyayı görüntüle @
1dd8cffc
...
...
@@ -36,7 +36,7 @@ published interface XFolderPicker: com::sun::star::ui::dialogs::XExecutableDialo
chooses
if
the
specified
root
directory
doesn
't exist.
@param aDirectory
Specifies the root directory in url format, conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>.
Specifies the root directory in url format, conform
ing
to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>.
@throws com::sun::star::lang::IllegalArgumentException
if the given url is invalid.
...
...
@@ -53,7 +53,7 @@ published interface XFolderPicker: com::sun::star::ui::dialogs::XExecutableDialo
*/
string
getDisplayDirectory
()
;
/**
Returns
the
selected
directory
as
url
conform
to
<
a
href
=
"http://www.w3.org/Addressing/rfc1738.txt"
>
Rfc1738
</
a
>.
/**
Returns
the
selected
directory
as
url
conform
ing
to
<
a
href
=
"http://www.w3.org/Addressing/rfc1738.txt"
>
Rfc1738
</
a
>.
@
returns
The
selected
directory
as
url
if
the
user
did
close
the
dialog
with
Ok
...
...
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