Home
last modified time | relevance | path

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

/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx654 osl::File aInputFile( rURL ); in import() local
655 osl::File::RC rc = aInputFile.open( OpenFlag_Read ); in import()
657 Reference< XInputStream > xIS( new comphelper::OSLInputStreamWrapper( aInputFile ) ); in import()
H A Dxmlfileview.cxx622 osl::File aInputFile( maFileURL ); in onValidate() local
623 /* osl::File::RC rc = */ aInputFile.open( OpenFlag_Read ); in onValidate()
625 Reference< XInputStream > xIS( new comphelper::OSLInputStreamWrapper( aInputFile ) ); in onValidate()

Completed in 20 milliseconds