Searched defs:RTFCellDefault (Results 1 – 1 of 1) sorted by relevance
57 struct RTFCellDefault struct59 SfxItemSet maItemSet;60 sal_Int32 mnCol;61 sal_uInt16 mnTwips; // right border of the cell62 sal_Int32 mnColSpan; // MergeCell if >1, merged cells if 064 RTFCellDefault( SfxItemPool* pPool ) : maItemSet( *pPool ), mnCol(0), mnTwips(0 ), mnColSpan(1) {} in RTFCellDefault() argument
Completed in 6 milliseconds