Source Code (Use browser search to find items of interest.)
Class Index
kword'DocumentMathFunctions (./koffice/kword/filters/mif/treebuild_document.h:341)
class DocumentMathFunctions
{
public:
DocumentMathFunctions( const char* );
private:
QString _value;
};
kword'DocumentMathFunctions::DocumentMathFunctions() (./koffice/kword/filters/mif/treebuild_document.cpp:1086)
DocumentMathFunctions::DocumentMathFunctions(char const * value)
{
_value = value;
}