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
6bc22c34
Kaydet (Commit)
6bc22c34
authored
Kas 24, 2017
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
lokdialog: Make the Autofilter popup notify about its creation.
Change-Id: Ib4062fa887b44eb1368205a414f4ac162f648c5c
üst
ba8154d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gridwin.cxx
sc/source/ui/view/gridwin.cxx
+1
-0
floatwin.cxx
vcl/source/window/floatwin.cxx
+7
-0
No files found.
sc/source/ui/view/gridwin.cxx
Dosyayı görüntüle @
6bc22c34
...
...
@@ -627,6 +627,7 @@ void ScGridWindow::LaunchAutoFilterMenu(SCCOL nCol, SCROW nRow)
mpAutoFilterPopup
.
disposeAndClear
();
mpAutoFilterPopup
.
reset
(
VclPtr
<
ScCheckListMenuWindow
>::
Create
(
this
,
pDoc
));
mpAutoFilterPopup
->
SetLOKNotifier
(
SfxViewShell
::
Current
());
mpAutoFilterPopup
->
setOKAction
(
new
AutoFilterAction
(
this
,
Normal
));
mpAutoFilterPopup
->
setPopupEndAction
(
new
AutoFilterPopupEndAction
(
this
,
ScAddress
(
nCol
,
nRow
,
nTab
)));
...
...
vcl/source/window/floatwin.cxx
Dosyayı görüntüle @
6bc22c34
...
...
@@ -720,6 +720,13 @@ void FloatingWindow::StartPopupMode( const tools::Rectangle& rRect, FloatWinPopu
GrabFocus
();
}
Show
(
true
,
ShowFlags
::
NoActivate
);
if
(
const
vcl
::
ILibreOfficeKitNotifier
*
pNotifier
=
GetLOKNotifier
())
{
std
::
vector
<
vcl
::
LOKPayloadItem
>
aItems
;
aItems
.
emplace_back
(
std
::
make_pair
(
"size"
,
rRect
.
GetSize
().
toString
()));
pNotifier
->
notifyDialog
(
GetLOKWindowId
(),
"created"
,
aItems
);
}
}
void
FloatingWindow
::
StartPopupMode
(
ToolBox
*
pBox
,
FloatWinPopupFlags
nFlags
)
...
...
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