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
f4278176
Kaydet (Commit)
f4278176
authored
Haz 05, 2015
tarafından
Pranav Kant
Kaydeden (comit)
Miklos Vajna
Haz 09, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
lokdocview: fixed rectangle format in documentation/comments
Change-Id: Iaf4a5fba5c4c34d03b91ca9ca4dd4eff1dbf39f6
üst
c074cfa4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lokdocview.cxx
libreofficekit/source/gtk/lokdocview.cxx
+2
-2
No files found.
libreofficekit/source/gtk/lokdocview.cxx
Dosyayı görüntüle @
f4278176
...
...
@@ -186,9 +186,9 @@ struct LOKDocView_Impl
* the tiles that intersect with pPartial.
*/
void
renderDocument
(
GdkRectangle
*
pPartial
);
/// Returns the GdkRectangle of a
width,height,x,y
string.
/// Returns the GdkRectangle of a
x,y,width,height
string.
static
GdkRectangle
payloadToRectangle
(
const
char
*
pPayload
);
/// Returns the GdkRectangles of a
w,h,x,y;w2,h2,x2,y
2;... string.
/// Returns the GdkRectangles of a
x1,y1,w1,h1;x2,y2,w2,h
2;... string.
static
std
::
vector
<
GdkRectangle
>
payloadToRectangles
(
const
char
*
pPayload
);
/// Returns the string representation of a LibreOfficeKitCallbackType enumeration element.
static
const
char
*
callbackTypeToString
(
int
nType
);
...
...
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