LibreOffice Module sc (master) 1
Functions
tool.cxx File Reference
#include <scitems.hxx>
#include <editeng/justifyitem.hxx>
#include <svl/numformat.hxx>
#include <svl/zforlist.hxx>
#include <sal/log.hxx>
#include <attrib.hxx>
#include <document.hxx>
#include <tool.h>
#include <lotrange.hxx>
#include <namebuff.hxx>
#include <stringutil.hxx>
#include <tokenarray.hxx>
#include "lotfilter.hxx"
#include <math.h>
Include dependency graph for tool.cxx:

Go to the source code of this file.

Functions

void PutFormString (LotusContext &rContext, SCCOL nCol, SCROW nRow, SCTAB nTab, char *pString)
 
void SetFormat (LotusContext &rContext, SCCOL nCol, SCROW nRow, SCTAB nTab, sal_uInt8 nFormat, sal_uInt8 nSt)
 
double SnumToDouble (sal_Int16 nVal)
 
double Snum32ToDouble (sal_uInt32 nValue)
 

Function Documentation

◆ PutFormString()

void PutFormString ( LotusContext rContext,
SCCOL  nCol,
SCROW  nRow,
SCTAB  nTab,
char *  pString 
)

◆ SetFormat()

void SetFormat ( LotusContext rContext,
SCCOL  nCol,
SCROW  nRow,
SCTAB  nTab,
sal_uInt8  nFormat,
sal_uInt8  nSt 
)

◆ Snum32ToDouble()

double Snum32ToDouble ( sal_uInt32  nValue)

Definition at line 129 of file tool.cxx.

References nValue.

Referenced by LotusToSc::Convert(), and OP_Number123().

◆ SnumToDouble()

double SnumToDouble ( sal_Int16  nVal)

Definition at line 104 of file tool.cxx.

Referenced by LotusToSc::Convert(), and ImportLotus::Smallnumcell().