Lines Matching refs:aFileName
1020 String aFileName; in IMPL_STATIC_LINK() local
1024 aFileName = pThis->_pFileView->GetCurrentURL(); in IMPL_STATIC_LINK()
1026 if ( !aFileName.Len() ) in IMPL_STATIC_LINK()
1032 aFileName = pThis->_pFileView->GetCurrentURL(); in IMPL_STATIC_LINK()
1036 if ( !aFileName.Len() ) in IMPL_STATIC_LINK()
1060 if ( lcl_getHomeDirectory( pThis->_pFileView->GetViewURL(), aFileName ) ) in IMPL_STATIC_LINK()
1064 if ( !aFileName.Len() ) in IMPL_STATIC_LINK()
1068 aFileName = pThis->_pImp->_pEdFileName->GetURL(); in IMPL_STATIC_LINK()
1073 aFileName = pThis->_pFileView->GetCurrentURL(); in IMPL_STATIC_LINK()
1077 if ( !aFileName.Len() && pVoid == pThis->_pImp->_pEdFileName && pThis->_pImp->_pUserFilter ) in IMPL_STATIC_LINK()
1083 sal_uInt16 nLen = aFileName.Len(); in IMPL_STATIC_LINK()
1089 aFileName = pThis->_pImp->_pFtCurrentPath->GetText(); in IMPL_STATIC_LINK()
1090 nLen = aFileName.Len(); in IMPL_STATIC_LINK()
1102 if ( !pThis->IsolateFilterFromPath_Impl( aFileName, aFilter ) ) in IMPL_STATIC_LINK()
1115 INetURLObject aFileObject( aFileName ); in IMPL_STATIC_LINK()
1116 if ( ( aFileObject.GetProtocol() == INET_PROT_NOT_VALID ) && aFileName.Len() ) in IMPL_STATIC_LINK()
1118 …String sCompleted = SvtURLBox::ParseSmart( aFileName, pThis->_pFileView->GetViewURL(), SvtPathOpti… in IMPL_STATIC_LINK()
1120 aFileName = sCompleted; in IMPL_STATIC_LINK()
1135 if ( aFileName.Len() ) in IMPL_STATIC_LINK()
1147 bIsFolder = pThis->m_aContent.isFolder( aFileName ); in IMPL_STATIC_LINK()
1188 appendDefaultExtension(aFileName, in IMPL_STATIC_LINK()
1199 pThis->_aPath = aFileName; in IMPL_STATIC_LINK()
1203 if ( aFileName != pThis->_pFileView->GetViewURL() ) in IMPL_STATIC_LINK()
1205 if ( !pThis->m_aURLFilter.isUrlAllowed( aFileName ) ) in IMPL_STATIC_LINK()
1207 pThis->simulateAccessDenied( aFileName ); in IMPL_STATIC_LINK()
1211 pThis->OpenURL_Impl( aFileName ); in IMPL_STATIC_LINK()
1225 pThis->_aPath = aFileName; in IMPL_STATIC_LINK()
1235 INetURLObject aFileObj( aFileName ); in IMPL_STATIC_LINK()
1245 pThis->simulateAccessDenied( aFileName ); in IMPL_STATIC_LINK()
1262 if ( ::utl::LocalFileHelper::ConvertURLToSystemPath( aFileName, aCurPath ) ) in IMPL_STATIC_LINK()
2238 String aFileName( aFolderURL.getName( INetURLObject::LAST_SEGMENT, false ) ); in PrepareExecute() local
2239 xub_StrLen nFileNameLen = aFileName.Len(); in PrepareExecute()
2241 if ( bFileToSelect && aFileName.GetChar( nFileNameLen - 1 ) != INET_PATH_TOKEN ) in PrepareExecute()