Home
last modified time | relevance | path

Searched refs:aValueType (Results 1 – 4 of 4) sorted by relevance

/trunk/main/xmloff/source/transform/
H A DFormPropOOoTContext.cxx217 OUString aValueType; in StartElement() local
237 aValueType = rAttrValue; in StartElement()
268 if( aValueType.getLength() ) in StartElement()
270 if( IsXMLToken( aValueType, XML_STRING ) ) in StartElement()
272 else if( IsXMLToken( aValueType, XML_BOOLEAN ) ) in StartElement()
274 else if( IsXMLToken( aValueType, XML_SHORT ) || in StartElement()
275 IsXMLToken( aValueType, XML_INT ) || in StartElement()
276 IsXMLToken( aValueType, XML_LONG ) || in StartElement()
277 IsXMLToken( aValueType, XML_DOUBLE ) ) in StartElement()
/trunk/main/comphelper/source/misc/
H A Dnamedvaluecollection.cxx130 Type const & aValueType = i_value.getValueType(); in canExtractFrom() local
131 if ( aValueType.equals( ::cppu::UnoType< PropertyValue >::get() ) in canExtractFrom()
132 || aValueType.equals( ::cppu::UnoType< NamedValue >::get() ) in canExtractFrom()
133 || aValueType.equals( ::cppu::UnoType< Sequence< PropertyValue > >::get() ) in canExtractFrom()
134 || aValueType.equals( ::cppu::UnoType< Sequence< NamedValue > >::get() ) in canExtractFrom()
/trunk/main/comphelper/source/container/
H A Denumerablemap.cxx385 Type aKeyType, aValueType; in initialize() local
388 if ( !( _arguments[1] >>= aValueType ) ) in initialize()
401 …if ( ( aValueType.getTypeClass() == TypeClass_VOID ) || ( aValueType.getTypeClass() == TypeClass_U… in initialize()
411 m_aData.m_aValueType = aValueType; in initialize()
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx405 const Type aValueType = aValue.getValueType(); in Export() local
406 if(aValueType == aStringType) in Export()
412 else if(aValueType == aBoolType) in Export()
418 else if(aValueType == aSeqType) in Export()
427 else if(aValueType == aIntType) in Export()

Completed in 52 milliseconds