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
eaf4c51e
Kaydet (Commit)
eaf4c51e
authored
Haz 13, 2013
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typo: s/CATERGORY/CATEGORY/
Change-Id: I37f2db8b073ad1257101af02118cfbc91ee60f26
üst
f5d3fb36
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
42 deletions
+42
-42
starmath.hrc
starmath/inc/starmath.hrc
+10
-10
ElementsDockingWindow.cxx
starmath/source/ElementsDockingWindow.cxx
+22
-22
commands.src
starmath/source/commands.src
+10
-10
No files found.
starmath/inc/starmath.hrc
Dosyayı görüntüle @
eaf4c51e
...
...
@@ -422,16 +422,16 @@
#define RID_SPANISH_50_NAMES (RID_APP_START + 3113)
#define RID_SPANISH_60_NAMES (RID_APP_START + 3114)
#define RID_CATE
R
GORY_UNARY_BINARY_OPERATORS (RID_APP_START + 4001)
#define RID_CATE
R
GORY_RELATIONS (RID_APP_START + 4002)
#define RID_CATE
R
GORY_SET_OPERATIONS (RID_APP_START + 4003)
#define RID_CATE
R
GORY_FUNCTIONS (RID_APP_START + 4004)
#define RID_CATE
R
GORY_OPERATORS (RID_APP_START + 4005)
#define RID_CATE
R
GORY_ATTRIBUTES (RID_APP_START + 4006)
#define RID_CATE
R
GORY_BRACKETS (RID_APP_START + 4007)
#define RID_CATE
R
GORY_FORMATS (RID_APP_START + 4008)
#define RID_CATE
R
GORY_OTHERS (RID_APP_START + 4009)
#define RID_CATE
R
GORY_EXAMPLES (RID_APP_START + 4010)
#define RID_CATEGORY_UNARY_BINARY_OPERATORS (RID_APP_START + 4001)
#define RID_CATEGORY_RELATIONS (RID_APP_START + 4002)
#define RID_CATEGORY_SET_OPERATIONS (RID_APP_START + 4003)
#define RID_CATEGORY_FUNCTIONS (RID_APP_START + 4004)
#define RID_CATEGORY_OPERATORS (RID_APP_START + 4005)
#define RID_CATEGORY_ATTRIBUTES (RID_APP_START + 4006)
#define RID_CATEGORY_BRACKETS (RID_APP_START + 4007)
#define RID_CATEGORY_FORMATS (RID_APP_START + 4008)
#define RID_CATEGORY_OTHERS (RID_APP_START + 4009)
#define RID_CATEGORY_EXAMPLES (RID_APP_START + 4010)
#define BMP_ARROW_RIGHT 1
...
...
starmath/source/ElementsDockingWindow.cxx
Dosyayı görüntüle @
eaf4c51e
...
...
@@ -364,34 +364,34 @@ void SmElementsControl::build()
switch
(
maCurrentSetId
)
{
case
RID_CATE
R
GORY_UNARY_BINARY_OPERATORS
:
case
RID_CATEGORY_UNARY_BINARY_OPERATORS
:
addElements
(
aUnaryBinaryOperatorsList
,
sizeof
(
aUnaryBinaryOperatorsList
)
/
sizeof
(
sal_uInt16
));
break
;
case
RID_CATE
R
GORY_RELATIONS
:
case
RID_CATEGORY_RELATIONS
:
addElements
(
aRelationsList
,
sizeof
(
aRelationsList
)
/
sizeof
(
sal_uInt16
));
break
;
case
RID_CATE
R
GORY_SET_OPERATIONS
:
case
RID_CATEGORY_SET_OPERATIONS
:
addElements
(
aSetOperations
,
sizeof
(
aSetOperations
)
/
sizeof
(
sal_uInt16
));
break
;
case
RID_CATE
R
GORY_FUNCTIONS
:
case
RID_CATEGORY_FUNCTIONS
:
addElements
(
aFunctions
,
sizeof
(
aFunctions
)
/
sizeof
(
sal_uInt16
));
break
;
case
RID_CATE
R
GORY_OPERATORS
:
case
RID_CATEGORY_OPERATORS
:
addElements
(
aOperators
,
sizeof
(
aOperators
)
/
sizeof
(
sal_uInt16
));
break
;
case
RID_CATE
R
GORY_ATTRIBUTES
:
case
RID_CATEGORY_ATTRIBUTES
:
addElements
(
aAttributes
,
sizeof
(
aAttributes
)
/
sizeof
(
sal_uInt16
));
break
;
case
RID_CATE
R
GORY_BRACKETS
:
case
RID_CATEGORY_BRACKETS
:
addElements
(
aBrackets
,
sizeof
(
aBrackets
)
/
sizeof
(
sal_uInt16
));
break
;
case
RID_CATE
R
GORY_FORMATS
:
case
RID_CATEGORY_FORMATS
:
addElements
(
aFormats
,
sizeof
(
aFormats
)
/
sizeof
(
sal_uInt16
));
break
;
case
RID_CATE
R
GORY_OTHERS
:
case
RID_CATEGORY_OTHERS
:
addElements
(
aOthers
,
sizeof
(
aOthers
)
/
sizeof
(
sal_uInt16
));
break
;
case
RID_CATE
R
GORY_EXAMPLES
:
case
RID_CATEGORY_EXAMPLES
:
{
OUString
aEquation
=
OUString
(
"C=%pi cdot d = 2 cdot %pi cdot r"
);
addElement
(
aEquation
,
aEquation
);
...
...
@@ -412,16 +412,16 @@ void SmElementsControl::build()
//*******************
const
sal_uInt16
SmElementsDockingWindow
::
aCategories
[]
=
{
RID_CATE
R
GORY_UNARY_BINARY_OPERATORS
,
RID_CATE
R
GORY_RELATIONS
,
RID_CATE
R
GORY_SET_OPERATIONS
,
RID_CATE
R
GORY_FUNCTIONS
,
RID_CATE
R
GORY_OPERATORS
,
RID_CATE
R
GORY_ATTRIBUTES
,
RID_CATE
R
GORY_BRACKETS
,
RID_CATE
R
GORY_FORMATS
,
RID_CATE
R
GORY_OTHERS
,
RID_CATE
R
GORY_EXAMPLES
RID_CATEGORY_UNARY_BINARY_OPERATORS
,
RID_CATEGORY_RELATIONS
,
RID_CATEGORY_SET_OPERATIONS
,
RID_CATEGORY_FUNCTIONS
,
RID_CATEGORY_OPERATORS
,
RID_CATEGORY_ATTRIBUTES
,
RID_CATEGORY_BRACKETS
,
RID_CATEGORY_FORMATS
,
RID_CATEGORY_OTHERS
,
RID_CATEGORY_EXAMPLES
};
SmElementsDockingWindow
::
SmElementsDockingWindow
(
SfxBindings
*
pInputBindings
,
SfxChildWindow
*
pChildWindow
,
Window
*
pParent
)
:
...
...
@@ -446,8 +446,8 @@ SmElementsDockingWindow::SmElementsDockingWindow(SfxBindings* pInputBindings, Sf
maElementsControl
.
SetTextColor
(
Color
(
COL_BLACK
)
);
maElementsControl
.
SetSelectHdl
(
LINK
(
this
,
SmElementsDockingWindow
,
SelectClickHdl
));
maElementListBox
.
SelectEntry
(
OUString
(
SmResId
(
RID_CATE
R
GORY_UNARY_BINARY_OPERATORS
)));
maElementsControl
.
setElementSetId
(
RID_CATE
R
GORY_UNARY_BINARY_OPERATORS
);
maElementListBox
.
SelectEntry
(
OUString
(
SmResId
(
RID_CATEGORY_UNARY_BINARY_OPERATORS
)));
maElementsControl
.
setElementSetId
(
RID_CATEGORY_UNARY_BINARY_OPERATORS
);
}
SmElementsDockingWindow
::~
SmElementsDockingWindow
()
...
...
starmath/source/commands.src
Dosyayı görüntüle @
eaf4c51e
...
...
@@ -257,16 +257,16 @@ String RID_XSUCCEEDSEQUIVY { Text = "<?> succsim <?> " ; };
String RID_XNOTPRECEDESY { Text = "<?> nprec <?> " ; };
String RID_XNOTSUCCEEDSY { Text = "<?> nsucc <?> " ; };
String RID_CATE
R
GORY_UNARY_BINARY_OPERATORS { Text = "Unary/Binary Operators" ; };
String RID_CATE
R
GORY_RELATIONS { Text = "Relations" ; };
String RID_CATE
R
GORY_SET_OPERATIONS { Text = "Set Operations" ; };
String RID_CATE
R
GORY_FUNCTIONS { Text = "Functions" ; };
String RID_CATE
R
GORY_OPERATORS { Text = "Operators" ; };
String RID_CATE
R
GORY_ATTRIBUTES { Text = "Attributes" ; };
String RID_CATE
R
GORY_BRACKETS { Text = "Brackets" ; };
String RID_CATE
R
GORY_FORMATS { Text = "Formats" ; };
String RID_CATE
R
GORY_OTHERS { Text = "Others" ; };
String RID_CATE
R
GORY_EXAMPLES { Text = "Examples" ; };
String RID_CATEGORY_UNARY_BINARY_OPERATORS { Text = "Unary/Binary Operators" ; };
String RID_CATEGORY_RELATIONS { Text = "Relations" ; };
String RID_CATEGORY_SET_OPERATIONS { Text = "Set Operations" ; };
String RID_CATEGORY_FUNCTIONS { Text = "Functions" ; };
String RID_CATEGORY_OPERATORS { Text = "Operators" ; };
String RID_CATEGORY_ATTRIBUTES { Text = "Attributes" ; };
String RID_CATEGORY_BRACKETS { Text = "Brackets" ; };
String RID_CATEGORY_FORMATS { Text = "Formats" ; };
String RID_CATEGORY_OTHERS { Text = "Others" ; };
String RID_CATEGORY_EXAMPLES { Text = "Examples" ; };
//////////////////////////////////////////
...
...
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