/trunk/main/linguistic/source/ |
H A D | convdic.cxx | 161 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 D | dlistimp.cxx | 69 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 D | convdic.hxx | 51 sal_Bool IsConvDic( const String &rFileURL, sal_Int16 &nLang, sal_Int16 &nConvType );
|
/trunk/main/xmlhelp/source/cxxhelp/provider/ |
H A D | db.hxx | 104 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 D | vbaaddin.cxx | 32 …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 D | vbaaddin.hxx | 40 …eference< css::uno::XComponentContext >& rContext, const rtl::OUString& rFileURL, sal_Bool bAutolo…
|
/trunk/main/lingucomponent/source/lingutil/ |
H A D | lingutil.cxx | 67 String GetDirectoryPathFromFileURL( const String &rFileURL ) 72 aURLObj.SetSmartURL( rFileURL );
|
H A D | lingutil.hxx | 78 String GetDirectoryPathFromFileURL( const String &rFileURL );
|
/trunk/main/sfx2/source/doc/ |
H A D | docvor.cxx | 167 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 D | resmgr.cxx | 106 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 D | svpgdi.hxx | 94 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
|
H A D | svppspgraphics.hxx | 113 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
|
/trunk/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 104 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
|
H A D | salgdi.h | 251 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
|
/trunk/main/vcl/inc/os2/ |
H A D | salgdi.h | 276 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
|
/trunk/main/vcl/inc/win/ |
H A D | salgdi.h | 306 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
|
/trunk/main/vcl/inc/aqua/ |
H A D | salgdi.h | 344 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
|
/trunk/main/vcl/inc/ |
H A D | salgdi.hxx | 253 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName )…
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 988 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 D | outdev.hxx | 1113 sal_Bool AddTempDevFont( const String& rFileURL, const String& rFontName );
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 7209 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()
|