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
23470579
Kaydet (Commit)
23470579
authored
Ara 02, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clear up some copypasta
Change-Id: I453bd42e24b059e86e71dc2a64a0d6f524f7a197
üst
0946308f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
salgdi.h
vcl/inc/aqua/atsui/salgdi.h
+3
-3
salgdi2.h
vcl/inc/coretext/salgdi2.h
+3
-3
salgdi.h
vcl/inc/unx/salgdi.h
+3
-3
salgdi.h
vcl/inc/win/salgdi.h
+3
-3
No files found.
vcl/inc/aqua/atsui/salgdi.h
Dosyayı görüntüle @
23470579
...
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef
_SV
_SALGDI_H
#define
_SV
_SALGDI_H
#ifndef
INCLUDED_VCL_INC_AQUA_ATSUI
_SALGDI_H
#define
INCLUDED_VCL_INC_AQUA_ATSUI
_SALGDI_H
#include <vector>
...
...
@@ -361,6 +361,6 @@ inline void AquaSalGraphics::RefreshRect( const NSRect& rRect )
RefreshRect
(
rRect
.
origin
.
x
,
rRect
.
origin
.
y
,
rRect
.
size
.
width
,
rRect
.
size
.
height
);
}
#endif //
_SV
_SALGDI_H
#endif //
INCLUDED_VCL_INC_AQUA_ATSUI
_SALGDI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vcl/inc/coretext/salgdi2.h
Dosyayı görüntüle @
23470579
...
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef
_SV_SALGDI
_H
#define
_SV_SALGDI
_H
#ifndef
INCLUDED_VCL_INC_CORETEXT_SALGDI2
_H
#define
INCLUDED_VCL_INC_CORETEXT_SALGDI2
_H
#include <vector>
...
...
@@ -431,6 +431,6 @@ inline void AquaSalGraphics::RefreshRect( const NSRect& rRect )
#endif
#endif //
_SV_SALGDI
_H
#endif //
INCLUDED_VCL_INC_CORETEXT_SALGDI2
_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vcl/inc/unx/salgdi.h
Dosyayı görüntüle @
23470579
...
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef
_SV
_SALGDI_H
#define
_SV
_SALGDI_H
#ifndef
INCLUDED_VCL_INC_UNX
_SALGDI_H
#define
INCLUDED_VCL_INC_UNX
_SALGDI_H
#include <prex.h>
#include <postx.h>
...
...
@@ -374,6 +374,6 @@ inline Pixel X11SalGraphics::GetPixel( SalColor nSalColor ) const
#define stderr0( s ) ;
#endif
#endif //
_SV
_SALGDI_H
#endif //
INCLUDED_VCL_INC_UNX
_SALGDI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vcl/inc/win/salgdi.h
Dosyayı görüntüle @
23470579
...
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef
_SV
_SALGDI_H
#define
_SV
_SALGDI_H
#ifndef
INCLUDED_VCL_INC_WIN
_SALGDI_H
#define
INCLUDED_VCL_INC_WIN
_SALGDI_H
#include <sallayout.hxx>
#include <salgdi.hxx>
...
...
@@ -421,6 +421,6 @@ inline bool ImplWinFontData::HasChar( sal_uInt32 cChar ) const
return
mpUnicodeMap
->
HasChar
(
cChar
);
}
#endif //
_SV
_SALGDI_H
#endif //
INCLUDED_VCL_INC_WIN
_SALGDI_H
/* 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