Lines Matching refs:rFileName
169 String GetPath_Impl( sal_Bool bOpen, const String& rFileName );
171 GetPaths_Impl( const String& rFileName );
1543 String SfxOrganizeDlg_Impl::GetPath_Impl( sal_Bool bOpen, const String& rFileName ) in GetPath_Impl() argument
1607 if ( aLastDir.Len() || rFileName.Len() ) in GetPath_Impl()
1613 if ( rFileName.Len() ) in GetPath_Impl()
1614 aObj.insertName( rFileName ); in GetPath_Impl()
1617 aObj.SetURL( rFileName ); in GetPath_Impl()
1638 SfxOrganizeDlg_Impl::GetPaths_Impl( const String& rFileName ) in GetPaths_Impl() argument
1703 if ( aLastDir.Len() || rFileName.Len() ) in GetPaths_Impl()
1709 if ( rFileName.Len() ) in GetPaths_Impl()
1710 aObj.insertName( rFileName ); in GetPaths_Impl()
1713 aObj.SetURL( rFileName ); in GetPaths_Impl()