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
11792080
Kaydet (Commit)
11792080
authored
Mar 18, 2011
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge branch 'master' of
git://anongit.freedesktop.org/libreoffice/libs-gui
üst
4fdd5522
6996c17a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
26 deletions
+8
-26
parhtml.cxx
svtools/source/svhtml/parhtml.cxx
+8
-0
solar.h
tools/inc/tools/solar.h
+0
-26
No files found.
svtools/source/svhtml/parhtml.cxx
Dosyayı görüntüle @
11792080
...
...
@@ -1252,6 +1252,14 @@ int HTMLParser::_GetNextToken()
if
(
'>'
!=
nNextCh
&&
IsParserWorking
()
)
{
ScanText
(
'>'
);
// fdo#34666: closing "/>"?:
// return HTML_UNKNOWNCONTROL_OFF instead of
// HTML_UNKNOWNCONTROL_ON
if
(
aToken
.
Len
()
>=
1
&&
'/'
==
aToken
.
GetChar
(
aToken
.
Len
()
-
1
))
{
if
(
HTML_UNKNOWNCONTROL_ON
==
nRet
)
nRet
=
HTML_UNKNOWNCONTROL_OFF
;
}
if
(
sal_Unicode
(
EOF
)
==
nNextCh
&&
rInput
.
IsEof
()
)
{
// zurueck hinter die < gehen und dort neu
...
...
tools/inc/tools/solar.h
Dosyayı görüntüle @
11792080
...
...
@@ -145,32 +145,6 @@ inline void DoubleToSVBT64( double n, SVBT64 p ) { p[0] = ((sal_uInt8*)&n)[7
#endif
#endif
/*** standard floating point definitions *******************************/
#ifndef F_PI
#define F_PI 3.14159265358979323846
#endif
#ifndef F_PI2
#define F_PI2 1.57079632679489661923
#endif
#ifndef F_PI4
#define F_PI4 0.785398163397448309616
#endif
#ifndef F_PI180
#define F_PI180 0.01745329251994
#endif
#ifndef F_PI1800
#define F_PI1800 0.001745329251994
#endif
#ifndef F_PI18000
#define F_PI18000 0.0001745329251994
#endif
#ifndef F_2PI
#define F_2PI 6.28318530717958647694
#endif
/*** standard macros *****************************************/
#define SWAPSHORT(x) ((((x) >> 8) & 0x00FF) | (((x) & 0x00FF) << 8))
...
...
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