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
5d77b738
Kaydet (Commit)
5d77b738
authored
Agu 30, 2016
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
No reason why these functions can't be static, too
Change-Id: I95b68e912c87657a6884f8c56bfcc7bc52c2f2e5
üst
7b9ca5a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
init.cxx
desktop/source/lib/init.cxx
+14
-14
No files found.
desktop/source/lib/init.cxx
Dosyayı görüntüle @
5d77b738
...
@@ -315,7 +315,7 @@ extern "C"
...
@@ -315,7 +315,7 @@ extern "C"
{
{
static
void
doc_destroy
(
LibreOfficeKitDocument
*
pThis
);
static
void
doc_destroy
(
LibreOfficeKitDocument
*
pThis
);
static
int
doc_saveAs
(
LibreOfficeKitDocument
*
pThis
,
const
char
*
pUrl
,
const
char
*
pFormat
,
const
char
*
pFilterOptions
);
static
int
doc_saveAs
(
LibreOfficeKitDocument
*
pThis
,
const
char
*
pUrl
,
const
char
*
pFormat
,
const
char
*
pFilterOptions
);
static
int
doc_getDocumentType
(
LibreOfficeKitDocument
*
pThis
);
static
int
doc_getDocumentType
(
LibreOfficeKitDocument
*
pThis
);
static
int
doc_getParts
(
LibreOfficeKitDocument
*
pThis
);
static
int
doc_getParts
(
LibreOfficeKitDocument
*
pThis
);
static
char
*
doc_getPartPageRectangles
(
LibreOfficeKitDocument
*
pThis
);
static
char
*
doc_getPartPageRectangles
(
LibreOfficeKitDocument
*
pThis
);
...
@@ -323,12 +323,12 @@ static int doc_getPart(LibreOfficeKitDocument* pThis);
...
@@ -323,12 +323,12 @@ static int doc_getPart(LibreOfficeKitDocument* pThis);
static
void
doc_setPart
(
LibreOfficeKitDocument
*
pThis
,
int
nPart
);
static
void
doc_setPart
(
LibreOfficeKitDocument
*
pThis
,
int
nPart
);
static
char
*
doc_getPartName
(
LibreOfficeKitDocument
*
pThis
,
int
nPart
);
static
char
*
doc_getPartName
(
LibreOfficeKitDocument
*
pThis
,
int
nPart
);
static
void
doc_setPartMode
(
LibreOfficeKitDocument
*
pThis
,
int
nPartMode
);
static
void
doc_setPartMode
(
LibreOfficeKitDocument
*
pThis
,
int
nPartMode
);
void
doc_paintTile
(
LibreOfficeKitDocument
*
pThis
,
static
void
doc_paintTile
(
LibreOfficeKitDocument
*
pThis
,
unsigned
char
*
pBuffer
,
unsigned
char
*
pBuffer
,
const
int
nCanvasWidth
,
const
int
nCanvasHeight
,
const
int
nCanvasWidth
,
const
int
nCanvasHeight
,
const
int
nTilePosX
,
const
int
nTilePosY
,
const
int
nTilePosX
,
const
int
nTilePosY
,
const
int
nTileWidth
,
const
int
nTileHeight
);
const
int
nTileWidth
,
const
int
nTileHeight
);
void
doc_paintPartTile
(
LibreOfficeKitDocument
*
pThis
,
static
void
doc_paintPartTile
(
LibreOfficeKitDocument
*
pThis
,
unsigned
char
*
pBuffer
,
unsigned
char
*
pBuffer
,
const
int
nPart
,
const
int
nPart
,
const
int
nCanvasWidth
,
const
int
nCanvasHeight
,
const
int
nCanvasWidth
,
const
int
nCanvasHeight
,
...
@@ -1235,11 +1235,11 @@ static void doc_setPartMode(LibreOfficeKitDocument* pThis,
...
@@ -1235,11 +1235,11 @@ static void doc_setPartMode(LibreOfficeKitDocument* pThis,
}
}
}
}
void
doc_paintTile
(
LibreOfficeKitDocument
*
pThis
,
static
void
doc_paintTile
(
LibreOfficeKitDocument
*
pThis
,
unsigned
char
*
pBuffer
,
unsigned
char
*
pBuffer
,
const
int
nCanvasWidth
,
const
int
nCanvasHeight
,
const
int
nCanvasWidth
,
const
int
nCanvasHeight
,
const
int
nTilePosX
,
const
int
nTilePosY
,
const
int
nTilePosX
,
const
int
nTilePosY
,
const
int
nTileWidth
,
const
int
nTileHeight
)
const
int
nTileWidth
,
const
int
nTileHeight
)
{
{
SAL_INFO
(
"lok.tiledrendering"
,
"paintTile: painting ["
<<
nTileWidth
<<
"x"
<<
nTileHeight
<<
SAL_INFO
(
"lok.tiledrendering"
,
"paintTile: painting ["
<<
nTileWidth
<<
"x"
<<
nTileHeight
<<
"]@("
<<
nTilePosX
<<
", "
<<
nTilePosY
<<
") to ["
<<
"]@("
<<
nTilePosX
<<
", "
<<
nTilePosY
<<
") to ["
<<
...
@@ -1305,12 +1305,12 @@ void doc_paintTile(LibreOfficeKitDocument* pThis,
...
@@ -1305,12 +1305,12 @@ void doc_paintTile(LibreOfficeKitDocument* pThis,
}
}
void
doc_paintPartTile
(
LibreOfficeKitDocument
*
pThis
,
static
void
doc_paintPartTile
(
LibreOfficeKitDocument
*
pThis
,
unsigned
char
*
pBuffer
,
unsigned
char
*
pBuffer
,
const
int
nPart
,
const
int
nPart
,
const
int
nCanvasWidth
,
const
int
nCanvasHeight
,
const
int
nCanvasWidth
,
const
int
nCanvasHeight
,
const
int
nTilePosX
,
const
int
nTilePosY
,
const
int
nTilePosX
,
const
int
nTilePosY
,
const
int
nTileWidth
,
const
int
nTileHeight
)
const
int
nTileWidth
,
const
int
nTileHeight
)
{
{
SAL_INFO
(
"lok.tiledrendering"
,
"paintPartTile: painting @ "
<<
nPart
<<
" ["
SAL_INFO
(
"lok.tiledrendering"
,
"paintPartTile: painting @ "
<<
nPart
<<
" ["
<<
nTileWidth
<<
"x"
<<
nTileHeight
<<
"]@("
<<
nTileWidth
<<
"x"
<<
nTileHeight
<<
"]@("
...
...
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