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
822a962c
Kaydet (Commit)
822a962c
authored
Kas 24, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
LOK: update headers from master
Change-Id: I32f0de20864cae267ebd32516f20baf8e38f910b
üst
7d6fd383
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
LibreOfficeKit.hxx
include/LibreOfficeKit/LibreOfficeKit.hxx
+2
-2
LibreOfficeKitEnums.h
include/LibreOfficeKit/LibreOfficeKitEnums.h
+1
-1
No files found.
include/LibreOfficeKit/LibreOfficeKit.hxx
Dosyayı görüntüle @
822a962c
...
@@ -241,7 +241,7 @@ public:
...
@@ -241,7 +241,7 @@ public:
* @param pCommand uno command to be posted to the document, like ".uno:Bold"
* @param pCommand uno command to be posted to the document, like ".uno:Bold"
* @param pArguments arguments of the uno command.
* @param pArguments arguments of the uno command.
*/
*/
inline
void
postUnoCommand
(
const
char
*
pCommand
,
const
char
*
pArguments
=
0
,
bool
bNotifyWhenFinished
=
false
)
inline
void
postUnoCommand
(
const
char
*
pCommand
,
const
char
*
pArguments
=
NULL
,
bool
bNotifyWhenFinished
=
false
)
{
{
mpDoc
->
pClass
->
postUnoCommand
(
mpDoc
,
pCommand
,
pArguments
,
bNotifyWhenFinished
);
mpDoc
->
pClass
->
postUnoCommand
(
mpDoc
,
pCommand
,
pArguments
,
bNotifyWhenFinished
);
}
}
...
@@ -264,7 +264,7 @@ public:
...
@@ -264,7 +264,7 @@ public:
* @param pMimeType suggests the return format, for example text/plain;charset=utf-8.
* @param pMimeType suggests the return format, for example text/plain;charset=utf-8.
* @param pUsedMimeType output parameter to inform about the determined format (suggested one or plain text).
* @param pUsedMimeType output parameter to inform about the determined format (suggested one or plain text).
*/
*/
inline
char
*
getTextSelection
(
const
char
*
pMimeType
,
char
**
pUsedMimeType
=
0
)
inline
char
*
getTextSelection
(
const
char
*
pMimeType
,
char
**
pUsedMimeType
=
NULL
)
{
{
return
mpDoc
->
pClass
->
getTextSelection
(
mpDoc
,
pMimeType
,
pUsedMimeType
);
return
mpDoc
->
pClass
->
getTextSelection
(
mpDoc
,
pMimeType
,
pUsedMimeType
);
}
}
...
...
include/LibreOfficeKit/LibreOfficeKitEnums.h
Dosyayı görüntüle @
822a962c
...
@@ -36,7 +36,7 @@ LibreOfficeKitPartMode;
...
@@ -36,7 +36,7 @@ LibreOfficeKitPartMode;
typedef
enum
typedef
enum
{
{
LOK_TILEMODE_RGBA
,
LOK_TILEMODE_RGBA
,
LOK_TILEMODE_
ARGB
LOK_TILEMODE_
BGRA
}
}
LibreOfficeKitTileMode
;
LibreOfficeKitTileMode
;
...
...
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