Lines Matching refs:aFileName

1022 	String aFileName;  in IMPL_STATIC_LINK()  local
1026 aFileName = pThis->_pFileView->GetCurrentURL(); in IMPL_STATIC_LINK()
1028 if ( !aFileName.Len() ) in IMPL_STATIC_LINK()
1034 aFileName = pThis->_pFileView->GetCurrentURL(); in IMPL_STATIC_LINK()
1038 if ( !aFileName.Len() ) in IMPL_STATIC_LINK()
1062 if ( lcl_getHomeDirectory( pThis->_pFileView->GetViewURL(), aFileName ) ) in IMPL_STATIC_LINK()
1066 if ( !aFileName.Len() ) in IMPL_STATIC_LINK()
1070 aFileName = pThis->_pImp->_pEdFileName->GetURL(); in IMPL_STATIC_LINK()
1075 aFileName = pThis->_pFileView->GetCurrentURL(); in IMPL_STATIC_LINK()
1079 if ( !aFileName.Len() && pVoid == pThis->_pImp->_pEdFileName && pThis->_pImp->_pUserFilter ) in IMPL_STATIC_LINK()
1085 sal_uInt16 nLen = aFileName.Len(); in IMPL_STATIC_LINK()
1091 aFileName = pThis->_pImp->_pFtCurrentPath->GetText(); in IMPL_STATIC_LINK()
1092 nLen = aFileName.Len(); in IMPL_STATIC_LINK()
1104 if ( !pThis->IsolateFilterFromPath_Impl( aFileName, aFilter ) ) in IMPL_STATIC_LINK()
1117 INetURLObject aFileObject( aFileName ); in IMPL_STATIC_LINK()
1118 if ( ( aFileObject.GetProtocol() == INET_PROT_NOT_VALID ) && aFileName.Len() ) in IMPL_STATIC_LINK()
1120 …String sCompleted = SvtURLBox::ParseSmart( aFileName, pThis->_pFileView->GetViewURL(), SvtPathOpti… in IMPL_STATIC_LINK()
1122 aFileName = sCompleted; in IMPL_STATIC_LINK()
1137 if ( aFileName.Len() ) in IMPL_STATIC_LINK()
1149 bIsFolder = pThis->m_aContent.isFolder( aFileName ); in IMPL_STATIC_LINK()
1190 appendDefaultExtension(aFileName, in IMPL_STATIC_LINK()
1201 pThis->_aPath = aFileName; in IMPL_STATIC_LINK()
1205 if ( aFileName != pThis->_pFileView->GetViewURL() ) in IMPL_STATIC_LINK()
1207 if ( !pThis->m_aURLFilter.isUrlAllowed( aFileName ) ) in IMPL_STATIC_LINK()
1209 pThis->simulateAccessDenied( aFileName ); in IMPL_STATIC_LINK()
1213 pThis->OpenURL_Impl( aFileName ); in IMPL_STATIC_LINK()
1227 pThis->_aPath = aFileName; in IMPL_STATIC_LINK()
1237 INetURLObject aFileObj( aFileName ); in IMPL_STATIC_LINK()
1247 pThis->simulateAccessDenied( aFileName ); in IMPL_STATIC_LINK()
1264 if ( ::utl::LocalFileHelper::ConvertURLToSystemPath( aFileName, aCurPath ) ) in IMPL_STATIC_LINK()
2240 String aFileName( aFolderURL.getName( INetURLObject::LAST_SEGMENT, false ) ); in PrepareExecute() local
2241 xub_StrLen nFileNameLen = aFileName.Len(); in PrepareExecute()
2243 if ( bFileToSelect && aFileName.GetChar( nFileNameLen - 1 ) != INET_PATH_TOKEN ) in PrepareExecute()