Source Code (Use browser search to find items of interest.)
Class Index
kword'DocumentMathLargeLevel3 (./koffice/kword/filters/mif/treebuild_document.h:401)
class DocumentMathLargeLevel3
{
public:
DocumentMathLargeLevel3( double, const char* unit );
private:
double _value;
};
kword'DocumentMathLargeLevel3::DocumentMathLargeLevel3() (./koffice/kword/filters/mif/treebuild_document.cpp:1126)
DocumentMathLargeLevel3::DocumentMathLargeLevel3( double value,
const char* unit )
{
_value = unitconversion( value, unit );
}