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