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
9ef68905
Kaydet (Commit)
9ef68905
authored
Kas 28, 2011
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
mark these as const
üst
3ad35cba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
rtfdocumentimpl.cxx
writerfilter/source/rtftok/rtfdocumentimpl.cxx
+3
-3
rtfdocumentimpl.hxx
writerfilter/source/rtftok/rtfdocumentimpl.hxx
+3
-3
No files found.
writerfilter/source/rtftok/rtfdocumentimpl.cxx
Dosyayı görüntüle @
9ef68905
...
@@ -332,7 +332,7 @@ void RTFDocumentImpl::setAuthor(rtl::OUString& rAuthor)
...
@@ -332,7 +332,7 @@ void RTFDocumentImpl::setAuthor(rtl::OUString& rAuthor)
m_aAuthor
=
rAuthor
;
m_aAuthor
=
rAuthor
;
}
}
bool
RTFDocumentImpl
::
isSubstream
()
bool
RTFDocumentImpl
::
isSubstream
()
const
{
{
return
m_bIsSubstream
;
return
m_bIsSubstream
;
}
}
...
@@ -3153,12 +3153,12 @@ RTFParserState& RTFDocumentImpl::getState()
...
@@ -3153,12 +3153,12 @@ RTFParserState& RTFDocumentImpl::getState()
return
m_aStates
.
top
();
return
m_aStates
.
top
();
}
}
int
RTFDocumentImpl
::
getGroup
()
int
RTFDocumentImpl
::
getGroup
()
const
{
{
return
m_nGroup
;
return
m_nGroup
;
}
}
bool
RTFDocumentImpl
::
isEmpty
()
bool
RTFDocumentImpl
::
isEmpty
()
const
{
{
return
m_aStates
.
empty
();
return
m_aStates
.
empty
();
}
}
...
...
writerfilter/source/rtftok/rtfdocumentimpl.hxx
Dosyayı görüntüle @
9ef68905
...
@@ -292,15 +292,15 @@ namespace writerfilter {
...
@@ -292,15 +292,15 @@ namespace writerfilter {
Stream
&
Mapper
();
Stream
&
Mapper
();
void
setSubstream
(
bool
bIsSubtream
);
void
setSubstream
(
bool
bIsSubtream
);
void
setAuthor
(
rtl
::
OUString
&
rAuthor
);
void
setAuthor
(
rtl
::
OUString
&
rAuthor
);
bool
isSubstream
();
bool
isSubstream
()
const
;
void
finishSubstream
();
void
finishSubstream
();
void
setIgnoreFirst
(
rtl
::
OUString
&
rIgnoreFirst
);
void
setIgnoreFirst
(
rtl
::
OUString
&
rIgnoreFirst
);
void
seek
(
sal_uInt32
nPos
);
void
seek
(
sal_uInt32
nPos
);
uno
::
Reference
<
lang
::
XMultiServiceFactory
>
getModelFactory
();
uno
::
Reference
<
lang
::
XMultiServiceFactory
>
getModelFactory
();
RTFParserState
&
getState
();
RTFParserState
&
getState
();
/// If the stack of states is empty.
/// If the stack of states is empty.
bool
isEmpty
();
bool
isEmpty
()
const
;
int
getGroup
();
int
getGroup
()
const
;
void
setDestinationText
(
rtl
::
OUString
&
rString
);
void
setDestinationText
(
rtl
::
OUString
&
rString
);
/// Resolve a picture: If not inline, then anchored.
/// Resolve a picture: If not inline, then anchored.
int
resolvePict
(
bool
bInline
);
int
resolvePict
(
bool
bInline
);
...
...
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