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
04caa8bb
Kaydet (Commit)
04caa8bb
authored
Eyl 18, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sw/inc/swtblfmt.hxx from String to OUString
Change-Id: I00f7fdaa33bc8b5ede2e3a7f1d1d938b62cc0646
üst
1b26f79a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
swtblfmt.hxx
sw/inc/swtblfmt.hxx
+3
-3
No files found.
sw/inc/swtblfmt.hxx
Dosyayı görüntüle @
04caa8bb
...
...
@@ -32,7 +32,7 @@ protected:
SwFrmFmt
*
pDrvdFrm
)
:
SwFrmFmt
(
rPool
,
pFmtNm
,
pDrvdFrm
,
RES_FRMFMT
,
aTableSetRange
)
{}
SwTableFmt
(
SwAttrPool
&
rPool
,
const
String
&
rFmtNm
,
SwTableFmt
(
SwAttrPool
&
rPool
,
const
OU
String
&
rFmtNm
,
SwFrmFmt
*
pDrvdFrm
)
:
SwFrmFmt
(
rPool
,
rFmtNm
,
pDrvdFrm
,
RES_FRMFMT
,
aTableSetRange
)
{}
...
...
@@ -53,7 +53,7 @@ protected:
SwFrmFmt
*
pDrvdFrm
)
:
SwFrmFmt
(
rPool
,
pFmtNm
,
pDrvdFrm
,
RES_FRMFMT
,
aTableLineSetRange
)
{}
SwTableLineFmt
(
SwAttrPool
&
rPool
,
const
String
&
rFmtNm
,
SwTableLineFmt
(
SwAttrPool
&
rPool
,
const
OU
String
&
rFmtNm
,
SwFrmFmt
*
pDrvdFrm
)
:
SwFrmFmt
(
rPool
,
rFmtNm
,
pDrvdFrm
,
RES_FRMFMT
,
aTableLineSetRange
)
{}
...
...
@@ -73,7 +73,7 @@ protected:
SwFrmFmt
*
pDrvdFrm
)
:
SwFrmFmt
(
rPool
,
pFmtNm
,
pDrvdFrm
,
RES_FRMFMT
,
aTableBoxSetRange
)
{}
SwTableBoxFmt
(
SwAttrPool
&
rPool
,
const
String
&
rFmtNm
,
SwTableBoxFmt
(
SwAttrPool
&
rPool
,
const
OU
String
&
rFmtNm
,
SwFrmFmt
*
pDrvdFrm
)
:
SwFrmFmt
(
rPool
,
rFmtNm
,
pDrvdFrm
,
RES_FRMFMT
,
aTableBoxSetRange
)
{}
...
...
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