Home
last modified time | relevance | path

Searched refs:applyTableCell (Results 1 – 3 of 3) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/gui/ooo/
H A Dformatproperty.cpp256 void StyleFormatProperty::applyTableCell( QTextBlockFormat *format ) const in applyTableCell() function in StyleFormatProperty
260 property.applyTableCell( format ); in applyTableCell()
265 property.applyTableCell( format ); in applyTableCell()
H A Dformatproperty.h234 void applyTableCell( QTextBlockFormat *format ) const;
H A Dconverter.cpp556 property.applyTableCell(&format); in convertTable()