/aoo42x/main/sfx2/source/sidebar/ |
H A D | ResourceManager.cxx | 264 aDeckNode.getNodeValue("Title")); in ReadDeckList() 266 aDeckNode.getNodeValue("Id")); in ReadDeckList() 268 aDeckNode.getNodeValue("IconURL")); in ReadDeckList() 276 aDeckNode.getNodeValue("HelpURL")); in ReadDeckList() 280 aDeckNode.getNodeValue("OrderIndex")); in ReadDeckList() 320 aPanelNode.getNodeValue("Title")); in ReadPanelList() 324 aPanelNode.getNodeValue("Id")); in ReadPanelList() 326 aPanelNode.getNodeValue("DeckId")); in ReadPanelList() 332 aPanelNode.getNodeValue("HelpURL")); in ReadPanelList() 336 aPanelNode.getNodeValue("OrderIndex")); in ReadPanelList() [all …]
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | SxcDocumentSerializer.java | 399 styleName = rowStyle.getNodeValue(); in traverseTableRow() 536 styleName = tableStyleNode.getNodeValue(); in traverseTableColumn() 602 styleName = tableStyleNode.getNodeValue(); in traverseCell() 660 tableValueTypeNode.getNodeValue(); in traverseCell() 682 fmt.setValue(tableValueNode.getNodeValue()); in traverseCell() 692 fmt.setValue(tableTimeNode.getNodeValue()); in traverseCell() 701 fmt.setValue(tableDateNode.getNodeValue()); in traverseCell() 712 fmt.setValue(tableValueNode.getNodeValue()); in traverseCell() 721 fmt.setValue(tableBooleanNode.getNodeValue()); in traverseCell() 731 fmt.setValue(tableValueNode.getNodeValue()); in traverseCell() [all …]
|
H A D | NameDefinition.java | 183 Debug.log(Debug.TRACE,"Named-range : " + tableNameNode.getNodeValue()); in readNode() 185 name = tableNameNode.getNodeValue(); in readNode() 186 definition = tableCellRangeAddress.getNodeValue(); in readNode() 187 baseCellAddress = tableBaseCellAddress.getNodeValue(); in readNode() 199 Debug.log(Debug.TRACE,"Named-expression: " + tableNameNode.getNodeValue()); in readNode() 201 name = tableNameNode.getNodeValue(); in readNode() 202 definition = tableExpression.getNodeValue(); in readNode() 203 baseCellAddress = tableBaseCellAddress.getNodeValue(); in readNode()
|
H A D | SheetSettings.java | 331 sheetName = sheetNameNode.getNodeValue(); in readNode() 350 String name = configNameNode.getNodeValue(); in readNode() 357 s = child2.getNodeValue(); in readNode()
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/ |
H A D | NodeIterator.java | 180 if (node1.getNodeValue() == null && node2.getNodeValue() == null) { in compareNode() 182 } else if (node1.getNodeValue() == null || in compareNode() 183 node2.getNodeValue() == null) { in compareNode() 185 } else if (!node1.getNodeValue().equals(node2.getNodeValue())) { in compareNode() 324 if (!srcAttr.getNodeValue().equals( in attributesEqual() 325 dstAttr.getNodeValue())) { in attributesEqual() 328 srcAttr.getNodeValue() + " dst: "+ in attributesEqual() 329 dstAttr.getNodeValue()); in attributesEqual()
|
/aoo42x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | XmlDiff.java | 124 if (node1.getNodeValue() != null) in diffLog() 125 node1Str += " [Value]:" + node1.getNodeValue(); in diffLog() 131 if (node2.getNodeValue() != null) in diffLog() 132 node2Str += " [Value]:" + node2.getNodeValue(); in diffLog() 237 if (node1.getNodeValue() == null && node2.getNodeValue() == null) { in compareNode() 239 } else if (node1.getNodeValue() == null || in compareNode() 240 node2.getNodeValue() == null) { in compareNode() 243 } else if (!node1.getNodeValue().equals(node2.getNodeValue())) { in compareNode()
|
/aoo42x/main/xmerge/workben/ |
H A D | XmlDiff.java | 124 if (node1.getNodeValue() != null) in diffLog() 125 node1Str += " [Value]:" + node1.getNodeValue(); in diffLog() 131 if (node2.getNodeValue() != null) in diffLog() 132 node2Str += " [Value]:" + node2.getNodeValue(); in diffLog() 237 if (node1.getNodeValue() == null && node2.getNodeValue() == null) { in compareNode() 239 } else if (node1.getNodeValue() == null || in compareNode() 240 node2.getNodeValue() == null) { in compareNode() 243 } else if (!node1.getNodeValue().equals(node2.getNodeValue())) { in compareNode()
|
/aoo42x/main/desktop/source/deployment/misc/ |
H A D | dp_descriptioninfoset.cxx | 105 ::rtl::OUString getNodeValue( in getNodeValue() function 110 return node->getNodeValue(); in getNodeValue() 409 return n.is() ? getNodeValue(n) : ::rtl::OUString(); in getNodeValueFromExpression() 643 ? ::boost::optional< ::rtl::OUString >(getNodeValue(n)) in getOptionalValue() 660 urls[i] = getNodeValue(ns->item(i)); in getUrls() 683 sPublisherName = xPathName->getNodeValue(); in getLocalizedPublisherNameAndURL() 694 sURL = xURL->getNodeValue(); in getLocalizedPublisherNameAndURL() 719 return xtext->getNodeValue(); in getLocalizedDisplayName() 930 + nodeDefault->getNodeValue() in getChildWithDefaultLocale() 970 sURL = xURL->getNodeValue(); in getLocalizedHREFAttrFromChild()
|
/aoo42x/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 444 assertEquals("XDocument.getNodeValue()", "", xDoc.getNodeValue()); in testXDocument() 645 "", xDF.getNodeValue()); in testXDocumentFragment() 1249 assertEquals("XAttr.getNodeValue()", "bar", xAttr.getNodeValue()); in testXAttr() 1250 assertEquals("XAttr.getNodeValue()", "", xAttrNs.getNodeValue()); in testXAttr() 1272 assertEquals("XAttr.setNodeValue()", "42", xAttr.getNodeValue()); in testXAttr() 1499 assertEquals("XText.setNodeValue()", "42", xText.getNodeValue()); in testXText() 1667 xCDS.getNodeValue()); in testXCDataSection() 1840 xComment.getNodeValue()); in testXComment() 2178 "baz", xPI.getNodeValue()); in testXProcessingInstruction() 2204 "42", xPI.getNodeValue()); in testXProcessingInstruction() [all …]
|
/aoo42x/main/cui/source/options/ |
H A D | connpoolconfig.cxx | 99 Any aEnabled = aConnectionPoolRoot.getNodeValue(getEnablePoolingNodeName()); in GetOptions() 127 aThisDriverSettings.getNodeValue(getDriverNameNodeName()) >>= sThisDriverName; in GetOptions() 149 aThisDriverSettings.getNodeValue(getEnableNodeName()) >>= aLookup->bEnabled; in GetOptions() 150 aThisDriverSettings.getNodeValue(getTimeoutNodeName()) >>= aLookup->nTimeoutSeconds; in GetOptions()
|
/aoo42x/main/xmlsecurity/tools/uno/ |
H A D | SAXEventPrinter.java | 108 message += " "+attr.getNodeName()+"=\""+attr.getNodeValue()+"\""; in display() 149 message = node.getNodeValue(); in display() 157 fileOutputStream.write(node.getNodeValue().getBytes("UTF-8")); in display() 174 fileOutputStream.write(node.getNodeValue().getBytes("UTF-8")); in display()
|
H A D | ParsingThread.java | 121 message = m_node.getNodeValue(); in nextStep() 132 …urrentSAXEventInformation("processingInstruction:"+m_node.getNodeName()+" "+m_node.getNodeValue()); in nextStep() 133 m_xDocumentHandler.processingInstruction(m_node.getNodeName(), m_node.getNodeValue()); in nextStep()
|
H A D | AdapterNode.java | 129 if (m_domNode.getNodeValue() != null) in toString() 140 String t = m_domNode.getNodeValue(); in toString()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | databaseregistrations.cxx | 177 OSL_VERIFY( aNodeForName.getNodeValue( getNameNodeName() ) >>= sTestName ); in impl_getNodeForName_nothrow() 272 OSL_VERIFY( aRegistrationNode.getNodeValue( getNameNodeName() ) >>= *pDisplayName ); in getRegistrationNames() 287 OSL_VERIFY( aNodeForName.getNodeValue( getLocationNodeName() ) >>= sLocation ); in getDatabaseLocation() 322 OSL_VERIFY( aNodeForName.getNodeValue( getLocationNodeName() ) >>= sLocation ); in revokeDatabaseLocation() 352 … OSL_VERIFY( aDataSourceRegistration.getNodeValue( getLocationNodeName() ) >>= sOldLocation ); in changeDatabaseLocation()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | DriversConfig.cxx | 56 uno::Any aValue = aPropertiesNode.getNodeValue(*pPropertiesIter + s_sValue); in lcl_fillValues() 77 aURLPatternNode.getNodeValue(s_sParentURLPattern) >>= sParentURLPattern; in lcl_readURLPatternNode() 82 aURLPatternNode.getNodeValue(s_sDriver) >>= sDriverFactory; in lcl_readURLPatternNode() 87 aURLPatternNode.getNodeValue(s_sDriverTypeDisplayName) >>= sDriverTypeDisplayName; in lcl_readURLPatternNode()
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/ |
H A D | Style.java | 80 family = attr.getNodeValue(); in Style() 82 name = attr.getNodeValue(); in Style() 84 parent = attr.getNodeValue(); in Style()
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/ |
H A D | CharacterBaseParagraphMerge.java | 139 orgTextNode.node().getNodeValue() + ">"); in applyDifference() 161 if (orgNode.getNodeValue() != null) in coreMerge() 162 tmpString = orgNode.getNodeValue(); in coreMerge()
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | confignode.hxx | 160 getNodeValue(const ::rtl::OUString& _rPath) const throw(); 163 getNodeValue( const sal_Char* _pAsciiPath ) const in getNodeValue() function in utl::OConfigurationNode 165 return getNodeValue( ::rtl::OUString::createFromAscii( _pAsciiPath ) ); in getNodeValue()
|
/aoo42x/main/connectivity/source/cpool/ |
H A D | ZPoolCollection.cxx | 258 getNodeValue(getEnableNodeName(),_rxDriverNode) >>= bEnabled; in isDriverPoolingEnabled() 274 getNodeValue(getEnablePoolingNodeName(),xConnectionPoolRoot) >>= bEnabled; in isPoolingEnabled() 451 Any OPoolCollection::getNodeValue(const ::rtl::OUString& _rPath,const Reference<XInterface>& _xTree… in getNodeValue() function in OPoolCollection 543 getNodeValue(getDriverNameNodeName(),evt.Source) >>= sThisDriverName; in propertyChange()
|
/aoo42x/main/desktop/source/deployment/registry/ |
H A D | dp_backenddb.cxx | 391 first->getNodeValue(), second->getNodeValue())); in readVectorOfPair() 543 return val->getNodeValue(); in readSimpleElement() 576 retList.push_back(member->getNodeValue()); in readList() 617 listRet.push_back(nodes->item(i)->getNodeValue()); in getOneChildFromAllEntries()
|
/aoo42x/main/extensions/source/update/check/ |
H A D | updateprotocol.cxx | 177 … o_rUpdateInfo.Sources.push_back( DownloadSource(bIsDirect, xNode2->getNodeValue()) ); in checkForUpdates() 190 o_rUpdateInfo.Version = xNode2->getNodeValue(); in checkForUpdates() 200 o_rUpdateInfo.BuildId = xNode2->getNodeValue(); in checkForUpdates()
|
/aoo42x/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | DocumentSerializerImpl.java | 266 String s = child.getNodeValue(); in traverseParagraphContents() 289 count = Integer.parseInt(attr.getNodeValue().trim()); in traverseParagraphContents() 423 return attr.getNodeValue(); in getAttribute()
|
/aoo42x/main/svx/source/form/ |
H A D | fmcontrollayout.cxx | 241 …Any aVisualEffect = aConfig.getNodeValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "VisualEff… in initializeControlLayout() 303 …Any aDynamicBorderColor = aConfig.getNodeValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Dyn… in useDynamicBorderColor() 315 …Any aUseRefDevice = aConfig.getNodeValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UseDocume… in useDocumentReferenceDevice()
|
/aoo42x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | DocumentSerializerImpl.java | 280 String s = child.getNodeValue(); in traverseParaContents() 305 String countStr = attr.getNodeValue(); in traverseParaContents() 526 return attr.getNodeValue(); in findAttribute()
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/ |
H A D | XmlUtil.java | 104 String textStr = newNode.getNodeValue(); in cloneNode() 117 attrs.item(i).getNodeValue()); in cloneNode()
|