Lines Matching refs:aPath
178 INetURLObject aPath; in prepareExecute() local
181 aPath = givenPath; in prepareExecute()
185 aPath = aStdDirObj; in prepareExecute()
189 aPath.insertName( m_aDefaultName ); in prepareExecute()
192 String sPath = aPath.GetMainURL( INetURLObject::NO_DECODE ); in prepareExecute()
598 rtl::OUString aPath = getDialog()->GetPath(); in getDisplayDirectory() local
601 if( m_aOldHideDirectory == aPath ) in getDisplayDirectory()
603 m_aOldHideDirectory = aPath; in getDisplayDirectory()
606 if( !getDialog()->ContentIsFolder( aPath ) ) in getDisplayDirectory()
608 INetURLObject aFolder( aPath ); in getDisplayDirectory()
610 aPath = aFolder.GetMainURL( INetURLObject::NO_DECODE ); in getDisplayDirectory()
612 m_aOldDisplayDirectory = aPath; in getDisplayDirectory()
613 return aPath; in getDisplayDirectory()
637 Sequence< rtl::OUString > aPath( nTotal ); in getFiles() local
640 aPath[0] = rtl::OUString( *pPathList->GetObject( 0 ) ); in getFiles()
645 aPath[0] = aObj.GetMainURL( INetURLObject::NO_DECODE ); in getFiles()
650 aPath[i] = aObj.getName(); in getFiles()
655 return aPath; in getFiles()