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

Class Index

kword'DocumentMathLargeIntegral (./koffice/kword/filters/mif/treebuild_document.h:371)

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



kword'DocumentMathLargeIntegral::DocumentMathLargeIntegral() (./koffice/kword/filters/mif/treebuild_document.cpp:1105)

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