From 6614bedceadcc07ec082c5e926107f27903bda5c Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 25 Jan 2016 20:07:10 +0100 Subject: fix validation errors by round-trip through helpauthoring extension lots of missing attributes "id" and "xml-lang" (extension patched to keep bascode tag) Change-Id: I9c5600b6fa133a6b1062803eadb976e043db7a4a --- source/text/sbasic/shared/03030114.xhp | 82 ++++++++++++++++++---------------- 1 file changed, 44 insertions(+), 38 deletions(-) (limited to 'source/text/sbasic/shared/03030114.xhp') diff --git a/source/text/sbasic/shared/03030114.xhp b/source/text/sbasic/shared/03030114.xhp index 08191cf87f..4ead4152ca 100644 --- a/source/text/sbasic/shared/03030114.xhp +++ b/source/text/sbasic/shared/03030114.xhp @@ -1,6 +1,5 @@ - - + +--> - - - - CDateFromUnoTime Function [Runtime] - /text/sbasic/shared/03030114.xhp - - - Lionel Elie Mamane - - - -
- CDateFromUnoTime function - CDateFromUnoTime Function [Runtime] - Converts a UNO com.sun.star.util.Time struct to a Date value. -
- Syntax: - - CDateFromUnoTime(aTime) - - Return value: - Date - Parameters: - - aTime: Time to convert - - - Example: - - Sub ExampleCDateFromUnoTime - MsgBox(CDateFromUnoTime(aDatabaseRow.getTime(3))) - MsgBox(CDateFromUnoTime(aTimeControl.Time)) - End Sub - + + + CDateFromUnoTime Function [Runtime] + /text/sbasic/shared/03030114.xhp + + + + + + +
+ + CDateFromUnoTime function + + + +CDateFromUnoTime Function [Runtime] +Converts a UNO com.sun.star.util.Time struct to a Date value. +
+ +Syntax: + +CDateFromUnoTime(aTime) + + +Return value: +Date + +Parameters: + aTime: Time to convert + + + +Example: + +Sub ExampleCDateFromUnoTime + MsgBox(CDateFromUnoTime(aDatabaseRow.getTime(3))) + MsgBox(CDateFromUnoTime(aTimeControl.Time)) +End Sub + -
+ +
\ No newline at end of file -- cgit