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
56b3b89a
Kaydet (Commit)
56b3b89a
authored
Şub 26, 2013
tarafından
Jürgen Schmidt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#111413# reintegrate resource strings for translation
üst
66deeda7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
109 additions
and
6 deletions
+109
-6
core_resource.src
formula/source/core/resource/core_resource.src
+4
-4
helpids.h
sc/inc/helpids.h
+4
-0
scfuncs.src
sc/source/ui/src/scfuncs.src
+97
-2
hidother.src
sc/util/hidother.src
+4
-0
No files found.
formula/source/core/resource/core_resource.src
Dosyayı görüntüle @
56b3b89a
...
...
@@ -858,19 +858,19 @@ Resource RID_STRLIST_FUNCTION_NAMES
};
String SC_OPCODE_COSECANT
{
Text = "CSC" ;
Text
[ en-US ]
= "CSC" ;
};
String SC_OPCODE_SECANT
{
Text = "SEC" ;
Text
[ en-US ]
= "SEC" ;
};
String SC_OPCODE_COSECANT_HYP
{
Text = "CSCH" ;
Text
[ en-US ]
= "CSCH" ;
};
String SC_OPCODE_SECANT_HYP
{
Text = "SECH" ;
Text
[ en-US ]
= "SECH" ;
};
String SC_OPCODE_EXP
{
...
...
sc/inc/helpids.h
Dosyayı görüntüle @
56b3b89a
...
...
@@ -524,6 +524,10 @@
#define HID_FUNC_COTHYP "SC_HID_FUNC_COTHYP"
#define HID_FUNC_TANHYP "SC_HID_FUNC_TANHYP"
#define HID_FUNC_ARCTAN2 "SC_HID_FUNC_ARCTAN2"
#define HID_FUNC_COSECANT "SC_HID_FUNC_COSECANT"
#define HID_FUNC_SECANT "SC_HID_FUNC_SECANT"
#define HID_FUNC_SECANTHYP "SC_HID_FUNC_SECANTHYP"
#define HID_FUNC_COSECANTHYP "SC_HID_FUNC_COSECANTHYP"
#define HID_FUNC_DEG "SC_HID_FUNC_DEG"
#define HID_FUNC_RAD "SC_HID_FUNC_RAD"
#define HID_FUNC_EXP "SC_HID_FUNC_EXP"
...
...
sc/source/ui/src/scfuncs.src
Dosyayı görüntüle @
56b3b89a
...
...
@@ -3647,8 +3647,103 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1
Text [ en-US ] = "The value for the y coordinate." ;
};
};
// -=*# Resource for function DEG #*=-
// -=*# Resource for function CSC #*=-
Resource SC_OPCODE_COSECANT
{
String 1 // Description
{
Text [ en-US ] = "Return the cosecant of an angle. CSC(x)=1/SIN(x)" ;
};
ExtraData =
{
0;
ID_FUNCTION_GRP_MATH;
U2S( HID_FUNC_COSECANT );
1; 0;
0;
};
String 2 // Name of Parameter 1
{
Text [ en-US ] = "Angle" ;
};
String 3 // Description of Parameter 1
{
Text [ en-US ] = "The angle in radians for which the cosecant is to be calculated." ;
};
};
// -=*# Resource for function SEC #*=-
Resource SC_OPCODE_SECANT
{
String 1 // Description
{
Text [ en-US ] = "Return the secant of an angle. SEC(x)=1/COS(x)" ;
};
ExtraData =
{
0;
ID_FUNCTION_GRP_MATH;
U2S( HID_FUNC_SECANT );
1; 0;
0;
};
String 2 // Name of Parameter 1
{
Text [ en-US ] = "Angle" ;
};
String 3 // Description of Parameter 1
{
Text [ en-US ] = "The angle in radians for which the secant is to be calculated." ;
};
};
// -=*# Resource for function CSCH #*=-
Resource SC_OPCODE_COSECANT_HYP
{
String 1 // Description
{
Text [ en-US ] = "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)" ;
};
ExtraData =
{
0;
ID_FUNCTION_GRP_MATH;
U2S( HID_FUNC_COSECANTHYP );
1; 0;
0;
};
String 2 // Name of Parameter 1
{
Text [ en-US ] = "Angle" ;
};
String 3 // Description of Parameter 1
{
Text [ en-US ] = "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated." ;
};
};
// -=*# Resource for function SECH #*=-
Resource SC_OPCODE_SECANT_HYP
{
String 1 // Description
{
Text [ en-US ] = "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)" ;
};
ExtraData =
{
0;
ID_FUNCTION_GRP_MATH;
U2S( HID_FUNC_SECANTHYP );
1; 0;
0;
};
String 2 // Name of Parameter 1
{
Text [ en-US ] = "Angle" ;
};
String 3 // Description of Parameter 1
{
Text [ en-US ] = "The hyperbolic angle in radians for which the hyperbolic secant is to be calculated." ;
};
};
// -=*# Resource for function DEG #*=-
Resource SC_OPCODE_DEG
{
String 1 // Description
...
...
sc/util/hidother.src
Dosyayı görüntüle @
56b3b89a
...
...
@@ -191,6 +191,10 @@ hidspecial HID_FUNC_SINHYP { HelpID = HID_FUNC_SINHYP; };
hidspecial HID_FUNC_COTHYP { HelpID = HID_FUNC_COTHYP; };
hidspecial HID_FUNC_TANHYP { HelpID = HID_FUNC_TANHYP; };
hidspecial HID_FUNC_ARCTAN2 { HelpID = HID_FUNC_ARCTAN2; };
hidspecial HID_FUNC_COSECANT { HelpID = HID_FUNC_COSECANT; };
hidspecial HID_FUNC_SECANT { HelpID = HID_FUNC_SECANT; };
hidspecial HID_FUNC_COSECANTHYP { HelpID = HID_FUNC_COSECANTHYP; };
hidspecial HID_FUNC_SECANTHYP { HelpID = HID_FUNC_SECANTHYP; };
hidspecial HID_FUNC_DEG { HelpID = HID_FUNC_DEG; };
hidspecial HID_FUNC_RAD { HelpID = HID_FUNC_RAD; };
hidspecial HID_FUNC_EXP { HelpID = HID_FUNC_EXP; };
...
...
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