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

Class Index

kword'DocumentMathSmallIntegral (./koffice/kword/filters/mif/treebuild_document.h:531)

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



kword'DocumentMathSmallIntegral::DocumentMathSmallIntegral() (./koffice/kword/filters/mif/treebuild_document.cpp:1217)

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