End Statement [Runtime] /text/sbasic/shared/03090404.xhp Sun Microsystems, Inc. converted from old format - fpe
End statement End Statement [Runtime] Ends a procedure or block.
Syntax: End, End Function, End If, End Select, End Sub Parameters: Use the End statement as follows: Statement End: Is not required, but can be entered anywhere within a procedure to end the program execution. End Function: Ends a Function statement. End If: Marks the end of a If...Then...Else block. End Select: Marks the end of a Select Case block. End Sub: Ends a Sub statement. Example: Sub ExampleRandomSelect Dim iVar As Integer iVar = Int((15 * Rnd) -2) Select Case iVar Case 1 To 5 Print "Number from 1 to 5" Case 6, 7, 8 Print "Number from 6 to 8" Case Is > 8 And iVar < 11 Print "Greater than 8" Case Else Print "Outside range 1 to 10" End Select end sub
value='distro/escriba/escriba-5.2.1'>distro/escriba/escriba-5.2.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/reportbuilder
AgeCommit message (Expand)Author
2017-03-02Fix typosAndrea Gelmini
2016-02-05Fix typosAndrea Gelmini
2016-02-04coverity#1326386 Dereference null return valueCaolán McNamara
2016-02-03reportbuilder: tdf#92720: add loext namespaceMichael Stahl
2016-01-21coverity#1326438 Dereference null return valueCaolán McNamara
2016-01-21coverity#1326551 Dereference before null checkCaolán McNamara
2015-11-04coverity#1327068 SIC: Inner class could be made staticCaolán McNamara
2015-11-04coverity#1327210 UwF: Unwritten fieldCaolán McNamara
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
2015-10-14coverity#1327210 UwF: Unwritten fieldCaolán McNamara
2015-10-14cid#1326605, cid#1326604 BC: Bad casts of object referencesNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-07-29chmod -xTor Lillqvist
2015-07-08Fix typosAndrea Gelmini
2015-07-04Fix typosAndrea Gelmini
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-02-18TyposJulien Nabet
2015-01-22set java throwable cause argument (erroneously removed by previous commit)Lionel Elie Mamane
2015-01-21Don't try to pass an arbitrary Java exception through UNOLionel Elie Mamane
2015-01-21Related fdo#85190: Don't dress arbitrary Java Throwables as UNO Any valuesStephan Bergmann
2015-01-05java: remove more dead codeNoel Grandin
2015-01-05java: these fields can become local variablesNoel Grandin
2015-01-05java: remove dead stylemapper code in reportbuilderNoel Grandin
2015-01-05java: remove dead codeNoel Grandin
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin
2014-12-17Revert "reportbuilder: re-add numerous bits of dead code needed by bug fix"Lionel Elie Mamane
2014-12-17Revert "fdo#87044: reportbuilder: Revert "fdo#67930 don't use variables ..."Lionel Elie Mamane
2014-12-12fdo#67930 work around fdo#68024Lionel Elie Mamane
2014-12-12fdo#87044: reportbuilder: Revert "fdo#67930 don't use variables ...Michael Stahl
2014-12-12reportbuilder: re-add numerous bits of dead code needed by bug fixMichael Stahl
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-10java: unused importsNoel Grandin
2014-12-09no need to call getComposer by reflectionNoel Grandin
2014-12-05java: remove some unused local variablesNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin