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
10a8113f
Kaydet (Commit)
10a8113f
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.4.384); FILE MERGED
2006/08/03 13:51:26 cl 1.4.384.1: removed compiler warnings
üst
9d162869
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
4 deletions
+19
-4
autocdlg.hxx
svx/source/dialog/autocdlg.hxx
+19
-4
No files found.
svx/source/dialog/autocdlg.hxx
Dosyayı görüntüle @
10a8113f
...
...
@@ -4,9 +4,9 @@
*
* $RCSfile: autocdlg.hxx,v $
*
* $Revision: 1.
4
$
* $Revision: 1.
5
$
*
* last change: $Author:
kz $ $Date: 2005-11-04 16:06:02
$
* last change: $Author:
obo $ $Date: 2006-10-12 12:04:57
$
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
...
...
@@ -103,6 +103,10 @@ class SvStringsISortDtor;
class
OfaACorrCheckListBox
:
public
SvxSimpleTable
{
using
SvxSimpleTable
::
SetTabs
;
using
SvTreeListBox
::
GetCheckButtonState
;
using
SvTreeListBox
::
SetCheckButtonState
;
protected
:
virtual
void
SetTabs
();
virtual
void
HBarClick
();
...
...
@@ -127,6 +131,7 @@ class OfaACorrCheckListBox : public SvxSimpleTable
class
OfaAutocorrOptionsPage
:
public
SfxTabPage
{
using
TabPage
::
ActivatePage
;
private
:
SvxCheckListBox
aCheckLB
;
...
...
@@ -158,6 +163,8 @@ public:
class
OfaSwAutoFmtOptionsPage
:
public
SfxTabPage
{
using
TabPage
::
ActivatePage
;
OfaACorrCheckListBox
aCheckLB
;
PushButton
aEditPB
;
FixedText
aHeader1Expl
;
...
...
@@ -245,10 +252,12 @@ class AutoCorrEdit : public Edit
class
DoubleStringArray
;
typedef
DoubleStringArray
*
DoubleStringArrayPtr
;
DECLARE_TABLE
(
DoubleStringTable
,
DoubleStringArrayPtr
)
;
DECLARE_TABLE
(
DoubleStringTable
,
DoubleStringArrayPtr
)
class
OfaAutocorrReplacePage
:
public
SfxTabPage
{
using
TabPage
::
ActivatePage
;
using
TabPage
::
DeactivatePage
;
private
:
CheckBox
aTextOnlyCB
;
...
...
@@ -302,10 +311,12 @@ public:
struct
StringsArrays
;
typedef
StringsArrays
*
StringsArraysPtr
;
DECLARE_TABLE
(
StringsTable
,
StringsArraysPtr
)
;
DECLARE_TABLE
(
StringsTable
,
StringsArraysPtr
)
class
OfaAutocorrExceptPage
:
public
SfxTabPage
{
using
TabPage
::
ActivatePage
;
using
TabPage
::
DeactivatePage
;
private
:
FixedLine
aAbbrevFL
;
...
...
@@ -352,6 +363,8 @@ public:
class
OfaQuoteTabPage
:
public
SfxTabPage
{
using
TabPage
::
ActivatePage
;
private
:
FixedLine
aSingleFL
;
...
...
@@ -407,6 +420,8 @@ public:
class
OfaAutoCompleteTabPage
:
public
SfxTabPage
{
using
TabPage
::
ActivatePage
;
class
AutoCompleteMultiListBox
:
public
MultiListBox
{
OfaAutoCompleteTabPage
&
rPage
;
...
...
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