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
a9c858b7
Kaydet (Commit)
a9c858b7
authored
Eki 12, 2006
tarafından
Oliver Bolte
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS sb59 (1.7.62); FILE MERGED
2006/08/03 13:51:27 cl 1.7.62.1: removed compiler warnings
üst
38e100e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
4 deletions
+18
-4
checklbx.cxx
svx/source/dialog/checklbx.cxx
+15
-2
connpooloptions.cxx
svx/source/dialog/connpooloptions.cxx
+3
-2
No files found.
svx/source/dialog/checklbx.cxx
Dosyayı görüntüle @
a9c858b7
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
*
*
* $RCSfile: checklbx.cxx,v $
* $RCSfile: checklbx.cxx,v $
*
*
* $Revision: 1.
8
$
* $Revision: 1.
9
$
*
*
* last change: $Author: obo $ $Date: 2006-
09-17 04:11:5
4 $
* last change: $Author: obo $ $Date: 2006-
10-12 12:07:2
4 $
*
*
* The Contents of this file are made available subject to
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
* the terms of GNU Lesser General Public License Version 2.1.
...
@@ -257,3 +257,16 @@ void SvxCheckListBox::KeyInput( const KeyEvent& rKEvt )
...
@@ -257,3 +257,16 @@ void SvxCheckListBox::KeyInput( const KeyEvent& rKEvt )
SvTreeListBox
::
KeyInput
(
rKEvt
);
SvTreeListBox
::
KeyInput
(
rKEvt
);
}
}
// -----------------------------------------------------------------------
SvLBoxEntry
*
SvxCheckListBox
::
InsertEntry
(
const
XubString
&
rText
,
SvLBoxEntry
*
pParent
,
BOOL
bChildsOnDemand
,
ULONG
nPos
,
void
*
pUserData
)
{
return
SvTreeListBox
::
InsertEntry
(
rText
,
pParent
,
bChildsOnDemand
,
nPos
,
pUserData
);
}
// -----------------------------------------------------------------------
SvLBoxEntry
*
SvxCheckListBox
::
InsertEntry
(
const
XubString
&
rText
,
const
Image
&
rExpandedEntryBmp
,
const
Image
&
rCollapsedEntryBmp
,
SvLBoxEntry
*
pParent
,
BOOL
bChildsOnDemand
,
ULONG
nPos
,
void
*
pUserData
)
{
return
SvTreeListBox
::
InsertEntry
(
rText
,
rExpandedEntryBmp
,
rCollapsedEntryBmp
,
pParent
,
bChildsOnDemand
,
nPos
,
pUserData
);
}
svx/source/dialog/connpooloptions.cxx
Dosyayı görüntüle @
a9c858b7
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
*
*
* $RCSfile: connpooloptions.cxx,v $
* $RCSfile: connpooloptions.cxx,v $
*
*
* $Revision: 1.
8
$
* $Revision: 1.
9
$
*
*
* last change: $Author: obo $ $Date: 2006-
09-17 04:13:0
0 $
* last change: $Author: obo $ $Date: 2006-
10-12 12:07:5
0 $
*
*
* The Contents of this file are made available subject to
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
* the terms of GNU Lesser General Public License Version 2.1.
...
@@ -72,6 +72,7 @@ namespace offapp
...
@@ -72,6 +72,7 @@ namespace offapp
typedef
::
svt
::
EditBrowseBox
DriverListControl_Base
;
typedef
::
svt
::
EditBrowseBox
DriverListControl_Base
;
class
DriverListControl
:
public
DriverListControl_Base
class
DriverListControl
:
public
DriverListControl_Base
{
{
using
Window
::
Update
;
protected
:
protected
:
DriverPoolingSettings
m_aSavedSettings
;
DriverPoolingSettings
m_aSavedSettings
;
DriverPoolingSettings
m_aSettings
;
DriverPoolingSettings
m_aSettings
;
...
...
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