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
1bbda773
Kaydet (Commit)
1bbda773
authored
Kas 16, 2014
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mark as noncopyable
Change-Id: Ibbec7a5d9b6726865da14c9bdfad8b8118f85e5b
üst
29dd2977
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
11 deletions
+3
-11
cfgitem.hxx
starmath/source/cfgitem.hxx
+3
-11
No files found.
starmath/source/cfgitem.hxx
Dosyayı görüntüle @
1bbda773
...
@@ -37,6 +37,7 @@
...
@@ -37,6 +37,7 @@
#include <symbol.hxx>
#include <symbol.hxx>
#include <types.hxx>
#include <types.hxx>
#include <boost/noncopyable.hpp>
class
SmSym
;
class
SmSym
;
class
SmFormat
;
class
SmFormat
;
...
@@ -67,15 +68,11 @@ struct SmFntFmtListEntry
...
@@ -67,15 +68,11 @@ struct SmFntFmtListEntry
SmFntFmtListEntry
(
const
OUString
&
rId
,
const
SmFontFormat
&
rFntFmt
);
SmFntFmtListEntry
(
const
OUString
&
rId
,
const
SmFontFormat
&
rFntFmt
);
};
};
class
SmFontFormatList
class
SmFontFormatList
:
private
boost
::
noncopyable
{
{
std
::
deque
<
SmFntFmtListEntry
>
aEntries
;
std
::
deque
<
SmFntFmtListEntry
>
aEntries
;
bool
bModified
;
bool
bModified
;
// disallow copy-constructor and assignment-operator for now
SmFontFormatList
(
const
SmFontFormatList
&
);
SmFontFormatList
&
operator
=
(
const
SmFontFormatList
&
);
public
:
public
:
SmFontFormatList
();
SmFontFormatList
();
...
@@ -95,7 +92,7 @@ public:
...
@@ -95,7 +92,7 @@ public:
void
SetModified
(
bool
bVal
)
{
bModified
=
bVal
;
}
void
SetModified
(
bool
bVal
)
{
bModified
=
bVal
;
}
};
};
class
SmMathConfig
:
public
utl
::
ConfigItem
class
SmMathConfig
:
public
utl
::
ConfigItem
,
private
boost
::
noncopyable
{
{
SmFormat
*
pFormat
;
SmFormat
*
pFormat
;
SmCfgOther
*
pOther
;
SmCfgOther
*
pOther
;
...
@@ -104,11 +101,6 @@ class SmMathConfig : public utl::ConfigItem
...
@@ -104,11 +101,6 @@ class SmMathConfig : public utl::ConfigItem
bool
bIsOtherModified
;
bool
bIsOtherModified
;
bool
bIsFormatModified
;
bool
bIsFormatModified
;
// disallow copy-constructor and assignment-operator for now
SmMathConfig
(
const
SmMathConfig
&
);
SmMathConfig
&
operator
=
(
const
SmMathConfig
&
);
void
StripFontFormatList
(
const
std
::
vector
<
SmSym
>
&
rSymbols
);
void
StripFontFormatList
(
const
std
::
vector
<
SmSym
>
&
rSymbols
);
...
...
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