Searched refs:aInputFile (Results 1 – 2 of 2) sorted by relevance
654 osl::File aInputFile( rURL ); in import() local655 osl::File::RC rc = aInputFile.open( OpenFlag_Read ); in import()657 Reference< XInputStream > xIS( new comphelper::OSLInputStreamWrapper( aInputFile ) ); in import()
622 osl::File aInputFile( maFileURL ); in onValidate() local623 /* osl::File::RC rc = */ aInputFile.open( OpenFlag_Read ); in onValidate()625 Reference< XInputStream > xIS( new comphelper::OSLInputStreamWrapper( aInputFile ) ); in onValidate()
Completed in 28 milliseconds