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
c491aa53
Kaydet (Commit)
c491aa53
authored
Ara 23, 2010
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add mode-lines in here
üst
5ab0787f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
0 deletions
+18
-0
caret.hxx
starmath/inc/caret.hxx
+3
-0
cursor.hxx
starmath/inc/cursor.hxx
+3
-0
visitors.hxx
starmath/inc/visitors.hxx
+3
-0
caret.cxx
starmath/source/caret.cxx
+3
-0
cursor.cxx
starmath/source/cursor.cxx
+3
-0
visitors.cxx
starmath/source/visitors.cxx
+3
-0
No files found.
starmath/inc/caret.hxx
Dosyayı görüntüle @
c491aa53
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+
*
...
...
@@ -475,3 +476,5 @@ private:
*/
#endif
/* CARET_H */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
starmath/inc/cursor.hxx
Dosyayı görüntüle @
c491aa53
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+
*
...
...
@@ -449,3 +450,5 @@ private:
#endif
/* SMCURSOR_H */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
starmath/inc/visitors.hxx
Dosyayı görüntüle @
c491aa53
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+
*
...
...
@@ -490,3 +491,5 @@ private:
};
#endif
/* SMVISITORS_H */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
starmath/source/caret.cxx
Dosyayı görüntüle @
c491aa53
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+
*
...
...
@@ -61,3 +62,5 @@ SmCaretPosGraph::~SmCaretPosGraph(){
delete
pNext
;
pNext
=
NULL
;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
starmath/source/cursor.cxx
Dosyayı görüntüle @
c491aa53
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+
*
...
...
@@ -1626,3 +1627,5 @@ bool SmNodeListParser::IsUnaryOperator(const SmToken &token) {
bool
SmNodeListParser
::
IsPostfixOperator
(
const
SmToken
&
token
)
{
return
token
.
eType
==
TFACT
;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
starmath/source/visitors.cxx
Dosyayı görüntüle @
c491aa53
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+
*
...
...
@@ -2570,3 +2571,5 @@ void SmNodeToTextVisitor::Visit( SmVerticalBraceNode* pNode )
Append
(
pNode
->
GetToken
(
).
aText
);
LineToText
(
pScript
);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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