Source Code (Use browser search to find items of interest.)
Class Index
kword'DocumentSmallCapsSize (./koffice/kword/filters/mif/treebuild_document.h:810)
class DocumentSmallCapsSize
{
public:
DocumentSmallCapsSize( double );
private:
double _value;
};
kword'DocumentSmallCapsSize::DocumentSmallCapsSize() (./koffice/kword/filters/mif/treebuild_document.cpp:1405)
DocumentSmallCapsSize::DocumentSmallCapsSize( double value )
{
_value = value;
}