Home
last modified time | relevance | path

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

/trunk/main/sdext/source/pdfimport/
H A Dfilterdet.cxx363 rtl::OUString aOutFilterName, aOutTypeName; in detect() local
469aOutFilterName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "writer_pdf_addstream_import" ) ); in detect()
471aOutFilterName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "impress_pdf_addstream_import" ) ); in detect()
474aOutFilterName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "draw_pdf_addstream_import" ) ); in detect()
476aOutFilterName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "calc_pdf_addstream_import" ) ); in detect()
482 if( aOutFilterName.getLength() ) in detect()
494 rtl::OUStringToOString( aOutFilterName, RTL_TEXTENCODING_UTF8 ).getStr(), in detect()
497 rFilterData[nFilterNamePos].Value <<= aOutFilterName; in detect()

Completed in 13 milliseconds