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