EqualUnoObjects Function [Runtime] /text/sbasic/shared/03104600.xhp Sun Microsystems, Inc. converted from old format - fpe
EqualUnoObjects function EqualUnoObjects Function [Runtime] Returns True if the two specified Basic Uno objects represent the same Uno object instance.
Syntax: EqualUnoObjects( oObj1, oObj2 ) Return value: Bool Example: // Copy of objects -> same instance oIntrospection = CreateUnoService( "com.sun.star.beans.Introspection" ) oIntro2 = oIntrospection print EqualUnoObjects( oIntrospection, oIntro2 ) // Copy of structs as value -> new instance Dim Struct1 as new com.sun.star.beans.Property Struct2 = Struct1 print EqualUnoObjects( Struct1, Struct2 )
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/postprocess
AgeCommit message (Expand)Author
2023-05-06[API CHANGE] Drop obsolete TemplateRepositoryURL config keyGabor Kelemen
2023-04-07move using the vcl file dialog in headless mode to the point of creationCaolán McNamara
2023-03-23instdir/share/registry/res/registry_de.xcd is effectively emptyCaolán McNamara
2023-01-27Remove support for 32-bit S390Stephan Bergmann
2022-12-13don't rebuild icon-themes if nothing changedChristian Lohmaier
2022-12-13use $(file …) directly instead of gb_var2file when not used as intermediateChristian Lohmaier
2022-12-13gb_var2file: remove now unused chunk-size parameterChristian Lohmaier