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
149e3d42
Kaydet (Commit)
149e3d42
authored
Nis 06, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin empty @seealso, @param, @return etc metacomments
üst
c81cb85d
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
0 additions
and
242 deletions
+0
-242
cmdoptions.hxx
include/unotools/cmdoptions.hxx
+0
-26
compatibility.hxx
include/unotools/compatibility.hxx
+0
-30
dynamicmenuoptions.hxx
include/unotools/dynamicmenuoptions.hxx
+0
-18
extendedsecurityoptions.hxx
include/unotools/extendedsecurityoptions.hxx
+0
-16
fontoptions.hxx
include/unotools/fontoptions.hxx
+0
-22
historyoptions.hxx
include/unotools/historyoptions.hxx
+0
-35
localisationoptions.hxx
include/unotools/localisationoptions.hxx
+0
-19
moduleoptions.hxx
include/unotools/moduleoptions.hxx
+0
-4
printwarningoptions.hxx
include/unotools/printwarningoptions.hxx
+0
-16
securityoptions.hxx
include/unotools/securityoptions.hxx
+0
-20
viewoptions.hxx
include/unotools/viewoptions.hxx
+0
-36
No files found.
include/unotools/cmdoptions.hxx
Dosyayı görüntüle @
149e3d42
...
...
@@ -44,10 +44,6 @@ class SvtCommandOptions_Impl;
/*-************************************************************************************************************
@short collect information about dynamic menus
@descr Make it possible to configure dynamic menu structures of menus like "new" or "wizard".
@implements -
@base -
@devstatus ready to use
*//*-*************************************************************************************************************/
...
...
@@ -72,11 +68,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtCommandOptions : public utl::detail:
@seealso member m_nRefCount
@seealso member m_pDataContainer
@param -
@return -
@onerror -
*//*-*****************************************************************************************************/
SvtCommandOptions
();
...
...
@@ -86,9 +77,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtCommandOptions : public utl::detail:
@short return complete specified list
@descr Call it to get all entries of an dynamic menu.
We return a list of all nodes with his names and properties.
@seealso -
@param "eOption" select the list to retrieve.
@return A list of command strings is returned.
...
...
@@ -100,14 +88,9 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtCommandOptions : public utl::detail:
/*-****************************************************************************************************
@short Lookup if a command URL is inside a given list
@descr Lookup if a command URL is inside a given lst
@seealso -
@param "eOption" select right command list
@param "aCommandURL" a command URL that is used for the look up
@return "sal_True" if the command is inside the list otherwise "sal_False"
@onerror -
*//*-*****************************************************************************************************/
bool
Lookup
(
CmdOption
eOption
,
const
OUString
&
aCommandURL
)
const
;
...
...
@@ -122,9 +105,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtCommandOptions : public utl::detail:
@param "xFrame" points to the frame, which wish to be
notified, if configuration was changed.
@return -
@onerror -
*//*-*****************************************************************************************************/
void
EstablisFrameCallback
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XFrame
>&
xFrame
);
...
...
@@ -136,13 +116,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtCommandOptions : public utl::detail:
@descr These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
We create a static mutex only for one ime and use at different times.
@seealso -
@param -
@return A reference to a static mutex member.
@onerror -
*//*-*****************************************************************************************************/
UNOTOOLS_DLLPRIVATE
static
::
osl
::
Mutex
&
GetOwnStaticMutex
();
...
...
include/unotools/compatibility.hxx
Dosyayı görüntüle @
149e3d42
...
...
@@ -77,10 +77,6 @@ class SvtCompatibilityOptions_Impl;
/*-************************************************************************************************************
@short collect information about dynamic menus
@descr Make it possible to configure dynamic menu structures of menus like "new" or "wizard".
@implements -
@base -
@devstatus ready to use
*//*-*************************************************************************************************************/
...
...
@@ -102,11 +98,6 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions: public utl::detail::Options
@seealso member m_nRefCount
@seealso member m_pDataContainer
@param -
@return -
@onerror -
*//*-*****************************************************************************************************/
SvtCompatibilityOptions
();
...
...
@@ -117,13 +108,6 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions: public utl::detail::Options
/*-****************************************************************************************************
@short clear complete specified list
@descr Call this methods to clear the whole list.
@seealso -
@param -
@return -
@onerror -
*//*-*****************************************************************************************************/
void
Clear
();
...
...
@@ -134,10 +118,6 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions: public utl::detail::Options
@short return complete specified list
@descr Call it to get all entries of compatibility options.
We return a list of all nodes with its names and properties.
@seealso -
@param -
@return A list of compatibility options is returned.
@onerror We return an empty list.
...
...
@@ -153,10 +133,6 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions: public utl::detail::Options
@param "sName" Name
@param "sModule" Module
@return -
@onerror -
*//*-*****************************************************************************************************/
void
AppendItem
(
const
OUString
&
sName
,
...
...
@@ -194,13 +170,7 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions: public utl::detail::Options
@descr These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
We create a static mutex only for one ime and use at different times.
@seealso -
@param -
@return A reference to a static mutex member.
@onerror -
*//*-*****************************************************************************************************/
UNOTOOLS_DLLPRIVATE
static
::
osl
::
Mutex
&
GetOwnStaticMutex
();
...
...
include/unotools/dynamicmenuoptions.hxx
Dosyayı görüntüle @
149e3d42
...
...
@@ -57,10 +57,6 @@ class SvtDynamicMenuOptions_Impl;
/*-************************************************************************************************************
@short collect information about dynamic menus
@descr Make it possible to configure dynamic menu structures of menus like "new" or "wizard".
@implements -
@base -
@devstatus ready to use
*//*-*************************************************************************************************************/
...
...
@@ -76,11 +72,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtDynamicMenuOptions : public utl::det
@seealso member m_nRefCount
@seealso member m_pDataContainer
@param -
@return -
@onerror -
*//*-*****************************************************************************************************/
SvtDynamicMenuOptions
();
...
...
@@ -90,9 +81,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtDynamicMenuOptions : public utl::det
@short return complete specified list
@descr Call it to get all entries of an dynamic menu.
We return a list of all nodes with his names and properties.
@seealso -
@param "eMenu" select right menu.
@return A list of menu items is returned.
...
...
@@ -107,13 +95,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtDynamicMenuOptions : public utl::det
@descr These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
We create a static mutex only for one ime and use at different times.
@seealso -
@param -
@return A reference to a static mutex member.
@onerror -
*//*-*****************************************************************************************************/
UNOTOOLS_DLLPRIVATE
static
::
osl
::
Mutex
&
GetOwnStaticMutex
();
...
...
include/unotools/extendedsecurityoptions.hxx
Dosyayı görüntüle @
149e3d42
...
...
@@ -37,11 +37,6 @@ class SvtExtendedSecurityOptions_Impl;
/*-************************************************************************************************************
@short collect information about security features
@descr -
@implements -
@base -
@ATTENTION This class is partially threadsafe.
@devstatus ready to use
...
...
@@ -67,11 +62,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtExtendedSecurityOptions : public utl
@seealso member m_nRefCount
@seealso member m_pDataContainer
@param -
@return -
@onerror -
*//*-*****************************************************************************************************/
SvtExtendedSecurityOptions
();
...
...
@@ -86,13 +76,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtExtendedSecurityOptions : public utl
@descr These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
We create a static mutex only for one ime and use at different times.
@seealso -
@param -
@return A reference to a static mutex member.
@onerror -
*//*-*****************************************************************************************************/
UNOTOOLS_DLLPRIVATE
static
::
osl
::
Mutex
&
GetInitMutex
();
...
...
include/unotools/fontoptions.hxx
Dosyayı görüntüle @
149e3d42
...
...
@@ -36,11 +36,6 @@ class SvtFontOptions_Impl;
/*-************************************************************************************************************
@short collect information about font features
@descr -
@implements -
@base -
@devstatus ready to use
*//*-*************************************************************************************************************/
...
...
@@ -56,11 +51,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtFontOptions : public utl::detail::Op
@seealso member m_nRefCount
@seealso member m_pDataContainer
@param -
@return -
@onerror -
*//*-*****************************************************************************************************/
SvtFontOptions
();
...
...
@@ -79,12 +69,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtFontOptions : public utl::detail::Op
..FontWYSIWYG..() => With this option the names of the selectable fonts
(for example, the fonts in the Font field in the object bar)
will be formatted as the current font.
@seealso -
@param -
@return -
@onerror No error should occur!
*//*-*****************************************************************************************************/
...
...
@@ -99,13 +83,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtFontOptions : public utl::detail::Op
@short return a reference to a static mutex
@descr These class use his own static mutex to be threadsafe.
We create a static mutex only for one ime and use at different times.
@seealso -
@param -
@return A reference to a static mutex member.
@onerror -
*//*-*****************************************************************************************************/
UNOTOOLS_DLLPRIVATE
static
::
osl
::
Mutex
&
impl_GetOwnStaticMutex
();
...
...
include/unotools/historyoptions.hxx
Dosyayı görüntüle @
149e3d42
...
...
@@ -60,11 +60,6 @@ class SvtHistoryOptions_Impl;
/*-************************************************************************************************************
@short collect information about history features
@descr -
@implements -
@base -
@devstatus ready to use
*//*-*************************************************************************************************************/
...
...
@@ -80,11 +75,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail:
@seealso member m_nRefCount
@seealso member m_pDataContainer
@param -
@return -
@onerror -
*//*-*****************************************************************************************************/
SvtHistoryOptions
();
...
...
@@ -101,15 +91,10 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail:
@descr Call this methods to get information about max. size of specified list.
These value lay down the max count of items in these history. If a new one
is add to it the oldest one is deleted automaticly!
@seealso -
@param "eHistory" select right history.
@param "nSize" is the new max size of specified list. If new size smaller then the old one
some oldest entries will be destroyed automaticly!
@return Current max size of specified list.
@onerror -
*//*-*****************************************************************************************************/
sal_uInt32
GetSize
(
EHistoryType
eHistory
)
const
;
...
...
@@ -118,13 +103,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail:
@short clear complete sepcified list
@descr Call this methods to clear the whole list. After that GetItemCount() will return 0 ...
but GetSize() will return the old value!
@seealso -
@param "eHistory" select right history.
@return -
@onerror -
*//*-*****************************************************************************************************/
void
Clear
(
EHistoryType
eHistory
);
...
...
@@ -132,13 +111,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail:
/*-****************************************************************************************************
@short return complete sepcified list
@descr If you will show the whole list call this method to get it completely.
@seealso -
@param "eHistory" select right history.
@return A list of history items is returned.
@onerror -
*//*-*****************************************************************************************************/
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>
>
GetList
(
EHistoryType
eHistory
)
const
;
...
...
@@ -158,9 +132,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail:
@param "sFilter" filter name to save in history
@param "sTitle" document title to save in history
@param "sPassword" password to save in history
@return -
@onerror -
*//*-*****************************************************************************************************/
void
AppendItem
(
EHistoryType
eHistory
,
...
...
@@ -172,13 +143,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail:
/*-****************************************************************************************************
@short return a reference to a static mutex
@descr Make these class threadsafe.
@seealso -
@param -
@return A reference to a static mutex member.
@onerror -
*//*-*****************************************************************************************************/
UNOTOOLS_DLLPRIVATE
static
::
osl
::
Mutex
&
GetOwnStaticMutex
();
...
...
include/unotools/localisationoptions.hxx
Dosyayı görüntüle @
149e3d42
...
...
@@ -35,11 +35,6 @@ class SvtLocalisationOptions_Impl;
/*-************************************************************************************************************
@short collect information about localisation features
@descr -
@implements -
@base -
@devstatus ready to use
*//*-*************************************************************************************************************/
...
...
@@ -55,11 +50,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtLocalisationOptions : public utl::de
@seealso member m_nRefCount
@seealso member m_pDataContainer
@param -
@return -
@onerror -
*//*-*****************************************************************************************************/
SvtLocalisationOptions
();
...
...
@@ -68,9 +58,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtLocalisationOptions : public utl::de
/*-****************************************************************************************************
@short interface methods to get and set value of config key "org.openoffice.Office.Common/View/Localisation/AutoMnemonic"
@descr These value specifies if shortcuts should be assigned automatically.
@seealso -
@param "bState", new value to set it in configuration.
@return The value which represent current state of internal variable.
...
...
@@ -105,13 +92,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtLocalisationOptions : public utl::de
@descr These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
We create a static mutex only for one ime and use at different times.
@seealso -
@param -
@return A reference to a static mutex member.
@onerror -
*//*-*****************************************************************************************************/
UNOTOOLS_DLLPRIVATE
static
::
osl
::
Mutex
&
GetOwnStaticMutex
();
...
...
include/unotools/moduleoptions.hxx
Dosyayı görüntüle @
149e3d42
...
...
@@ -51,10 +51,6 @@ class SvtModuleOptions_Impl;
@descr Use these class to get installation state of different office modules like writer, calc etc
Further you can ask for additional information; e.g. name of standard template file, which
should be used by corresponding module; or short/long name of these module factory.
@implements -
@base -
@devstatus ready to use
@threadsafe yes
*//*-*************************************************************************************************************/
...
...
include/unotools/printwarningoptions.hxx
Dosyayı görüntüle @
149e3d42
...
...
@@ -37,11 +37,6 @@ class SvtPrintWarningOptions_Impl;
/*-************************************************************************************************************
@short collect information about startup features
@descr -
@implements -
@base -
@devstatus ready to use
*//*-*************************************************************************************************************/
...
...
@@ -57,11 +52,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtPrintWarningOptions : public utl::de
@seealso member m_nRefCount
@seealso member m_pDataContainer
@param -
@return -
@onerror -
*//*-*****************************************************************************************************/
SvtPrintWarningOptions
();
...
...
@@ -90,13 +80,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtPrintWarningOptions : public utl::de
@short return a reference to a static mutex
@descr These class use his own static mutex to be threadsafe.
We create a static mutex only for one ime and use at different times.
@seealso -
@param -
@return A reference to a static mutex member.
@onerror -
*//*-*****************************************************************************************************/
UNOTOOLS_DLLPRIVATE
static
::
osl
::
Mutex
&
GetOwnStaticMutex
();
...
...
include/unotools/securityoptions.hxx
Dosyayı görüntüle @
149e3d42
...
...
@@ -49,11 +49,6 @@ enum EBasicSecurityMode
/*-************************************************************************************************************
@short collect information about security features
@descr -
@implements -
@base -
@ATTENTION This class is partially threadsafe.
@devstatus ready to use
...
...
@@ -112,11 +107,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail
@seealso member m_nRefCount
@seealso member m_pDataContainer
@param -
@return -
@onerror -
*//*-*****************************************************************************************************/
SvtSecurityOptions
();
...
...
@@ -125,8 +115,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail
/*-****************************************************************************************************
@short returns readonly state
@descr It can be called to get information about the readonly state of a provided item.
@seealso -
@param "eOption", specify, which item is queried
@return <TRUE/> if item is readonly; <FALSE/> otherwise
...
...
@@ -145,8 +133,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail
private:schedule => Scripts of the scheduler;
private:searchfolder => Scripts of the searchfolder;
private:user => Scripts that are entered in the URL field.
@seealso -
@param "seqURLList", new values to set it in configuration.
@return The values which represent current state of internal variable.
...
...
@@ -227,13 +213,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail
@descr These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
We create a static mutex only for one ime and use at different times.
@seealso -
@param -
@return A reference to a static mutex member.
@onerror -
*//*-*****************************************************************************************************/
UNOTOOLS_DLLPRIVATE
static
::
osl
::
Mutex
&
GetInitMutex
();
...
...
include/unotools/viewoptions.hxx
Dosyayı görüntüle @
149e3d42
...
...
@@ -94,10 +94,6 @@ enum EViewType
/Window_Options [WindowType]
...
/Window_<YourName> [WindowType]
@implements -
@base -
@devstatus ready to use
*//*-*************************************************************************************************************/
...
...
@@ -120,8 +116,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
@param "eType" specify type of your view and is used to use right data container!
@param "sViewName" specify the name of your view and is the key name in data list too.
@return -
@onerror An assertion is thrown in debug version. Otherwise we do nothing!
*//*-*****************************************************************************************************/
...
...
@@ -132,13 +126,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
/*-****************************************************************************************************
@short support preload of these config item
@descr Sometimes we need preloading of these configuration data without real using of it.
@seealso -
@param -
@return -
@onerror -
*//*-*****************************************************************************************************/
static
void
AcquireOptions
();
...
...
@@ -152,9 +139,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
it not already exist and work with default values!
If this a problem for you - you MUST call these method before and
you must make up your own mind about that.
@seealso -
@onerror No error should occur.
*//*-*****************************************************************************************************/
...
...
@@ -183,8 +167,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
parse given string!
@seealso vcl methods
@onerror -
*//*-*****************************************************************************************************/
OUString
GetWindowState
(
)
const
;
...
...
@@ -195,9 +177,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
@descr It's only supported for: - tab-dialogs
If you call it for other ones you will get an assertion in debug version.
In a product version we do nothing!
@seealso -
@onerror An assertion is thrown in debug version. Otherwise we do nothing!
*//*-*****************************************************************************************************/
...
...
@@ -209,9 +188,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
@descr It's only supported for: - windows
If you call it for other ones you will get an assertion in debug version.
In a product version we do nothing!
@seealso -
@onerror An assertion is thrown in debug version. Otherwise we do nothing!
*//*-*****************************************************************************************************/
...
...
@@ -229,9 +205,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
@short use it to set/get the extended user data (consisting of a set of named scalar values)
@descr It's supported for ALL types!
Every view can handle its own user defined data set.
@seealso -
@onerror In the non-product version, an assertion is made. In a product version, errors are silently ignored.
*//*-*****************************************************************************************************/
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
NamedValue
>
GetUserData
(
)
const
;
...
...
@@ -241,9 +214,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
@short use it to set/get ONE special user data item directly
@descr Normaly you can work on full user data list by using "Set/GetUserData()".
With this function you have an access on special list entries directly without any
@seealso -
@onerror In the non-product version, an assertion is made. In a product version, errors are silently ignored.
*//*-*****************************************************************************************************/
...
...
@@ -260,13 +230,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
@descr These class is threadsafe.
We create a static mutex only for one time and use it to protect our refcount and container
member!
@seealso -
@param -
@return A reference to a static mutex member.
@onerror -
*//*-*****************************************************************************************************/
UNOTOOLS_DLLPRIVATE
static
::
osl
::
Mutex
&
GetOwnStaticMutex
();
...
...
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