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

Class Index

kword'DocumentMathLargeVert (./koffice/kword/filters/mif/treebuild_document.h:421)

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



kword'DocumentMathLargeVert::DocumentMathLargeVert() (./koffice/kword/filters/mif/treebuild_document.cpp:1140)

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