Searched refs:rCellProps (Results 1 – 1 of 1) sorted by relevance
163 OOXMLPropertySet::Pointer_t & rCellProps = mCellProps.top(); in setCellProperties() local165 if (rCellProps.get() == NULL) in setCellProperties()166 rCellProps = pProps; in setCellProperties()168 rCellProps->add(pProps); in setCellProperties()190 OOXMLPropertySet::Pointer_t & rCellProps = mCellProps.top(); in resolveCellProperties() local192 if (rCellProps.get() != NULL) in resolveCellProperties()194 rStream.props(rCellProps); in resolveCellProperties()195 rCellProps.reset(new OOXMLPropertySetImpl()); in resolveCellProperties()
Completed in 8 milliseconds