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
3c9d9294
Kaydet (Commit)
3c9d9294
authored
Nis 06, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Kill superfluous spacing before semicolons
Change-Id: I05353e942fa1a2b7338c8415cdba06adb2bdd43f
üst
49ccde0d
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
50 additions
and
50 deletions
+50
-50
cmdoptions.hxx
include/unotools/cmdoptions.hxx
+2
-2
compatibility.hxx
include/unotools/compatibility.hxx
+1
-1
dynamicmenuoptions.hxx
include/unotools/dynamicmenuoptions.hxx
+2
-2
extendedsecurityoptions.hxx
include/unotools/extendedsecurityoptions.hxx
+2
-2
fontoptions.hxx
include/unotools/fontoptions.hxx
+6
-6
historyoptions.hxx
include/unotools/historyoptions.hxx
+4
-4
localisationoptions.hxx
include/unotools/localisationoptions.hxx
+4
-4
moduleoptions.hxx
include/unotools/moduleoptions.hxx
+2
-2
printwarningoptions.hxx
include/unotools/printwarningoptions.hxx
+2
-2
securityoptions.hxx
include/unotools/securityoptions.hxx
+15
-15
viewoptions.hxx
include/unotools/viewoptions.hxx
+10
-10
No files found.
include/unotools/cmdoptions.hxx
Dosyayı görüntüle @
3c9d9294
...
...
@@ -157,8 +157,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtCommandOptions : public utl::detail:
Do it in your source only.
*/
static
SvtCommandOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
static
SvtCommandOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
};
// class SvtCmdOptions
...
...
include/unotools/compatibility.hxx
Dosyayı görüntüle @
3c9d9294
...
...
@@ -218,7 +218,7 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions: public utl::detail::Options
*/
static
SvtCompatibilityOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
};
// class SvtCompatibilityOptions
...
...
include/unotools/dynamicmenuoptions.hxx
Dosyayı görüntüle @
3c9d9294
...
...
@@ -128,8 +128,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtDynamicMenuOptions : public utl::det
Do it in your source only.
*/
static
SvtDynamicMenuOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
static
SvtDynamicMenuOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
};
// class SvtDynamicMenuOptions
...
...
include/unotools/extendedsecurityoptions.hxx
Dosyayı görüntüle @
3c9d9294
...
...
@@ -109,8 +109,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtExtendedSecurityOptions : public utl
Do it in your source only.
*/
static
SvtExtendedSecurityOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
static
SvtExtendedSecurityOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
};
// class SvtExtendedSecurityOptions
...
...
include/unotools/fontoptions.hxx
Dosyayı görüntüle @
3c9d9294
...
...
@@ -88,11 +88,11 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtFontOptions : public utl::detail::Op
@onerror No error should occur!
*//*-*****************************************************************************************************/
bool
IsFontHistoryEnabled
(
)
const
;
void
EnableFontHistory
(
bool
bState
)
;
bool
IsFontHistoryEnabled
(
)
const
;
void
EnableFontHistory
(
bool
bState
);
bool
IsFontWYSIWYGEnabled
(
)
const
;
void
EnableFontWYSIWYG
(
bool
bState
)
;
bool
IsFontWYSIWYGEnabled
(
)
const
;
void
EnableFontWYSIWYG
(
bool
bState
);
private
:
/*-****************************************************************************************************
...
...
@@ -119,8 +119,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtFontOptions : public utl::detail::Op
Do it in your source only.
*/
static
SvtFontOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
static
SvtFontOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
};
// class SvtFontOptions
...
...
include/unotools/historyoptions.hxx
Dosyayı görüntüle @
3c9d9294
...
...
@@ -112,7 +112,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail:
@onerror -
*//*-*****************************************************************************************************/
sal_uInt32
GetSize
(
EHistoryType
eHistory
)
const
;
sal_uInt32
GetSize
(
EHistoryType
eHistory
)
const
;
/*-****************************************************************************************************
@short clear complete sepcified list
...
...
@@ -141,7 +141,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail:
@onerror -
*//*-*****************************************************************************************************/
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>
>
GetList
(
EHistoryType
eHistory
)
const
;
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>
>
GetList
(
EHistoryType
eHistory
)
const
;
/*-****************************************************************************************************
@short append a new item to specified list
...
...
@@ -193,8 +193,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail:
Do it in your source only.
*/
static
SvtHistoryOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
static
SvtHistoryOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
};
// class SvtHistoryOptions
...
...
include/unotools/localisationoptions.hxx
Dosyayı görüntüle @
3c9d9294
...
...
@@ -77,7 +77,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtLocalisationOptions : public utl::de
@onerror No error should occur!
*//*-*****************************************************************************************************/
bool
IsAutoMnemonic
(
)
const
;
bool
IsAutoMnemonic
(
)
const
;
/*-****************************************************************************************************
@short interface methods to get and set value of config key "org.openoffice.Office.Common/View/Localisation/DialogScale"
...
...
@@ -97,7 +97,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtLocalisationOptions : public utl::de
@onerror No error should occur!
*//*-*****************************************************************************************************/
sal_Int32
GetDialogScale
(
)
const
;
sal_Int32
GetDialogScale
(
)
const
;
private
:
/*-****************************************************************************************************
...
...
@@ -126,8 +126,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtLocalisationOptions : public utl::de
Do it in your source only.
*/
static
SvtLocalisationOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
static
SvtLocalisationOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
};
// class SvtLocalisationOptions
...
...
include/unotools/moduleoptions.hxx
Dosyayı görüntüle @
3c9d9294
...
...
@@ -190,8 +190,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtModuleOptions : public utl::detail::
Do it in your source only.
*/
static
SvtModuleOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
static
SvtModuleOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
};
// class SvtModuleOptions
...
...
include/unotools/printwarningoptions.hxx
Dosyayı görüntüle @
3c9d9294
...
...
@@ -111,8 +111,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtPrintWarningOptions : public utl::de
Do it in your source only.
*/
static
SvtPrintWarningOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
static
SvtPrintWarningOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
};
// class SvtPrintWarningOptions
...
...
include/unotools/securityoptions.hxx
Dosyayı görüntüle @
3c9d9294
...
...
@@ -133,7 +133,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail
@onerror No error should occur!
*//*-*****************************************************************************************************/
bool
IsReadOnly
(
EOption
eOption
)
const
;
bool
IsReadOnly
(
EOption
eOption
)
const
;
/*-****************************************************************************************************
@short interface methods to get and set value of config key "org.openoffice.Office.Common/Security/Scripting/SecureURL"
...
...
@@ -153,8 +153,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail
@onerror No error should occur!
*//*-*****************************************************************************************************/
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
GetSecureURLs
(
)
const
;
void
SetSecureURLs
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
seqURLList
)
;
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
GetSecureURLs
(
)
const
;
void
SetSecureURLs
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
seqURLList
);
/*-****************************************************************************************************
@short interface methods to get and set value of config key "org.openoffice.Office.Common/Security/Scripting/StarOfficeBasic"
...
...
@@ -177,10 +177,10 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail
@onerror No error should occur!
*//*-*****************************************************************************************************/
sal_Int32
GetMacroSecurityLevel
(
)
const
;
void
SetMacroSecurityLevel
(
sal_Int32
_nLevel
)
;
sal_Int32
GetMacroSecurityLevel
(
)
const
;
void
SetMacroSecurityLevel
(
sal_Int32
_nLevel
);
bool
IsMacroDisabled
(
)
const
;
bool
IsMacroDisabled
(
)
const
;
/**
Check whether the given uri is either no dangerous macro-execution
...
...
@@ -200,19 +200,19 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail
*/
bool
isTrustedLocationUri
(
OUString
const
&
uri
)
const
;
::
com
::
sun
::
star
::
uno
::
Sequence
<
Certificate
>
GetTrustedAuthors
(
)
const
;
void
SetTrustedAuthors
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
Certificate
>&
rAuthors
)
;
::
com
::
sun
::
star
::
uno
::
Sequence
<
Certificate
>
GetTrustedAuthors
(
)
const
;
void
SetTrustedAuthors
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
Certificate
>&
rAuthors
);
// for bool options only!
bool
IsOptionSet
(
EOption
eOption
)
const
;
bool
SetOption
(
EOption
eOption
,
bool
bValue
)
;
bool
IsOptionEnabled
(
EOption
eOption
)
const
;
bool
IsOptionSet
(
EOption
eOption
)
const
;
bool
SetOption
(
EOption
eOption
,
bool
bValue
);
bool
IsOptionEnabled
(
EOption
eOption
)
const
;
// xmlsec05 deprecated methods
bool
IsExecutePlugins
()
const
;
void
SetExecutePlugins
(
bool
bSet
);
EBasicSecurityMode
GetBasicMode
(
)
const
;
void
SetBasicMode
(
EBasicSecurityMode
eMode
)
;
EBasicSecurityMode
GetBasicMode
(
)
const
;
void
SetBasicMode
(
EBasicSecurityMode
eMode
);
bool
IsWarningEnabled
()
const
;
void
SetWarningEnabled
(
bool
bSet
);
bool
IsConfirmationEnabled
()
const
;
...
...
@@ -250,8 +250,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail
Do it in your source only.
*/
static
SvtSecurityOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
static
SvtSecurityOptions_Impl
*
m_pDataContainer
;
/// impl. data container as dynamic pointer for smaller memory requirements!
static
sal_Int32
m_nRefCount
;
/// internal ref count mechanism
};
// class SvtSecurityOptions
...
...
include/unotools/viewoptions.hxx
Dosyayı görüntüle @
3c9d9294
...
...
@@ -277,8 +277,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
/// specify which list of views in configuration is used! This can't be a static value!!!
/// ... because we need this value to work with right static data container.
EViewType
m_eViewType
;
OUString
m_sViewName
;
EViewType
m_eViewType
;
OUString
m_sViewName
;
/// - impl. data container as dynamic pointer for smaller memory requirements!
/// - internal ref count mechanism
...
...
@@ -291,14 +291,14 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
Do it in your source only.
*/
static
SvtViewOptionsBase_Impl
*
m_pDataContainer_Dialogs
;
/// hold data for all dialogs
static
sal_Int32
m_nRefCount_Dialogs
;
static
SvtViewOptionsBase_Impl
*
m_pDataContainer_TabDialogs
;
/// hold data for all tab-dialogs
static
sal_Int32
m_nRefCount_TabDialogs
;
static
SvtViewOptionsBase_Impl
*
m_pDataContainer_TabPages
;
/// hold data for all tab-pages
static
sal_Int32
m_nRefCount_TabPages
;
static
SvtViewOptionsBase_Impl
*
m_pDataContainer_Windows
;
/// hold data for all windows
static
sal_Int32
m_nRefCount_Windows
;
static
SvtViewOptionsBase_Impl
*
m_pDataContainer_Dialogs
;
/// hold data for all dialogs
static
sal_Int32
m_nRefCount_Dialogs
;
static
SvtViewOptionsBase_Impl
*
m_pDataContainer_TabDialogs
;
/// hold data for all tab-dialogs
static
sal_Int32
m_nRefCount_TabDialogs
;
static
SvtViewOptionsBase_Impl
*
m_pDataContainer_TabPages
;
/// hold data for all tab-pages
static
sal_Int32
m_nRefCount_TabPages
;
static
SvtViewOptionsBase_Impl
*
m_pDataContainer_Windows
;
/// hold data for all windows
static
sal_Int32
m_nRefCount_Windows
;
};
// class SvtViewOptions
...
...
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