Home
last modified time | relevance | path

Searched refs:aNameValue (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/uno/
H A Dunoevent.cxx212 PropertyValue aNameValue; in getAnyFromMacro() local
213 aNameValue.Name = sMacroName; in getAnyFromMacro()
216 aNameValue.Value = aTmp; in getAnyFromMacro()
217 aSequence[1] = aNameValue; in getAnyFromMacro()
245 PropertyValue aNameValue; in getAnyFromMacro() local
246 aNameValue.Name = sScript; in getAnyFromMacro()
249 aNameValue.Value = aTmp; in getAnyFromMacro()
250 aSequence[1] = aNameValue; in getAnyFromMacro()
/trunk/main/xmloff/source/text/
H A DXMLIndexBibliographyConfigurationContext.cxx202 PropertyValue aNameValue; in CreateChildContext() local
203 aNameValue.Name = sSortKey; in CreateChildContext()
205 aNameValue.Value = aAny; in CreateChildContext()
206 aKey[0] = aNameValue; in CreateChildContext()
/trunk/main/sfx2/source/doc/
H A Ddoctemplateslocal.cxx192 ::rtl::OUString aNameValue = xAttribs->getValueByName( m_aNameAttr ); in startElement()
193 if ( !aNameValue.getLength() ) in startElement()
200 m_aResultSeq[nNewEntryNum-1].First = aNameValue; in startElement()