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

Class Index

kword'MathAlignment (./koffice/kword/filters/mif/treebuild_math.h:49)

class MathAlignment
{
public:
	MathAlignment( const char* value );

private:
	QString _value;
};



kword'MathAlignment::MathAlignment() (./koffice/kword/filters/mif/treebuild_math.cpp:86)

MathAlignment::MathAlignment(char const *value)
{
	_value = value;
}