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
0d5ff972
Kaydet (Commit)
0d5ff972
authored
May 18, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SAL_WARN_UNUSED Link
Change-Id: I646677611e46a7e33e977a5afeea9bf831b28733
üst
968e6b5e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
20 deletions
+4
-20
substitutepathvars.cxx
framework/source/services/substitutepathvars.cxx
+2
-17
link.hxx
include/tools/link.hxx
+2
-1
DocumentRenderer.cxx
sd/source/ui/view/DocumentRenderer.cxx
+0
-1
hyp.hxx
sw/source/uibase/inc/hyp.hxx
+0
-1
No files found.
framework/source/services/substitutepathvars.cxx
Dosyayı görüntüle @
0d5ff972
...
...
@@ -114,7 +114,7 @@ typedef std::vector< SubstituteRule > SubstituteRuleVector;
class
SubstitutePathVariables_Impl
:
public
utl
::
ConfigItem
{
public
:
SubstitutePathVariables_Impl
(
const
Link
<>&
aNotifyLink
);
SubstitutePathVariables_Impl
();
virtual
~
SubstitutePathVariables_Impl
();
static
OperatingSystem
GetOperatingSystemFromString
(
const
OUString
&
);
...
...
@@ -153,7 +153,6 @@ class SubstitutePathVariables_Impl : public utl::ConfigItem
bool
m_bHostRetrieved
;
OUString
m_aHost
;
Link
<>
m_aListenerNotify
;
const
OUString
m_aSharePointsNodeName
;
const
OUString
m_aDirPropertyName
;
const
OUString
m_aEnvPropertyName
;
...
...
@@ -261,8 +260,6 @@ public:
throw
(
::
com
::
sun
::
star
::
container
::
NoSuchElementException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
protected
:
DECL_LINK
(
implts_ConfigurationNotify
,
void
*
);
void
SetPredefinedPathVariables
();
OUString
ConvertOSLtoUCBURL
(
const
OUString
&
aOSLCompliantURL
)
const
;
...
...
@@ -395,13 +392,12 @@ EnvironmentType SubstitutePathVariables_Impl::GetEnvTypeFromString( const OUStri
return
ET_UNKNOWN
;
}
SubstitutePathVariables_Impl
::
SubstitutePathVariables_Impl
(
const
Link
<>&
aNotifyLink
)
:
SubstitutePathVariables_Impl
::
SubstitutePathVariables_Impl
()
:
utl
::
ConfigItem
(
OUString
(
"Office.Substitution"
)),
m_bYPDomainRetrieved
(
false
),
m_bDNSDomainRetrieved
(
false
),
m_bNTDomainRetrieved
(
false
),
m_bHostRetrieved
(
false
),
m_aListenerNotify
(
aNotifyLink
),
m_aSharePointsNodeName
(
OUString
(
"SharePoints"
)),
m_aDirPropertyName
(
OUString
(
"/Directory"
)),
m_aEnvPropertyName
(
OUString
(
"/Environment"
)),
...
...
@@ -719,7 +715,6 @@ void SubstitutePathVariables_Impl::ReadSharePointRuleSetFromConfiguration(
SubstitutePathVariables
::
SubstitutePathVariables
(
const
Reference
<
XComponentContext
>&
xContext
)
:
SubstitutePathVariables_BASE
(
m_aMutex
),
m_aImpl
(
LINK
(
this
,
SubstitutePathVariables
,
implts_ConfigurationNotify
)),
m_xContext
(
xContext
)
{
int
i
;
...
...
@@ -793,16 +788,6 @@ throw ( NoSuchElementException, RuntimeException, std::exception )
return
impl_getSubstituteVariableValue
(
aVariable
);
}
// protected methods
IMPL_LINK_NOARG
(
SubstitutePathVariables
,
implts_ConfigurationNotify
)
{
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
osl
::
MutexGuard
g
(
rBHelper
.
rMutex
);
return
0
;
}
OUString
SubstitutePathVariables
::
ConvertOSLtoUCBURL
(
const
OUString
&
aOSLCompliantURL
)
const
{
OUString
aResult
;
...
...
include/tools/link.hxx
Dosyayı görüntüle @
0d5ff972
...
...
@@ -113,7 +113,8 @@
#define LINK(Instance, Class, Member) ::tools::detail::makeLink( \
static_cast<Class *>(Instance), &Class::LinkStub##Member)
template
<
typename
Arg
=
void
*
,
typename
Ret
=
sal_IntPtr
>
class
Link
{
template
<
typename
Arg
=
void
*
,
typename
Ret
=
sal_IntPtr
>
class
SAL_WARN_UNUSED
Link
{
public
:
typedef
Ret
Stub
(
void
*
,
Arg
);
...
...
sd/source/ui/view/DocumentRenderer.cxx
Dosyayı görüntüle @
0d5ff972
...
...
@@ -1609,7 +1609,6 @@ private:
Size
(
nRotatedWidth
,
nRotatedHeight
)
);
}
Link
<>
aOldLink
;
Outliner
*
pOutliner
=
mrBase
.
GetDocument
()
->
GetInternalOutliner
();
pOutliner
->
Init
(
OUTLINERMODE_OUTLINEVIEW
);
const
sal_uInt16
nSavedOutlMode
(
pOutliner
->
GetMode
());
...
...
sw/source/uibase/inc/hyp.hxx
Dosyayı görüntüle @
0d5ff972
...
...
@@ -31,7 +31,6 @@ private:
SwView
*
pView
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
linguistic2
::
XHyphenator
>
xHyph
;
Link
<>
aOldLnk
;
sal_uInt16
nPageCount
;
// page count for progress view
sal_uInt16
nPageStart
;
// 1st checked page
bool
bInSelection
:
1
;
// separating selected text
...
...
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