Searched refs:aOutFileName (Results 1 – 4 of 4) sorted by relevance
282 const String aOutFileName( aOutFile.GetFull() ); in ImplCreate() local284 aOutStream.Open( aOutFileName, STREAM_WRITE | STREAM_TRUNC ); in ImplCreate()287 …ASCII_USTRINGPARAM( "ERROR: Could not open output file: " ) ).Append( aOutFileName ), EXIT_IOERROR… in ImplCreate()290 … if( aOutFileName.Search( String( RTL_CONSTASCII_USTRINGPARAM( ".png" ) ) ) != STRING_NOTFOUND ) in ImplCreate()301 …I_USTRINGPARAM( "ERROR: Could not write to output file: " ) ).Append( aOutFileName ), EXIT_IOERROR… in ImplCreate()303 …ing( RTL_CONSTASCII_USTRINGPARAM( "Successfully generated ImageList " ) ).Append( aOutFileName ) ); in ImplCreate()
103 aOutFileName = AttrList->getValueByName(::rtl::OUString::createFromAscii("pzip:path")); in startElement()105 Write( aOutFileName , m_bIsStart ); in startElement()140 Write( aOutFileName, sal_False ); in endElement()
93 ::rtl::OUString aOutFileName;
2076 OUString aOutFileName; in StartJob() local2100 aOutFileName = aObj.PathToFileName(); in StartJob()2117 if ( pFileName || aOutFileName.getLength() ) in StartJob()2119 if ( (pFileName && pFileName->Len()) || aOutFileName.getLength() ) in StartJob()2121 …tput = (LPWSTR)( (pFileName && pFileName->Len()) ? pFileName->GetBuffer() : aOutFileName.getStr()); in StartJob()2152 if ( pFileName || aOutFileName.getLength() ) in StartJob()2154 if ( pFileName->Len() || aOutFileName.getLength() ) in StartJob()2156 …plSalGetWinAnsiString( pFileName ? *pFileName : static_cast<const XubString>(aOutFileName), TRUE ); in StartJob()
Completed in 26 milliseconds