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
27e0c7ae
Kaydet (Commit)
27e0c7ae
authored
Tem 02, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#51222: Use multi-list box for subtotal dialog.
Change-Id: I22cb3b66d0c4a93cbcba05bb5990080e5ee57a2e
üst
64517292
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
pvfundlg.cxx
sc/source/ui/dbgui/pvfundlg.cxx
+3
-2
pvfundlg.src
sc/source/ui/dbgui/pvfundlg.src
+3
-2
pvfundlg.hxx
sc/source/ui/inc/pvfundlg.hxx
+1
-1
No files found.
sc/source/ui/dbgui/pvfundlg.cxx
Dosyayı görüntüle @
27e0c7ae
...
...
@@ -166,7 +166,7 @@ static const ScDPListBoxWrapper::MapEntryType spShowFromMap[] =
// ============================================================================
ScDPFunctionListBox
::
ScDPFunctionListBox
(
Window
*
pParent
,
const
ResId
&
rResId
)
:
ListBox
(
pParent
,
rResId
)
Multi
ListBox
(
pParent
,
rResId
)
{
FillFunctionNames
();
}
...
...
@@ -190,7 +190,7 @@ sal_uInt16 ScDPFunctionListBox::GetSelection() const
void
ScDPFunctionListBox
::
FillFunctionNames
()
{
OSL_ENSURE
(
!
GetEntryCount
(),
"ScDP
Function
ListBox::FillFunctionNames - do not add texts to resource"
);
OSL_ENSURE
(
!
GetEntryCount
(),
"ScDP
MultiFunc
ListBox::FillFunctionNames - do not add texts to resource"
);
Clear
();
ResStringArray
aArr
(
ScResId
(
SCSTR_DPFUNCLISTBOX
)
);
for
(
sal_uInt16
nIndex
=
0
,
nCount
=
sal
::
static_int_cast
<
sal_uInt16
>
(
aArr
.
Count
());
nIndex
<
nCount
;
++
nIndex
)
...
...
@@ -224,6 +224,7 @@ ScDPFunctionDlg::ScDPFunctionDlg(
{
FreeResource
();
Init
(
rLabelData
,
rFuncData
);
maLbFunc
.
EnableMultiSelection
(
false
);
}
sal_uInt16
ScDPFunctionDlg
::
GetFuncMask
()
const
...
...
sc/source/ui/dbgui/pvfundlg.src
Dosyayı görüntüle @
27e0c7ae
...
...
@@ -62,14 +62,15 @@ ModalDialog RID_SCDLG_DPDATAFIELD
Size = MAP_APPFONT ( 152 , 8 ) ;
Text [ en-US ] = "~Function" ;
};
ListBox LB_FUNC
Multi
ListBox LB_FUNC
{
HelpID = "sc:ListBox:RID_SCDLG_DPDATAFIELD:LB_FUNC";
HelpID = "sc:
Multi
ListBox:RID_SCDLG_DPDATAFIELD:LB_FUNC";
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 140 , 65 ) ;
TabStop = TRUE ;
AutoHScroll = TRUE ;
SimpleMode = TRUE ;
};
FixedText FT_NAMELABEL
{
...
...
sc/source/ui/inc/pvfundlg.hxx
Dosyayı görüntüle @
27e0c7ae
...
...
@@ -53,7 +53,7 @@ class ScDPObject;
// ============================================================================
class
ScDPFunctionListBox
:
public
ListBox
class
ScDPFunctionListBox
:
public
Multi
ListBox
{
public
:
explicit
ScDPFunctionListBox
(
Window
*
pParent
,
const
ResId
&
rResId
);
...
...
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