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
9325dca9
Kaydet (Commit)
9325dca9
authored
Mar 23, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
"atomar" is not a word
SCNR Change-Id: I3aaa8d9b37423d44fe11f161cc21c0a77b466353
üst
b3644853
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
DatabaseForm.cxx
forms/source/component/DatabaseForm.cxx
+1
-1
axbinaryreader.hxx
oox/inc/oox/ole/axbinaryreader.hxx
+1
-1
axbinarywriter.hxx
oox/inc/oox/ole/axbinarywriter.hxx
+1
-1
undo.hxx
svl/inc/svl/undo.hxx
+1
-1
fsstorage.cxx
svl/source/fsstor/fsstorage.cxx
+2
-2
documentlockfile.cxx
svl/source/misc/documentlockfile.cxx
+1
-1
No files found.
forms/source/component/DatabaseForm.cxx
Dosyayı görüntüle @
9325dca9
...
...
@@ -2887,7 +2887,7 @@ void ODatabaseForm::load_impl(sal_Bool bCausedByParentForm, sal_Bool bMoveToFirs
// if we're loaded as sub form we got a "rowSetChanged" from the parent rowset _before_ we got the "loaded"
// so we don't need to execute the statement again, this was already done
// (and there were no relevant changes between these two listener calls, the "load" of a form is quite an
// atom
ar
operation.)
// atom
ic
operation.)
sal_Bool
bSuccess
=
sal_False
;
if
(
bExecute
)
...
...
oox/inc/oox/ole/axbinaryreader.hxx
Dosyayı görüntüle @
9325dca9
...
...
@@ -68,7 +68,7 @@ public:
position of the wrapped stream at construction time). */
void
align
(
size_t
nSize
);
/** Aligns the stream according to the passed type and reads a
n atomar
value. */
/** Aligns the stream according to the passed type and reads a value. */
template
<
typename
Type
>
inline
Type
readAligned
()
{
align
(
sizeof
(
Type
)
);
return
readValue
<
Type
>
();
}
/** Aligns the stream according to the passed type and skips the size of the type. */
...
...
oox/inc/oox/ole/axbinarywriter.hxx
Dosyayı görüntüle @
9325dca9
...
...
@@ -73,7 +73,7 @@ public:
void
align
(
size_t
nSize
);
void
pad
(
sal_Int32
nBytes
,
size_t
nAtomSize
=
1
);
/** Aligns the stream according to the passed type and reads a
n atomar
value. */
/** Aligns the stream according to the passed type and reads a value. */
template
<
typename
Type
>
inline
void
writeAligned
(
Type
nVal
)
{
align
(
sizeof
(
Type
)
);
writeValue
(
nVal
);
}
/** Aligns the stream according to the passed type and skips the size of the type. */
...
...
svl/inc/svl/undo.hxx
Dosyayı görüntüle @
9325dca9
...
...
@@ -258,7 +258,7 @@ namespace svl
Effectively, calling this method is equivalent to <code>while ( IsInListAction() ) LeaveListAction();</code>,
followed by <code>Clear()</code>. The only difference to this calling sequence is that Reset is an
atom
ar
operation, also resulting in only one notification.
atom
ic
operation, also resulting in only one notification.
*/
virtual
void
Reset
()
=
0
;
...
...
svl/source/fsstor/fsstorage.cxx
Dosyayı görüntüle @
9325dca9
...
...
@@ -602,12 +602,12 @@ uno::Reference< embed::XStorage > SAL_CALL FSStorage::openStorageElement(
{
::
utl
::
UCBContentHelper
::
Kill
(
aFolderURL
.
GetMainURL
(
INetURLObject
::
NO_DECODE
)
);
bFolderExists
=
MakeFolderNoUI
(
aFolderURL
.
GetMainURL
(
INetURLObject
::
NO_DECODE
)
);
// TODO: not atom
ar
:(
MakeFolderNoUI
(
aFolderURL
.
GetMainURL
(
INetURLObject
::
NO_DECODE
)
);
// TODO: not atom
ic
:(
}
else
if
(
!
bFolderExists
)
{
bFolderExists
=
MakeFolderNoUI
(
aFolderURL
.
GetMainURL
(
INetURLObject
::
NO_DECODE
)
);
// TODO: not atom
ar
:(
MakeFolderNoUI
(
aFolderURL
.
GetMainURL
(
INetURLObject
::
NO_DECODE
)
);
// TODO: not atom
ic
:(
}
}
else
if
(
(
nStorageMode
&
embed
::
ElementModes
::
TRUNCATE
)
)
...
...
svl/source/misc/documentlockfile.cxx
Dosyayı görüntüle @
9325dca9
...
...
@@ -199,7 +199,7 @@ void DocumentLockFile::RemoveFile()
{
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
// TODO/LATER: the removing is not atom
ar, is it possible in general to make it atomar
?
// TODO/LATER: the removing is not atom
ic, is it possible in general to make it atomic
?
uno
::
Sequence
<
::
rtl
::
OUString
>
aNewEntry
=
GenerateOwnEntry
();
uno
::
Sequence
<
::
rtl
::
OUString
>
aFileData
=
GetLockData
();
...
...
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