Home
last modified time | relevance | path

Searched refs:INET_PROT_NOT_VALID (Results 26 – 50 of 114) sorted by relevance

12345

/trunk/main/svtools/source/dialogs/
H A Daddresstemplate.cxx747 if( aURL.GetProtocol() != INET_PROT_NOT_VALID ) in loadConfiguration()
873 … if ( aURL.GetProtocol() != INET_PROT_NOT_VALID || m_xDatabaseContext->hasByName(sSelectedDS) ) in resetTables()
1243 if( aURL.GetProtocol() != INET_PROT_NOT_VALID ) in IMPL_LINK()
/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx81 bool bIsURL = aObj.GetProtocol() != INET_PROT_NOT_VALID; in findShellForUrl()
367 bool bIsURL = aObj.GetProtocol() != INET_PROT_NOT_VALID; in resolveVBAMacro()
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx251 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Illegal URL !" ); in SfxOrganizeDlg_Impl()
260 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Illegal URL !" ); in SfxOrganizeDlg_Impl()
1626 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in GetPath_Impl()
1722 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in GetPaths_Impl()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx1354 …DBG_ASSERT( rPath.GetProtocol() != INET_PROT_NOT_VALID, "GraphicFilter::CanImportGraphic() : ProtT… in CanImportGraphic()
1388 …DBG_ASSERT( rPath.GetProtocol() != INET_PROT_NOT_VALID, "GraphicFilter::ImportGraphic() : ProtType… in ImportGraphic()
1825 …DBG_ASSERT( rPath.GetProtocol() != INET_PROT_NOT_VALID, "GraphicFilter::ExportGraphic() : ProtType… in ExportGraphic()
2304 if ( aURL.HasError() || INET_PROT_NOT_VALID == aURL.GetProtocol() ) in LoadGraphic()
/trunk/main/editeng/source/items/
H A Dflditem.cxx760 if( INET_PROT_NOT_VALID == aURLObj.GetProtocol() ) in GetFormatted()
772 if( INET_PROT_NOT_VALID == aURLObj.GetProtocol() ) in GetFormatted()
/trunk/main/extensions/source/propctrlr/
H A Dpcrcommon.cxx66 if ( aHID.GetProtocol() == INET_PROT_NOT_VALID ) in getHelpURL()
/trunk/main/cui/source/tabpages/
H A Dtphatch.cxx216 DBG_ASSERT( aURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in ActivatePage()
813 DBG_ASSERT( aFile.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in IMPL_LINK()
H A Dtpbitmap.cxx226 DBG_ASSERT( aURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in ActivatePage()
937 DBG_ASSERT( aFile.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in IMPL_LINK()
H A Dtpgradnt.cxx232 DBG_ASSERT( aURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in ActivatePage()
762 DBG_ASSERT( aFile.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in IMPL_LINK()
H A Dtplnedef.cxx223 DBG_ASSERT( aURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in ActivatePage()
886 DBG_ASSERT( aFile.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in IMPL_LINK()
H A Dtparea.cxx1931 DBG_ASSERT( aURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in IMPL_LINK()
2023 DBG_ASSERT( aURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in IMPL_LINK()
2120 DBG_ASSERT( aURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in IMPL_LINK()
2335 DBG_ASSERT( aURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in IMPL_LINK()
H A Dtpcolor.cxx258 DBG_ASSERT( aURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in ActivatePage()
900 DBG_ASSERT( aFile.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in IMPL_LINK()
/trunk/main/svl/source/misc/
H A Dfilenotation.cxx108 case INET_PROT_NOT_VALID: in construct()
/trunk/main/svx/source/dialog/
H A Dimapdlg.cxx644 DBG_ASSERT( aURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in DoOpen()
720 if( aURL.GetProtocol() == INET_PROT_NOT_VALID ) in DoSave()
/trunk/main/tools/source/fsys/
H A Durlobj.cxx597 m_eScheme = INET_PROT_NOT_VALID; in setInvalid()
835 if (m_eScheme == INET_PROT_NOT_VALID) { in setAbsURIRef()
845 if (bSmart && m_eScheme == INET_PROT_NOT_VALID && pPos != pEnd in setAbsURIRef()
851 if (m_eScheme == INET_PROT_NOT_VALID) in setAbsURIRef()
2085 { 0, 0, INET_PROT_NOT_VALID, PrefixInfo::INTERNAL }, in getPrefix()
2951 case INET_PROT_NOT_VALID: in parsePath()
4014 if (m_eScheme == INET_PROT_NOT_VALID) in operator ==()
4312 return pPrefix ? pPrefix->m_eScheme : INET_PROT_NOT_VALID; in CompareProtocolScheme()
/trunk/main/sw/source/ui/vba/
H A Dvbasystem.cxx153 bool bIsURL = aObj.GetProtocol() != INET_PROT_NOT_VALID; in PrivateProfileString()
H A Dvbadocuments.cxx141 bool bIsURL = aObj.GetProtocol() != INET_PROT_NOT_VALID; in Open()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx675 DBG_ASSERT( aINetURLObj.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in InitExportParameters()
3101 DBG_ASSERT( aURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in InsertSound()
3304 if( aURL.GetProtocol() == INET_PROT_NOT_VALID ) in createFileName()
3310 DBG_ASSERT( aURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in createFileName()
/trunk/main/svx/source/form/
H A Ddatabaselocationinput.cxx258 if( aURL.GetProtocol() != INET_PROT_NOT_VALID ) in impl_onBrowseButtonClicked()
/trunk/main/reportdesign/source/ui/inspection/
H A DDefaultInspection.cxx51 DBG_ASSERT( INetURLObject( aTmp ).GetProtocol() == INET_PROT_NOT_VALID, "Wrong HelpId!" ); in getHelpURL()
/trunk/main/connectivity/source/drivers/calc/
H A DCConnection.cxx92 if ( aURL.GetProtocol() == INET_PROT_NOT_VALID ) in construct()
/trunk/main/cui/source/dialogs/
H A Dhldoctp.cxx140 if ( aURL.GetProtocol() != INET_PROT_NOT_VALID ) // maybe the path is already a valid in GetCurrentURL()
H A Dcuihyperdlg.cxx341 eProtocolTyp = INET_PROT_NOT_VALID; in SetPage()
/trunk/main/sfx2/source/inet/
H A Dinettbc.cxx107 if ( aObj.GetProtocol() == INET_PROT_NOT_VALID ) in OpenURL()
/trunk/main/avmedia/source/viewer/
H A Dmediawindowbase_impl.cxx136 if( aURL.GetProtocol() != INET_PROT_NOT_VALID ) in setURL()

Completed in 218 milliseconds

12345