Home
last modified time | relevance | path

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

/aoo41x/main/svtools/bmpmaker/
H A Dbmpcore.cxx282 const String aOutFileName( aOutFile.GetFull() ); in ImplCreate() local
284 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()
/aoo41x/main/filter/source/xsltfilter/
H A Duof2splithandler.cxx103 aOutFileName = AttrList->getValueByName(::rtl::OUString::createFromAscii("pzip:path")); in startElement()
105 Write( aOutFileName , m_bIsStart ); in startElement()
140 Write( aOutFileName, sal_False ); in endElement()
H A Duof2splithandler.hxx93 ::rtl::OUString aOutFileName;
/aoo41x/main/vcl/win/source/gdi/
H A Dsalprn.cxx2076 OUString aOutFileName; in StartJob() local
2100 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 84 milliseconds