Home
last modified time | relevance | path

Searched refs:aExportType (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/svx/source/xml/
H A Dxmlxtexp.cxx307 Type aExportType = mxTable->getElementType(); in exportTable() local
310 if( aExportType == ::getCppuType((const sal_Int32*)0) ) in exportTable()
315 else if( aExportType == ::getCppuType((const drawing::PolyPolygonBezierCoords*)0) ) in exportTable()
320 else if( aExportType == ::getCppuType((const drawing::LineDash*)0) ) in exportTable()
325 else if( aExportType == ::getCppuType((const drawing::Hatch*)0) ) in exportTable()
330 else if( aExportType == ::getCppuType((const awt::Gradient*)0)) in exportTable()
335 else if( aExportType == ::getCppuType((const OUString*)0)) in exportTable()
/aoo41x/main/xmloff/source/forms/
H A Dpropertyexport.cxx134 Type aExportType; in exportRemainingProperties() local
140 aExportType = getSequenceElementType( aValue.getValueType() ); in exportRemainingProperties()
142 aExportType = aValue.getValueType(); in exportRemainingProperties()
151 aExportType = aPropDesc.Type; in exportRemainingProperties()
153 token::XMLTokenEnum eValueType = implGetPropertyXMLType( aExportType ); in exportRemainingProperties()
188 switch ( aExportType.getTypeClass() ) in exportRemainingProperties()

Completed in 20 milliseconds