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()
501 void OOXMLFastContextHandler::mark(const Id & rId, OOXMLValue::Pointer_t pVal) in mark() argument
505 (new OOXMLPropertyImpl(rId, pVal, OOXMLPropertyImpl::ATTRIBUTE)); in mark()
534 OOXMLValue::Pointer_t pVal in sendTableDepth() local
537 (new OOXMLPropertyImpl(NS_sprm::LN_PTableDepth, pVal, OOXMLPropertyImpl::SPRM)); in sendTableDepth()
541 OOXMLValue::Pointer_t pVal in sendTableDepth() local
544 (new OOXMLPropertyImpl(NS_sprm::LN_PFInTable, pVal, OOXMLPropertyImpl::SPRM)); in sendTableDepth()
1176 OOXMLValue::Pointer_t pVal) in newProperty() argument
1181 (new OOXMLPropertyImpl(rId, pVal, OOXMLPropertyImpl::ATTRIBUTE)); in newProperty()
1283 (const Id & rId, OOXMLValue::Pointer_t pVal) in newProperty() argument
1288 (new OOXMLPropertyImpl(rId, pVal, OOXMLPropertyImpl::ATTRIBUTE)); in newProperty()
1680 OOXMLValue::Pointer_t pVal in endCell() local
1683 (new OOXMLPropertyImpl(NS_sprm::LN_PTableDepth, pVal, OOXMLPropertyImpl::SPRM)); in endCell()
1687 OOXMLValue::Pointer_t pVal in endCell() local
1690 (new OOXMLPropertyImpl(NS_sprm::LN_PFInTable, pVal, OOXMLPropertyImpl::SPRM)); in endCell()
1694 OOXMLValue::Pointer_t pVal in endCell() local
1697 (new OOXMLPropertyImpl(NS_sprm::LN_PCell, pVal, OOXMLPropertyImpl::SPRM)); in endCell()
1737 OOXMLValue::Pointer_t pVal in endRow() local
1740 (new OOXMLPropertyImpl(NS_sprm::LN_PTableDepth, pVal, OOXMLPropertyImpl::SPRM)); in endRow()
1744 OOXMLValue::Pointer_t pVal in endRow() local
1747 (new OOXMLPropertyImpl(NS_sprm::LN_PFInTable, pVal, OOXMLPropertyImpl::SPRM)); in endRow()
1751 OOXMLValue::Pointer_t pVal in endRow() local
1754 (new OOXMLPropertyImpl(NS_sprm::LN_PRow, pVal, OOXMLPropertyImpl::SPRM)); in endRow()
1802 OOXMLValue::Pointer_t pVal in lcl_startFastElement() local
1805 (new OOXMLPropertyImpl(NS_ooxml::LN_tblStart, pVal, OOXMLPropertyImpl::SPRM)); in lcl_startFastElement()
2196 (const Id & rId, OOXMLValue::Pointer_t pVal) in newProperty() argument
2202 pHandler->newProperty(rId, pVal); in newProperty()