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