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
7d67fbd9
Kaydet (Commit)
7d67fbd9
authored
Mar 29, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid reserved identifiers
Change-Id: I210133e82bc72dcb89da5f7700314ddcf6bee269
üst
f2c2e7a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
20 deletions
+20
-20
shell.cxx
ucb/source/ucp/file/shell.cxx
+16
-16
NeonLockStore.hxx
ucb/source/ucp/webdav-neon/NeonLockStore.hxx
+4
-4
No files found.
ucb/source/ucp/file/shell.cxx
Dosyayı görüntüle @
7d67fbd9
...
@@ -111,8 +111,8 @@ shell::UnqPathData::~UnqPathData()
...
@@ -111,8 +111,8 @@ shell::UnqPathData::~UnqPathData()
delete
notifier
;
delete
notifier
;
}
}
shell
::
MyProperty
::
MyProperty
(
const
OUString
&
__
PropertyName
)
shell
::
MyProperty
::
MyProperty
(
const
OUString
&
the
PropertyName
)
:
PropertyName
(
__
PropertyName
)
:
PropertyName
(
the
PropertyName
)
,
Handle
(
-
1
)
,
Handle
(
-
1
)
,
isNative
(
false
)
,
isNative
(
false
)
,
State
(
beans
::
PropertyState_AMBIGUOUS_VALUE
)
,
State
(
beans
::
PropertyState_AMBIGUOUS_VALUE
)
...
@@ -121,20 +121,20 @@ shell::MyProperty::MyProperty( const OUString& __Propert
...
@@ -121,20 +121,20 @@ shell::MyProperty::MyProperty( const OUString& __Propert
// empty
// empty
}
}
shell
::
MyProperty
::
MyProperty
(
const
bool
&
__
isNative
,
shell
::
MyProperty
::
MyProperty
(
const
bool
&
the
isNative
,
const
OUString
&
__
PropertyName
,
const
OUString
&
the
PropertyName
,
const
sal_Int32
&
__
Handle
,
const
sal_Int32
&
the
Handle
,
const
css
::
uno
::
Type
&
__
Typ
,
const
css
::
uno
::
Type
&
the
Typ
,
const
css
::
uno
::
Any
&
__
Value
,
const
css
::
uno
::
Any
&
the
Value
,
const
css
::
beans
::
PropertyState
&
__
State
,
const
css
::
beans
::
PropertyState
&
the
State
,
const
sal_Int16
&
__
Attributes
)
const
sal_Int16
&
the
Attributes
)
:
PropertyName
(
__
PropertyName
),
:
PropertyName
(
the
PropertyName
),
Handle
(
__
Handle
),
Handle
(
the
Handle
),
isNative
(
__
isNative
),
isNative
(
the
isNative
),
Typ
(
__
Typ
),
Typ
(
the
Typ
),
Value
(
__
Value
),
Value
(
the
Value
),
State
(
__
State
),
State
(
the
State
),
Attributes
(
__
Attributes
)
Attributes
(
the
Attributes
)
{
{
// empty
// empty
}
}
...
...
ucb/source/ucp/webdav-neon/NeonLockStore.hxx
Dosyayı görüntüle @
7d67fbd9
...
@@ -51,20 +51,20 @@ struct ltptr
...
@@ -51,20 +51,20 @@ struct ltptr
}
}
};
};
typedef
struct
_
LockInfo
struct
LockInfo
{
{
rtl
::
Reference
<
NeonSession
>
xSession
;
rtl
::
Reference
<
NeonSession
>
xSession
;
sal_Int32
nLastChanceToSendRefreshRequest
;
sal_Int32
nLastChanceToSendRefreshRequest
;
_
LockInfo
()
LockInfo
()
:
nLastChanceToSendRefreshRequest
(
-
1
)
{}
:
nLastChanceToSendRefreshRequest
(
-
1
)
{}
_
LockInfo
(
rtl
::
Reference
<
NeonSession
>
const
&
_xSession
,
LockInfo
(
rtl
::
Reference
<
NeonSession
>
const
&
_xSession
,
sal_Int32
_nLastChanceToSendRefreshRequest
)
sal_Int32
_nLastChanceToSendRefreshRequest
)
:
xSession
(
_xSession
),
:
xSession
(
_xSession
),
nLastChanceToSendRefreshRequest
(
_nLastChanceToSendRefreshRequest
)
{}
nLastChanceToSendRefreshRequest
(
_nLastChanceToSendRefreshRequest
)
{}
}
LockInfo
;
};
typedef
std
::
map
<
NeonLock
*
,
LockInfo
,
ltptr
>
LockInfoMap
;
typedef
std
::
map
<
NeonLock
*
,
LockInfo
,
ltptr
>
LockInfoMap
;
...
...
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