Lines Matching refs:aPath
177 INetURLObject aPath( m_aDisplayDirectory ); in prepareExecute() local
180 aPath.insertName( m_aDefaultName ); in prepareExecute()
183 String sPath = aPath.GetMainURL( INetURLObject::NO_DECODE ); in prepareExecute()
184 getDialog()->SetPath( aPath.GetMainURL( INetURLObject::NO_DECODE ) ); in prepareExecute()
588 rtl::OUString aPath = getDialog()->GetPath(); in getDisplayDirectory() local
591 if( m_aOldHideDirectory == aPath ) in getDisplayDirectory()
593 m_aOldHideDirectory = aPath; in getDisplayDirectory()
596 if( !getDialog()->ContentIsFolder( aPath ) ) in getDisplayDirectory()
598 INetURLObject aFolder( aPath ); in getDisplayDirectory()
600 aPath = aFolder.GetMainURL( INetURLObject::NO_DECODE ); in getDisplayDirectory()
602 m_aOldDisplayDirectory = aPath; in getDisplayDirectory()
603 return aPath; in getDisplayDirectory()
627 Sequence< rtl::OUString > aPath( nTotal ); in getFiles() local
630 aPath[0] = rtl::OUString( *pPathList->GetObject( 0 ) ); in getFiles()
635 aPath[0] = aObj.GetMainURL( INetURLObject::NO_DECODE ); in getFiles()
640 aPath[i] = aObj.getName(); in getFiles()
645 return aPath; in getFiles()