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
87ed6c84
Kaydet (Commit)
87ed6c84
authored
May 17, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Better string values for "empty" and "non-empty" filtering option.
Change-Id: Iecfac54143676c9f0b483c4fa8deb26bf42ea16b
üst
8b1d29bc
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
20 deletions
+20
-20
sc.hrc
sc/inc/sc.hrc
+2
-2
filtdlg.cxx
sc/source/ui/dbgui/filtdlg.cxx
+2
-2
pfiltdlg.cxx
sc/source/ui/dbgui/pfiltdlg.cxx
+2
-2
scstring.src
sc/source/ui/src/scstring.src
+10
-10
gridwin.cxx
sc/source/ui/view/gridwin.cxx
+4
-4
No files found.
sc/inc/sc.hrc
Dosyayı görüntüle @
87ed6c84
...
@@ -788,8 +788,8 @@
...
@@ -788,8 +788,8 @@
#define SCSTR_UNDEFINED (STR_START + 8)
#define SCSTR_UNDEFINED (STR_START + 8)
#define SCSTR_NONAME (STR_START + 9)
#define SCSTR_NONAME (STR_START + 9)
#define SCSTR_NONE (STR_START + 10)
#define SCSTR_NONE (STR_START + 10)
#define SCSTR_
EMPTY
(STR_START + 11)
#define SCSTR_
FILTER_EMPTY
(STR_START + 11)
#define SCSTR_
NOTEMPTY
(STR_START + 12)
#define SCSTR_
FILTER_NOTEMPTY
(STR_START + 12)
#define SCSTR_COLUMN (STR_START + 13)
#define SCSTR_COLUMN (STR_START + 13)
#define SCSTR_ROW (STR_START + 14)
#define SCSTR_ROW (STR_START + 14)
#define SCSTR_NEW (STR_START + 15)
#define SCSTR_NEW (STR_START + 15)
...
...
sc/source/ui/dbgui/filtdlg.cxx
Dosyayı görüntüle @
87ed6c84
...
@@ -115,8 +115,8 @@ ScFilterDlg::ScFilterDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
...
@@ -115,8 +115,8 @@ ScFilterDlg::ScFilterDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
aFtDbArea
(
this
,
ScResId
(
FT_DBAREA
)
),
aFtDbArea
(
this
,
ScResId
(
FT_DBAREA
)
),
aStrUndefined
(
SC_RESSTR
(
SCSTR_UNDEFINED
)
),
aStrUndefined
(
SC_RESSTR
(
SCSTR_UNDEFINED
)
),
aStrNone
(
SC_RESSTR
(
SCSTR_NONE
)
),
aStrNone
(
SC_RESSTR
(
SCSTR_NONE
)
),
aStrEmpty
(
SC_RESSTR
(
SCSTR_EMPTY
)
),
aStrEmpty
(
SC_RESSTR
(
SCSTR_
FILTER_
EMPTY
)
),
aStrNotEmpty
(
SC_RESSTR
(
SCSTR_NOTEMPTY
)
),
aStrNotEmpty
(
SC_RESSTR
(
SCSTR_
FILTER_
NOTEMPTY
)
),
aStrRow
(
SC_RESSTR
(
SCSTR_ROW
)
),
aStrRow
(
SC_RESSTR
(
SCSTR_ROW
)
),
aStrColumn
(
SC_RESSTR
(
SCSTR_COLUMN
)
),
aStrColumn
(
SC_RESSTR
(
SCSTR_COLUMN
)
),
//
//
...
...
sc/source/ui/dbgui/pfiltdlg.cxx
Dosyayı görüntüle @
87ed6c84
...
@@ -90,8 +90,8 @@ ScPivotFilterDlg::ScPivotFilterDlg( Window* pParent,
...
@@ -90,8 +90,8 @@ ScPivotFilterDlg::ScPivotFilterDlg( Window* pParent,
aBtnMore
(
this
,
ScResId
(
BTN_MORE
)
),
aBtnMore
(
this
,
ScResId
(
BTN_MORE
)
),
aStrUndefined
(
SC_RESSTR
(
SCSTR_UNDEFINED
)
),
aStrUndefined
(
SC_RESSTR
(
SCSTR_UNDEFINED
)
),
aStrNone
(
SC_RESSTR
(
SCSTR_NONE
)
),
aStrNone
(
SC_RESSTR
(
SCSTR_NONE
)
),
aStrEmpty
(
SC_RESSTR
(
SCSTR_EMPTY
)
),
aStrEmpty
(
SC_RESSTR
(
SCSTR_
FILTER_
EMPTY
)
),
aStrNotEmpty
(
SC_RESSTR
(
SCSTR_NOTEMPTY
)
),
aStrNotEmpty
(
SC_RESSTR
(
SCSTR_
FILTER_
NOTEMPTY
)
),
aStrRow
(
SC_RESSTR
(
SCSTR_ROW
)
),
aStrRow
(
SC_RESSTR
(
SCSTR_ROW
)
),
aStrColumn
(
SC_RESSTR
(
SCSTR_COLUMN
)
),
aStrColumn
(
SC_RESSTR
(
SCSTR_COLUMN
)
),
//
//
...
...
sc/source/ui/src/scstring.src
Dosyayı görüntüle @
87ed6c84
...
@@ -166,16 +166,6 @@ String SCSTR_NONE
...
@@ -166,16 +166,6 @@ String SCSTR_NONE
Text [ en-US ] = "- none -" ;
Text [ en-US ] = "- none -" ;
};
};
String SCSTR_EMPTY
{
Text [ en-US ] = "- empty -" ;
};
String SCSTR_NOTEMPTY
{
Text [ en-US ] = "- not empty -" ;
};
String SCSTR_NEWTABLE
String SCSTR_NEWTABLE
{
{
Text [ en-US ] = "- new sheet -" ;
Text [ en-US ] = "- new sheet -" ;
...
@@ -196,6 +186,16 @@ String SCSTR_TOP10FILTER
...
@@ -196,6 +186,16 @@ String SCSTR_TOP10FILTER
Text [ en-US ] = "Top 10" ;
Text [ en-US ] = "Top 10" ;
};
};
String SCSTR_FILTER_EMPTY
{
Text [ en-US ] = "Empty" ;
};
String SCSTR_FILTER_NOTEMPTY
{
Text [ en-US ] = "Not Empty" ;
};
String SCSTR_NONAME
String SCSTR_NONAME
{
{
Text [ en-US ] = "unnamed" ;
Text [ en-US ] = "unnamed" ;
...
...
sc/source/ui/view/gridwin.cxx
Dosyayı görüntüle @
87ed6c84
...
@@ -707,11 +707,11 @@ void ScGridWindow::LaunchAutoFilterMenu(SCCOL nCol, SCROW nRow)
...
@@ -707,11 +707,11 @@ void ScGridWindow::LaunchAutoFilterMenu(SCCOL nCol, SCROW nRow)
mpAutoFilterPopup
->
addMenuItem
(
mpAutoFilterPopup
->
addMenuItem
(
SC_RESSTR
(
SCSTR_TOP10FILTER
),
true
,
new
AutoFilterAction
(
this
,
Top10
));
SC_RESSTR
(
SCSTR_TOP10FILTER
),
true
,
new
AutoFilterAction
(
this
,
Top10
));
mpAutoFilterPopup
->
addMenuItem
(
mpAutoFilterPopup
->
addMenuItem
(
SC_RESSTR
(
SCSTR_
STDFILTER
),
true
,
new
AutoFilterAction
(
this
,
Custom
));
SC_RESSTR
(
SCSTR_
FILTER_EMPTY
),
true
,
new
AutoFilterAction
(
this
,
Empty
));
mpAutoFilterPopup
->
addMenuItem
(
mpAutoFilterPopup
->
addMenuItem
(
SC_RESSTR
(
SCSTR_
EMPTY
),
true
,
new
AutoFilterAction
(
this
,
Empty
));
SC_RESSTR
(
SCSTR_
FILTER_NOTEMPTY
),
true
,
new
AutoFilterAction
(
this
,
Non
Empty
));
mpAutoFilterPopup
->
addMenuItem
(
mpAutoFilterPopup
->
addMenuItem
(
SC_RESSTR
(
SCSTR_
NOTEMPTY
),
true
,
new
AutoFilterAction
(
this
,
NonEmpty
));
SC_RESSTR
(
SCSTR_
STDFILTER
),
true
,
new
AutoFilterAction
(
this
,
Custom
));
ScCheckListMenuWindow
::
Config
aConfig
;
ScCheckListMenuWindow
::
Config
aConfig
;
aConfig
.
mbAllowEmptySet
=
false
;
aConfig
.
mbAllowEmptySet
=
false
;
...
@@ -1181,7 +1181,7 @@ void ScGridWindow::LaunchDataSelectMenu( SCCOL nCol, SCROW nRow, bool bDataSelec
...
@@ -1181,7 +1181,7 @@ void ScGridWindow::LaunchDataSelectMenu( SCCOL nCol, SCROW nRow, bool bDataSelec
long
nMaxText
=
0
;
long
nMaxText
=
0
;
// default entries
// default entries
static
const
sal_uInt16
nDefIDs
[]
=
{
SCSTR_ALLFILTER
,
SCSTR_TOP10FILTER
,
SCSTR_STDFILTER
,
SCSTR_
EMPTY
,
SCST
R_NOTEMPTY
};
static
const
sal_uInt16
nDefIDs
[]
=
{
SCSTR_ALLFILTER
,
SCSTR_TOP10FILTER
,
SCSTR_STDFILTER
,
SCSTR_
FILTER_EMPTY
,
SCSTR_FILTE
R_NOTEMPTY
};
const
size_t
nDefCount
=
SAL_N_ELEMENTS
(
nDefIDs
);
const
size_t
nDefCount
=
SAL_N_ELEMENTS
(
nDefIDs
);
for
(
i
=
0
;
i
<
nDefCount
;
i
++
)
for
(
i
=
0
;
i
<
nDefCount
;
i
++
)
{
{
...
...
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