Source Code (Use browser search to find items of interest.)

Class Index

kword'DocumentMathMediumIntegral (./koffice/kword/filters/mif/treebuild_document.h:441)

class DocumentMathMediumIntegral
{
public:
	DocumentMathMediumIntegral( double, const char* unit );
	
private:
	double _value;
};



kword'DocumentMathMediumIntegral::DocumentMathMediumIntegral() (./koffice/kword/filters/mif/treebuild_document.cpp:1153)

DocumentMathMediumIntegral::DocumentMathMediumIntegral( double value, 
														const char* unit )
{
	_value = unitconversion( value, unit );
}