Home
last modified time | relevance | path

Searched refs:isUrlAllowed (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/svl/inc/svl/
H A Drestrictedpaths.hxx60 virtual bool isUrlAllowed( const String& _rURL ) const;
73 bool isUrlAllowed( const String& _rURL, bool allowParents ) const;
H A Durlfilter.hxx36 virtual bool isUrlAllowed( const String& _rURL ) const = 0;
/aoo4110/main/svl/source/misc/
H A Drestrictedpaths.cxx181 bool RestrictedPaths::isUrlAllowed( const String& _rURL ) const in isUrlAllowed() function in svt::RestrictedPaths
196 bool RestrictedPaths::isUrlAllowed( const String& _rURL, bool allowParents ) const in isUrlAllowed() function in svt::RestrictedPaths
/aoo4110/main/fpicker/source/office/
H A Diodlg.hxx304 …inline bool isUrlAllowed( const String& _rURL ) const { return m_aURLFilter.isUrlAllowed( _rURL );… in isUrlAllowed() function in SvtFileDialog
H A Diodlgimp.cxx232 if ( GetDialogParent()->isUrlAllowed( *pParentURL ) ) in FillURLMenu()
320 if ( GetDialogParent()->isUrlAllowed( *aLoop ) ) in FillURLMenu()
H A Diodlg.cxx1205 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()
/aoo4110/main/svtools/source/control/
H A Dinettbc.cxx266 if ( !pBox->pImp->pUrlFilter->isUrlAllowed( sURL ) )
928 … if ( aURL.Len() && ( !pImp->pUrlFilter || pImp->pUrlFilter->isUrlAllowed( aURL ) ) ) in UpdatePicklistForSmartProtocol_Impl()
/aoo4110/main/svtools/source/contnr/
H A Dcontentenumeration.cxx272 if ( m_pFilter && !m_pFilter->isUrlAllowed( sRealURL ) ) in enumerateFolderContent()

Completed in 54 milliseconds