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

Class Index

kword'DocumentMathLargeLevel2 (./koffice/kword/filters/mif/treebuild_document.h:391)

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



kword'DocumentMathLargeLevel2::DocumentMathLargeLevel2() (./koffice/kword/filters/mif/treebuild_document.cpp:1119)

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