コード例 #1
0
qreal KoTableRowStyle::minimumRowHeight() const
{
    return propertyDouble(MinimumRowHeight);
}
コード例 #2
0
qreal KoTableRowStyle::rowHeight() const
{
    return propertyDouble(RowHeight);
}
コード例 #3
0
ファイル: KTableColumnStyle.cpp プロジェクト: KDE/koffice
qreal KTableColumnStyle::columnWidth() const
{
    return propertyDouble(ColumnWidth);
}
コード例 #4
0
ファイル: KTableColumnStyle.cpp プロジェクト: KDE/koffice
qreal KTableColumnStyle::relativeColumnWidth() const
{
    return propertyDouble(RelativeColumnWidth);
}
コード例 #5
0
qreal KoListLevelProperties::indent() const
{
    return propertyDouble(KoListStyle::Indent);
}
コード例 #6
0
qreal KoListLevelProperties::minimumDistance() const
{
    return propertyDouble(KoListStyle::MinimumDistance);
}
コード例 #7
0
qreal KoListLevelProperties::height() const
{
    return propertyDouble(KoListStyle::Height);
}
コード例 #8
0
qreal KoListLevelProperties::width() const
{
    return propertyDouble(KoListStyle::Width);
}
コード例 #9
0
qreal KoListLevelProperties::minimumWidth() const
{
    return propertyDouble(KoListStyle::MinimumWidth);
}
コード例 #10
0
qreal KoListLevelProperties::tabStopPosition() const
{
    return propertyDouble(KoListStyle::TabStopPosition);
}
コード例 #11
0
qreal KoListLevelProperties::margin() const
{
    return propertyDouble(KoListStyle::Margin);
}