Searched refs:GetDoubleFromRK (Results 1 – 6 of 6) sorted by relevance
138 return XclTools::GetDoubleFromRK( pStrm->ReadInt32() ); in ReadRK()
99 static double GetDoubleFromRK( sal_Int32 nRKValue );
391 GetDoc().PutCell( aScPos, new ScValueCell( XclTools::GetDoubleFromRK( nRk ) ) ); in ReadRk()866 GetDoc().PutCell( aScPos, new ScValueCell( XclTools::GetDoubleFromRK( nRkNum ) ) ); in Mulrk()
549 CreateFromDouble( *aEntry.pStr, XclTools::GetDoubleFromRK( nRK ) ); in ReadAutoFilter()
113 double XclTools::GetDoubleFromRK( sal_Int32 nRKValue ) in GetDoubleFromRK() function in XclTools
1376 rWorksheet->write( XclTools::GetDoubleFromRK( maRkValues[ nRelCol ] ) ); in WriteXmlContents()
Completed in 46 milliseconds