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
b342d69f
Kaydet (Commit)
b342d69f
authored
Haz 19, 2006
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS warnings01 (1.24.108); FILE MERGED
2006/05/04 14:46:52 os 1.24.108.1: warnings removed
üst
cf945630
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
dlgfact.cxx
svx/source/dialog/dlgfact.cxx
+14
-14
No files found.
svx/source/dialog/dlgfact.cxx
Dosyayı görüntüle @
b342d69f
...
...
@@ -4,9 +4,9 @@
*
* $RCSfile: dlgfact.cxx,v $
*
* $Revision: 1.2
4
$
* $Revision: 1.2
5
$
*
* last change: $Author:
rt $ $Date: 2006-02-07 10:16:53
$
* last change: $Author:
hr $ $Date: 2006-06-19 15:07:38
$
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
...
...
@@ -707,9 +707,9 @@ INT32 AbstractSvxJSearchOptionsDialog_Impl::GetTransliterationFlags() const
//for SvxJSearchOptionsDialog end
//for FmInputRecordNoDialog begin
void
AbstractFmInputRecordNoDialog_Impl
::
SetValue
(
double
d
New
)
void
AbstractFmInputRecordNoDialog_Impl
::
SetValue
(
long
n
New
)
{
pDlg
->
SetValue
(
d
New
);
pDlg
->
SetValue
(
n
New
);
}
long
AbstractFmInputRecordNoDialog_Impl
::
GetValue
()
const
...
...
@@ -751,7 +751,7 @@ void AbstractSvxNameDialog_Impl::SetText( const XubString& rStr )
{
pDlg
->
SetText
(
rStr
);
}
IMPL_LINK
(
AbstractSvxNameDialog_Impl
,
CheckNameHdl
,
Window
*
,
pWin
)
IMPL_LINK
(
AbstractSvxNameDialog_Impl
,
CheckNameHdl
,
Window
*
,
EMPTYARG
)
{
if
(
aCheckNameHdl
.
IsSet
()
)
return
aCheckNameHdl
.
Call
(
this
);
...
...
@@ -940,13 +940,13 @@ void AbstractSvxPostItDialog_Impl::SetPrevHdl( const Link& rLink )
else
pDlg
->
SetPrevHdl
(
Link
()
);
}
IMPL_LINK
(
AbstractSvxPostItDialog_Impl
,
NextHdl
,
Window
*
,
pWin
)
IMPL_LINK
(
AbstractSvxPostItDialog_Impl
,
NextHdl
,
Window
*
,
EMPTYARG
)
{
if
(
aNextHdl
.
IsSet
()
)
aNextHdl
.
Call
(
this
);
return
0
;
}
IMPL_LINK
(
AbstractSvxPostItDialog_Impl
,
PrevHdl
,
Window
*
,
pWin
)
IMPL_LINK
(
AbstractSvxPostItDialog_Impl
,
PrevHdl
,
Window
*
,
EMPTYARG
)
{
if
(
aPrevHdl
.
IsSet
()
)
aPrevHdl
.
Call
(
this
);
...
...
@@ -987,7 +987,7 @@ VclAbstractDialog* AbstractDialogFactory_Impl::CreateVclDialog( Window* pParent,
}
// dialogs that use SfxBindings
VclAbstractDialog
*
AbstractDialogFactory_Impl
::
CreateSfxDialog
(
Window
*
pParent
,
const
SfxBindings
&
rBindings
,
const
ResId
&
rResId
)
VclAbstractDialog
*
AbstractDialogFactory_Impl
::
CreateSfxDialog
(
Window
*
/*pParent*/
,
const
SfxBindings
&
,
const
ResId
&
)
{
return
0
;
}
...
...
@@ -996,9 +996,9 @@ VclAbstractDialog* AbstractDialogFactory_Impl::CreateSfxDialog( Window* pParent,
SfxAbstractTabDialog
*
AbstractDialogFactory_Impl
::
CreateTabDialog
(
const
ResId
&
rResId
,
Window
*
pParent
,
const
SfxItemSet
*
pAttrSet
,
SfxViewFrame
*
pViewFrame
,
bool
bEditFmt
,
const
String
*
pUserButtonText
)
SfxViewFrame
*
,
bool
/*bEditFmt*/
,
const
String
*
/
*
pUserButtonText
*/
)
{
SfxTabDialog
*
pDlg
=
NULL
;
switch
(
rResId
.
GetId
()
)
...
...
@@ -1022,8 +1022,8 @@ SfxAbstractTabDialog* AbstractDialogFactory_Impl::CreateTabDialog( const ResId&
Window
*
pParent
,
const
SfxItemSet
*
pAttrSet
,
const
css
::
uno
::
Reference
<
css
::
frame
::
XFrame
>&
xViewFrame
,
bool
bEditFmt
,
const
String
*
pUserButtonText
)
bool
/*bEditFmt*/
,
const
String
*
/
*
pUserButtonText
*/
)
{
SfxTabDialog
*
pDlg
=
NULL
;
switch
(
rResId
.
GetId
()
)
...
...
@@ -1052,7 +1052,7 @@ SfxAbstractTabDialog* AbstractDialogFactory_Impl::CreateTextTabDialog( Window* p
const
SfxItemSet
*
pAttrSet
,
const
ResId
&
rResId
,
SdrView
*
pView
,
SdrModel
*
pModel
)
SdrModel
*
)
{
SfxTabDialog
*
pDlg
=
NULL
;
switch
(
rResId
.
GetId
()
)
...
...
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