Lines Matching refs:_aPath
1199 pThis->_aPath = aFileName; in IMPL_STATIC_LINK()
1225 pThis->_aPath = aFileName; in IMPL_STATIC_LINK()
1529 _aPath = _pFileView->GetURL( pEntry ); in OpenMultiSelection_Impl()
1592 _aPath = rURL; in UpdateControls()
1617 _aPath = pUserData->maURL; in IMPL_LINK()
1623 _aPath = pUserData->maURL; in IMPL_LINK()
1635 _aPath = pUserData->maURL; in IMPL_LINK()
1936 INetURLObject aURL( _aPath ); in Execute()
2140 if( _aPath.Len() && (_pImp->_eMode == FILEDLG_MODE_SAVE) in PrepareExecute()
2141 && (_aPath.Search(':') == STRING_NOTFOUND) in PrepareExecute()
2142 && (_aPath.Search('\\') == STRING_NOTFOUND) in PrepareExecute()
2143 && (_aPath.Search('/') == STRING_NOTFOUND)) in PrepareExecute()
2145 aFileNameOnly = _aPath; in PrepareExecute()
2146 _aPath.Erase(); in PrepareExecute()
2150 if ( !_aPath.Len() ) in PrepareExecute()
2153 _aPath = lcl_ensureFinalSlash( _pImp->GetStandardDir() ); in PrepareExecute()
2157 _aPath += aFileNameOnly; in PrepareExecute()
2161 _aPath = implGetInitialURL( _aPath, GetStandardDir() ); in PrepareExecute()
2170 if ( !m_aURLFilter.isUrlAllowed( _aPath ) ) in PrepareExecute()
2171 _aPath = m_aURLFilter.getFilter()[0]; in PrepareExecute()
2226 if ( !IsolateFilterFromPath_Impl( _aPath, aFilter ) ) in PrepareExecute()
2237 INetURLObject aFolderURL( _aPath ); in PrepareExecute()
2532 pURL = new String( _aPath ); in GetPathList()