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
ff77d83a
Kaydet (Commit)
ff77d83a
authored
Eki 23, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:includeform: starmath
Change-Id: Ic5d81bdeb98024f41f9dfca260eca0359b27b809
üst
63ffec7c
Hide whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
89 additions
and
89 deletions
+89
-89
format.hxx
starmath/inc/format.hxx
+1
-1
mock-visitor.hxx
starmath/qa/cppunit/mock-visitor.hxx
+1
-1
test_starmath.cxx
starmath/qa/cppunit/test_starmath.cxx
+1
-1
mmlexport-test.cxx
starmath/qa/extras/mmlexport-test.cxx
+4
-4
ElementsDockingWindow.cxx
starmath/source/ElementsDockingWindow.cxx
+3
-3
accessibility.cxx
starmath/source/accessibility.cxx
+1
-1
action.cxx
starmath/source/action.cxx
+3
-3
caret.cxx
starmath/source/caret.cxx
+1
-1
cfgitem.cxx
starmath/source/cfgitem.cxx
+4
-4
cfgitem.hxx
starmath/source/cfgitem.hxx
+1
-1
cursor.cxx
starmath/source/cursor.cxx
+4
-4
dialog.cxx
starmath/source/dialog.cxx
+7
-7
document.cxx
starmath/source/document.cxx
+3
-3
edit.cxx
starmath/source/edit.cxx
+5
-5
format.cxx
starmath/source/format.cxx
+1
-1
mathmlexport.cxx
starmath/source/mathmlexport.cxx
+1
-1
mathtype.cxx
starmath/source/mathtype.cxx
+1
-1
node.cxx
starmath/source/node.cxx
+6
-6
ooxmlimport.cxx
starmath/source/ooxmlimport.cxx
+1
-1
parse.cxx
starmath/source/parse.cxx
+3
-3
rect.cxx
starmath/source/rect.cxx
+3
-3
smmod.cxx
starmath/source/smmod.cxx
+8
-8
symbol.cxx
starmath/source/symbol.cxx
+3
-3
tmpdevice.cxx
starmath/source/tmpdevice.cxx
+1
-1
typemap.cxx
starmath/source/typemap.cxx
+1
-1
uiobject.cxx
starmath/source/uiobject.cxx
+1
-1
unodoc.cxx
starmath/source/unodoc.cxx
+2
-2
unofilter.cxx
starmath/source/unofilter.cxx
+1
-1
utility.cxx
starmath/source/utility.cxx
+4
-4
view.cxx
starmath/source/view.cxx
+10
-10
visitors.cxx
starmath/source/visitors.cxx
+2
-2
wordexportbase.hxx
starmath/source/wordexportbase.hxx
+1
-1
No files found.
starmath/inc/format.hxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -23,7 +23,7 @@
#include <svl/hint.hxx>
#include <svl/SfxBroadcaster.hxx>
#include "utility.hxx"
#include
<types.hxx>
#include
"types.hxx"
#define FNTNAME_TIMES "Times New Roman"
...
...
starmath/qa/cppunit/mock-visitor.hxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -11,7 +11,7 @@
#define INCLUDED_STARMATH_QA_CPPUNIT_MOCK_VISITOR_HXX
#include <cppunit/TestAssert.h>
#include
"visitors.hxx"
#include
<visitors.hxx>
/** Simple visitor for testing SmVisitor */
class
MockVisitor
:
public
SmVisitor
...
...
starmath/qa/cppunit/test_starmath.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -23,7 +23,7 @@
#include <editeng/editview.hxx>
#include <sfx2/zoomitem.hxx>
#include
"starmath.hrc"
#include
<starmath.hrc>
#include <memory>
typedef
tools
::
SvRef
<
SmDocShell
>
SmDocShellRef
;
...
...
starmath/qa/extras/mmlexport-test.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -16,10 +16,10 @@
#include <sfx2/docfilt.hxx>
#include <sfx2/sfxmodelfactory.hxx>
#include
"document.hxx"
#include
"smdll.hxx"
#include
"node.hxx"
#include
"parse.hxx"
#include
<document.hxx>
#include
<smdll.hxx>
#include
<node.hxx>
#include
<parse.hxx>
#include <memory>
...
...
starmath/source/ElementsDockingWindow.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -25,10 +25,10 @@
#include <smmod.hxx>
#include <view.hxx>
#include <visitors.hxx>
#include
"document.hxx"
#include
"node.hxx"
#include
<document.hxx>
#include
<node.hxx>
#include "uiobject.hxx"
#include
"strings.hxx"
#include
<strings.hxx>
#include <o3tl/make_unique.hxx>
#include <svl/stritem.hxx>
...
...
starmath/source/accessibility.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -57,7 +57,7 @@
#include <document.hxx>
#include <view.hxx>
#include <o3tl/make_unique.hxx>
#include
"strings.hrc"
#include
<strings.hrc>
using
namespace
com
::
sun
::
star
;
using
namespace
com
::
sun
::
star
::
lang
;
...
...
starmath/source/action.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include
"action.hxx"
#include
"document.hxx"
#include
"strings.hxx"
#include
<action.hxx>
#include
<document.hxx>
#include
<strings.hxx>
SmFormatAction
::
SmFormatAction
(
SmDocShell
*
pDocSh
,
const
SmFormat
&
rOldFormat
,
...
...
starmath/source/caret.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -6,7 +6,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include
"caret.hxx"
#include
<caret.hxx>
#include <o3tl/make_unique.hxx>
...
...
starmath/source/cfgitem.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -30,10 +30,10 @@
#include <officecfg/Office/Math.hxx>
#include "cfgitem.hxx"
#include
"starmath.hrc"
#include
"smmod.hxx"
#include
"symbol.hxx"
#include
"format.hxx"
#include
<starmath.hrc>
#include
<smmod.hxx>
#include
<symbol.hxx>
#include
<format.hxx>
using
namespace
com
::
sun
::
star
::
uno
;
using
namespace
com
::
sun
::
star
::
beans
;
...
...
starmath/source/cfgitem.hxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_STARMATH_SOURCE_CFGITEM_HXX
#define INCLUDED_STARMATH_SOURCE_CFGITEM_HXX
#include
"utility.hxx"
#include
<utility.hxx>
#include <deque>
#include <vector>
...
...
starmath/source/cursor.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -7,10 +7,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <memory>
#include
"cursor.hxx"
#include
"visitors.hxx"
#include
"document.hxx"
#include
"view.hxx"
#include
<cursor.hxx>
#include
<visitors.hxx>
#include
<document.hxx>
#include
<view.hxx>
#include <comphelper/string.hxx>
#include <editeng/editeng.hxx>
#include <cassert>
...
...
starmath/source/dialog.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -35,14 +35,14 @@
#include <sfx2/dispatch.hxx>
#include <svx/ucsubset.hxx>
#include
"dialog.hxx"
#include
"starmath.hrc"
#include
"strings.hrc"
#include
"helpids.h"
#include
<dialog.hxx>
#include
<starmath.hrc>
#include
<strings.hrc>
#include
<helpids.h>
#include "cfgitem.hxx"
#include
"smmod.hxx"
#include
"symbol.hxx"
#include
"view.hxx"
#include
<smmod.hxx>
#include
<symbol.hxx>
#include
<view.hxx>
#include <algorithm>
...
...
starmath/source/document.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -71,9 +71,9 @@
#include "mathmlimport.hxx"
#include "mathmlexport.hxx"
#include <svx/svxids.hrc>
#include
"cursor.hxx"
#include
<cursor.hxx>
#include <tools/diagnose_ex.h>
#include
"visitors.hxx"
#include
<visitors.hxx>
#include "accessibility.hxx"
#include "cfgitem.hxx"
#include <memory>
...
...
@@ -84,7 +84,7 @@ using namespace ::com::sun::star::accessibility;
using
namespace
::
com
::
sun
::
star
::
uno
;
#define SmDocShell
#include
"smslots.hxx"
#include
<smslots.hxx>
SFX_IMPL_SUPERCLASS_INTERFACE
(
SmDocShell
,
SfxObjectShell
)
...
...
starmath/source/edit.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -19,8 +19,8 @@
#include <com/sun/star/accessibility/XAccessible.hpp>
#include
"starmath.hrc"
#include
"helpids.h"
#include
<starmath.hrc>
#include
<helpids.h>
#include <vcl/menu.hxx>
#include <vcl/settings.hxx>
...
...
@@ -34,9 +34,9 @@
#include <sfx2/viewfrm.hxx>
#include <svx/AccessibleTextHelper.hxx>
#include
"edit.hxx"
#include
"view.hxx"
#include
"document.hxx"
#include
<edit.hxx>
#include
<view.hxx>
#include
<document.hxx>
#include "cfgitem.hxx"
#include "accessibility.hxx"
#include <memory>
...
...
starmath/source/format.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -18,7 +18,7 @@
*/
#include <svl/languageoptions.hxx>
#include
"format.hxx"
#include
<format.hxx>
#include <cassert>
...
...
starmath/source/mathmlexport.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -33,7 +33,7 @@
#include <rtl/math.hxx>
#include <sfx2/frame.hxx>
#include <sfx2/docfile.hxx>
#include
"sfx2/sfxsids.hrc"
#include
<sfx2/sfxsids.hrc>
#include <osl/diagnose.h>
#include <unotools/saveopt.hxx>
#include <svl/itemset.hxx>
...
...
starmath/source/mathtype.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -25,7 +25,7 @@
#include <sot/storage.hxx>
#include "eqnolefilehdr.hxx"
#include
"node.hxx"
#include
<node.hxx>
void
MathType
::
Init
()
{
...
...
starmath/source/node.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -18,14 +18,14 @@
*/
#include
"node.hxx"
#include
"parse.hxx"
#include
"rect.hxx"
#include
"symbol.hxx"
#include
"smmod.hxx"
#include
<node.hxx>
#include
<parse.hxx>
#include
<rect.hxx>
#include
<symbol.hxx>
#include
<smmod.hxx>
#include "mathtype.hxx"
#include "tmpdevice.hxx"
#include
"visitors.hxx"
#include
<visitors.hxx>
#include <comphelper/string.hxx>
#include <tools/color.hxx>
...
...
starmath/source/ooxmlimport.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -9,7 +9,7 @@
#include "ooxmlimport.hxx"
#include
"types.hxx"
#include
<types.hxx>
#include <oox/mathml/importutils.hxx>
#include <oox/token/tokens.hxx>
...
...
starmath/source/parse.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -22,9 +22,9 @@
#include <i18nlangtag/lang.h>
#include <unotools/syslocale.hxx>
#include <o3tl/make_unique.hxx>
#include
"parse.hxx"
#include
"strings.hrc"
#include
"smmod.hxx"
#include
<parse.hxx>
#include
<strings.hrc>
#include
<smmod.hxx>
#include "cfgitem.hxx"
#include <cassert>
#include <stack>
...
...
starmath/source/rect.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -21,9 +21,9 @@
#include <vcl/svapp.hxx>
#include <vcl/virdev.hxx>
#include
"rect.hxx"
#include
"types.hxx"
#include
"smmod.hxx"
#include
<rect.hxx>
#include
<types.hxx>
#include
<smmod.hxx>
#include <cassert>
#include <unordered_set>
...
...
starmath/source/smmod.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -27,18 +27,18 @@
#include <unotools/resmgr.hxx>
#include <vcl/virdev.hxx>
#include <unotools/syslocale.hxx>
#include
"smmod.hxx"
#include
<smmod.hxx>
#include "cfgitem.hxx"
#include
"dialog.hxx"
#include
"edit.hxx"
#include
"view.hxx"
#include
"smmod.hrc"
#include
"starmath.hrc"
#include
"svx/modctrl.hxx"
#include
<dialog.hxx>
#include
<edit.hxx>
#include
<view.hxx>
#include
<smmod.hrc>
#include
<starmath.hrc>
#include
<svx/modctrl.hxx>
#define SmModule
#include
"smslots.hxx"
#include
<smslots.hxx>
OUString
SmResId
(
const
char
*
pId
)
{
...
...
starmath/source/symbol.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -19,10 +19,10 @@
#include <vector>
#include
"symbol.hxx"
#include
"utility.hxx"
#include
<symbol.hxx>
#include
<utility.hxx>
#include "cfgitem.hxx"
#include
"smmod.hxx"
#include
<smmod.hxx>
SmSym
::
SmSym
()
:
...
...
starmath/source/tmpdevice.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include
"smmod.hxx"
#include
<smmod.hxx>
#include "tmpdevice.hxx"
#include <vcl/window.hxx>
...
...
starmath/source/typemap.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -33,7 +33,7 @@
#endif
#define SFX_TYPEMAP
#include
"smslots.hxx"
#include
<smslots.hxx>
#ifdef DISABLE_DYNLOADING
#undef aSfxInt16Item_Impl
...
...
starmath/source/uiobject.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -10,7 +10,7 @@
#include <memory>
#include "uiobject.hxx"
#include
"ElementsDockingWindow.hxx"
#include
<ElementsDockingWindow.hxx>
ElementUIObject
::
ElementUIObject
(
const
VclPtr
<
SmElementsControl
>&
xElementSelector
,
const
OUString
&
rID
)
:
...
...
starmath/source/unodoc.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -21,8 +21,8 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include "register.hxx"
#include
"smdll.hxx"
#include
"document.hxx"
#include
<smdll.hxx>
#include
<document.hxx>
#include <vcl/svapp.hxx>
using
namespace
::
com
::
sun
::
star
;
...
...
starmath/source/unofilter.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -13,7 +13,7 @@
#include <unotools/ucbstreamhelper.hxx>
#include <document.hxx>
#include
<mathtype.hxx>
#include
"mathtype.hxx"
#include <unomodel.hxx>
using
namespace
::
com
::
sun
::
star
;
...
...
starmath/source/utility.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -19,11 +19,11 @@
#include <vcl/builderfactory.hxx>
#include
"strings.hrc"
#include
<strings.hrc>
#include
"utility.hxx"
#include
"dialog.hxx"
#include
"view.hxx"
#include
<utility.hxx>
#include
<dialog.hxx>
#include
<view.hxx>
// return pointer to active SmViewShell, if this is not possible
...
...
starmath/source/view.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -56,18 +56,18 @@
#include <unotools/streamwrap.hxx>
#include
"unomodel.hxx"
#include
"view.hxx"
#include
<unomodel.hxx>
#include
<view.hxx>
#include "cfgitem.hxx"
#include
"dialog.hxx"
#include
"document.hxx"
#include
"starmath.hrc"
#include
"strings.hrc"
#include
<dialog.hxx>
#include
<document.hxx>
#include
<starmath.hrc>
#include
<strings.hrc>
#include "mathmlimport.hxx"
#include
"cursor.hxx"
#include
<cursor.hxx>
#include "accessibility.hxx"
#include
"ElementsDockingWindow.hxx"
#include
"helpids.h"
#include
<ElementsDockingWindow.hxx>
#include
<helpids.h>
#include <cassert>
#include <memory>
...
...
@@ -81,7 +81,7 @@
#define CMD_BOX_PADDING_TOP 10
#define SmViewShell
#include
"smslots.hxx"
#include
<smslots.hxx>
using
namespace
css
;
using
namespace
css
::
accessibility
;
...
...
starmath/source/visitors.cxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -9,9 +9,9 @@
#include <tools/gen.hxx>
#include <vcl/lineinfo.hxx>
#include
"visitors.hxx"
#include
<visitors.hxx>
#include "tmpdevice.hxx"
#include
"cursor.hxx"
#include
<cursor.hxx>
#include <cassert>
// SmDefaultingVisitor
...
...
starmath/source/wordexportbase.hxx
Dosyayı görüntüle @
ff77d83a
...
...
@@ -10,7 +10,7 @@
#ifndef INCLUDED_STARMATH_SOURCE_WORDEXPORTBASE_HXX
#define INCLUDED_STARMATH_SOURCE_WORDEXPORTBASE_HXX
#include
"node.hxx"
#include
<node.hxx>
/**
Base class implementing writing of formulas to Word.
...
...
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