/aoo41x/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 232 l.assure(s.member1.Equals("ABC")); in testPolyStruct() 250 l.assure(s.p12.Equals("")); in testEmptyStruct2() 252 l.assure(s.p14.Equals(Any.VOID)); in testEmptyStruct2() 268 l.assure(s.t12.Equals("")); in testEmptyStruct2() 270 l.assure(s.t14.Equals(Any.VOID)); in testEmptyStruct2() 366 l.assure(s.p12.Equals("BCD")); in testFullStruct2() 384 l.assure(s.t12.Equals("")); in testFullStruct2() 386 l.assure(s.t14.Equals(Any.VOID)); in testFullStruct2() 1468 l.assure(aVoid.Equals(Any.VOID)); in testAny() 1474 l.assure(a1.Equals(a2)); in testAny() [all …]
|
/aoo41x/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 417 if (const_cast<System::String*>(Constants::sVoid)->Equals( in mapCliType() 425 else if (const_cast<System::String*>(Constants::sType)->Equals( in mapCliType() 433 else if (const_cast<System::String*>(Constants::sAny)->Equals( in mapCliType() 493 if (sUnoName->Equals(const_cast<System::String*>(Constants::usBool))) in mapUnoTypeName() 523 else if (sUnoName->Equals(const_cast<System::String*>(Constants::usAny))) in mapUnoTypeName() 686 if (typeName->Equals(const_cast<System::String*>(Constants::sBoolean))) in mapCliTypeName() 688 else if (typeName->Equals(const_cast<System::String*>(Constants::sChar))) in mapCliTypeName() 690 else if (typeName->Equals(const_cast<System::String*>(Constants::sByte))) in mapCliTypeName() 710 else if (typeName->Equals(const_cast<System::String*>(Constants::sVoid))) in mapCliTypeName() 712 else if (typeName->Equals(const_cast<System::String*>(Constants::sType))) in mapCliTypeName() [all …]
|
H A D | cli_proxy.cxx | 342 if (m_Equals_String->Equals(sMethod)) in invokeObject() 354 bool b = m_oid->Equals(unoProxy->getOid()); in invokeObject() 365 else if (m_GetHashCode_String->Equals(sMethod)) in invokeObject() 371 else if (m_GetType_String->Equals(sMethod)) in invokeObject() 376 else if (m_ToString_String->Equals(sMethod)) in invokeObject() 836 if (sMethodName->Equals(m_arInterfaceMethodInfos[nUnoFunctionPos]->Name)) in getMethodInfo() 844 if (cliMethod->Equals(sMethodName)) in getMethodInfo()
|
/aoo41x/main/l10ntools/layout/ |
H A D | tralay.cxx | 133 if ( aParam.Equals( "-h" ) || aParam.Equals( "--help" ) ) in ParseCommandLine() 135 else if ( aParam.Equals( "-l" ) || aParam.Equals( "--language" ) ) in ParseCommandLine() 137 else if ( aParam.Equals( "-m" ) || aParam.Equals( "--merge" ) ) in ParseCommandLine() 142 else if ( aParam.Equals( "-o" ) || aParam.Equals( "--output" ) ) in ParseCommandLine() 163 if ( lst->GetObject( i )->Equals( name ) ) in findAttribute()
|
/aoo41x/main/l10ntools/source/ |
H A D | tagtest.cxx | 388 if ( aTagName.EqualsAscii( "alt" ) && aName.Equals( "xml-lang" ) ) in IsPropertyRelevant() 392 if ( aTagName.EqualsAscii( "image" ) && (aName.Equals( "width" ) || aName.Equals( "height" )) ) in IsPropertyRelevant() 419 if ( aTagName.EqualsAscii( "link" ) && aName.Equals( "name" ) ) in IsPropertyInvariant() 421 if ( aTagName.EqualsAscii( "link" ) && aName.Equals( "href" ) ) in IsPropertyInvariant() 436 if ( (aTagName.EqualsAscii( "ahelp" ) && aName.Equals( "hid" )) in IsPropertyFixable() 437 || (aTagName.EqualsAscii( "link" ) && aName.Equals( "href" )) in IsPropertyFixable() 438 || (aTagName.EqualsAscii( "alt" ) && aName.Equals( "id" )) in IsPropertyFixable() 439 || (aTagName.EqualsAscii( "variable" ) && aName.Equals( "id" )) in IsPropertyFixable() 440 || (aTagName.EqualsAscii( "image" ) && aName.Equals( "src" )) in IsPropertyFixable() 441 || (aTagName.EqualsAscii( "image" ) && aName.Equals( "id" ) )) in IsPropertyFixable() [all …]
|
H A D | localize.cxx | 370 while( !sNegative.Equals( "NULL" ) && bReturn ) { in CheckNegativeList() 399 while( !sNegative.Equals( "NULL" ) && !bReturn ) { in CheckPositiveList() 436 if ( rCollectMode.Equals( "negative" )) in WorkOnFileType() 438 else if ( rCollectMode.Equals( "positive" )) in WorkOnFileType() 457 while( !sExtension.Equals( "NULL" )) { in WorkOnDirectory() 539 while( !sCandidate.Equals ("NULL") && !sCandidate.Equals(sExtension) ) in MergeSingleFile() 542 if ( !sCandidate.Equals( "NULL" ) ) { in MergeSingleFile() 839 if ( sSwitch.Equals( "-E" )) { in main() 845 else if ( sSwitch.Equals( "-I" ) ) in main() 847 else if ( sSwitch.Equals( "-L" ) ) in main() [all …]
|
H A D | gsicheck.cxx | 312 if ( pLine->GetLanguageId().Equals( aSourceLang ) ) in InsertLine() 333 if ( GetObject( nPos )->GetLanguageId().Equals( pLine->GetLanguageId() ) ) in InsertLine() 427 if ( aTestee.Equals( "{&", 0, 2 ) ) in IsUTF8() 442 if ( aID.Equals( aDelimiter, 6, aDelimiter.Len() ) ) in IsUTF8() 450 else if ( ( aID.GetChar(6) == '*' ) && aID.Equals( aDelimiter, 7, aDelimiter.Len() ) ) in IsUTF8() 620 if ( pSourceLine && !pSourceLine->Equals( *pReferenceLine ) ) in CheckSyntax() 1106 …if ( pReferenceLine->GetUniqId() == aId && pReferenceLine->GetLanguageId().Equals( aSourceLang ) ) in main() 1119 … if ( pReferenceLine->GetUniqId() < aId && pReferenceLine->GetLanguageId().Equals( aSourceLang ) ) in main()
|
H A D | xmlparse.cxx | 165 if ( elemid.Equals( id.ToLowerAscii() ) ){ in GetPosition() 168 if( elemLID.Equals( sEnusStr) ) { in GetPosition() 171 else if( elemLID.Equals( sDeStr) ) { in GetPosition() 197 if ( elemid.Equals(pRefElement->GetId()) in RemoveChild() 198 && elemLID.Equals( pRefLID ) ) in RemoveChild() 864 bool XMLElement::Equals(OUString refStr){ in Equals() function in XMLElement 1361 ( String( rString.Copy( i, 5 ) ).Equals( QAMP ) ) in QuotHTML()
|
/aoo41x/main/tools/inc/tools/ |
H A D | string.hxx | 307 sal_Bool Equals( const ByteString& rStr ) const; 308 sal_Bool Equals( const sal_Char* pCharStr ) const; 311 sal_Bool Equals( const ByteString& rStr, 313 sal_Bool Equals( const sal_Char* pCharStr, 357 { return rStr1.Equals( rStr2 ); } in operator ==() 359 { return rStr.Equals( pCharStr ); } in operator ==() 361 { return rStr.Equals( pCharStr ); } in operator ==() 595 sal_Bool Equals( const UniString& rStr ) const; 601 sal_Bool Equals( const UniString& rStr, 603 sal_Bool Equals( const sal_Unicode* pCharStr, [all …]
|
/aoo41x/main/cli_ure/source/basetypes/uno/ |
H A D | Any.cs | 177 public override bool Equals(object obj) in Equals() method 183 return Equals((Any) obj); in Equals() 192 public bool Equals(Any obj) in Equals() method 194 return Type.Equals(obj.Type) in Equals() 197 Value.Equals(obj.Value)); in Equals()
|
/aoo41x/main/cli_ure/source/climaker/ |
H A D | climaker_emit.cxx | 173 if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoBool))) in mapUnoTypeName() 175 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoChar))) in mapUnoTypeName() 177 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoByte))) in mapUnoTypeName() 203 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoAny))) in mapUnoTypeName() 1179 ! base_type_pos->Equals( __typeof (::System::Object) ); in complete_struct_type() 1183 if (base_type_pos->Equals( __typeof (::System::Exception) )) in complete_struct_type() 1212 if (base_type->Equals( __typeof (::System::Exception) )) in complete_struct_type() 1352 if (field_type->Equals( __typeof (::System::String) )) in complete_struct_type() 1358 else if (field_type->Equals( __typeof (::System::Type) )) in complete_struct_type() 1383 if (field_type->get_FullName()->Equals( S"uno.Any" )) in complete_struct_type() [all …]
|
/aoo41x/main/svtools/source/filter/ |
H A D | exportdialog.cxx | 89 if ( aExt.Equals( "JPG" ) ) in GetFilterFormat() 91 else if ( aExt.Equals( "PNG" ) ) in GetFilterFormat() 93 else if ( aExt.Equals( "BMP" ) ) in GetFilterFormat() 95 else if ( aExt.Equals( "GIF" ) ) in GetFilterFormat() 97 else if ( aExt.Equals( "PBM" ) ) in GetFilterFormat() 99 else if ( aExt.Equals( "PGM" ) ) in GetFilterFormat() 101 else if ( aExt.Equals( "PPM" ) ) in GetFilterFormat() 103 else if ( aExt.Equals( "PCT" ) ) in GetFilterFormat() 105 else if ( aExt.Equals( "RAS" ) ) in GetFilterFormat() 107 else if ( aExt.Equals( "TIF" ) ) in GetFilterFormat() [all …]
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xestyle.hxx | 179 virtual bool Equals( const XclFontData& rFontData, sal_uInt32 nHash ) const; 202 virtual bool Equals( const XclFontData& rFontData, sal_uInt32 nHash ) const; 495 bool Equals( 503 bool Equals( const SfxStyleSheetBase& rStyleSheet ) const; 509 bool Equals( const XclExpXF& rCmpXF ) const; 541 using XclXFBase::Equals;
|
/aoo41x/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 928 …Equals( "CloseUI" ) || aKey.Equals( "OpenGroup" ) || aKey.Equals( "CloseGroup" ) || aKey.Equals( "… in parse() 931 if( aKey.Equals( "OpenUI" ) ) in parse() 936 else if( aKey.Equals( "OrderDependency" ) ) in parse() 941 else if( aKey.Equals( "UIConstraints" ) || aKey.Equals( "NonUIConstraints" ) ) in parse() 943 else if( aKey.Equals( "CustomPageSize" ) ) // currently not handled in parse() 1222 if( aSetup.Equals( "ExitServer" ) ) in parseOrderDependency() 1224 else if( aSetup.Equals( "Prolog" ) ) in parseOrderDependency() 1226 else if( aSetup.Equals( "DocumentSetup" ) ) in parseOrderDependency() 1228 else if( aSetup.Equals( "PageSetup" ) ) in parseOrderDependency() 1230 else if( aSetup.Equals( "JCLSetup" ) ) in parseOrderDependency()
|
/aoo41x/main/sot/inc/sot/ |
H A D | stg.hxx | 104 virtual sal_Bool Equals( const BaseStorageStream& rStream ) const = 0; 151 virtual sal_Bool Equals( const BaseStorage& rStream ) const = 0; 190 virtual sal_Bool Equals( const BaseStorageStream& rStream ) const; 255 virtual sal_Bool Equals( const BaseStorage& rStream ) const; 285 virtual sal_Bool Equals( const BaseStorageStream& rStream ) const; 374 virtual sal_Bool Equals( const BaseStorage& rStream ) const;
|
/aoo41x/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 131 Not val1.GetType().Equals( val2.GetType()) 153 ret = a1.Type.Equals( a2.Type ) And compareData( a1.Value, a2.Value ) 156 ret = val1.Equals(val2) 170 And ar1.Length = ar2.Length And t1.GetElementType().Equals(t2.GetElementType()))) 192 If Not t1.Equals(t2) 782 ret = DirectCast(xLBT, Object).Equals(obj) = False 783 ret = DirectCast(xLBT, Object).Equals(xLBT) And ret 784 ret = Object.Equals(obj, obj) And ret 785 ret = Object.Equals(xLBT, xBase) And ret
|
H A D | cli_cpp_bridgetest.cxx | 104 ret = val1->Equals(val2); 125 ret = val1->Equals(val2); 820 ret = xLBT->Equals(obj) == false; 821 ret = xLBT->Equals(xLBT) && ret; 822 ret = Object::Equals(obj, obj) && ret; 823 ret = Object::Equals(xLBT, xBase) && ret;
|
H A D | cli_cs_bridgetest.cs | 104 ret = val1.Equals(val2); in compareData() 556 v1.Equals("ABC"), in performTest() 872 ret = xLBT.Equals(obj) == false; in testObjectMethodsImplemention() 873 ret = xLBT.Equals(xLBT) && ret; in testObjectMethodsImplemention() 874 ret = Object.Equals(obj, obj) && ret; in testObjectMethodsImplemention() 875 ret = Object.Equals(xLBT, xBase) && ret; in testObjectMethodsImplemention()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | svapp.hxx | 152 if ( nPID && ((nPID == rAdr.nPID) && (aHostName.Equals( rAdr.aHostName))) ) in IsConnectToSame() 206 if ( aEvent.Equals( APPEVENT_OPEN_STRING )) in IsOpenEvent() 214 if ( aEvent.Equals( APPEVENT_PRINT_STRING )) in IsPrintEvent() 222 if ( aEvent.Equals( APPEVENT_DISKINSERT_STRING )) in IsDiskInsertEvent()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 312 if (rPersistentString.Equals(aYes) || rPersistentString.Equals(aNo)) in BoolStringUI() 621 if (!sOld.Equals(rText)) in SetControlText() 654 if (!sOld.Equals(rText)) in SetControlText() 750 if (!sDef.Equals(aYes) && !sDef.Equals(aNo)) in IMPL_LINK() 1487 if ( !sDef.Equals(aYes) && !sDef.Equals(aNo) ) in DisplayData()
|
/aoo41x/main/sot/source/sdstor/ |
H A D | stg.cxx | 206 sal_Bool StorageStream::Equals( const BaseStorageStream& rStream ) const in Equals() function in StorageStream 299 if( !Validate() || !pDest || !pDest->Validate( sal_True ) || Equals( *pDest ) ) in CopyTo() 823 if( !Validate() || !pDest || !pDest->Validate( sal_True ) || Equals( *pDest ) ) in CopyTo() 855 if( !Validate() || !pODest || !pODest->Validate( sal_True ) || Equals( *pODest ) ) in MoveTo() 1116 sal_Bool Storage::Equals( const BaseStorage& rStorage ) const in Equals() function in Storage
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 970 bool XclExpFont::Equals( const XclFontData& rFontData, sal_uInt32 nHash ) const in Equals() function in XclExpFont 1020 bool XclExpBlindFont::Equals( const XclFontData& /*rFontData*/, sal_uInt32 /*nHash*/ ) const in Equals() function in XclExpBlindFont 1186 if( maFontList.GetRecord( nPos )->Equals( rFontData, nHash ) ) in Find() 1963 bool XclExpXF::Equals( const ScPatternAttr& rPattern, in Equals() function in XclExpXF 1972 bool XclExpXF::Equals( const SfxStyleSheetBase& rStyleSheet ) const in Equals() function in XclExpXF 1983 bool XclExpXF::Equals( const XclExpXF& rCmpXF ) const in Equals() function in XclExpXF 1985 return XclXFBase::Equals( rCmpXF ) && in Equals() 2487 if( xDefCellXF->Equals( *xXF ) ) in Finalize() 2494 if( maSortedXFList.GetRecord( nSearchPos )->Equals( *xXF ) ) in Finalize() 2697 if(pIte->Equals(rPattern, nForceScNumFmt, nForceXclFont, bForceLineBreak)) in FindXF() [all …]
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 161 else if( rWeight.Equals( "demi" ) ) in parseWeight() 163 else if( rWeight.Equals( "book" ) || in parseWeight() 166 else if( rWeight.Equals( "medium" ) || rWeight.Equals( "roman" ) ) in parseWeight() 178 if( rWidth.Equals( "bold" ) || in parseWidth() 179 rWidth.Equals( "semiexpanded" ) ) in parseWidth() 181 else if( rWidth.Equals( "condensed" ) || in parseWidth() 182 rWidth.Equals( "narrow" ) ) in parseWidth() 184 else if( rWidth.Equals( "double wide" ) || in parseWidth() 186 rWidth.Equals( "ultraexpanded" ) ) in parseWidth() 188 else if( rWidth.Equals( "expanded" ) || in parseWidth() [all …]
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdlayer.cxx | 210 if(!rNewName.Equals(aName)) in SetName() 229 && aName.Equals(rCmpLayer.aName)); in operator ==() 389 if(rName.Equals(GetLayer(i)->GetName())) in GetLayer()
|
/aoo41x/main/sw/inc/ |
H A D | stringhash.hxx | 33 return r1->Equals(*r2); in operator ()() 41 return r1.Equals(r2); in operator ()()
|