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