Searched refs:rCellSet (Results 1 – 1 of 1) sorted by relevance
235 const SfxItemSet& rCellSet = xCell->GetItemSet(); in WriteCell() local237 const SvxWeightItem& rWeightItem = (const SvxWeightItem&) rCellSet.Get( EE_CHAR_WEIGHT ); in WriteCell()238 const SvxPostureItem& rPostureItem = (const SvxPostureItem&) rCellSet.Get( EE_CHAR_ITALIC ); in WriteCell()239 …const SvxUnderlineItem& rUnderlineItem = (const SvxUnderlineItem&) rCellSet.Get( EE_CHAR_UNDERLIN… in WriteCell()
Completed in 11 milliseconds