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
cf8ae83b
Kaydet (Commit)
cf8ae83b
authored
Nis 30, 2015
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SwRefPageGetFieldType::MakeSetList can return bool
Change-Id: I79965d94e077345357952e7bded4b7e5b4c51c85
üst
a5295aad
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
docufld.hxx
sw/inc/docufld.hxx
+1
-1
cellfml.cxx
sw/source/core/fields/cellfml.cxx
+1
-1
docufld.cxx
sw/source/core/fields/docufld.cxx
+2
-2
No files found.
sw/inc/docufld.hxx
Dosyayı görüntüle @
cf8ae83b
...
...
@@ -605,7 +605,7 @@ protected:
public
:
SwRefPageGetFieldType
(
SwDoc
*
pDoc
);
virtual
SwFieldType
*
Copy
()
const
SAL_OVERRIDE
;
sal_uInt16
MakeSetList
(
_SetGetExpFlds
&
rTmpLst
);
bool
MakeSetList
(
_SetGetExpFlds
&
rTmpLst
);
SwDoc
*
GetDoc
()
const
{
return
pDoc
;
}
};
...
...
sw/source/core/fields/cellfml.cxx
Dosyayı görüntüle @
cf8ae83b
...
...
@@ -701,7 +701,7 @@ const SwTable* SwTableFormula::FindTable( SwDoc& rDoc, const OUString& rNm ) con
{
const
SwFrmFmts
&
rTblFmts
=
*
rDoc
.
GetTblFrmFmts
();
const
SwTable
*
pTmpTbl
=
0
,
*
pRet
=
0
;
for
(
sal_uInt16
nFmtCnt
=
rTblFmts
.
size
();
nFmtCnt
;
)
for
(
auto
nFmtCnt
=
rTblFmts
.
size
();
nFmtCnt
;
)
{
SwFrmFmt
*
pFmt
=
rTblFmts
[
--
nFmtCnt
];
// if we are called from Sw3Writer, a number is dependent on the format name
...
...
sw/source/core/fields/docufld.cxx
Dosyayı görüntüle @
cf8ae83b
...
...
@@ -2075,7 +2075,7 @@ void SwRefPageGetFieldType::Modify( const SfxPoolItem* pOld, const SfxPoolItem*
NotifyClients
(
pOld
,
pNew
);
}
sal_uInt16
SwRefPageGetFieldType
::
MakeSetList
(
_SetGetExpFlds
&
rTmpLst
)
bool
SwRefPageGetFieldType
::
MakeSetList
(
_SetGetExpFlds
&
rTmpLst
)
{
SwIterator
<
SwFmtFld
,
SwFieldType
>
aIter
(
*
pDoc
->
getIDocumentFieldsAccess
().
GetSysFldType
(
RES_REFPAGESETFLD
));
for
(
SwFmtFld
*
pFmtFld
=
aIter
.
First
();
pFmtFld
;
pFmtFld
=
aIter
.
Next
()
)
...
...
@@ -2118,7 +2118,7 @@ sal_uInt16 SwRefPageGetFieldType::MakeSetList( _SetGetExpFlds& rTmpLst )
}
}
return
rTmpLst
.
size
();
return
!
rTmpLst
.
empty
();
}
void
SwRefPageGetFieldType
::
UpdateField
(
SwTxtFld
*
pTxtFld
,
...
...
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