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
b02c52b4
Kaydet (Commit)
b02c52b4
authored
Ock 26, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
use isEmpty instead of getLength
Change-Id: I9e5ce12776fcb31577a735296ab10b2c98c238f8
üst
7bc44705
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
XMLStylesImportHelper.hxx
sc/source/filter/xml/XMLStylesImportHelper.hxx
+2
-2
xmlcelli.hxx
sc/source/filter/xml/xmlcelli.hxx
+2
-2
No files found.
sc/source/filter/xml/XMLStylesImportHelper.hxx
Dosyayı görüntüle @
b02c52b4
...
...
@@ -156,8 +156,8 @@ class ScMyStylesImportHelper
{
return
((
pFirst
&&
pSecond
&&
pFirst
->
equals
(
*
pSecond
))
||
(
!
pFirst
&&
!
pSecond
)
||
(
!
pFirst
&&
pSecond
&&
!
pSecond
->
getLength
())
||
(
!
pSecond
&&
pFirst
&&
!
pFirst
->
getLength
()));
(
!
pFirst
&&
pSecond
&&
pSecond
->
isEmpty
())
||
(
!
pSecond
&&
pFirst
&&
pFirst
->
isEmpty
()));
}
public
:
ScMyStylesImportHelper
(
ScXMLImport
&
rImport
);
...
...
sc/source/filter/xml/xmlcelli.hxx
Dosyayı görüntüle @
b02c52b4
...
...
@@ -19,7 +19,6 @@
#ifndef SC_XMLCELLI_HXX
#define SC_XMLCELLI_HXX
#include <memory>
#include "XMLDetectiveContext.hxx"
#include "XMLCellRangeSourceContext.hxx"
#include <xmloff/xmlictxt.hxx>
...
...
@@ -27,6 +26,7 @@
#include "formula/grammar.hxx"
#include <boost/optional.hpp>
#include <boost/scoped_ptr.hpp>
class
ScXMLImport
;
class
ScFormulaCell
;
...
...
@@ -39,7 +39,7 @@ class ScXMLTableRowCellContext : public SvXMLImportContext
::
boost
::
optional
<
rtl
::
OUString
>
pOUTextContent
;
::
boost
::
optional
<
FormulaWithNamespace
>
pOUFormula
;
rtl
::
OUString
*
pContentValidationName
;
::
std
::
auto
_ptr
<
ScXMLAnnotationData
>
mxAnnotationData
;
boost
::
scoped
_ptr
<
ScXMLAnnotationData
>
mxAnnotationData
;
ScMyImpDetectiveObjVec
*
pDetectiveObjVec
;
ScMyImpCellRangeSource
*
pCellRangeSource
;
double
fValue
;
...
...
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