Searched refs:aOutFilterName (Results 1 – 1 of 1) sorted by relevance
363 rtl::OUString aOutFilterName, aOutTypeName; in detect() local469 … aOutFilterName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "writer_pdf_addstream_import" ) ); in detect()471 … aOutFilterName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "impress_pdf_addstream_import" ) ); in detect()474 … aOutFilterName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "draw_pdf_addstream_import" ) ); in detect()476 … aOutFilterName = 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 23 milliseconds