Source Code (Use browser search to find items of interest.)
Class Index
kword'DocumentMathSmallLevel3 (./koffice/kword/filters/mif/treebuild_document.h:561)
class DocumentMathSmallLevel3
{
public:
DocumentMathSmallLevel3( double, const char* unit );
private:
double _value;
};
kword'DocumentMathSmallLevel3::DocumentMathSmallLevel3() (./koffice/kword/filters/mif/treebuild_document.cpp:1238)
DocumentMathSmallLevel3::DocumentMathSmallLevel3( double value,
const char* unit )
{
_value = unitconversion( value, unit );
}