Home
last modified time | relevance | path

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

/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLParserState.cxx218 OOXMLPropertySet::Pointer_t & rTableProps = mTableProps.top(); in resolveTableProperties() local
220 if (rTableProps.get() != NULL) in resolveTableProperties()
222 rStream.props(rTableProps); in resolveTableProperties()
223 rTableProps.reset(new OOXMLPropertySetImpl()); in resolveTableProperties()
233 OOXMLPropertySet::Pointer_t & rTableProps = mTableProps.top(); in setTableProperties() local
234 if (rTableProps.get() == NULL) in setTableProperties()
235 rTableProps = pProps; in setTableProperties()
237 rTableProps->add(pProps); in setTableProperties()

Completed in 11 milliseconds