このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Constants' Group FormulaMapGroupSpecialOffset
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: sheet ::

unpublished constants group FormulaMapGroupSpecialOffset
Usage 制限s
not published
Description
Constants 指定するing the 相殺するs within the sequence returned by XFormulaOpCodeMapper::getAvailableMappings when called for group FormulaMapGroup::SPECIAL.

The number of constants may grow in 未来 見解/翻訳/版s!


Constants
PUSH 決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる a 決まり文句/製法 operand 記念品 that will be 押し進めるd の上に the 決まり文句/製法 stack while the 決まり文句/製法 is 解釈する/通訳するd.  
CALL  
STOP 決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 教える the 決まり文句/製法 interpreter to すぐに stop 解釈する/通訳するing the 決まり文句/製法.  
EXTERNAL 決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる the 言及/関連 to an 外部の 機能(する)/行事 (e.g. 追加する-in 機能(する)/行事) used in 決まり文句/製法s.  
NAME 決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる the 言及/関連 to a defined 指名する (also known as 指名するd 範囲) used in 決まり文句/製法s.  
NO_NAME 決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる an 無効の 指名する that 解決するs to the #NAME? error in 決まり文句/製法s.  
MISSING 決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる an empty 機能(する)/行事 parameter.  
BAD 決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる "bad" data in a 決まり文句/製法, e.g. data the 決まり文句/製法 parser was not able to parse.  
SPACES 決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる whitespace characters within the string 代表 of a 決まり文句/製法.  
MAT_REF  
DB_AREA 決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる the 言及/関連 to a database 範囲 used in 決まり文句/製法s.  
MACRO 決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる the 言及/関連 to a 大型の 機能(する)/行事 called in a 決まり文句/製法.  
COL_ROW_NAME  
Constants' 詳細(に述べる)s
PUSH
const long PUSH = 0;
Description
決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる a 決まり文句/製法 operand 記念品 that will be 押し進めるd の上に the 決まり文句/製法 stack while the 決まり文句/製法 is 解釈する/通訳するd.

The FormulaToken::Data member shall 含む/封じ込める one of the に引き続いて values:

  • A value of type 二塁打 for literal floating-point constants.
  • A string for literal text.
  • A any[][] for a literal array. The 含む/封じ込めるd values shall be of type 二塁打 or string. Floating-point values and strings may occur together in an array.
  • A struct of type SingleReference for a 言及/関連 to a 選び出す/独身 独房 in the own 文書.
  • A struct of type ComplexReference for a 言及/関連 to a 範囲 of 独房s in the own 文書.
  • A struct of type ExternalReference for a 言及/関連 to a 独房, a 範囲 of 独房s, or a defined 指名する in an 外部の 文書.
CALL
const long CALL = 1;
STOP
const long STOP = 2;
Description
決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 教える the 決まり文句/製法 interpreter to すぐに stop 解釈する/通訳するing the 決まり文句/製法.

The FormulaToken::Data member is not used and should be empty.

EXTERNAL
const long EXTERNAL = 3;
Description
決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる the 言及/関連 to an 外部の 機能(する)/行事 (e.g. 追加する-in 機能(する)/行事) used in 決まり文句/製法s.

The FormulaToken::Data member shall 含む/封じ込める a string with the programmatical 指名する of the 機能(する)/行事, e.g. "com.sun.星/主役にする.sheet.addin.分析.getEomonth" for the EOMONTH 機能(する)/行事 from the Analsysis 追加する-in.

NAME
const long NAME = 4;
Description
決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる the 言及/関連 to a defined 指名する (also known as 指名するd 範囲) used in 決まり文句/製法s.

The FormulaToken::Data member shall 含む/封じ込める an integer value of type long 明示するing the 索引 of the defined 指名する. This 索引 can be 得るd from the defined 指名する using its NamedRange::TokenIndex 所有物/資産/財産.

See also
NamedRange
NO_NAME
const long NO_NAME = 5;
Description
決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる an 無効の 指名する that 解決するs to the #NAME? error in 決まり文句/製法s.

The FormulaToken::Data member is not used and should be empty.

MISSING
const long MISSING = 6;
Description
決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる an empty 機能(する)/行事 parameter.

Example: In the 決まり文句/製法 =SUM(1;;2) the second parameter is empty and 代表するd by a 決まり文句/製法 記念品 含む/封じ込めるing the "行方不明の" op-code.

The FormulaToken::Data member is not used and should be empty.

BAD
const long BAD = 7;
Description
決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる "bad" data in a 決まり文句/製法, e.g. data the 決まり文句/製法 parser was not able to parse.

The FormulaToken::Data member shall 含む/封じ込める a string with the bad data. This string will be 陳列する,発揮するd literally in the 決まり文句/製法.

SPACES
const long SPACES = 8;
Description
決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる whitespace characters within the string 代表 of a 決まり文句/製法.

Whitespace characters in 決まり文句/製法s are used for readability and do not 影響する/感情 the result of the 決まり文句/製法.

The FormulaToken::Data member shall 含む/封じ込める a 肯定的な integer value of type long 明示するing the number of space characters.

Attention: This may change in next 見解/翻訳/版s to support other characters than simple space characters (e.g. line 料金d, 水平の tabulators, 非,不,無-breakable spaces).

MAT_REF
const long MAT_REF = 9;
DB_AREA
const long DB_AREA = 10;
Description
決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる the 言及/関連 to a database 範囲 used in 決まり文句/製法s.

The FormulaToken::Data member shall 含む/封じ込める an integer value of type long 明示するing the 索引 of the database 範囲. This 索引 can be 得るd from the database 範囲 using its DatabaseRange::TokenIndex 所有物/資産/財産.

See also
DatabaseRange
MACRO
const long MACRO = 11;
Description
決まり文句/製法 記念品s 含む/封じ込めるing the op-code 得るd from this 相殺する 述べる the 言及/関連 to a 大型の 機能(する)/行事 called in a 決まり文句/製法.

The FormulaToken::Data member shall 含む/封じ込める a string 明示するing the 指名する of the 大型の 機能(する)/行事.

COL_ROW_NAME
const long COL_ROW_NAME = 12;
最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.