Searched refs:aExportType (Results 1 – 2 of 2) sorted by relevance
307 Type aExportType = mxTable->getElementType(); in exportTable() local310 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()
134 Type aExportType; in exportRemainingProperties() local140 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 22 milliseconds