kspread

KSpread::Util Namespace Reference

Functions

KSPREAD_EXPORT int decodeColumnLabelText (const QString &_col)
KSPREAD_EXPORT QString encodeColumnLabelText (int column)
KSPREAD_EXPORT bool localReferenceAnchor (const QString &_ref)
int penCompare (QPen const &pen1, QPen const &pen2)

Function Documentation

int KSpread::Util::decodeColumnLabelText ( const QString _col  ) 

Call this function to decode the text of a column label to an integer i.e.

AA->27

Definition at line 44 of file Util.cpp.

KSPREAD_EXPORT QString KSpread::Util::encodeColumnLabelText ( int  column  ) 

Call this function to encode an integer to the text of the column label i.e.

27->AA

bool KSpread::Util::localReferenceAnchor ( const QString _ref  ) 

Definition at line 328 of file Util.cpp.

int KSpread::Util::penCompare ( QPen const &  pen1,
QPen const &  pen2 
)

Definition at line 173 of file Util.cpp.