Home
last modified time | relevance | path

Searched refs:rFileURL (Results 1 – 21 of 21) sorted by relevance

/trunk/main/linguistic/source/
H A Dconvdic.cxx161 sal_Bool IsConvDic( const String &rFileURL, sal_Int16 &nLang, sal_Int16 &nConvType ) in IsConvDic() argument
165 if (rFileURL.Len() == 0) in IsConvDic()
170 xub_StrLen nPos = rFileURL.SearchBackward( '.' ); in IsConvDic()
172 aExt = rFileURL.Copy( nPos + 1 ); in IsConvDic()
180 ConvDicXMLImport *pImport = new ConvDicXMLImport( 0, rFileURL ); in IsConvDic()
185 ReadThroughDic( rFileURL, *pImport ); // will implicitly add the entries in IsConvDic()
H A Ddlistimp.cxx69 static sal_Bool IsVers2OrNewer( const String& rFileURL, sal_uInt16& nLng, sal_Bool& bNeg );
896 static sal_Bool IsVers2OrNewer( const String& rFileURL, sal_uInt16& nLng, sal_Bool& bNeg ) in IsVers2OrNewer() argument
898 if (rFileURL.Len() == 0) in IsVers2OrNewer()
902 xub_StrLen nPos = rFileURL.SearchBackward( '.' ); in IsVers2OrNewer()
904 aExt = rFileURL.Copy( nPos + 1 ); in IsVers2OrNewer()
919 xStream = xAccess->openFileRead( rFileURL ); in IsVers2OrNewer()
H A Dconvdic.hxx51 sal_Bool IsConvDic( const String &rFileURL, sal_Int16 &nLang, sal_Int16 &nConvType );
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddb.hxx104 Hdf( const rtl::OUString& rFileURL, in Hdf() argument
106 : m_aFileURL( rFileURL ) in Hdf()
114 OSL_ASSERT(!rFileURL.compareTo(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("file:")), 5)); in Hdf()
/trunk/main/sw/source/ui/vba/
H A Dvbaaddin.cxx32 …no::Reference< uno::XComponentContext >& rContext, const rtl::OUString& rFileURL, sal_Bool bAutolo… in SwVbaAddin() argument
33 …SwVbaAddin_BASE( rParent, rContext ), msFileURL( rFileURL ), mbAutoload( bAutoload ), mbInstalled(… in SwVbaAddin()
H A Dvbaaddin.hxx40 …eference< css::uno::XComponentContext >& rContext, const rtl::OUString& rFileURL, sal_Bool bAutolo…
/trunk/main/lingucomponent/source/lingutil/
H A Dlingutil.cxx67 String GetDirectoryPathFromFileURL( const String &rFileURL )
72 aURLObj.SetSmartURL( rFileURL );
H A Dlingutil.hxx78 String GetDirectoryPathFromFileURL( const String &rFileURL );
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx167 sal_Bool GetServiceName_Impl( String& rFactoryURL, String& rFileURL ) const;
1779 sal_Bool SfxOrganizeDlg_Impl::GetServiceName_Impl( String& rName, String& rFileURL ) const in GetServiceName_Impl()
1786 rFileURL = pTemplates->GetPath( nRegion, nIndex ); in GetServiceName_Impl()
1787 if ( rFileURL.Len() > 0 ) in GetServiceName_Impl()
1792 rFileURL, in GetServiceName_Impl()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx106 InternalResMgr( const OUString& rFileURL,
537 InternalResMgr::InternalResMgr( const OUString& rFileURL, in InternalResMgr() argument
546 , aFileName( rFileURL ) in InternalResMgr()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.hxx94 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
H A Dsvppspgraphics.hxx113 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h104 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
H A Dsalgdi.h251 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h276 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
/trunk/main/vcl/inc/win/
H A Dsalgdi.h306 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h344 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
/trunk/main/vcl/inc/
H A Dsalgdi.hxx253 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName )…
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx988 const String& rFileURL, const String& rFontName ) in AddTempDevFont() argument
992 OSL_VERIFY( !osl::FileBase::getSystemPathFromFileURL( rFileURL, aUSystemPath ) ); in AddTempDevFont()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx1113 sal_Bool AddTempDevFont( const String& rFileURL, const String& rFontName );
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx7209 sal_Bool OutputDevice::AddTempDevFont( const String& rFileURL, const String& rFontName ) in AddTempDevFont() argument
7219 bool bRC = mpGraphics->AddTempDevFont( mpFontList, rFileURL, rFontName ); in AddTempDevFont()
7224 mpAlphaVDev->AddTempDevFont( rFileURL, rFontName ); in AddTempDevFont()

Completed in 134 milliseconds