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
6d27b176
Kaydet (Commit)
6d27b176
authored
Nis 06, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin copy-pasta comments of low informative value
Change-Id: Ib9ddc516636d2150101c40ee3f249c7511bcb375
üst
e32e7946
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
19 deletions
+16
-19
addonsoptions.hxx
include/framework/addonsoptions.hxx
+2
-2
menuoptions.hxx
include/svtools/menuoptions.hxx
+2
-2
miscopt.hxx
include/svtools/miscopt.hxx
+2
-2
optionsdrawinglayer.hxx
include/svtools/optionsdrawinglayer.hxx
+2
-2
printoptions.hxx
include/svtools/printoptions.hxx
+4
-4
slidesorterbaropt.hxx
include/svtools/slidesorterbaropt.hxx
+2
-2
toolpanelopt.hxx
include/svtools/toolpanelopt.hxx
+2
-2
viewoptions.hxx
include/unotools/viewoptions.hxx
+0
-3
No files found.
include/framework/addonsoptions.hxx
Dosyayı görüntüle @
6d27b176
...
...
@@ -302,8 +302,8 @@ class FWE_DLLPUBLIC AddonsOptions
Do it in your source only.
*/
static
AddonsOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
static
AddonsOptions_Impl
*
m_pDataContainer
;
static
sal_Int32
m_nRefCount
;
};
// class SvtMenuOptions
...
...
include/svtools/menuoptions.hxx
Dosyayı görüntüle @
6d27b176
...
...
@@ -119,8 +119,8 @@ class SVT_DLLPUBLIC SAL_WARN_UNUSED SvtMenuOptions: public utl::detail::Options
Do it in your source only.
*/
static
SvtMenuOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
static
SvtMenuOptions_Impl
*
m_pDataContainer
;
static
sal_Int32
m_nRefCount
;
};
// class SvtMenuOptions
...
...
include/svtools/miscopt.hxx
Dosyayı görüntüle @
6d27b176
...
...
@@ -141,8 +141,8 @@ class SVT_DLLPUBLIC SvtMiscOptions: public utl::detail::Options
Do it in your source only.
*/
static
SvtMiscOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
static
SvtMiscOptions_Impl
*
m_pDataContainer
;
static
sal_Int32
m_nRefCount
;
};
// class SvtMiscOptions
...
...
include/svtools/optionsdrawinglayer.hxx
Dosyayı görüntüle @
6d27b176
...
...
@@ -193,8 +193,8 @@ class SVT_DLLPUBLIC SvtOptionsDrawinglayer
Do it in your source only.
*/
static
SvtOptionsDrawinglayer_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
static
SvtOptionsDrawinglayer_Impl
*
m_pDataContainer
;
static
sal_Int32
m_nRefCount
;
};
// class SvtOptionsDrawinglayer
...
...
include/svtools/printoptions.hxx
Dosyayı görüntüle @
6d27b176
...
...
@@ -89,8 +89,8 @@ class SVT_DLLPUBLIC SvtPrinterOptions : public SvtBasePrintOptions
{
private
:
static
SvtPrintOptions_Impl
*
m_pStaticDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
static
SvtPrintOptions_Impl
*
m_pStaticDataContainer
;
static
sal_Int32
m_nRefCount
;
public
:
...
...
@@ -106,8 +106,8 @@ class SVT_DLLPUBLIC SvtPrintFileOptions : public SvtBasePrintOptions
{
private
:
static
SvtPrintOptions_Impl
*
m_pStaticDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
static
SvtPrintOptions_Impl
*
m_pStaticDataContainer
;
static
sal_Int32
m_nRefCount
;
public
:
...
...
include/svtools/slidesorterbaropt.hxx
Dosyayı görüntüle @
6d27b176
...
...
@@ -88,8 +88,8 @@ class SVT_DLLPUBLIC SvtSlideSorterBarOptions: public utl::detail::Options
\li and unresolved externals exist at linking time.
Do it in your source only.
*/
static
SvtSlideSorterBarOptions_Impl
*
m_pDataContainer
;
///< impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
///< internal ref count mechanism
static
SvtSlideSorterBarOptions_Impl
*
m_pDataContainer
;
static
sal_Int32
m_nRefCount
;
};
...
...
include/svtools/toolpanelopt.hxx
Dosyayı görüntüle @
6d27b176
...
...
@@ -89,8 +89,8 @@ class SVT_DLLPUBLIC SvtToolPanelOptions: public utl::detail::Options
\li and unresolved externals exist at linking time.
Do it in your source only.
*/
static
SvtToolPanelOptions_Impl
*
m_pDataContainer
;
///< impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
///< internal ref count mechanism
static
SvtToolPanelOptions_Impl
*
m_pDataContainer
;
static
sal_Int32
m_nRefCount
;
};
...
...
include/unotools/viewoptions.hxx
Dosyayı görüntüle @
6d27b176
...
...
@@ -244,9 +244,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
EViewType
m_eViewType
;
OUString
m_sViewName
;
/// - impl. data container as dynamic pointer for smaller memory requirements!
/// - internal ref count mechanism
/*Attention
Don't initialize these static member in these header!
...
...
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