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
de4d4eb6
Kaydet (Commit)
de4d4eb6
authored
Nis 26, 2012
tarafından
Noel Grandin
Kaydeden (comit)
Michael Stahl
May 09, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Convert SV_DECL_PTRARR(SwTOXSortTabBases) to std::vector
üst
b9d7b38f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
28 deletions
+36
-28
doctxm.cxx
sw/source/core/doc/doctxm.cxx
+23
-19
authfld.cxx
sw/source/core/fields/authfld.cxx
+12
-6
doctxm.hxx
sw/source/core/inc/doctxm.hxx
+1
-3
No files found.
sw/source/core/doc/doctxm.cxx
Dosyayı görüntüle @
de4d4eb6
...
@@ -80,8 +80,6 @@ const sal_Unicode cNumRepl = '@';
...
@@ -80,8 +80,6 @@ const sal_Unicode cNumRepl = '@';
const
sal_Unicode
cEndPageNum
=
'~'
;
const
sal_Unicode
cEndPageNum
=
'~'
;
const
sal_Char
sPageDeli
[]
=
", "
;
const
sal_Char
sPageDeli
[]
=
", "
;
SV_IMPL_PTRARR
(
SwTOXSortTabBases
,
SwTOXSortTabBasePtr
)
TYPEINIT2
(
SwTOXBaseSection
,
SwTOXBase
,
SwSection
);
// for RTTI
TYPEINIT2
(
SwTOXBaseSection
,
SwTOXBase
,
SwSection
);
// for RTTI
struct
LinkStruct
struct
LinkStruct
...
@@ -845,7 +843,9 @@ void SwTOXBaseSection::Update(const SfxItemSet* pAttr,
...
@@ -845,7 +843,9 @@ void SwTOXBaseSection::Update(const SfxItemSet* pAttr,
GetOptions
()
:
0
,
GetOptions
()
:
0
,
GetSortAlgorithm
()
);
GetSortAlgorithm
()
);
aSortArr
.
DeleteAndDestroy
(
0
,
aSortArr
.
Count
()
);
for
(
SwTOXSortTabBases
::
const_iterator
it
=
aSortArr
.
begin
();
it
!=
aSortArr
.
end
();
++
it
)
delete
*
it
;
aSortArr
.
clear
();
// find the first layout node for this TOX, if it only find the content
// find the first layout node for this TOX, if it only find the content
// in his own chapter
// in his own chapter
...
@@ -964,7 +964,7 @@ void SwTOXBaseSection::Update(const SfxItemSet* pAttr,
...
@@ -964,7 +964,7 @@ void SwTOXBaseSection::Update(const SfxItemSet* pAttr,
}
}
SwNodeIndex
aInsPos
(
*
pFirstEmptyNd
,
1
);
SwNodeIndex
aInsPos
(
*
pFirstEmptyNd
,
1
);
for
(
nCnt
=
0
;
nCnt
<
aSortArr
.
Count
();
++
nCnt
)
for
(
nCnt
=
0
;
nCnt
<
aSortArr
.
size
();
++
nCnt
)
{
{
::
SetProgressState
(
0
,
pDoc
->
GetDocShell
()
);
::
SetProgressState
(
0
,
pDoc
->
GetDocShell
()
);
...
@@ -995,7 +995,7 @@ void SwTOXBaseSection::Update(const SfxItemSet* pAttr,
...
@@ -995,7 +995,7 @@ void SwTOXBaseSection::Update(const SfxItemSet* pAttr,
const
String
sPrimKey
=
rMark
.
GetPrimaryKey
();
const
String
sPrimKey
=
rMark
.
GetPrimaryKey
();
const
String
sSecKey
=
rMark
.
GetSecondaryKey
();
const
String
sSecKey
=
rMark
.
GetSecondaryKey
();
const
SwTOXMark
*
pNextMark
=
0
;
const
SwTOXMark
*
pNextMark
=
0
;
while
(
aSortArr
.
Count
()
>
(
nCnt
+
nRange
)
&&
while
(
aSortArr
.
size
()
>
(
nCnt
+
nRange
)
&&
aSortArr
[
nCnt
+
nRange
]
->
GetType
()
==
TOX_SORT_INDEX
&&
aSortArr
[
nCnt
+
nRange
]
->
GetType
()
==
TOX_SORT_INDEX
&&
0
!=
(
pNextMark
=
&
(
aSortArr
[
nCnt
+
nRange
]
->
pTxtMark
->
GetTOXMark
()))
&&
0
!=
(
pNextMark
=
&
(
aSortArr
[
nCnt
+
nRange
]
->
pTxtMark
->
GetTOXMark
()))
&&
pNextMark
->
GetPrimaryKey
()
==
sPrimKey
&&
pNextMark
->
GetPrimaryKey
()
==
sPrimKey
&&
...
@@ -1055,7 +1055,7 @@ void SwTOXBaseSection::InsertAlphaDelimitter( const SwTOXInternational& rIntl )
...
@@ -1055,7 +1055,7 @@ void SwTOXBaseSection::InsertAlphaDelimitter( const SwTOXInternational& rIntl )
SwDoc
*
pDoc
=
(
SwDoc
*
)
GetFmt
()
->
GetDoc
();
SwDoc
*
pDoc
=
(
SwDoc
*
)
GetFmt
()
->
GetDoc
();
String
sDeli
,
sLastDeli
;
String
sDeli
,
sLastDeli
;
sal_uInt16
i
=
0
;
sal_uInt16
i
=
0
;
while
(
i
<
aSortArr
.
Count
()
)
while
(
i
<
aSortArr
.
size
()
)
{
{
::
SetProgressState
(
0
,
pDoc
->
GetDocShell
()
);
::
SetProgressState
(
0
,
pDoc
->
GetDocShell
()
);
...
@@ -1079,7 +1079,8 @@ void SwTOXBaseSection::InsertAlphaDelimitter( const SwTOXInternational& rIntl )
...
@@ -1079,7 +1079,8 @@ void SwTOXBaseSection::InsertAlphaDelimitter( const SwTOXInternational& rIntl )
{
{
SwTOXCustom
*
pCst
=
new
SwTOXCustom
(
sDeli
,
aEmptyStr
,
FORM_ALPHA_DELIMITTER
,
SwTOXCustom
*
pCst
=
new
SwTOXCustom
(
sDeli
,
aEmptyStr
,
FORM_ALPHA_DELIMITTER
,
rIntl
,
aSortArr
[
i
]
->
GetLocale
()
);
rIntl
,
aSortArr
[
i
]
->
GetLocale
()
);
aSortArr
.
Insert
(
pCst
,
i
++
);
aSortArr
.
insert
(
aSortArr
.
begin
()
+
i
,
pCst
);
i
++
;
}
}
sLastDeli
=
sDeli
;
sLastDeli
=
sDeli
;
}
}
...
@@ -1087,7 +1088,7 @@ void SwTOXBaseSection::InsertAlphaDelimitter( const SwTOXInternational& rIntl )
...
@@ -1087,7 +1088,7 @@ void SwTOXBaseSection::InsertAlphaDelimitter( const SwTOXInternational& rIntl )
// Skip until we get to the same or a lower Level
// Skip until we get to the same or a lower Level
do
{
do
{
i
++
;
i
++
;
}
while
(
i
<
aSortArr
.
Count
()
&&
aSortArr
[
i
]
->
GetLevel
()
>
nLevel
);
}
while
(
i
<
aSortArr
.
size
()
&&
aSortArr
[
i
]
->
GetLevel
()
>
nLevel
);
}
}
}
}
...
@@ -1864,7 +1865,7 @@ void SwTOXBaseSection::GenerateText( sal_uInt16 nArrayIdx,
...
@@ -1864,7 +1865,7 @@ void SwTOXBaseSection::GenerateText( sal_uInt16 nArrayIdx,
--------------------------------------------------------------------*/
--------------------------------------------------------------------*/
void
SwTOXBaseSection
::
UpdatePageNum
()
void
SwTOXBaseSection
::
UpdatePageNum
()
{
{
if
(
!
aSortArr
.
Count
()
)
if
(
aSortArr
.
empty
()
)
return
;
return
;
// Insert the current PageNumber into the TOC
// Insert the current PageNumber into the TOC
...
@@ -1877,7 +1878,7 @@ void SwTOXBaseSection::UpdatePageNum()
...
@@ -1877,7 +1878,7 @@ void SwTOXBaseSection::UpdatePageNum()
GetOptions
()
:
0
,
GetOptions
()
:
0
,
GetSortAlgorithm
()
);
GetSortAlgorithm
()
);
for
(
sal_uInt16
nCnt
=
0
;
nCnt
<
aSortArr
.
Count
();
++
nCnt
)
for
(
sal_uInt16
nCnt
=
0
;
nCnt
<
aSortArr
.
size
();
++
nCnt
)
{
{
// Loop over all SourceNodes
// Loop over all SourceNodes
std
::
vector
<
sal_uInt16
>
aNums
;
// the PageNumber
std
::
vector
<
sal_uInt16
>
aNums
;
// the PageNumber
...
@@ -1893,7 +1894,7 @@ void SwTOXBaseSection::UpdatePageNum()
...
@@ -1893,7 +1894,7 @@ void SwTOXBaseSection::UpdatePageNum()
const
String
sPrimKey
=
rMark
.
GetPrimaryKey
();
const
String
sPrimKey
=
rMark
.
GetPrimaryKey
();
const
String
sSecKey
=
rMark
.
GetSecondaryKey
();
const
String
sSecKey
=
rMark
.
GetSecondaryKey
();
const
SwTOXMark
*
pNextMark
=
0
;
const
SwTOXMark
*
pNextMark
=
0
;
while
(
aSortArr
.
Count
()
>
(
nCnt
+
nRange
)
&&
while
(
aSortArr
.
size
()
>
(
nCnt
+
nRange
)
&&
aSortArr
[
nCnt
+
nRange
]
->
GetType
()
==
TOX_SORT_INDEX
&&
aSortArr
[
nCnt
+
nRange
]
->
GetType
()
==
TOX_SORT_INDEX
&&
0
!=
(
pNextMark
=
&
(
aSortArr
[
nCnt
+
nRange
]
->
pTxtMark
->
GetTOXMark
()))
&&
0
!=
(
pNextMark
=
&
(
aSortArr
[
nCnt
+
nRange
]
->
pTxtMark
->
GetTOXMark
()))
&&
pNextMark
->
GetPrimaryKey
()
==
sPrimKey
&&
pNextMark
->
GetPrimaryKey
()
==
sPrimKey
&&
...
@@ -1969,7 +1970,9 @@ void SwTOXBaseSection::UpdatePageNum()
...
@@ -1969,7 +1970,9 @@ void SwTOXBaseSection::UpdatePageNum()
}
}
}
}
// Delete the mapping array after setting the right PageNumber
// Delete the mapping array after setting the right PageNumber
aSortArr
.
DeleteAndDestroy
(
0
,
aSortArr
.
Count
()
);
for
(
SwTOXSortTabBases
::
const_iterator
it
=
aSortArr
.
begin
();
it
!=
aSortArr
.
end
();
++
it
)
delete
*
it
;
aSortArr
.
clear
();
}
}
/*--------------------------------------------------------------------
/*--------------------------------------------------------------------
...
@@ -2156,7 +2159,7 @@ void SwTOXBaseSection::_UpdatePageNum( SwTxtNode* pNd,
...
@@ -2156,7 +2159,7 @@ void SwTOXBaseSection::_UpdatePageNum( SwTxtNode* pNd,
--------------------------------------------------------------------*/
--------------------------------------------------------------------*/
void
SwTOXBaseSection
::
InsertSorted
(
SwTOXSortTabBase
*
pNew
)
void
SwTOXBaseSection
::
InsertSorted
(
SwTOXSortTabBase
*
pNew
)
{
{
Range
aRange
(
0
,
aSortArr
.
Count
());
Range
aRange
(
0
,
aSortArr
.
size
());
if
(
TOX_INDEX
==
SwTOXBase
::
GetType
()
&&
pNew
->
pTxtMark
)
if
(
TOX_INDEX
==
SwTOXBase
::
GetType
()
&&
pNew
->
pTxtMark
)
{
{
const
SwTOXMark
&
rMark
=
pNew
->
pTxtMark
->
GetTOXMark
();
const
SwTOXMark
&
rMark
=
pNew
->
pTxtMark
->
GetTOXMark
();
...
@@ -2191,7 +2194,8 @@ void SwTOXBaseSection::InsertSorted(SwTOXSortTabBase* pNew)
...
@@ -2191,7 +2194,8 @@ void SwTOXBaseSection::InsertSorted(SwTOXSortTabBase* pNew)
else
else
{
{
// remove the old content
// remove the old content
aSortArr
.
DeleteAndDestroy
(
i
,
1
);
delete
aSortArr
[
i
];
aSortArr
.
erase
(
aSortArr
.
begin
()
+
i
);
aRange
.
Max
()
--
;
aRange
.
Max
()
--
;
break
;
break
;
}
}
...
@@ -2216,7 +2220,7 @@ void SwTOXBaseSection::InsertSorted(SwTOXSortTabBase* pNew)
...
@@ -2216,7 +2220,7 @@ void SwTOXBaseSection::InsertSorted(SwTOXSortTabBase* pNew)
if
(
!
(
pNew
->
GetOptions
()
&
nsSwTOIOptions
::
TOI_SAME_ENTRY
))
if
(
!
(
pNew
->
GetOptions
()
&
nsSwTOIOptions
::
TOI_SAME_ENTRY
))
{
// Own entry
{
// Own entry
aSortArr
.
Insert
(
pNew
,
i
);
aSortArr
.
insert
(
aSortArr
.
begin
()
+
i
,
pNew
);
return
;
return
;
}
}
// If the own entry is already present, add it to the references list
// If the own entry is already present, add it to the references list
...
@@ -2239,7 +2243,7 @@ void SwTOXBaseSection::InsertSorted(SwTOXSortTabBase* pNew)
...
@@ -2239,7 +2243,7 @@ void SwTOXBaseSection::InsertSorted(SwTOXSortTabBase* pNew)
i
++
;
i
++
;
// Insert at position i
// Insert at position i
aSortArr
.
Insert
(
pNew
,
i
);
aSortArr
.
insert
(
aSortArr
.
begin
()
+
i
,
pNew
);
}
}
/*--------------------------------------------------------------------
/*--------------------------------------------------------------------
...
@@ -2287,13 +2291,13 @@ Range SwTOXBaseSection::GetKeyRange(const String& rStr, const String& rStrReadin
...
@@ -2287,13 +2291,13 @@ Range SwTOXBaseSection::GetKeyRange(const String& rStr, const String& rStrReadin
if
(
nLevel
==
aSortArr
[
i
]
->
GetLevel
()
&&
*
pKey
<
*
(
aSortArr
[
i
]))
if
(
nLevel
==
aSortArr
[
i
]
->
GetLevel
()
&&
*
pKey
<
*
(
aSortArr
[
i
]))
break
;
break
;
}
}
aSortArr
.
Insert
(
pKey
,
i
);
aSortArr
.
insert
(
aSortArr
.
begin
()
+
i
,
pKey
);
}
}
sal_uInt16
nStart
=
i
+
1
;
sal_uInt16
nStart
=
i
+
1
;
sal_uInt16
nEnd
=
aSortArr
.
Count
();
sal_uInt16
nEnd
=
aSortArr
.
size
();
// Find end of range
// Find end of range
for
(
i
=
nStart
;
i
<
aSortArr
.
Count
();
++
i
)
for
(
i
=
nStart
;
i
<
aSortArr
.
size
();
++
i
)
{
{
if
(
aSortArr
[
i
]
->
GetLevel
()
<=
nLevel
)
if
(
aSortArr
[
i
]
->
GetLevel
()
<=
nLevel
)
{
nEnd
=
i
;
{
nEnd
=
i
;
...
...
sw/source/core/fields/authfld.cxx
Dosyayı görüntüle @
de4d4eb6
...
@@ -339,7 +339,7 @@ sal_uInt16 SwAuthorityFieldType::GetSequencePos(long nHandle)
...
@@ -339,7 +339,7 @@ sal_uInt16 SwAuthorityFieldType::GetSequencePos(long nHandle)
SwTOXAuthority
*
pNew
=
new
SwTOXAuthority
(
*
pTxtNode
,
SwTOXAuthority
*
pNew
=
new
SwTOXAuthority
(
*
pTxtNode
,
*
pFmtFld
,
aIntl
);
*
pFmtFld
,
aIntl
);
for
(
short
i
=
0
;
i
<
aSortArr
.
Count
();
++
i
)
for
(
short
i
=
0
;
i
<
(
short
)
aSortArr
.
size
();
++
i
)
{
{
SwTOXSortTabBase
*
pOld
=
aSortArr
[
i
];
SwTOXSortTabBase
*
pOld
=
aSortArr
[
i
];
if
(
*
pOld
==
*
pNew
)
if
(
*
pOld
==
*
pNew
)
...
@@ -349,7 +349,11 @@ sal_uInt16 SwAuthorityFieldType::GetSequencePos(long nHandle)
...
@@ -349,7 +349,11 @@ sal_uInt16 SwAuthorityFieldType::GetSequencePos(long nHandle)
if
(
*
pOld
<
*
pNew
)
if
(
*
pOld
<
*
pNew
)
DELETEZ
(
pNew
);
DELETEZ
(
pNew
);
else
// remove the old content
else
// remove the old content
aSortArr
.
DeleteAndDestroy
(
i
,
1
);
{
for
(
SwTOXSortTabBases
::
const_iterator
it
=
aSortArr
.
begin
();
it
!=
aSortArr
.
end
();
++
it
)
delete
*
it
;
aSortArr
.
clear
();
}
break
;
break
;
}
}
}
}
...
@@ -358,25 +362,27 @@ sal_uInt16 SwAuthorityFieldType::GetSequencePos(long nHandle)
...
@@ -358,25 +362,27 @@ sal_uInt16 SwAuthorityFieldType::GetSequencePos(long nHandle)
{
{
short
j
;
short
j
;
for
(
j
=
0
;
j
<
aSortArr
.
Count
();
++
j
)
for
(
j
=
0
;
j
<
(
short
)
aSortArr
.
size
();
++
j
)
{
{
SwTOXSortTabBase
*
pOld
=
aSortArr
[
j
];
SwTOXSortTabBase
*
pOld
=
aSortArr
[
j
];
if
(
*
pNew
<
*
pOld
)
if
(
*
pNew
<
*
pOld
)
break
;
break
;
}
}
aSortArr
.
Insert
(
pNew
,
j
);
aSortArr
.
insert
(
aSortArr
.
begin
()
+
j
,
pNew
);
}
}
}
}
}
}
for
(
sal_uInt16
i
=
0
;
i
<
aSortArr
.
Count
();
i
++
)
for
(
sal_uInt16
i
=
0
;
i
<
aSortArr
.
size
();
i
++
)
{
{
const
SwTOXSortTabBase
&
rBase
=
*
aSortArr
[
i
];
const
SwTOXSortTabBase
&
rBase
=
*
aSortArr
[
i
];
SwFmtFld
&
rFmtFld
=
((
SwTOXAuthority
&
)
rBase
).
GetFldFmt
();
SwFmtFld
&
rFmtFld
=
((
SwTOXAuthority
&
)
rBase
).
GetFldFmt
();
SwAuthorityField
*
pAFld
=
(
SwAuthorityField
*
)
rFmtFld
.
GetFld
();
SwAuthorityField
*
pAFld
=
(
SwAuthorityField
*
)
rFmtFld
.
GetFld
();
m_SequArr
.
push_back
(
pAFld
->
GetHandle
());
m_SequArr
.
push_back
(
pAFld
->
GetHandle
());
}
}
aSortArr
.
DeleteAndDestroy
(
0
,
aSortArr
.
Count
());
for
(
SwTOXSortTabBases
::
const_iterator
it
=
aSortArr
.
begin
();
it
!=
aSortArr
.
end
();
++
it
)
delete
*
it
;
aSortArr
.
clear
();
}
}
//find nHandle
//find nHandle
sal_uInt16
nRet
=
0
;
sal_uInt16
nRet
=
0
;
...
...
sw/source/core/inc/doctxm.hxx
Dosyayı görüntüle @
de4d4eb6
...
@@ -41,9 +41,7 @@ class SwTxtFmtColl;
...
@@ -41,9 +41,7 @@ class SwTxtFmtColl;
struct
SwPosition
;
struct
SwPosition
;
struct
SwTOXSortTabBase
;
struct
SwTOXSortTabBase
;
typedef
SwTOXSortTabBase
*
SwTOXSortTabBasePtr
;
typedef
std
::
vector
<
SwTOXSortTabBase
*>
SwTOXSortTabBases
;
SV_DECL_PTRARR
(
SwTOXSortTabBases
,
SwTOXSortTabBasePtr
,
0
)
/*--------------------------------------------------------------------
/*--------------------------------------------------------------------
Beschreibung: Ring der speziellen Verzeichnisse
Beschreibung: Ring der speziellen Verzeichnisse
...
...
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