Lines Matching refs:rPath

209 inline String ImpGetExtension( const String &rPath )  in ImpGetExtension()  argument
212 INetURLObject aURL( rPath ); in ImpGetExtension()
808 sal_uInt16 GraphicFilter::ImpTestOrFindFormat( const String& rPath, SvStream& rStream, sal_uInt16& … in ImpTestOrFindFormat() argument
829 if( rPath.Len() ) in ImpTestOrFindFormat()
831 String aExt( ImpGetExtension( rPath ) ); in ImpTestOrFindFormat()
968 static String ImpCreateFullFilterPath( const String& rPath, const String& rFilterName ) in ImpCreateFullFilterPath() argument
972 ::osl::FileBase::getFileURLFromSystemPath( rPath, aPathURL ); in ImpCreateFullFilterPath()
1350 sal_uInt16 GraphicFilter::CanImportGraphic( const INetURLObject& rPath, in CanImportGraphic() argument
1354 …DBG_ASSERT( rPath.GetProtocol() != INET_PROT_NOT_VALID, "GraphicFilter::CanImportGraphic() : ProtT… in CanImportGraphic()
1356 String aMainUrl( rPath.GetMainURL( INetURLObject::NO_DECODE ) ); in CanImportGraphic()
1384 sal_uInt16 GraphicFilter::ImportGraphic( Graphic& rGraphic, const INetURLObject& rPath, in ImportGraphic() argument
1388 …DBG_ASSERT( rPath.GetProtocol() != INET_PROT_NOT_VALID, "GraphicFilter::ImportGraphic() : ProtType… in ImportGraphic()
1390 String aMainUrl( rPath.GetMainURL( INetURLObject::NO_DECODE ) ); in ImportGraphic()
1400 sal_uInt16 GraphicFilter::ImportGraphic( Graphic& rGraphic, const String& rPath, SvStream& rIStream, in ImportGraphic() argument
1403 return ImportGraphic( rGraphic, rPath, rIStream, nFormat, pDeterminedFormat, nImportFlags, NULL ); in ImportGraphic()
1408 sal_uInt16 GraphicFilter::ImportGraphic( Graphic& rGraphic, const String& rPath, SvStream& rIStream, in ImportGraphic() argument
1470 nStatus = ImpTestOrFindFormat( rPath, rIStream, nFormat ); in ImportGraphic()
1601 rPath)); in ImportGraphic()
1821 sal_uInt16 GraphicFilter::ExportGraphic( const Graphic& rGraphic, const INetURLObject& rPath, in ExportGraphic() argument
1825 …DBG_ASSERT( rPath.GetProtocol() != INET_PROT_NOT_VALID, "GraphicFilter::ExportGraphic() : ProtType… in ExportGraphic()
1826 sal_Bool bAlreadyExists = ImplDirEntryHelper::Exists( rPath ); in ExportGraphic()
1828 String aMainUrl( rPath.GetMainURL( INetURLObject::NO_DECODE ) ); in ExportGraphic()
1843 sal_uInt16 GraphicFilter::ExportGraphic( const Graphic& rGraphic, const String& rPath, in ExportGraphic() argument
1853 INetURLObject aURL( rPath ); in ExportGraphic()
2290 int GraphicFilter::LoadGraphic( const String &rPath, const String &rFilterName, in LoadGraphic() argument
2302 INetURLObject aURL( rPath ); in LoadGraphic()
2307 aURL.SetSmartURL( rPath ); in LoadGraphic()
2311 pStream = ::utl::UcbStreamHelper::CreateStream( rPath, STREAM_READ ); in LoadGraphic()
2318 nRes = pFilter->ImportGraphic( rGraphic, rPath, *pStream, nFilter, pDeterminedFormat ); in LoadGraphic()
2322 DBG_WARNING2( "GrafikFehler [%d] - [%s]", nRes, rPath.GetBuffer() ); in LoadGraphic()