Home
last modified time | relevance | path

Searched refs:ValidAddress (Results 1 – 21 of 21) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/validation/beanvalidation/
H A DValidatorFactoryTests.java155 person.getAddressList().add(new ValidAddress()); in testSpringValidationWithErrorInListElement()
178 person.getAddressSet().add(new ValidAddress()); in testSpringValidationWithErrorInSetElement()
204 private ValidAddress address = new ValidAddress();
207 private List<ValidAddress> addressList = new LinkedList<ValidAddress>();
210 private Set<ValidAddress> addressSet = new LinkedHashSet<ValidAddress>();
220 public ValidAddress getAddress() { in getAddress()
224 public void setAddress(ValidAddress address) { in setAddress()
228 public List<ValidAddress> getAddressList() { in getAddressList()
236 public Set<ValidAddress> getAddressSet() { in getAddressSet()
240 public void setAddressSet(Set<ValidAddress> addressSet) { in setAddressSet()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/lotus/
H A Dlotimpop.cxx179 if (!rD.ValidAddress(aA)) in Errcell()
198 if (!rD.ValidAddress(aA)) in Nacell()
221 if (!rD.ValidAddress(aA)) in Labelcell()
242 if (!rD.ValidAddress(aAddr)) in Numbercell()
261 if (!rD.ValidAddress(aAddr)) in Smallnumcell()
292 if (!rD.ValidAddress(aAddr)) in Formulacell()
H A Dop.cxx77 if (rContext.rDoc.ValidAddress(aAddr)) in OP_Integer()
98 if (rContext.rDoc.ValidAddress(aAddr)) in OP_Number()
387 if (rContext.rDoc.ValidAddress(aAddr) && nTab <= rContext.rDoc.GetMaxTableNumber()) in OP_Number123()
417 if (rContext.rDoc.ValidAddress(aAddress) && nTab <= rContext.rDoc.GetMaxTableNumber()) in OP_Formula123()
437 if (rContext.rDoc.ValidAddress(aAddr) && nTab <= rContext.rDoc.GetMaxTableNumber()) in OP_IEEENumber123()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dsheetlimits.hxx53 [[nodiscard]] bool ValidAddress(const ScAddress& rAddress) const in ValidAddress() function
55 return ::ValidAddress(rAddress, mnMaxCol, mnMaxRow); in ValidAddress()
H A Daddress.hxx490 [[nodiscard]] inline bool ValidAddress( const ScAddress& rAddress, SCCOL nMaxCol = MAXCOL, SCROW nM… in ValidAddress() function
794 …return ValidAddress(rRange.aStart, nMaxCol, nMaxRow) && ValidAddress(rRange.aEnd, nMaxCol, nMaxRow… in ValidRange()
H A Ddocument.hxx879 …[[nodiscard]] bool ValidAddress(const ScAddress& rAddress) const { return ::ValidAddress(rAddress,… in ValidAddress() function in ScDocument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dformulaiter.cxx39 if (!ValidAddress(aAbs1)) in lcl_ScDetectiveRefIter_SkipRef()
45 if (!ValidAddress(aAbs2)) in lcl_ScDetectiveRefIter_SkipRef()
H A Dformulacell.cxx986 if (ValidAddress(aAbs)) in GetFormula()
1052 if (ValidAddress(aAbs)) in GetFormula()
2833 if (ValidAddress(aAbs)) in GetMatrixOrigin()
3200 if (ValidAddress(aAbs)) in checkCompileColRowName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dformulaiter.cxx40 if (!rDoc.ValidAddress(aAbs1)) in lcl_ScDetectiveRefIter_SkipRef()
46 if (!rDoc.ValidAddress(aAbs2)) in lcl_ScDetectiveRefIter_SkipRef()
H A Dformulacell.cxx994 if (rDocument.ValidAddress(aAbs)) in GetFormula()
1060 if (rDocument.ValidAddress(aAbs)) in GetFormula()
2877 if (rDoc.ValidAddress(aAbs)) in GetMatrixOrigin()
3244 if (rDoc.ValidAddress(aAbs)) in checkCompileColRowName()
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_altera_lpm.v4448 function ValidAddress; function
4452 ValidAddress = 1'b0;
4464 ValidAddress = 1'b1;
4588 if (ValidAddress(paddress))
4727 function ValidAddress; function
4731 ValidAddress = 1'b0;
5000 function ValidAddress; function
5004 ValidAddress = 1'b0;
5128 if (ValidAddress(paddress))
5273 function ValidAddress; function
[all …]
/dports/www/cutelyst/cutelyst-3.2.0/Cutelyst/Plugins/Utils/Validator/
H A Dvalidatoremail.h72ValidAddress = 0, /**< Address is valid. Please note that this does not mean the add… enumerator
H A Dvalidatoremail.cpp107 QList<ValidatorEmail::Diagnose> returnStatus{ValidatorEmail::ValidAddress}; in checkEmail()
1143 if (!_rs.contains(dia) && (dia != ValidatorEmail::ValidAddress)) { in checkEmail()
1173 case ValidAddress: in diagnoseString()
1341 case ValidAddress: in diagnoseString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DPeerIPHelper.cs168 if (ValidAddress(this.listenAddress)) in GetAddresses()
378 public static bool ValidAddress(IPAddress address) in ValidAddress() method in System.ServiceModel.Channels.PeerIPHelper
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Daddress.hxx483 inline bool ValidAddress( const ScAddress& rAddress ) in ValidAddress() function
787 return ValidAddress(rRange.aStart) && ValidAddress(rRange.aEnd); in ValidRange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dcompiler.cxx1068 … if (FormulaGrammar::isODFF(eGram) && (rRef.Ref1.IsDeleted() || !rLimits.ValidAddress(aAbs1) || in makeRefStr()
1069 (!bSingleRef && (rRef.Ref2.IsDeleted() || !rLimits.ValidAddress(aAbs2))))) in makeRefStr()
1319 if (!rLimits.ValidAddress(aAbs1)) in makeRefStr()
1328 if (!rLimits.ValidAddress(aAbs2)) in makeRefStr()
1484 if (!rLimits.ValidAddress(aAbs1) in makeRefStr()
1495 if (!rLimits.ValidAddress(aAbs2) in makeRefStr()
5444 if (!rDoc.ValidAddress(aAbs)) in HandleColRowName()
H A Dtoken.cxx1687 bIs = !bValidOnly || mxSheetLimits->ValidAddress(rRange.aStart); in ImplGetReference()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dcompiler.cxx1032 if (FormulaGrammar::isODFF(eGram) && (rRef.Ref1.IsDeleted() || !ValidAddress(aAbs1) || in makeRefStr()
1033 (!bSingleRef && (rRef.Ref2.IsDeleted() || !ValidAddress(aAbs2))))) in makeRefStr()
1281 if (!ValidAddress(aAbs1)) in makeRefStr()
1290 if (!ValidAddress(aAbs2)) in makeRefStr()
5338 if (!ValidAddress(aAbs)) in HandleColRowName()
H A Dtoken.cxx1693 bIs = !bValidOnly || ValidAddress(rRange.aStart); in ImplGetReference()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog581027 ValidAddress() only.
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog843076 ValidAddress() only.