Home
last modified time | relevance | path

Searched refs:setNodeValue (Results 1 – 25 of 35) sorted by relevance

12

/trunk/main/extensions/source/abpilot/
H A Dfieldmappingimpl.cxx288 aExistentField.setNodeValue( sAssignedNodeName, makeAny( aPos->second ) ); in writeTemplateAddressFieldMapping()
311 aNewField.setNodeValue( sProgrammaticNodeName, makeAny( aNewMapping->first ) ); in writeTemplateAddressFieldMapping()
312 aNewField.setNodeValue( sAssignedNodeName, makeAny( aNewMapping->second ) ); in writeTemplateAddressFieldMapping()
339 …aAddressBookSettings.setNodeValue( ::rtl::OUString::createFromAscii( "DataSourceName" ), makeAny( … in writeTemplateAddressSource()
340 …aAddressBookSettings.setNodeValue( ::rtl::OUString::createFromAscii( "Command" ), makeAny( _rTable… in writeTemplateAddressSource()
341 …aAddressBookSettings.setNodeValue( ::rtl::OUString::createFromAscii( "CommandType" ), makeAny( (sa… in writeTemplateAddressSource()
358 …aAddressBookSettings.setNodeValue( ::rtl::OUString::createFromAscii( "AutoPilotCompleted" ), makeA… in markPilotSuccess()
/trunk/main/cui/source/options/
H A Dconnpoolconfig.cxx174 …aConnectionPoolRoot.setNodeValue(getEnablePoolingNodeName(), Any(&bEnabled, ::getBooleanCppuType()… in SetOptions()
205 aThisDriverSettings.setNodeValue(getDriverNameNodeName(), makeAny(sThisDriverName)); in SetOptions()
206 …aThisDriverSettings.setNodeValue(getEnableNodeName(), Any(&aLoop->bEnabled, ::getBooleanCppuType()… in SetOptions()
207 aThisDriverSettings.setNodeValue(getTimeoutNodeName(), makeAny(aLoop->nTimeoutSeconds)); in SetOptions()
/trunk/main/unotools/inc/unotools/
H A Dconfignode.hxx174 …sal_Bool setNodeValue(const ::rtl::OUString& _rPath, const ::com::sun::star::uno::Any& _rValue) …
176 …sal_Bool setNodeValue( const sal_Char* _pAsciiPath, const ::com::sun::star::uno::Any& _rValue ) … in setNodeValue() function in utl::OConfigurationNode
178 return setNodeValue( ::rtl::OUString::createFromAscii( _pAsciiPath ), _rValue ); in setNodeValue()
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java465 xDoc.setNodeValue("42"); in testXDocument()
667 xDF.setNodeValue("42"); in testXDocumentFragment()
1055 xElemFoo.setNodeValue("42"); in testXElement()
1271 xAttr.setNodeValue("42"); in testXAttr()
1498 xText.setNodeValue("42"); in testXText()
1688 xCDS.setNodeValue("42"); in testXCDataSection()
1861 xComment.setNodeValue("42"); in testXComment()
2013 xER.setNodeValue("42"); in testXEntityReference()
2202 xPI.setNodeValue("42"); in testXProcessingInstruction()
2766 public void setNodeValue(String v) throws DOMException { in setNodeValue() method in DOMTest.MockNode
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabaseregistrations.cxx220 aNewNode.setNodeValue( getNameNodeName(), makeAny( _rName ) ); in impl_getNodeForName_throw()
303 aDataSourceRegistration.setNodeValue( getLocationNodeName(), makeAny( _Location ) ); in registerDatabaseLocation()
355 aDataSourceRegistration.setNodeValue( getLocationNodeName(), makeAny( _NewLocation ) ); in changeDatabaseLocation()
/trunk/main/forms/qa/org/openoffice/xforms/
H A DInstance.java102 node.setNodeValue( _initialNodeValue ); in createElement()
199 node.setNodeValue( _initialNodeValue ); in createAttribute()
/trunk/main/unoxml/source/dom/
H A Ddocumentfragment.hxx170 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() function in DOM::CDocumentFragment
173 return CNode::setNodeValue(nodeValue); in setNodeValue()
H A Dentityreference.hxx172 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() function in DOM::CEntityReference
175 return CNode::setNodeValue(nodeValue); in setNodeValue()
H A Dnotation.hxx180 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() function in DOM::CNotation
183 return CNode::setNodeValue(nodeValue); in setNodeValue()
H A Ddocumenttype.hxx208 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() function in DOM::CDocumentType
211 return CNode::setNodeValue(nodeValue); in setNodeValue()
H A Dentity.hxx191 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() function in DOM::CEntity
194 return CNode::setNodeValue(nodeValue); in setNodeValue()
H A Dcdatasection.hxx216 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() function in DOM::CCDATASection
219 return CText::setNodeValue(nodeValue); in setNodeValue()
H A Dcomment.hxx211 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() function in DOM::CComment
214 return CCharacterData::setNodeValue(nodeValue); in setNodeValue()
H A Dtext.hxx230 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() function in DOM::CText
233 return CCharacterData::setNodeValue(nodeValue); in setNodeValue()
H A Delement.hxx286 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() function in DOM::CElement
289 return CNode::setNodeValue(nodeValue); in setNodeValue()
H A Ddocument.hxx368 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() function in DOM::CDocument
371 return CNode::setNodeValue(nodeValue); in setNodeValue()
H A Dprocessinginstruction.cxx134 CProcessingInstruction::setNodeValue(OUString const& rNodeValue) in setNodeValue() function in DOM::CProcessingInstruction
H A Dprocessinginstruction.hxx80 virtual void SAL_CALL setNodeValue(OUString const& rNodeValue)
H A Dattr.hxx203 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() function in DOM::CAttr
H A Dcharacterdata.hxx227 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue() function in DOM::CCharacterData
H A Dnode.hxx313 virtual void SAL_CALL setNodeValue(const OUString& nodeValue)
/trunk/main/unotools/source/config/
H A Dconfignode.cxx398 …sal_Bool OConfigurationNode::setNodeValue(const ::rtl::OUString& _rPath, const Any& _rValue) const… in setNodeValue() function in utl::OConfigurationNode
426 bResult = aParentAccess.setNodeValue(sLocalName, _rValue); in setNodeValue()
H A Dconfigvaluecontainer.cxx247 m_rRootNode.setNodeValue( _rAccessor.getPath( ), aNewValue ); in operator ()()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DCharacterBaseParagraphMerge.java302 orgNode.setNodeValue(newString); in coreMerge()
/trunk/main/offapi/com/sun/star/xforms/
H A DXFormsUIHelper1.idl148 void setNodeValue(

Completed in 84 milliseconds

12