LibreOffice Module sc (master) 1
|
#include <interpretercontext.hxx>
Public Member Functions | |
NFIndexAndFmtType () | |
Public Attributes | |
sal_uInt32 | nIndex |
SvNumFormatType | eType: 16 |
bool | bIsValid: 1 |
Definition at line 37 of file interpretercontext.hxx.
|
inline |
Definition at line 43 of file interpretercontext.hxx.
bool NFIndexAndFmtType::bIsValid |
Definition at line 41 of file interpretercontext.hxx.
Referenced by ScInterpreterContext::GetNumberFormatType().
SvNumFormatType NFIndexAndFmtType::eType |
Definition at line 40 of file interpretercontext.hxx.
Referenced by ScInterpreterContext::GetNumberFormatType().
sal_uInt32 NFIndexAndFmtType::nIndex |
Definition at line 39 of file interpretercontext.hxx.
Referenced by ScInterpreterContext::GetNumberFormatType().