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
8103c436
Kaydet (Commit)
8103c436
authored
Kas 06, 2018
tarafından
Matthias Seidel
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed typo (curently -> currently)
üst
4981c619
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
ChartModel.hxx
chart2/source/model/main/ChartModel.hxx
+1
-1
hangulhanja.cxx
editeng/source/misc/hangulhanja.cxx
+1
-1
Edit.cxx
forms/source/component/Edit.cxx
+1
-1
datwin.hxx
svtools/source/brwbox/datwin.hxx
+1
-1
brdwin.cxx
vcl/source/window/brdwin.cxx
+1
-1
No files found.
chart2/source/model/main/ChartModel.hxx
Dosyayı görüntüle @
8103c436
...
...
@@ -605,7 +605,7 @@ public:
throw
(
::
com
::
sun
::
star
::
lang
::
NoSupportException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
// ____ XDataSource ____ allows access to the curently used data and data ranges
// ____ XDataSource ____ allows access to the cur
r
ently used data and data ranges
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
chart2
::
data
::
XLabeledDataSequence
>
>
SAL_CALL
getDataSequences
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
};
...
...
editeng/source/misc/hangulhanja.cxx
Dosyayı görüntüle @
8103c436
...
...
@@ -512,7 +512,7 @@ namespace editeng
m_eCurrentConversionDirection
=
eDialogDirection
;
}
// save curently used value for possible later use
// save cur
r
ently used value for possible later use
m_pAntiImpl
->
m_bTryBothDirectionsSave
=
m_bTryBothDirections
;
m_pAntiImpl
->
m_ePrimaryConversionDirectionSave
=
m_eCurrentConversionDirection
;
}
...
...
forms/source/component/Edit.cxx
Dosyayı görüntüle @
8103c436
...
...
@@ -660,7 +660,7 @@ void OEditModel::onDisconnectedDbColumn()
//------------------------------------------------------------------------------
sal_Bool
OEditModel
::
approveDbColumnType
(
sal_Int32
_nColumnType
)
{
// if we act as rich text curently, we do not allow binding to a database column
// if we act as rich text cur
r
ently, we do not allow binding to a database column
if
(
implActsAsRichText
()
)
return
sal_False
;
...
...
svtools/source/brwbox/datwin.hxx
Dosyayı görüntüle @
8103c436
...
...
@@ -143,7 +143,7 @@ public:
FASTBOOL
bInUpdateScrollbars
;
// Rekursionsschutz
FASTBOOL
bHadRecursion
;
// Rekursion war aufgetreten
FASTBOOL
bOwnDataChangedHdl
;
// dont change colors in DataChanged
FASTBOOL
bCallingDropCallback
;
// we're in a callback to AcceptDrop or ExecuteDrop curently
FASTBOOL
bCallingDropCallback
;
// we're in a callback to AcceptDrop or ExecuteDrop cur
r
ently
sal_uInt16
nUpdateLock
;
// lock count, dont call Control::Update()!
short
nCursorHidden
;
// new conuter for DoHide/ShowCursor
...
...
vcl/source/window/brdwin.cxx
Dosyayı görüntüle @
8103c436
...
...
@@ -1324,7 +1324,7 @@ void ImplSmallBorderWindowView::DrawWindow( sal_uInt16 nDrawFlags, OutputDevice*
nState
|=
CTRL_STATE_FOCUSED
;
else
if
(
mbNWFBorder
)
{
// FIXME: this is curently only on aqua, see if other platforms can profit
// FIXME: this is cur
r
ently only on aqua, see if other platforms can profit
// FIXME: for aqua focus rings all controls need to support GetNativeControlRegion
// for the dropdown style
...
...
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