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
556f1eab
Kaydet (Commit)
556f1eab
authored
Ock 11, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:externvar (clang-cl)
Change-Id: I9efdd5136fdf793e0075b91fcfae4fed42050109
üst
b58b241f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
17 deletions
+17
-17
shlxthdl.hxx
shell/inc/shlxthdl.hxx
+2
-0
propertyhdl.cxx
shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx
+2
-2
shlxthdl.cxx
shell/source/win32/shlxthandler/shlxthdl.cxx
+12
-12
thumbviewer.cxx
shell/source/win32/shlxthandler/thumbviewer/thumbviewer.cxx
+0
-2
senddoc.cxx
shell/source/win32/simplemail/senddoc.cxx
+1
-1
No files found.
shell/inc/shlxthdl.hxx
Dosyayı görüntüle @
556f1eab
...
@@ -44,6 +44,8 @@ const CLSID CLSID_PROPERTYSHEET_HANDLER =
...
@@ -44,6 +44,8 @@ const CLSID CLSID_PROPERTYSHEET_HANDLER =
const
CLSID
CLSID_THUMBVIEWER_HANDLER
=
const
CLSID
CLSID_THUMBVIEWER_HANDLER
=
{
0x3b092f0c
,
0x7696
,
0x40e3
,
{
0xa8
,
0xf
,
0x68
,
0xd7
,
0x4d
,
0xa8
,
0x42
,
0x10
}
};
{
0x3b092f0c
,
0x7696
,
0x40e3
,
{
0xa8
,
0xf
,
0x68
,
0xd7
,
0x4d
,
0xa8
,
0x42
,
0x10
}
};
extern
HINSTANCE
g_hModule
;
#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx
Dosyayı görüntüle @
556f1eab
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
// Module global
// Module global
long
g_DllRefCnt
=
0
;
long
g_DllRefCnt
=
0
;
HINSTANCE
g_hModule
=
nullptr
;
static
HINSTANCE
g_hModule
=
nullptr
;
// Map of property keys to the locations of their value(s) in the .??? XML schema
// Map of property keys to the locations of their value(s) in the .??? XML schema
struct
PROPERTYMAP
struct
PROPERTYMAP
...
@@ -56,7 +56,7 @@ const PROPERTYMAP g_rgPROPERTYMAP[] =
...
@@ -56,7 +56,7 @@ const PROPERTYMAP g_rgPROPERTYMAP[] =
{
PKEY_Comment
,
L"LibreOffice"
,
L"Comments"
},
{
PKEY_Comment
,
L"LibreOffice"
,
L"Comments"
},
};
};
size_t
gPropertyMapTableSize
=
SAL_N_ELEMENTS
(
g_rgPROPERTYMAP
);
size_t
const
gPropertyMapTableSize
=
SAL_N_ELEMENTS
(
g_rgPROPERTYMAP
);
CPropertyHdl
::
CPropertyHdl
(
long
nRefCnt
)
:
CPropertyHdl
::
CPropertyHdl
(
long
nRefCnt
)
:
...
...
shell/source/win32/shlxthandler/shlxthdl.cxx
Dosyayı görüntüle @
556f1eab
...
@@ -37,18 +37,18 @@ HINSTANCE g_hModule = nullptr;
...
@@ -37,18 +37,18 @@ HINSTANCE g_hModule = nullptr;
namespace
/* private */
namespace
/* private */
{
{
const
char
*
GUID_PLACEHOLDER
=
"{GUID}"
;
const
char
*
const
GUID_PLACEHOLDER
=
"{GUID}"
;
const
char
*
EXTENSION_PLACEHOLDER
=
"{EXT}"
;
const
char
*
const
EXTENSION_PLACEHOLDER
=
"{EXT}"
;
const
char
*
FORWARDKEY_PLACEHOLDER
=
"{FWDKEY}"
;
const
char
*
const
FORWARDKEY_PLACEHOLDER
=
"{FWDKEY}"
;
const
char
*
CLSID_ENTRY
=
"CLSID
\\
{GUID}
\\
InProcServer32"
;
const
char
*
const
CLSID_ENTRY
=
"CLSID
\\
{GUID}
\\
InProcServer32"
;
const
char
*
SHELLEX_IID_ENTRY
=
"{EXT}
\\
shellex
\\
{GUID}"
;
const
char
*
const
SHELLEX_IID_ENTRY
=
"{EXT}
\\
shellex
\\
{GUID}"
;
const
char
*
SHELLEX_ENTRY
=
"{EXT}
\\
shellex"
;
const
char
*
const
SHELLEX_ENTRY
=
"{EXT}
\\
shellex"
;
const
char
*
FORWARD_PROPSHEET_MYPROPSHEET_ENTRY
=
"{FWDKEY}
\\
shellex
\\
PropertySheetHandlers
\\
MyPropSheet1"
;
const
char
*
const
FORWARD_PROPSHEET_MYPROPSHEET_ENTRY
=
"{FWDKEY}
\\
shellex
\\
PropertySheetHandlers
\\
MyPropSheet1"
;
const
char
*
FORWARD_PROPSHEET_ENTRY
=
"{FWDKEY}
\\
shellex
\\
PropertySheetHandlers"
;
const
char
*
const
FORWARD_PROPSHEET_ENTRY
=
"{FWDKEY}
\\
shellex
\\
PropertySheetHandlers"
;
const
char
*
FORWARD_SHELLEX_ENTRY
=
"{FWDKEY}
\\
shellex"
;
const
char
*
const
FORWARD_SHELLEX_ENTRY
=
"{FWDKEY}
\\
shellex"
;
const
char
*
SHELL_EXTENSION_APPROVED_KEY_NAME
=
"Software
\\
Microsoft
\\
Windows
\\
CurrentVersion
\\
Shell Extensions
\\
Approved"
;
const
char
*
const
SHELL_EXTENSION_APPROVED_KEY_NAME
=
"Software
\\
Microsoft
\\
Windows
\\
CurrentVersion
\\
Shell Extensions
\\
Approved"
;
// "String Placeholder" ->
// "String Placeholder" ->
...
...
shell/source/win32/shlxthandler/thumbviewer/thumbviewer.cxx
Dosyayı görüntüle @
556f1eab
...
@@ -48,8 +48,6 @@
...
@@ -48,8 +48,6 @@
#endif
#endif
#include <memory>
#include <memory>
extern
HINSTANCE
g_hModule
;
namespace
internal
namespace
internal
{
{
/* The signet.png used for thumbnails of signed documents
/* The signet.png used for thumbnails of signed documents
...
...
shell/source/win32/simplemail/senddoc.cxx
Dosyayı görüntüle @
556f1eab
...
@@ -170,7 +170,7 @@ void initMapiMessage(
...
@@ -170,7 +170,7 @@ void initMapiMessage(
pMapiMessage
->
nFileCount
=
aMapiAttachmentList
.
size
();
pMapiMessage
->
nFileCount
=
aMapiAttachmentList
.
size
();
}
}
const
char
*
KnownParameter
[]
=
const
char
*
const
KnownParameter
[]
=
{
{
"--to"
,
"--to"
,
"--cc"
,
"--cc"
,
...
...
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