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
d8e64d76
Kaydet (Commit)
d8e64d76
authored
Tem 22, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
all macromigrate pages are .ui, remove ResId stuff now
Change-Id: Ib92eb813666a418ced584076094cdd6511118d6a
üst
ecbc20d0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
25 deletions
+1
-25
macromigration.hrc
dbaccess/source/ext/macromigration/macromigration.hrc
+0
-3
macromigrationpages.cxx
dbaccess/source/ext/macromigration/macromigrationpages.cxx
+0
-16
macromigrationpages.hxx
dbaccess/source/ext/macromigration/macromigrationpages.hxx
+1
-6
No files found.
dbaccess/source/ext/macromigration/macromigration.hrc
Dosyayı görüntüle @
d8e64d76
...
@@ -24,9 +24,6 @@
...
@@ -24,9 +24,6 @@
#define TAB_PAGE_WIDTH 280
#define TAB_PAGE_WIDTH 280
#define TAB_PAGE_HEIGHT 185
#define TAB_PAGE_HEIGHT 185
//... fixed texts .......................................................
#define FT_HEADER 1
//... strings ............................................................
//... strings ............................................................
#define STR_STATE_CLOSE_SUB_DOCS 1
#define STR_STATE_CLOSE_SUB_DOCS 1
#define STR_STATE_BACKUP_DBDOC 2
#define STR_STATE_BACKUP_DBDOC 2
...
...
dbaccess/source/ext/macromigration/macromigrationpages.cxx
Dosyayı görüntüle @
d8e64d76
...
@@ -45,25 +45,9 @@ namespace dbmm
...
@@ -45,25 +45,9 @@ namespace dbmm
using
::
com
::
sun
::
star
::
uno
::
Sequence
;
using
::
com
::
sun
::
star
::
uno
::
Sequence
;
using
::
com
::
sun
::
star
::
frame
::
XModel
;
using
::
com
::
sun
::
star
::
frame
::
XModel
;
// MacroMigrationPage
MacroMigrationPage
::
MacroMigrationPage
(
MacroMigrationDialog
&
_rParentDialog
,
const
ResId
&
_rRes
)
:
MacroMigrationPage_Base
(
&
_rParentDialog
,
_rRes
)
{
m_pHeader
=
new
FixedText
(
this
,
MacroMigrationResId
(
FT_HEADER
));
Font
aFont
(
m_pHeader
->
GetFont
()
);
aFont
.
SetWeight
(
WEIGHT_BOLD
);
m_pHeader
->
SetFont
(
aFont
);
}
MacroMigrationPage
::
MacroMigrationPage
(
Window
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
)
MacroMigrationPage
::
MacroMigrationPage
(
Window
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
)
:
MacroMigrationPage_Base
(
pParent
,
rID
,
rUIXMLDescription
)
:
MacroMigrationPage_Base
(
pParent
,
rID
,
rUIXMLDescription
)
,
m_pHeader
(
0
)
//remove when upper ctor is removed
{
}
MacroMigrationPage
::~
MacroMigrationPage
()
{
{
delete
m_pHeader
;
}
}
const
MacroMigrationDialog
&
MacroMigrationPage
::
getDialog
()
const
const
MacroMigrationDialog
&
MacroMigrationPage
::
getDialog
()
const
...
...
dbaccess/source/ext/macromigration/macromigrationpages.hxx
Dosyayı görüntüle @
d8e64d76
...
@@ -45,16 +45,11 @@ namespace dbmm
...
@@ -45,16 +45,11 @@ namespace dbmm
class
MacroMigrationPage
:
public
MacroMigrationPage_Base
class
MacroMigrationPage
:
public
MacroMigrationPage_Base
{
{
public
:
public
:
MacroMigrationPage
(
MacroMigrationDialog
&
_rParentDialog
,
const
ResId
&
_rRes
);
MacroMigrationPage
(
Window
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
);
MacroMigrationPage
(
Window
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
);
virtual
~
MacroMigrationPage
();
protected
:
protected
:
const
MacroMigrationDialog
&
getDialog
()
const
;
const
MacroMigrationDialog
&
getDialog
()
const
;
MacroMigrationDialog
&
getDialog
()
;
MacroMigrationDialog
&
getDialog
();
protected
:
FixedText
*
m_pHeader
;
};
};
// PreparationPage
// PreparationPage
...
...
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