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
81ea1b55
Kaydet (Commit)
81ea1b55
authored
Eyl 30, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sc/source/filter/inc/rtfparse.hxx from String to OUString
Change-Id: I8ec99823fd842dce9e275fc511cc9bcdf185ef7a
üst
b0be2055
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
htmlpars.cxx
sc/source/filter/html/htmlpars.cxx
+2
-2
eeparser.hxx
sc/source/filter/inc/eeparser.hxx
+1
-1
htmlpars.hxx
sc/source/filter/inc/htmlpars.hxx
+3
-3
rtfparse.hxx
sc/source/filter/inc/rtfparse.hxx
+1
-1
rtfparse.cxx
sc/source/filter/rtf/rtfparse.cxx
+1
-1
No files found.
sc/source/filter/html/htmlpars.cxx
Dosyayı görüntüle @
81ea1b55
...
@@ -279,7 +279,7 @@ ScHTMLLayoutParser::~ScHTMLLayoutParser()
...
@@ -279,7 +279,7 @@ ScHTMLLayoutParser::~ScHTMLLayoutParser()
}
}
sal_uLong
ScHTMLLayoutParser
::
Read
(
SvStream
&
rStream
,
const
String
&
rBaseURL
)
sal_uLong
ScHTMLLayoutParser
::
Read
(
SvStream
&
rStream
,
const
OU
String
&
rBaseURL
)
{
{
Link
aOldLink
=
pEdit
->
GetImportHdl
();
Link
aOldLink
=
pEdit
->
GetImportHdl
();
pEdit
->
SetImportHdl
(
LINK
(
this
,
ScHTMLLayoutParser
,
HTMLImportHdl
)
);
pEdit
->
SetImportHdl
(
LINK
(
this
,
ScHTMLLayoutParser
,
HTMLImportHdl
)
);
...
@@ -2932,7 +2932,7 @@ ScHTMLQueryParser::~ScHTMLQueryParser()
...
@@ -2932,7 +2932,7 @@ ScHTMLQueryParser::~ScHTMLQueryParser()
{
{
}
}
sal_uLong
ScHTMLQueryParser
::
Read
(
SvStream
&
rStrm
,
const
String
&
rBaseURL
)
sal_uLong
ScHTMLQueryParser
::
Read
(
SvStream
&
rStrm
,
const
OU
String
&
rBaseURL
)
{
{
SvKeyValueIteratorRef
xValues
;
SvKeyValueIteratorRef
xValues
;
SvKeyValueIterator
*
pAttributes
=
0
;
SvKeyValueIterator
*
pAttributes
=
0
;
...
...
sc/source/filter/inc/eeparser.hxx
Dosyayı görüntüle @
81ea1b55
...
@@ -121,7 +121,7 @@ public:
...
@@ -121,7 +121,7 @@ public:
ScEEParser
(
EditEngine
*
);
ScEEParser
(
EditEngine
*
);
virtual
~
ScEEParser
();
virtual
~
ScEEParser
();
virtual
sal_uLong
Read
(
SvStream
&
,
const
String
&
rBaseURL
)
=
0
;
virtual
sal_uLong
Read
(
SvStream
&
,
const
OU
String
&
rBaseURL
)
=
0
;
const
ColWidthsMap
&
GetColWidths
()
const
{
return
maColWidths
;
}
const
ColWidthsMap
&
GetColWidths
()
const
{
return
maColWidths
;
}
ColWidthsMap
&
GetColWidths
()
{
return
maColWidths
;
}
ColWidthsMap
&
GetColWidths
()
{
return
maColWidths
;
}
...
...
sc/source/filter/inc/htmlpars.hxx
Dosyayı görüntüle @
81ea1b55
...
@@ -88,7 +88,7 @@ public:
...
@@ -88,7 +88,7 @@ public:
explicit
ScHTMLParser
(
EditEngine
*
pEditEngine
,
ScDocument
*
pDoc
);
explicit
ScHTMLParser
(
EditEngine
*
pEditEngine
,
ScDocument
*
pDoc
);
virtual
~
ScHTMLParser
();
virtual
~
ScHTMLParser
();
virtual
sal_uLong
Read
(
SvStream
&
rStrm
,
const
String
&
rBaseURL
)
=
0
;
virtual
sal_uLong
Read
(
SvStream
&
rStrm
,
const
OU
String
&
rBaseURL
)
=
0
;
ScHTMLStyles
&
GetStyles
();
ScHTMLStyles
&
GetStyles
();
ScDocument
&
GetDoc
();
ScDocument
&
GetDoc
();
...
@@ -226,7 +226,7 @@ private:
...
@@ -226,7 +226,7 @@ private:
public
:
public
:
ScHTMLLayoutParser
(
EditEngine
*
,
const
String
&
rBaseURL
,
const
Size
&
aPageSize
,
ScDocument
*
);
ScHTMLLayoutParser
(
EditEngine
*
,
const
String
&
rBaseURL
,
const
Size
&
aPageSize
,
ScDocument
*
);
virtual
~
ScHTMLLayoutParser
();
virtual
~
ScHTMLLayoutParser
();
virtual
sal_uLong
Read
(
SvStream
&
,
const
String
&
rBaseURL
);
virtual
sal_uLong
Read
(
SvStream
&
,
const
OU
String
&
rBaseURL
);
virtual
const
ScHTMLTable
*
GetGlobalTable
()
const
;
virtual
const
ScHTMLTable
*
GetGlobalTable
()
const
;
};
};
...
@@ -621,7 +621,7 @@ public:
...
@@ -621,7 +621,7 @@ public:
explicit
ScHTMLQueryParser
(
EditEngine
*
pEditEngine
,
ScDocument
*
pDoc
);
explicit
ScHTMLQueryParser
(
EditEngine
*
pEditEngine
,
ScDocument
*
pDoc
);
virtual
~
ScHTMLQueryParser
();
virtual
~
ScHTMLQueryParser
();
virtual
sal_uLong
Read
(
SvStream
&
rStrm
,
const
String
&
rBaseURL
);
virtual
sal_uLong
Read
(
SvStream
&
rStrm
,
const
OU
String
&
rBaseURL
);
/** Returns the "global table" which contains the entire HTML document. */
/** Returns the "global table" which contains the entire HTML document. */
virtual
const
ScHTMLTable
*
GetGlobalTable
()
const
;
virtual
const
ScHTMLTable
*
GetGlobalTable
()
const
;
...
...
sc/source/filter/inc/rtfparse.hxx
Dosyayı görüntüle @
81ea1b55
...
@@ -76,7 +76,7 @@ private:
...
@@ -76,7 +76,7 @@ private:
public
:
public
:
ScRTFParser
(
EditEngine
*
);
ScRTFParser
(
EditEngine
*
);
virtual
~
ScRTFParser
();
virtual
~
ScRTFParser
();
virtual
sal_uLong
Read
(
SvStream
&
,
const
String
&
rBaseURL
);
virtual
sal_uLong
Read
(
SvStream
&
,
const
OU
String
&
rBaseURL
);
};
};
...
...
sc/source/filter/rtf/rtfparse.cxx
Dosyayı görüntüle @
81ea1b55
...
@@ -64,7 +64,7 @@ ScRTFParser::~ScRTFParser()
...
@@ -64,7 +64,7 @@ ScRTFParser::~ScRTFParser()
}
}
sal_uLong
ScRTFParser
::
Read
(
SvStream
&
rStream
,
const
String
&
rBaseURL
)
sal_uLong
ScRTFParser
::
Read
(
SvStream
&
rStream
,
const
OU
String
&
rBaseURL
)
{
{
Link
aOldLink
=
pEdit
->
GetImportHdl
();
Link
aOldLink
=
pEdit
->
GetImportHdl
();
pEdit
->
SetImportHdl
(
LINK
(
this
,
ScRTFParser
,
RTFImportHdl
)
);
pEdit
->
SetImportHdl
(
LINK
(
this
,
ScRTFParser
,
RTFImportHdl
)
);
...
...
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