/aoo41x/main/tools/workben/ |
H A D | urltest.cxx | 93 if (aBase.HasError()) in testRelToAbs() 456 if (aUrl1.HasError()) in main() 462 if (aUrl2.HasError()) in main() 498 if (aUrl.HasError()) in main() 532 if (aUrl.HasError()) in main() 567 if (aUrl.HasError()) in main() 592 if (aUrl.HasError()) in main() 1222 ? !aUrl.HasError() in main() 1223 : (aUrl.HasError() in main() 1254 ? !aUrl.HasError() in main() [all …]
|
/aoo41x/main/svl/source/misc/ |
H A D | urihelper.cxx | 107 if (rTheBaseURIRef.HasError()) in SmartRel2Abs_Impl() 129 if (!aNonFileURIRef.HasError() in SmartRel2Abs_Impl() 675 if (!aUri.HasError()) in FindFirstURLInText() 705 if (!aUri.HasError()) in FindFirstURLInText() 755 if (!aUri.HasError()) in FindFirstURLInText() 782 if (!aUri.HasError()) in FindFirstURLInText() 812 if (!aUri.HasError()) in FindFirstURLInText() 847 if (!aUri.HasError()) in FindFirstURLInText() 880 return aObj.HasError() ? in removePassword()
|
H A D | lockfilecommon.cxx | 84 if ( aDocURL.HasError() ) in ResolveLinks()
|
/aoo41x/main/linguistic/source/ |
H A D | misc2.cxx | 82 if (aURLObj.HasError()) in GetFileURL() 84 DBG_ASSERT(!aURLObj.HasError(), "lng : invalid URL"); in GetFileURL() 244 DBG_ASSERT(!aURLObj.HasError(), "lng : invalid URL"); in GetWritableDictionaryURL() 246 DBG_ASSERT(!aURLObj.HasError(), "lng : invalid URL"); in GetWritableDictionaryURL() 269 if ( aObj.HasError() ) in SearchFileInPaths()
|
H A D | convdic.cxx | 87 DBG_ASSERT(!INetURLObject( rMainURL ).HasError(), "invalid URL"); in ReadThroughDic() 273 DBG_ASSERT(!INetURLObject( aMainURL ).HasError(), "invalid URL"); in Save()
|
H A D | convdiclist.cxx | 90 DBG_ASSERT(!aURLObj.HasError(), "invalid URL"); in GetConvDicMainURL() 91 if (aURLObj.HasError()) in GetConvDicMainURL()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | impimagetree.cxx | 221 OSL_ASSERT(!u.HasError()); in resetZips() 232 OSL_ASSERT(!u.HasError()); in resetZips() 258 OSL_ASSERT(!u.HasError()); in resetZips()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | detfunc.cxx | 299 sal_Bool ScDetectiveFunc::HasError( const ScRange& rRange, ScAddress& rErrPos ) in HasError() function in ScDetectiveFunc 633 sal_Bool bError = HasError( rRef, aErrorPos ); in DrawEntry() 649 sal_Bool bError = HasError( rRef, aErrorPos ); in DrawAlienEntry() 1018 if (HasError( aRef, aErrorPos )) in InsertErrorLevel() 1252 if ( !HasError( aRange,aErrPos ) ) in ShowError() 1495 if ( HasError( aSource, aErrPos ) ) in UpdateAllArrowColors() 1507 if ( HasError( ScRange( aPos), aErrPos ) ) in UpdateAllArrowColors()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | oleprops.hxx | 178 inline bool HasError() const { return mnErrCode != ERRCODE_NONE; } in HasError() function in SfxOleObjectBase 190 inline void SetError( ErrCode nErrCode ) { if( !HasError() ) mnErrCode = nErrCode; } in SetError()
|
/aoo41x/main/sc/source/core/data/ |
H A D | dptabres.cxx | 172 sal_Bool bError1 = pAgg1 && pAgg1->HasError(); in lcl_IsLess() 173 sal_Bool bError2 = pAgg2 && pAgg2->HasError(); in lcl_IsLess() 203 sal_Bool bError1 = pAgg1 && pAgg1->HasError(); in lcl_IsEqual() 204 sal_Bool bError2 = pAgg2 && pAgg2->HasError(); in lcl_IsEqual() 619 sal_Bool ScDPAggData::HasError() const in HasError() function in ScDPAggData 1963 sal_Bool ScDPDataMember::HasError( long nMeasure, const ScDPSubTotalState& rSubState ) const in HasError() function in ScDPDataMember 1969 return pAgg->HasError(); in HasError() 2112 if ( HasError( nMemberMeasure, aLocalSubState ) ) in FillDataRow() 2565 double fTotalValue = pAggData->HasError() ? 0 : pAggData->GetResult(); in UpdateRunningTotals()
|
/aoo41x/main/tools/source/fsys/ |
H A D | urlobj.cxx | 1525 if (!aNewURI.HasError()) in convertRelToAbs() 1585 if (aNewURI.HasError()) in convertRelToAbs() 1715 OSL_ASSERT(!HasError()); in convertRelToAbs() 1838 if (aNewURI.HasError()) in convertRelToAbs() 1843 OSL_ASSERT(!HasError()); in convertRelToAbs() 3591 if (HasError()) in clearQuery() 3628 if (HasError()) in clearFragment() 3643 if (HasError()) in setFragment() 4122 if (HasError() || m_eScheme == INET_PROT_GENERIC) in ConcatData() 4956 if (aTemp.HasError()) in setFSysPath()
|
/aoo41x/main/sc/inc/ |
H A D | dptabres.hxx | 186 sal_Bool HasError() const; 504 sal_Bool HasError( long nMeasure, const ScDPSubTotalState& rSubState ) const;
|
H A D | dpoutput.hxx | 142 sal_Bool HasError(); // range overflow or exception from source
|
H A D | detfunc.hxx | 90 sal_Bool HasError( const ScRange& rRange, ScAddress& rErrPos );
|
/aoo41x/main/scripting/source/inc/util/ |
H A D | MiscUtils.hxx | 166 if ( !aURLObj.HasError() ) in parseLocationName()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | layhelp.hxx | 212 sal_Bool HasError() const { return bError; } in HasError() function in SwLayCacheIoImpl
|
H A D | laycache.cxx | 124 while( aIo.BytesLeft() && !aIo.HasError() ) in Read() 170 return !aIo.HasError(); in Read()
|
/aoo41x/main/lingucomponent/source/lingutil/ |
H A D | lingutil.cxx | 74 DBG_ASSERT( !aURLObj.HasError(), "invalid URL" );
|
/aoo41x/main/cui/source/dialogs/ |
H A D | hldoctp.cxx | 370 if( aURL.HasError() ) in GetPathType()
|
/aoo41x/main/framework/source/services/ |
H A D | substitutepathvars.cxx | 1000 if ( !aUrl.HasError() ) in impl_reSubstituteVariables() 1200 …if ( !aProgObj.HasError() && aProgObj.insertName( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("progr… in SetPredefinedPathVariables()
|
H A D | urltransformer.cxx | 183 else if ( !aParser.HasError() ) in parseStrict()
|
/aoo41x/main/svtools/source/control/ |
H A D | inettbc.cxx | 535 if ( !aTmp.HasError() && aTmp.GetProtocol() != INET_PROT_NOT_VALID ) in ParseSmart() 579 if ( !aTmp.HasError() && aTmp.GetProtocol() != INET_PROT_NOT_VALID ) in ParseSmart()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | appopen.cxx | 174 if ( !aUrlToFind.HasError() ) in DocAlreadyLoaded() 188 if ( !aUrl.HasError() && aUrl == aUrlToFind && in DocAlreadyLoaded()
|
H A D | fileobj.cxx | 675 if( aUrl.HasError() || in IsDataComplete()
|
/aoo41x/main/soldep/inc/soldep/ |
H A D | prj.hxx | 328 sal_Bool HasError () {return bError;} in HasError() function in Prj
|