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
b6d7773a
Kaydet (Commit)
b6d7773a
authored
Nis 10, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typo: artifical -> artificial
üst
570138b6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
parameters.cxx
connectivity/source/commontools/parameters.cxx
+1
-1
fupoor.cxx
sc/source/ui/drawfunc/fupoor.cxx
+1
-1
fupoor.cxx
sd/source/ui/func/fupoor.cxx
+2
-2
globalevents.cxx
sfx2/source/notify/globalevents.cxx
+1
-1
No files found.
connectivity/source/commontools/parameters.cxx
Dosyayı görüntüle @
b6d7773a
...
...
@@ -474,7 +474,7 @@ namespace dbtools
// for the master-detail links, where the detail field denoted a column name, we created an additional ("artificial")
// filter, and *appended* it to all other (potentially) existing filters of the row set. This means that the indexes
// for the parameters resulting from the artifical filter should be larger than any other parameter index, and this
// for the parameters resulting from the artific
i
al filter should be larger than any other parameter index, and this
// is what the assertion checks.
// If the assertion fails, then we would need another handling for the "parameters visited" flags, since they're based
// on parameter indexes *without* the artificial filter (because this filter is not visible from the outside).
...
...
sc/source/ui/drawfunc/fupoor.cxx
Dosyayı görüntüle @
b6d7773a
...
...
@@ -133,7 +133,7 @@ IMPL_LINK_NOARG_INLINE_START(FuPoor, ScrollHdl)
Point
aPosPixel
=
pWindow
->
GetPointerPosPixel
();
// use remembered MouseButton state to create correct
// MouseEvents for this artifical MouseMove.
// MouseEvents for this artific
i
al MouseMove.
MouseMove
(
MouseEvent
(
aPosPixel
,
1
,
0
,
GetMouseButtonCode
()));
return
0
;
...
...
sd/source/ui/func/fupoor.cxx
Dosyayı görüntüle @
b6d7773a
...
...
@@ -183,7 +183,7 @@ IMPL_LINK_NOARG_INLINE_START(FuPoor, ScrollHdl)
Point
aPnt
(
mpWindow
->
GetPointerPosPixel
());
// use remembered MouseButton state to create correct
// MouseEvents for this artifical MouseMove.
// MouseEvents for this artific
i
al MouseMove.
MouseMove
(
MouseEvent
(
aPnt
,
1
,
0
,
GetMouseButtonCode
()));
return
0
;
...
...
@@ -992,7 +992,7 @@ IMPL_LINK_NOARG_INLINE_START(FuPoor, DelayHdl)
Point
aPnt
(
mpWindow
->
GetPointerPosPixel
());
// use remembered MouseButton state to create correct
// MouseEvents for this artifical MouseMove.
// MouseEvents for this artific
i
al MouseMove.
MouseMove
(
MouseEvent
(
aPnt
,
1
,
0
,
GetMouseButtonCode
()));
return
0
;
...
...
sfx2/source/notify/globalevents.cxx
Dosyayı görüntüle @
b6d7773a
...
...
@@ -292,7 +292,7 @@ void SAL_CALL SfxGlobalEvents_Impl::notifyDocumentEvent( const OUString& /*_Even
const
uno
::
Reference
<
frame
::
XController2
>&
/*_ViewController*/
,
const
uno
::
Any
&
/*_Supplement*/
)
throw
(
lang
::
IllegalArgumentException
,
lang
::
NoSupportException
,
uno
::
RuntimeException
,
std
::
exception
)
{
// we're a multiplexer only, no chance to generate artifical events here
// we're a multiplexer only, no chance to generate artific
i
al events here
throw
lang
::
NoSupportException
(
OUString
(),
*
this
);
}
...
...
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