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
cc1554a4
Kaydet (Commit)
cc1554a4
authored
May 20, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: indentation fixes
Change-Id: I07311146c16ee273f094f74da1d095279d3b2cbf
üst
01d422d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
docnew.cxx
sw/source/core/doc/docnew.cxx
+17
-17
rtfattributeoutput.cxx
sw/source/filter/ww8/rtfattributeoutput.cxx
+1
-1
No files found.
sw/source/core/doc/docnew.cxx
Dosyayı görüntüle @
cc1554a4
...
@@ -788,23 +788,23 @@ SwDoc::GetXmlIdRegistry()
...
@@ -788,23 +788,23 @@ SwDoc::GetXmlIdRegistry()
void
SwDoc
::
InitTOXTypes
()
void
SwDoc
::
InitTOXTypes
()
{
{
ShellResource
*
pShellRes
=
SwViewShell
::
GetShellRes
();
ShellResource
*
pShellRes
=
SwViewShell
::
GetShellRes
();
SwTOXType
*
pNew
=
new
SwTOXType
(
TOX_CONTENT
,
pShellRes
->
aTOXContentName
);
SwTOXType
*
pNew
=
new
SwTOXType
(
TOX_CONTENT
,
pShellRes
->
aTOXContentName
);
mpTOXTypes
->
push_back
(
pNew
);
mpTOXTypes
->
push_back
(
pNew
);
pNew
=
new
SwTOXType
(
TOX_INDEX
,
pShellRes
->
aTOXIndexName
);
pNew
=
new
SwTOXType
(
TOX_INDEX
,
pShellRes
->
aTOXIndexName
);
mpTOXTypes
->
push_back
(
pNew
);
mpTOXTypes
->
push_back
(
pNew
);
pNew
=
new
SwTOXType
(
TOX_USER
,
pShellRes
->
aTOXUserName
);
pNew
=
new
SwTOXType
(
TOX_USER
,
pShellRes
->
aTOXUserName
);
mpTOXTypes
->
push_back
(
pNew
);
mpTOXTypes
->
push_back
(
pNew
);
pNew
=
new
SwTOXType
(
TOX_ILLUSTRATIONS
,
pShellRes
->
aTOXIllustrationsName
);
pNew
=
new
SwTOXType
(
TOX_ILLUSTRATIONS
,
pShellRes
->
aTOXIllustrationsName
);
mpTOXTypes
->
push_back
(
pNew
);
mpTOXTypes
->
push_back
(
pNew
);
pNew
=
new
SwTOXType
(
TOX_OBJECTS
,
pShellRes
->
aTOXObjectsName
);
pNew
=
new
SwTOXType
(
TOX_OBJECTS
,
pShellRes
->
aTOXObjectsName
);
mpTOXTypes
->
push_back
(
pNew
);
mpTOXTypes
->
push_back
(
pNew
);
pNew
=
new
SwTOXType
(
TOX_TABLES
,
pShellRes
->
aTOXTablesName
);
pNew
=
new
SwTOXType
(
TOX_TABLES
,
pShellRes
->
aTOXTablesName
);
mpTOXTypes
->
push_back
(
pNew
);
mpTOXTypes
->
push_back
(
pNew
);
pNew
=
new
SwTOXType
(
TOX_AUTHORITIES
,
pShellRes
->
aTOXAuthoritiesName
);
pNew
=
new
SwTOXType
(
TOX_AUTHORITIES
,
pShellRes
->
aTOXAuthoritiesName
);
mpTOXTypes
->
push_back
(
pNew
);
mpTOXTypes
->
push_back
(
pNew
);
pNew
=
new
SwTOXType
(
TOX_CITATION
,
pShellRes
->
aTOXCitationName
);
pNew
=
new
SwTOXType
(
TOX_CITATION
,
pShellRes
->
aTOXCitationName
);
mpTOXTypes
->
push_back
(
pNew
);
mpTOXTypes
->
push_back
(
pNew
);
}
}
void
SwDoc
::
ReplaceDefaults
(
const
SwDoc
&
rSource
)
void
SwDoc
::
ReplaceDefaults
(
const
SwDoc
&
rSource
)
...
...
sw/source/filter/ww8/rtfattributeoutput.cxx
Dosyayı görüntüle @
cc1554a4
...
@@ -593,7 +593,7 @@ void RtfAttributeOutput::TableDefinition(ww8::WW8TableNodeInfoInner::Pointer_t p
...
@@ -593,7 +593,7 @@ void RtfAttributeOutput::TableDefinition(ww8::WW8TableNodeInfoInner::Pointer_t p
{
{
const
SwNode
*
pNode
=
pTableTextNodeInfoInner
->
getNode
();
const
SwNode
*
pNode
=
pTableTextNodeInfoInner
->
getNode
();
const
SwFrameFormat
*
pFrameFormat
=
GetExport
().
m_pParentFrame
?
&
GetExport
().
m_pParentFrame
->
GetFrameFormat
()
:
const
SwFrameFormat
*
pFrameFormat
=
GetExport
().
m_pParentFrame
?
&
GetExport
().
m_pParentFrame
->
GetFrameFormat
()
:
GetExport
().
m_pDoc
->
GetPageDesc
(
0
).
GetPageFormatOfNode
(
*
pNode
,
false
);
GetExport
().
m_pDoc
->
GetPageDesc
(
0
).
GetPageFormatOfNode
(
*
pNode
,
false
);
const
SvxLRSpaceItem
&
rLR
=
pFrameFormat
->
GetLRSpace
();
const
SvxLRSpaceItem
&
rLR
=
pFrameFormat
->
GetLRSpace
();
nPageSize
=
pFrameFormat
->
GetFrmSize
().
GetWidth
()
-
nPageSize
=
pFrameFormat
->
GetFrmSize
().
GetWidth
()
-
...
...
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