Searched refs:isUrlAllowed (Results 1 – 8 of 8) sorted by relevance
60 virtual bool isUrlAllowed( const String& _rURL ) const;73 bool isUrlAllowed( const String& _rURL, bool allowParents ) const;
36 virtual bool isUrlAllowed( const String& _rURL ) const = 0;
181 bool RestrictedPaths::isUrlAllowed( const String& _rURL ) const in isUrlAllowed() function in svt::RestrictedPaths196 bool RestrictedPaths::isUrlAllowed( const String& _rURL, bool allowParents ) const in isUrlAllowed() function in svt::RestrictedPaths
304 …inline bool isUrlAllowed( const String& _rURL ) const { return m_aURLFilter.isUrlAllowed( _rURL );… in isUrlAllowed() function in SvtFileDialog
232 if ( GetDialogParent()->isUrlAllowed( *pParentURL ) ) in FillURLMenu()320 if ( GetDialogParent()->isUrlAllowed( *aLoop ) ) in FillURLMenu()
1205 if ( !pThis->m_aURLFilter.isUrlAllowed( aFileName ) ) in IMPL_STATIC_LINK()1243 if ( !pThis->m_aURLFilter.isUrlAllowed( aFileObj.GetMainURL( INetURLObject::NO_DECODE ) ) ) in IMPL_STATIC_LINK()1677 …pBtnNewFolder, ContentCanMakeFolder( sCurrentFolder ) && m_aURLFilter.isUrlAllowed( sCurrentFolder… in IMPL_LINK()1689 …bCanTravelUp &= m_aURLFilter.isUrlAllowed( aCurrentFolder.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK()2170 if ( !m_aURLFilter.isUrlAllowed( _aPath ) ) in PrepareExecute()2394 …DBG_ASSERT( m_aURLFilter.isUrlAllowed( _rURL ), "SvtFileDialog::OpenURL_Impl: forbidden URL! Shoul… in OpenURL_Impl()
266 if ( !pBox->pImp->pUrlFilter->isUrlAllowed( sURL ) )928 … if ( aURL.Len() && ( !pImp->pUrlFilter || pImp->pUrlFilter->isUrlAllowed( aURL ) ) ) in UpdatePicklistForSmartProtocol_Impl()
272 if ( m_pFilter && !m_pFilter->isUrlAllowed( sRealURL ) ) in enumerateFolderContent()
Completed in 55 milliseconds