Home
last modified time | relevance | path

Searched refs:ParagraphFormatProperty (Results 1 – 4 of 4) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/gui/ooo/
H A Dformatproperty.cpp40 ParagraphFormatProperty::ParagraphFormatProperty() in ParagraphFormatProperty() function in ParagraphFormatProperty
47 void ParagraphFormatProperty::apply( QTextFormat *format ) const in apply()
72 void ParagraphFormatProperty::setPageNumber( int number ) in setPageNumber()
77 void ParagraphFormatProperty::setWritingMode( WritingMode mode ) in setWritingMode()
82 bool ParagraphFormatProperty::writingModeIsRightToLeft() const in writingModeIsRightToLeft()
87 void ParagraphFormatProperty::setTextAlignment( Qt::Alignment alignment ) in setTextAlignment()
93 void ParagraphFormatProperty::setBackgroundColor( const QColor &color ) in setBackgroundColor()
99 void ParagraphFormatProperty::setLeftMargin( const qreal margin ) in setLeftMargin()
296 void StyleFormatProperty::setParagraphFormat( const ParagraphFormatProperty &format ) in setParagraphFormat()
H A Dstyleparser.cpp299 ParagraphFormatProperty StyleParser::parseParagraphProperty( QDomElement &parent ) in parseParagraphProperty()
301 ParagraphFormatProperty property; in parseParagraphProperty()
305 static QMap<QString, ParagraphFormatProperty::WritingMode> map; in parseParagraphProperty()
307 map.insert( "lr-tb", ParagraphFormatProperty::LRTB ); in parseParagraphProperty()
308 map.insert( "rl-tb", ParagraphFormatProperty::RLTB ); in parseParagraphProperty()
309 map.insert( "tb-rl", ParagraphFormatProperty::TBRL ); in parseParagraphProperty()
310 map.insert( "tb-lr", ParagraphFormatProperty::TBLR ); in parseParagraphProperty()
311 map.insert( "lr", ParagraphFormatProperty::LR ); in parseParagraphProperty()
312 map.insert( "rl", ParagraphFormatProperty::RL ); in parseParagraphProperty()
313 map.insert( "tb", ParagraphFormatProperty::TB ); in parseParagraphProperty()
[all …]
H A Dformatproperty.h58 class ParagraphFormatProperty
73 ParagraphFormatProperty();
244 void setParagraphFormat( const ParagraphFormatProperty &format );
253 ParagraphFormatProperty m_ParagraphFormat;
H A Dstyleparser.h46 ParagraphFormatProperty parseParagraphProperty( QDomElement& );