Searched refs:aPathURL (Results 1 – 12 of 12) sorted by relevance
278 aPathURL.removeSegment(); in _setPropertyValues()279 aPathURL.removeFinalSlash(); in _setPropertyValues()300 aPathURL.removeSegment(); in _setPropertyValues()301 aPathURL.removeFinalSlash(); in _setPropertyValues()322 aPathURL.removeSegment(); in _setPropertyValues()323 aPathURL.removeFinalSlash(); in _setPropertyValues()344 aPathURL.removeSegment(); in _setPropertyValues()345 aPathURL.removeFinalSlash(); in _setPropertyValues()366 aPathURL.removeSegment(); in _setPropertyValues()367 aPathURL.removeFinalSlash(); in _setPropertyValues()[all …]
107 ::rtl::OUString aPathURL = dirname.copy( 0 ); in createTestDirectory()111 …::osl::FileBase::getFileURLFromSystemPath( dirname, aPathURL ); //convert if not full qualified UR… in createTestDirectory()112 nError = ::osl::Directory::create( aPathURL ); in createTestDirectory()120 ::rtl::OUString aPathURL = dirname.copy( 0 ); in deleteTestDirectory()123 …::osl::FileBase::getFileURLFromSystemPath( dirname, aPathURL ); //convert if not full qualified UR… in deleteTestDirectory()125 ::osl::Directory testDir( aPathURL ); in deleteTestDirectory()131 nError = ::osl::Directory::remove( aPathURL ); in deleteTestDirectory()158 ::rtl::OUString aPathURL = filename.copy( 0 ); in deleteTestFile()162 …::osl::FileBase::getFileURLFromSystemPath( filename, aPathURL ); //convert if not full qualified U… in deleteTestFile()164 …nError = ::osl::File::setAttributes( aPathURL, Attribute_GrpWrite| Attribute_OwnWrite| Attribute_O… in deleteTestFile()[all …]
224 INetURLObject aPathURL( GetThmURL() ); in ImplWrite() local226 aPathURL.removeSegment(); in ImplWrite()227 aPathURL.removeFinalSlash(); in ImplWrite()231 if( FileExists( aPathURL ) || CreateDir( aPathURL ) ) in ImplWrite()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() local814 aPathURL.removeSegment(); in CreateThemeEntry()[all …]
615 INetURLObject aPathURL( aURL ); in IMPL_LINK() local617 aPathURL.removeSegment(); in IMPL_LINK()618 aPathURL.removeFinalSlash(); in IMPL_LINK()621 …XLineEndListSharedPtr aLeList(XPropertyListFactory::CreateSharedXLineEndList(aPathURL.GetMainURL(I… in IMPL_LINK()701 INetURLObject aPathURL( aURL ); in IMPL_LINK() local703 aPathURL.removeSegment(); in IMPL_LINK()704 aPathURL.removeFinalSlash(); in IMPL_LINK()707 maLineEndList->SetPath( aPathURL.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK()
741 INetURLObject aPathURL( aURL ); in IMPL_LINK() local743 aPathURL.removeSegment(); in IMPL_LINK()744 aPathURL.removeFinalSlash(); in IMPL_LINK()747 …XHatchListSharedPtr aHatchList(XPropertyListFactory::CreateSharedXHatchList(aPathURL.GetMainURL(IN… in IMPL_LINK()827 INetURLObject aPathURL( aURL ); in IMPL_LINK() local829 aPathURL.removeSegment(); in IMPL_LINK()830 aPathURL.removeFinalSlash(); in IMPL_LINK()833 maHatchingList->SetPath( aPathURL.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK()
861 INetURLObject aPathURL( aURL ); in IMPL_LINK() local863 aPathURL.removeSegment(); in IMPL_LINK()864 aPathURL.removeFinalSlash(); in IMPL_LINK()867 …XBitmapListSharedPtr aBmpList(XPropertyListFactory::CreateSharedXBitmapList(aPathURL.GetMainURL(IN… in IMPL_LINK()951 INetURLObject aPathURL( aURL ); in IMPL_LINK() local953 aPathURL.removeSegment(); in IMPL_LINK()954 aPathURL.removeFinalSlash(); in IMPL_LINK()957 maBitmapList->SetPath( aPathURL.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK()
684 INetURLObject aPathURL( aURL ); in IMPL_LINK() local686 aPathURL.removeSegment(); in IMPL_LINK()687 aPathURL.removeFinalSlash(); in IMPL_LINK()690 …XGradientListSharedPtr aGrdList(XPropertyListFactory::CreateSharedXGradientList(aPathURL.GetMainUR… in IMPL_LINK()776 INetURLObject aPathURL( aURL ); in IMPL_LINK() local778 aPathURL.removeSegment(); in IMPL_LINK()779 aPathURL.removeFinalSlash(); in IMPL_LINK()782 maGradientList->SetPath( aPathURL.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK()
810 INetURLObject aPathURL( aURL ); in IMPL_LINK() local812 aPathURL.removeSegment(); in IMPL_LINK()813 aPathURL.removeFinalSlash(); in IMPL_LINK()816 …XDashListSharedPtr aDshLst(XPropertyListFactory::CreateSharedXDashList(aPathURL.GetMainURL(INetURL… in IMPL_LINK()900 INetURLObject aPathURL( aURL ); in IMPL_LINK() local902 aPathURL.removeSegment(); in IMPL_LINK()903 aPathURL.removeFinalSlash(); in IMPL_LINK()906 maDashList->SetPath( aPathURL.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK()
786 INetURLObject aPathURL( aURL ); in IMPL_LINK() local788 aPathURL.removeSegment(); in IMPL_LINK()789 aPathURL.removeFinalSlash(); in IMPL_LINK()792 …XColorListSharedPtr aColTab(XPropertyListFactory::CreateSharedXColorList(aPathURL.GetMainURL(INetU… in IMPL_LINK()914 INetURLObject aPathURL( aURL ); in IMPL_LINK() local916 aPathURL.removeSegment(); in IMPL_LINK()917 aPathURL.removeFinalSlash(); in IMPL_LINK()920 maColorTab->SetPath( aPathURL.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK()
374 ::rtl::OUString aPathURL = filename.copy( 0 ); in createTestFile()381 File aFile(aPathURL); in createTestFile()408 ::rtl::OUString aPathURL = filename.copy( 0 ); in deleteTestFile()417 nError = ::osl::File::remove( aPathURL ); in deleteTestFile()435 ::rtl::OUString aPathURL = dirname.copy( 0 ); in createTestDirectory()439 …::osl::FileBase::getFileURLFromSystemPath( dirname, aPathURL ); //convert if not full qualified URL in createTestDirectory()440 nError = ::osl::Directory::create( aPathURL ); in createTestDirectory()462 ::rtl::OUString aPathURL = dirname.copy( 0 ); in deleteTestDirectory()468 ::osl::Directory testDir( aPathURL ); in deleteTestDirectory()475 nError = ::osl::Directory::remove( aPathURL ); in deleteTestDirectory()[all …]
94 rtl::OUString aPathURL; in getEncodedPath() local95 osl::File::getFileURLFromSystemPath( aOUStr_Path, aPathURL ); in getEncodedPath()97 ( aPathURL, fs::getThreadTextEncoding() ) ); in getEncodedPath()
970 ::rtl::OUString aPathURL; in ImpCreateFullFilterPath()972 ::osl::FileBase::getFileURLFromSystemPath( rPath, aPathURL ); in ImpCreateFullFilterPath()973 aPathURL += String( '/' ); in ImpCreateFullFilterPath()976 ::osl::FileBase::getSystemPathFromFileURL( aPathURL, aSystemPath ); in ImpCreateFullFilterPath()
Completed in 640 milliseconds