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

Class Index

kword'DocumentMathSmallLevel2 (./koffice/kword/filters/mif/treebuild_document.h:551)

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



kword'DocumentMathSmallLevel2::DocumentMathSmallLevel2() (./koffice/kword/filters/mif/treebuild_document.cpp:1231)

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