Hi,
At our Dutch LibreOffice hacking event, I've been working on a
improvement for the new AutofilterPopUp window.
See e.g. discussion here:
http://listarchives.libreoffice.org/global/users/msg18049.html
Thus a ~ is added to SCSTR_ALLFILTER and to SCSTR_STDFILTER in scstring.src
Adding an accelerator to the text "Standard filter" does work, but doing
the same with "All" does not. Alas, because that is the most wished.
Looking at other possible sources for the string "All", we (Rob and me)
guess it should be somewhere from ScFilterListBox in the same file or
form the parent FloatingWindow.
Suggestions appreciated :-)
--
- Cor
- http://nl.libreoffice.org
From d5ed9dedef1f22c583dc681a8416e724313c00d2 Mon Sep 17 00:00:00 2001
From: Cor Nouws <oolst@nouenoff.nl>
Date: Sun, 10 Jun 2012 22:07:41 +0200
Subject: [PATCH 2/2] Adding an accelerator in Calc autofilter
Change-Id: If9a4afb5ec18768f469267372d08328e80abddf9
---
sc/source/ui/src/scstring.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src
index 84b20eb..50335dc 100644
--- a/sc/source/ui/src/scstring.src
+++ b/sc/source/ui/src/scstring.src
@@ -178,7 +178,7 @@ String SCSTR_ALL
String SCSTR_STDFILTER
{
- Text [ en-US ] = "Standard Filter..." ;
+ Text [ en-US ] = "~Standard Filter..." ;
};
String SCSTR_TOP10FILTER
@@ -588,7 +588,7 @@ String STR_REPLCELLSWARN
String SCSTR_ALLFILTER
{
- Text [ en-US ] = "All";
+ Text [ en-US ] = "~All";
};
String STR_ACC_CSVRULER_NAME
--
1.7.9.5
Context
- [PATCH] Adding an accelerator in Calc autofilter · Cor Nouws
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.