Home
last modified time | relevance | path

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

/AOO41X/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.cxx541 (new OOXMLPropertyImpl(NS_sprm::LN_PTableDepth, pVal, OOXMLPropertyImpl::SPRM)); in sendTableDepth()
548 (new OOXMLPropertyImpl(NS_sprm::LN_PFInTable, pVal, OOXMLPropertyImpl::SPRM)); in sendTableDepth()
867 (new OOXMLPropertyImpl(rId, pValue, OOXMLPropertyImpl::SPRM)); in propagateCharacterPropertiesAsSet()
968 (new OOXMLPropertyImpl(rId, pValue, OOXMLPropertyImpl::SPRM)); in sendPropertiesWithId()
1113 OOXMLPropertyImpl::SPRM)); in sendPropertyToParent()
1146 (new OOXMLPropertyImpl(getId(), pValue, OOXMLPropertyImpl::SPRM)); in sendPropertiesToParent()
1693 (new OOXMLPropertyImpl(NS_sprm::LN_PTableDepth, pVal, OOXMLPropertyImpl::SPRM)); in endCell()
1700 (new OOXMLPropertyImpl(NS_sprm::LN_PFInTable, pVal, OOXMLPropertyImpl::SPRM)); in endCell()
1707 (new OOXMLPropertyImpl(NS_sprm::LN_PCell, pVal, OOXMLPropertyImpl::SPRM)); in endCell()
1750 (new OOXMLPropertyImpl(NS_sprm::LN_PTableDepth, pVal, OOXMLPropertyImpl::SPRM)); in endRow()
[all …]
H A DOOXMLPropertySetImpl.hxx64 enum Type_t { SPRM, ATTRIBUTE }; enumerator
H A DOOXMLPropertySetImpl.cxx177 case SPRM: in resolve()