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
61c50286
Kaydet (Commit)
61c50286
authored
Şub 07, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:deletedspecial
Change-Id: I6e5fb5562d73239eae32a4ef668aa88551608be2
üst
add9dae7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
OOXMLFastContextHandler.hxx
writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
+1
-1
OOXMLFastDocumentHandler.hxx
writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx
+2
-2
rtfvalue.hxx
writerfilter/source/rtftok/rtfvalue.hxx
+1
-1
No files found.
writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
Dosyayı görüntüle @
61c50286
...
@@ -239,7 +239,7 @@ protected:
...
@@ -239,7 +239,7 @@ protected:
bool
inPositionV
;
bool
inPositionV
;
private
:
private
:
void
operator
=
(
OOXMLFastContextHandler
&
)
;
// not defined
void
operator
=
(
OOXMLFastContextHandler
&
)
SAL_DELETED_FUNCTION
;
/// Handles AlternateContent. Returns true, if children of the current element should be ignored.
/// Handles AlternateContent. Returns true, if children of the current element should be ignored.
bool
prepareMceContext
(
Token_t
nElement
,
const
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XFastAttributeList
>&
Attribs
);
bool
prepareMceContext
(
Token_t
nElement
,
const
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XFastAttributeList
>&
Attribs
);
...
...
writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx
Dosyayı görüntüle @
61c50286
...
@@ -88,8 +88,8 @@ public:
...
@@ -88,8 +88,8 @@ public:
void
setIsSubstream
(
bool
bSubstream
);
void
setIsSubstream
(
bool
bSubstream
);
private
:
private
:
OOXMLFastDocumentHandler
(
OOXMLFastDocumentHandler
&
)
;
// not defined
OOXMLFastDocumentHandler
(
OOXMLFastDocumentHandler
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
OOXMLFastDocumentHandler
&
)
;
// not defined
void
operator
=
(
OOXMLFastDocumentHandler
&
)
SAL_DELETED_FUNCTION
;
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
m_xContext
;
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
m_xContext
;
...
...
writerfilter/source/rtftok/rtfvalue.hxx
Dosyayı görüntüle @
61c50286
...
@@ -58,7 +58,7 @@ public:
...
@@ -58,7 +58,7 @@ public:
RTFShape
&
getShape
()
const
;
RTFShape
&
getShape
()
const
;
bool
equals
(
RTFValue
&
rOther
);
bool
equals
(
RTFValue
&
rOther
);
private
:
private
:
RTFValue
&
operator
=
(
RTFValue
const
&
rOther
);
RTFValue
&
operator
=
(
RTFValue
const
&
rOther
)
SAL_DELETED_FUNCTION
;
int
m_nValue
;
int
m_nValue
;
OUString
m_sValue
;
OUString
m_sValue
;
std
::
shared_ptr
<
RTFSprms
>
m_pAttributes
;
std
::
shared_ptr
<
RTFSprms
>
m_pAttributes
;
...
...
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