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
d2ac15d7
Kaydet (Commit)
d2ac15d7
authored
Mar 14, 2011
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove empty comment fields
üst
47e5ea32
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
SpellDialogChildWindow.cxx
svx/source/dialog/SpellDialogChildWindow.cxx
+0
-12
rubydialog.cxx
svx/source/dialog/rubydialog.cxx
+0
-2
No files found.
svx/source/dialog/SpellDialogChildWindow.cxx
Dosyayı görüntüle @
d2ac15d7
...
@@ -34,9 +34,7 @@
...
@@ -34,9 +34,7 @@
namespace
svx
{
namespace
svx
{
/*-------------------------------------------------------------------------
-----------------------------------------------------------------------*/
SpellDialogChildWindow
::
SpellDialogChildWindow
(
SpellDialogChildWindow
::
SpellDialogChildWindow
(
Window
*
_pParent
,
Window
*
_pParent
,
USHORT
nId
,
USHORT
nId
,
...
@@ -55,39 +53,29 @@ SpellDialogChildWindow::SpellDialogChildWindow (
...
@@ -55,39 +53,29 @@ SpellDialogChildWindow::SpellDialogChildWindow (
eChildAlignment
=
SFX_ALIGN_NOALIGNMENT
;
eChildAlignment
=
SFX_ALIGN_NOALIGNMENT
;
SetHideNotDelete
(
TRUE
);
SetHideNotDelete
(
TRUE
);
}
}
/*-------------------------------------------------------------------------
-----------------------------------------------------------------------*/
SpellDialogChildWindow
::~
SpellDialogChildWindow
(
void
)
SpellDialogChildWindow
::~
SpellDialogChildWindow
(
void
)
{
{
}
}
/*-------------------------------------------------------------------------
-----------------------------------------------------------------------*/
SfxBindings
&
SpellDialogChildWindow
::
GetBindings
(
void
)
const
SfxBindings
&
SpellDialogChildWindow
::
GetBindings
(
void
)
const
{
{
OSL_ASSERT
(
m_pAbstractSpellDialog
!=
NULL
);
OSL_ASSERT
(
m_pAbstractSpellDialog
!=
NULL
);
return
m_pAbstractSpellDialog
->
GetBindings
();
return
m_pAbstractSpellDialog
->
GetBindings
();
}
}
/*-------------------------------------------------------------------------
-----------------------------------------------------------------------*/
void
SpellDialogChildWindow
::
InvalidateSpellDialog
()
void
SpellDialogChildWindow
::
InvalidateSpellDialog
()
{
{
OSL_ASSERT
(
m_pAbstractSpellDialog
!=
NULL
);
OSL_ASSERT
(
m_pAbstractSpellDialog
!=
NULL
);
if
(
m_pAbstractSpellDialog
)
if
(
m_pAbstractSpellDialog
)
m_pAbstractSpellDialog
->
Invalidate
();
m_pAbstractSpellDialog
->
Invalidate
();
}
}
/*-------------------------------------------------------------------------
-----------------------------------------------------------------------*/
bool
SpellDialogChildWindow
::
HasAutoCorrection
()
bool
SpellDialogChildWindow
::
HasAutoCorrection
()
{
{
return
false
;
return
false
;
}
}
/*-------------------------------------------------------------------------
-----------------------------------------------------------------------*/
void
SpellDialogChildWindow
::
AddAutoCorrection
(
void
SpellDialogChildWindow
::
AddAutoCorrection
(
const
String
&
/*rOld*/
,
const
String
&
/*rOld*/
,
const
String
&
/*rNew*/
,
const
String
&
/*rNew*/
,
...
...
svx/source/dialog/rubydialog.cxx
Dosyayı görüntüle @
d2ac15d7
...
@@ -202,9 +202,7 @@ void SvxRubyData_Impl::AssertOneEntry()
...
@@ -202,9 +202,7 @@ void SvxRubyData_Impl::AssertOneEntry()
pValues
[
4
].
Name
=
C2U
(
cRubyCharStyleName
);
pValues
[
4
].
Name
=
C2U
(
cRubyCharStyleName
);
}
}
}
}
/* ---------------------------------------------------------------------------
---------------------------------------------------------------------------*/
SvxRubyDialog
::
SvxRubyDialog
(
SfxBindings
*
pBind
,
SfxChildWindow
*
pCW
,
SvxRubyDialog
::
SvxRubyDialog
(
SfxBindings
*
pBind
,
SfxChildWindow
*
pCW
,
Window
*
_pParent
,
const
ResId
&
rResId
)
:
Window
*
_pParent
,
const
ResId
&
rResId
)
:
SfxModelessDialog
(
pBind
,
pCW
,
_pParent
,
rResId
),
SfxModelessDialog
(
pBind
,
pCW
,
_pParent
,
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