Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3197
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/97/3197/1
fdo#51615 replace button in Find&Replace Dialog not search for the next item
Change-Id: Ia1735ae39618fb8b0e4749e1970adfe83192f755
---
M sc/source/ui/view/viewfun2.cxx
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx
index 22a25ec..6bc810f 100644
--- a/sc/source/ui/view/viewfun2.cxx
+++ b/sc/source/ui/view/viewfun2.cxx
@@ -1769,7 +1769,13 @@
|| nCommand == SVX_SEARCHCMD_REPLACE_ALL )
{
if ( nCommand == SVX_SEARCHCMD_REPLACE )
+ {
pDocSh->PostPaint( nCol,nRow,nTab, nCol,nRow,nTab, PAINT_GRID );
+ SvxSearchItem aSearchItem = ScGlobal::GetSearchItem();
+ aSearchItem.SetCommand(SVX_SEARCHCMD_FIND);
+ aSearchItem.SetWhich(SID_SEARCH_ITEM);
+ GetViewData()->GetDispatcher().Execute( FID_SEARCH_NOW, SFX_CALLMODE_STANDARD,
&aSearchItem, 0L );
+ }
else
pDocSh->PostPaintGridAll();
pDocSh->SetDocumentModified();
--
To view, visit https://gerrit.libreoffice.org/3197
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia1735ae39618fb8b0e4749e1970adfe83192f755
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Joren De Cuyper <joren.libreoffice@telenet.be>
Context
- [PATCH] fdo#51615 replace button in Find&Replace Dialog not search f... · Joren De Cuyper (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.