Home
last modified time | relevance | path

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

/aoo42x/main/writerfilter/source/ooxml/
H A DOOXMLParserState.cxx163 OOXMLPropertySet::Pointer_t & rCellProps = mCellProps.top(); in setCellProperties() local
165 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() local
192 if (rCellProps.get() != NULL) in resolveCellProperties()
194 rStream.props(rCellProps); in resolveCellProperties()
195 rCellProps.reset(new OOXMLPropertySetImpl()); in resolveCellProperties()

Completed in 6 milliseconds