Lines Matching refs:pVal

428     OOXMLValue::Pointer_t pVal(getValue());  in toTag()  local
430 if (pVal.get() != NULL) in toTag()
431 pTag->addAttr("value", pVal->toString()); in toTag()
505 void OOXMLFastContextHandler::mark(const Id & rId, OOXMLValue::Pointer_t pVal) in mark() argument
509 (new OOXMLPropertyImpl(rId, pVal, OOXMLPropertyImpl::ATTRIBUTE)); in mark()
538 OOXMLValue::Pointer_t pVal in sendTableDepth() local
541 (new OOXMLPropertyImpl(NS_sprm::LN_PTableDepth, pVal, OOXMLPropertyImpl::SPRM)); in sendTableDepth()
545 OOXMLValue::Pointer_t pVal in sendTableDepth() local
548 (new OOXMLPropertyImpl(NS_sprm::LN_PFInTable, pVal, OOXMLPropertyImpl::SPRM)); in sendTableDepth()
1179 OOXMLValue::Pointer_t pVal) in newProperty() argument
1184 (new OOXMLPropertyImpl(rId, pVal, OOXMLPropertyImpl::ATTRIBUTE)); in newProperty()
1293 (const Id & rId, OOXMLValue::Pointer_t pVal) in newProperty() argument
1298 (new OOXMLPropertyImpl(rId, pVal, OOXMLPropertyImpl::ATTRIBUTE)); in newProperty()
1690 OOXMLValue::Pointer_t pVal in endCell() local
1693 (new OOXMLPropertyImpl(NS_sprm::LN_PTableDepth, pVal, OOXMLPropertyImpl::SPRM)); in endCell()
1697 OOXMLValue::Pointer_t pVal in endCell() local
1700 (new OOXMLPropertyImpl(NS_sprm::LN_PFInTable, pVal, OOXMLPropertyImpl::SPRM)); in endCell()
1704 OOXMLValue::Pointer_t pVal in endCell() local
1707 (new OOXMLPropertyImpl(NS_sprm::LN_PCell, pVal, OOXMLPropertyImpl::SPRM)); in endCell()
1747 OOXMLValue::Pointer_t pVal in endRow() local
1750 (new OOXMLPropertyImpl(NS_sprm::LN_PTableDepth, pVal, OOXMLPropertyImpl::SPRM)); in endRow()
1754 OOXMLValue::Pointer_t pVal in endRow() local
1757 (new OOXMLPropertyImpl(NS_sprm::LN_PFInTable, pVal, OOXMLPropertyImpl::SPRM)); in endRow()
1761 OOXMLValue::Pointer_t pVal in endRow() local
1764 (new OOXMLPropertyImpl(NS_sprm::LN_PRow, pVal, OOXMLPropertyImpl::SPRM)); in endRow()
1812 OOXMLValue::Pointer_t pVal in lcl_startFastElement() local
1815 (new OOXMLPropertyImpl(NS_ooxml::LN_tblStart, pVal, OOXMLPropertyImpl::SPRM)); in lcl_startFastElement()
2206 (const Id & rId, OOXMLValue::Pointer_t pVal) in newProperty() argument
2212 pHandler->newProperty(rId, pVal); in newProperty()