Searched refs:rTableProps (Results 1 – 1 of 1) sorted by relevance
218 OOXMLPropertySet::Pointer_t & rTableProps = mTableProps.top(); in resolveTableProperties() local220 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() local234 if (rTableProps.get() == NULL) in setTableProperties()235 rTableProps = pProps; in setTableProperties()237 rTableProps->add(pProps); in setTableProperties()
Completed in 14 milliseconds