Erl Function [Runtime] /text/sbasic/shared/03050100.xhp Sun Microsystems, Inc. converted from old format - fpe dedr: fixed #i30425#
Erl function Erl Function [Runtime] Returns the line number where an error occurred during program execution.
Syntax: Erl Return value: Integer Parameters: The Erl function only returns a line number, and not a line label. Example: sub ExampleError on error goto ErrorHandler REM Set up error handler Dim iVar as Integer Dim sVar As String REM Error caused by non-existent file iVar = Freefile Open "\file9879.txt" for Input as #iVar Line Input #iVar, sVar Close #iVar exit sub ErrorHandler: MsgBox "Error " & err & ": " & error$ + chr(13) + "In line : " + Erl + chr(13) + Now , 16 ,"An error occurred" end sub
tro/collabora/lov-6.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/swscanner.hxx
AgeCommit message (Collapse)Author
2018-10-03loplugin:constfields in swNoel Grandin
Change-Id: I1eb6583bb9ec815bc0564b0d7c676f5b1fb9045f Reviewed-on: https://gerrit.libreoffice.org/61177 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
Change-Id: I69247498e13331f6ef84afeb242479f8fb1178a8 Reviewed-on: https://gerrit.libreoffice.org/60068 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-06-08sw_redlinehide: make SwScanner independent of SwTextNodeMichael Stahl
Abstract out the GetLang function into a parameter. SwScanner also uses a ModelToViewHelper but at this place it's used in "pass-through" mode which does an identity mapping. Change-Id: I45557c4e4446d1b4d95a206c414bbb6477593f8a
2017-11-06sw: prefix members of SwScannerMiklos Vajna
Change-Id: I441876e73793e07d78f1eadb2b21c282845298c3 Reviewed-on: https://gerrit.libreoffice.org/44345 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-10-23loplugin:includeform: swStephan Bergmann
Change-Id: Ifc3c4c31a31ee7189eeab6f1af30b94d64f2f92a
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9