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
f4de9aba
Kaydet (Commit)
f4de9aba
authored
Mar 21, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SD_DLLPRIVATE -> SAL_DLLPRIVATE
Change-Id: Ia5f99e3c7cb5aa11cd33ba7f00afc4b9da10f0b7
üst
698a03ef
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
11 deletions
+10
-11
sddllapi.h
sd/inc/sddllapi.h
+0
-1
sdtreelb.cxx
sd/source/ui/dlg/sdtreelb.cxx
+1
-1
WindowUpdater.hxx
sd/source/ui/inc/WindowUpdater.hxx
+1
-1
optsitem.hxx
sd/source/ui/inc/optsitem.hxx
+2
-2
sdtreelb.hxx
sd/source/ui/inc/sdtreelb.hxx
+6
-6
No files found.
sd/inc/sddllapi.h
Dosyayı görüntüle @
f4de9aba
...
...
@@ -27,7 +27,6 @@
#else
#define SD_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
#define SD_DLLPRIVATE SAL_DLLPRIVATE
#endif
/* INCLUDED_SDDLLAPI_H */
...
...
sd/source/ui/dlg/sdtreelb.cxx
Dosyayı görüntüle @
f4de9aba
...
...
@@ -72,7 +72,7 @@ public:
};
sal_Bool
S
D
_DLLPRIVATE
SdPageObjsTLB
::
bIsInDrag
=
sal_False
;
sal_Bool
S
AL
_DLLPRIVATE
SdPageObjsTLB
::
bIsInDrag
=
sal_False
;
sal_Bool
SdPageObjsTLB
::
IsInDrag
()
{
...
...
sd/source/ui/inc/WindowUpdater.hxx
Dosyayı görüntüle @
f4de9aba
...
...
@@ -133,7 +133,7 @@ private:
The output device to update. When it is <null/> then the call
is ignored.
*/
S
D
_DLLPRIVATE
void
UpdateWindow
(
OutputDevice
*
pDevice
)
const
;
S
AL
_DLLPRIVATE
void
UpdateWindow
(
OutputDevice
*
pDevice
)
const
;
};
}
// end of namespace sd
...
...
sd/source/ui/inc/optsitem.hxx
Dosyayı görüntüle @
f4de9aba
...
...
@@ -84,8 +84,8 @@ private:
sal_Bool
mbInit
:
1
;
sal_Bool
mbEnableModify
:
1
;
S
D
_DLLPRIVATE
void
Commit
(
SdOptionsItem
&
rCfgItem
)
const
;
S
D
_DLLPRIVATE
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
rtl
::
OUString
>
GetPropertyNames
()
const
;
S
AL
_DLLPRIVATE
void
Commit
(
SdOptionsItem
&
rCfgItem
)
const
;
S
AL
_DLLPRIVATE
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
rtl
::
OUString
>
GetPropertyNames
()
const
;
protected
:
...
...
sd/source/ui/inc/sdtreelb.hxx
Dosyayı görüntüle @
f4de9aba
...
...
@@ -59,7 +59,7 @@ class SD_DLLPUBLIC SdPageObjsTLB : public SvTreeListBox
{
private
:
static
sal_Bool
S
D
_DLLPRIVATE
bIsInDrag
;
///< static, in the case the navigator is deleted in ExecuteDrag
static
sal_Bool
S
AL
_DLLPRIVATE
bIsInDrag
;
///< static, in the case the navigator is deleted in ExecuteDrag
public
:
...
...
@@ -95,13 +95,13 @@ public:
::
sd
::
DrawDocShell
&
mrDocShell
;
NavigatorDragType
meDragType
;
const
::
com
::
sun
::
star
::
uno
::
Any
maTreeListBoxData
;
S
D
_DLLPRIVATE
virtual
~
SdPageObjsTransferable
();
S
AL
_DLLPRIVATE
virtual
~
SdPageObjsTransferable
();
S
D
_DLLPRIVATE
virtual
void
AddSupportedFormats
();
S
D
_DLLPRIVATE
virtual
sal_Bool
GetData
(
const
::
com
::
sun
::
star
::
datatransfer
::
DataFlavor
&
rFlavor
);
S
D
_DLLPRIVATE
virtual
void
DragFinished
(
sal_Int8
nDropAction
);
S
AL
_DLLPRIVATE
virtual
void
AddSupportedFormats
();
S
AL
_DLLPRIVATE
virtual
sal_Bool
GetData
(
const
::
com
::
sun
::
star
::
datatransfer
::
DataFlavor
&
rFlavor
);
S
AL
_DLLPRIVATE
virtual
void
DragFinished
(
sal_Int8
nDropAction
);
S
D
_DLLPRIVATE
virtual
sal_Int64
SAL_CALL
getSomething
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>&
rId
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
S
AL
_DLLPRIVATE
virtual
sal_Int64
SAL_CALL
getSomething
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>&
rId
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
};
friend
class
SdPageObjsTLB
::
SdPageObjsTransferable
;
...
...
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