Lines Matching refs:aPathURL
224 INetURLObject aPathURL( GetThmURL() ); in ImplWrite() local
226 aPathURL.removeSegment(); in ImplWrite()
227 aPathURL.removeFinalSlash(); in ImplWrite()
229 DBG_ASSERT( aPathURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in ImplWrite()
231 if( FileExists( aPathURL ) || CreateDir( aPathURL ) ) in ImplWrite()
274 INetURLObject aPathURL( GetParent()->GetImportURL( GetName() ) ); in ImplGetURL() local
276 aPathURL.removeSegment(); in ImplGetURL()
277 aPathURL.removeFinalSlash(); in ImplGetURL()
278 aPathURL.Append( pObject->aURL.GetName() ); in ImplGetURL()
279 aURL = aPathURL; in ImplGetURL()
812 INetURLObject aPathURL( rURL ); in CreateThemeEntry() local
814 aPathURL.removeSegment(); in CreateThemeEntry()
815 aPathURL.removeFinalSlash(); in CreateThemeEntry()
816 pRet = new GalleryThemeEntry( aPathURL, aThemeName, in CreateThemeEntry()