Lines Matching refs:doc

145         const Reference<css::xml::dom::XDocument> doc = getDocument();  in removeElement()  local
146 const Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in removeElement()
272 const Reference<css::xml::dom::XDocument> doc = getDocument(); in getKeyElement() local
273 const Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in getKeyElement()
301 const Reference<css::xml::dom::XDocument> doc = getDocument(); in writeVectorOfPair() local
302 const Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in writeVectorOfPair()
305 doc->createElementNS(sNameSpace, sPrefix + sVectorTagName)); in writeVectorOfPair()
314 doc->createElementNS(sNameSpace, sPrefix + sPairTagName)); in writeVectorOfPair()
321 doc->createElementNS(sNameSpace, sPrefix + sFirstTagName)); in writeVectorOfPair()
328 doc->createTextNode( i->first)); in writeVectorOfPair()
335 doc->createElementNS(sNameSpace, sPrefix + sSecondTagName)); in writeVectorOfPair()
342 doc->createTextNode( i->second)); in writeVectorOfPair()
417 const Reference<css::xml::dom::XDocument> doc = getDocument(); in writeSimpleList() local
420 doc->createElementNS(sNameSpace, sPrefix + sListTagName)); in writeSimpleList()
430doc->createElementNS(sNameSpace, sPrefix + sMemberTagName), css::uno::UNO_QUERY_THROW); in writeSimpleList()
435 doc->createTextNode( *i), css::uno::UNO_QUERY_THROW); in writeSimpleList()
460 const Reference<css::xml::dom::XDocument> doc = getDocument(); in writeSimpleElement() local
463 doc->createElementNS(sNameSpace, sPrefix + OUSTR(":") + sElementName), in writeSimpleElement()
468 doc->createTextNode(value), UNO_QUERY_THROW); in writeSimpleElement()
492 const Reference<css::xml::dom::XDocument> doc = getDocument(); in writeKeyElement() local
493 const Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in writeKeyElement()
514 doc->createElementNS(sNameSpace, sPrefix + OUSTR(":") + sElementName)); in writeKeyElement()
595 Reference<css::xml::dom::XDocument> doc = getDocument(); in getOneChildFromAllEntries() local
596 Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in getOneChildFromAllEntries()
653 Reference<css::xml::dom::XDocument> doc = getDocument(); in addEntry() local
654 Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in addEntry()
665 doc->createElementNS(sNameSpace, sPrefix + OUSTR(":") + sEntry)); in addEntry()
693 Reference<css::xml::dom::XDocument> doc = getDocument(); in getEntry() local
694 Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in getEntry()