Optional (in Function Statement) /text/sbasic/shared/03104100.xhp Sun Microsystems, Inc.
Optional function Optional (in Function Statement) Allows you to define parameters that are passed to a function as optional.
See also: IsMissing Syntax: Function MyFunction(Text1 As String, Optional Arg2, Optional Arg3) Examples: Result = MyFunction("Here", 1, "There") ' all arguments are passed. Result = MyFunction("Test", ,1) ' second argument is missing. See also Examples.
ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/inc/sdr/overlay/overlayrectangle.hxx
AgeCommit message (Expand)Author
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist
2015-04-07Change "blink times" to be of type sal_uInt64Stephan Bergmann
2015-04-07Remove unused getBlinkTime functionsStephan Bergmann
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-05-16clean up, remove eof commentsThomas Arnhold
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist