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 <oo...@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
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice