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
56396bd6
Kaydet (Commit)
56396bd6
authored
Mar 18, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin pointless __cplusplus ifdefs
Change-Id: I82974eb68e6daf1c6781e2133fd22d7e4e62de82
üst
4c672154
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
26 deletions
+0
-26
salframe.hxx
vcl/inc/salframe.hxx
+0
-6
salwtype.hxx
vcl/inc/salwtype.hxx
+0
-20
No files found.
vcl/inc/salframe.hxx
Dosyayı görüntüle @
56396bd6
...
...
@@ -23,9 +23,7 @@
#include <tools/solar.h>
#include <vcl/dllapi.h>
#ifdef __cplusplus
#include <vcl/ptrstyle.hxx>
#endif // __cplusplus
#include <salwtype.hxx>
#include <salgeom.hxx>
...
...
@@ -96,8 +94,6 @@ typedef sal_uInt64 SalExtStyle;
#define SAL_FRAME_POSSIZE_WIDTH ((sal_uInt16)0x0004)
#define SAL_FRAME_POSSIZE_HEIGHT ((sal_uInt16)0x0008)
#ifdef __cplusplus
using
::
rtl
::
OUString
;
using
::
rtl
::
OString
;
...
...
@@ -248,8 +244,6 @@ public: // public for Sal Implementation
{
return
m_pProc
?
m_pProc
(
m_pWindow
,
const_cast
<
SalFrame
*>
(
this
),
nEvent
,
pEvent
)
:
0
;
}
};
#endif // __cplusplus
#endif // _SV_SALFRAME_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vcl/inc/salwtype.hxx
Dosyayı görüntüle @
56396bd6
...
...
@@ -187,8 +187,6 @@ struct SalMouseActivateEvent
long
mnY
;
// Y-Position (Pixel, TopLeft-Output)
};
#ifdef __cplusplus
// EXTTEXTINPUT
struct
SalExtTextInputEvent
{
...
...
@@ -201,8 +199,6 @@ struct SalExtTextInputEvent
sal_Bool
mbOnlyCursor
;
// sal_True: Only Cursor-Position has been changed
};
#endif // __cplusplus
// EXTTEXTINPUTPOS
struct
SalExtTextInputPosEvent
{
...
...
@@ -214,18 +210,12 @@ struct SalExtTextInputPosEvent
bool
mbVertical
;
// true if in vertical mode
};
#ifdef __cplusplus
// INPUTCONTEXTCHANGE
struct
SalInputContextChangeEvent
{
LanguageType
meLanguage
;
// new language
};
#endif // __cplusplus
#ifdef __cplusplus
// SURROUNDINGTEXTREQUEST
struct
SalSurroundingTextRequestEvent
{
...
...
@@ -234,10 +224,6 @@ struct SalSurroundingTextRequestEvent
sal_uLong
mnEnd
;
// The end index of selected range
};
#endif // __cplusplus
#ifdef __cplusplus
// SURROUNDINGTEXTSELECTIONCHANGE
struct
SalSurroundingTextSelectionChangeEvent
{
...
...
@@ -245,8 +231,6 @@ struct SalSurroundingTextSelectionChangeEvent
sal_uLong
mnEnd
;
// The end index of selected range
};
#endif // __cplusplus
// ------------------
// - SalFrame-Types -
// ------------------
...
...
@@ -318,8 +302,6 @@ struct SalFrameState
#define SAL_INPUTCONTEXT_EXTTEXTINPUT_OFF ((sal_uLong)0x00000008)
#define SAL_INPUTCONTEXT_CHANGELANGUAGE ((sal_uLong)0x00000010)
#ifdef __cplusplus
struct
SalInputContext
{
FontSelectPattern
*
mpFont
;
...
...
@@ -327,8 +309,6 @@ struct SalInputContext
sal_uLong
mnOptions
;
};
#endif // __cplusplus
typedef
void
(
*
SALTIMERPROC
)();
#endif // _SV_SALWTYPE_HXX
...
...
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