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

Class Index

kword'DocumentMathSmallSigma (./koffice/kword/filters/mif/treebuild_document.h:571)

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



kword'DocumentMathSmallSigma::DocumentMathSmallSigma() (./koffice/kword/filters/mif/treebuild_document.cpp:1245)

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