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
1866f942
Kaydet (Commit)
1866f942
authored
Ara 29, 2010
tarafından
Daniel Rentz [dr]
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
dr78: typos in comments
üst
e3c7c4fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
formulabase.hxx
oox/inc/oox/xls/formulabase.hxx
+3
-3
No files found.
oox/inc/oox/xls/formulabase.hxx
Dosyayı görüntüle @
1866f942
...
@@ -481,9 +481,9 @@ enum FunctionLibraryType
...
@@ -481,9 +481,9 @@ enum FunctionLibraryType
/** Represents information for a spreadsheet function.
/** Represents information for a spreadsheet function.
The member mpParamInfos points to a
n
array of type information structures
The member mpParamInfos points to a
C-
array of type information structures
for all parameters of the function. The last initialized structure
for all parameters of the function. The last initialized structure
describing a regular parameter (member meValid ==
EXC_PARAMVALID_ALWAYS
) in
describing a regular parameter (member meValid ==
FUNC_PARAM_REGULAR
) in
this array is used repeatedly for all following parameters supported by a
this array is used repeatedly for all following parameters supported by a
function.
function.
*/
*/
...
@@ -501,7 +501,7 @@ struct FunctionInfo
...
@@ -501,7 +501,7 @@ struct FunctionInfo
sal_uInt8
mnMaxParamCount
;
/// Maximum number of parameters.
sal_uInt8
mnMaxParamCount
;
/// Maximum number of parameters.
sal_uInt8
mnRetClass
;
/// BIFF token class of the return value.
sal_uInt8
mnRetClass
;
/// BIFF token class of the return value.
const
FunctionParamInfo
*
mpParamInfos
;
/// Information about all parameters.
const
FunctionParamInfo
*
mpParamInfos
;
/// Information about all parameters.
bool
mbParamPairs
;
///
t
rue = optional parameters are expected to appear in pairs.
bool
mbParamPairs
;
///
T
rue = optional parameters are expected to appear in pairs.
bool
mbVolatile
;
/// True = volatile function.
bool
mbVolatile
;
/// True = volatile function.
bool
mbExternal
;
/// True = external function in Calc.
bool
mbExternal
;
/// True = external function in Calc.
bool
mbMacroFunc
;
/// True = macro sheet function or command.
bool
mbMacroFunc
;
/// True = macro sheet function or command.
...
...
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