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
366d8fb4
Kaydet (Commit)
366d8fb4
authored
Tem 29, 2014
tarafından
Andrzej Hunt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
LOKDocView: add part name retrieval.
Change-Id: Iac31de0410d7f6187e5884152c329375047a23f4
üst
977ba354
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
LibreOfficeKitGtk.h
include/LibreOfficeKit/LibreOfficeKitGtk.h
+2
-1
lokdocview.c
libreofficekit/source/gtk/lokdocview.c
+4
-1
No files found.
include/LibreOfficeKit/LibreOfficeKitGtk.h
Dosyayı görüntüle @
366d8fb4
...
@@ -62,7 +62,8 @@ int lok_docview_get_parts (LOKDocView* pDocView);
...
@@ -62,7 +62,8 @@ int lok_docview_get_parts (LOKDocView* pDocView);
int
lok_docview_get_part
(
LOKDocView
*
pDocView
);
int
lok_docview_get_part
(
LOKDocView
*
pDocView
);
void
lok_docview_set_part
(
LOKDocView
*
pDocView
,
void
lok_docview_set_part
(
LOKDocView
*
pDocView
,
int
nPart
);
int
nPart
);
char
*
lok_docview_get_part_name
(
LOKDocView
*
pDocView
,
int
nPart
);
#ifdef __cplusplus
#ifdef __cplusplus
}
}
#endif
#endif
...
...
libreofficekit/source/gtk/lokdocview.c
Dosyayı görüntüle @
366d8fb4
...
@@ -204,5 +204,8 @@ SAL_DLLPUBLIC_EXPORT void lok_docview_set_part( LOKDocView* pDocView, int nPart)
...
@@ -204,5 +204,8 @@ SAL_DLLPUBLIC_EXPORT void lok_docview_set_part( LOKDocView* pDocView, int nPart)
renderDocument
(
pDocView
);
renderDocument
(
pDocView
);
}
}
SAL_DLLPUBLIC_EXPORT
char
*
lok_docview_get_part_name
(
LOKDocView
*
pDocView
,
int
nPart
)
{
return
pDocView
->
pDocument
->
pClass
->
getPartName
(
pDocView
->
pDocument
,
nPart
);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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