REM ***** BASIC ***** Global s_CloseListenerCalled As Boolean Sub PressCancel gDlgState = cDlgCancel end Sub Sub PressOk gDlgState = cDlgOk end Sub Sub PressTest gOptionsDialog.EndExecute() gDlgState = cDlgStartTest end Sub Sub closeListener_queryClosing ' not interested in closeListener_queryClosing = TRUE End Sub Sub closeListener_notifyClosing s_CloseListenerCalled = TRUE End Sub Sub closeListener_disposing ' not interested in End Sub Sub ResetCloseListenerFlag s_CloseListenerCalled = FALSE End Sub Function HasCloseListenerBeenCalled As Boolean HasCloseListenerBeenCalled = s_CloseListenerCalled End Function office-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLLineNumberingImportContext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-14 16:41:37 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-15 10:36:25 +0000
commita62129aa632c2d574a6560efc19f9de84aed1670 (patch)
treefd600f38eda8ca2b7326c3d4e75c460cba6204bd /xmloff/inc/XMLLineNumberingImportContext.hxx
parent8474e8260ad18cf83c79bd64a63e6344b4ce24d2 (diff)
loplugin:unusedmethods xmloff