Home
last modified time | relevance | path

Searched defs:RTFCellDefault (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svx/source/table/
H A Dtablertfimporter.cxx57 struct RTFCellDefault struct
59 SfxItemSet maItemSet;
60 sal_Int32 mnCol;
61 sal_uInt16 mnTwips; // right border of the cell
62 sal_Int32 mnColSpan; // MergeCell if >1, merged cells if 0
64 RTFCellDefault( SfxItemPool* pPool ) : maItemSet( *pPool ), mnCol(0), mnTwips(0 ), mnColSpan(1) {} in RTFCellDefault() function

Completed in 30 milliseconds