xlld.conv.to

Conversions from D types to XLOPER12

Members

Aliases

FromEnumConversionFunction
alias FromEnumConversionFunction = string delegate(int) @(safe)
Undocumented in source.

Functions

numOperStringBytes
size_t numOperStringBytes(T str)

the number of bytes required to store str as an XLOPER12 string

registerConversionFrom
void registerConversionFrom(FromEnumConversionFunction func)

Register a custom conversion from enum (going through integer) to a string. This function will be called to convert enum return values from wrapped D functions into strings in Excel.

toAutoFreeOper
XLOPER12 toAutoFreeOper(T value)

creates an XLOPER12 that can be returned to Excel which will be freed by Excel itself

toXlOper
XLOPER12 toXlOper(T val)
toXlOper
XLOPER12 toXlOper(T val, A allocator)
toXlOper
XLOPER12 toXlOper(T val, A allocator)
toXlOper
XLOPER12 toXlOper(T val, A allocator)
toXlOper
XLOPER12 toXlOper(T vector, A allocator)
Undocumented in source. Be warned that the author may not have intended to support it.
toXlOper
XLOPER12 toXlOper(T range, A allocator)
Undocumented in source. Be warned that the author may not have intended to support it.
toXlOper
XLOPER12 toXlOper(T range, A allocator)
Undocumented in source. Be warned that the author may not have intended to support it.
toXlOper
XLOPER12 toXlOper(T value, A allocator)
toXlOper
XLOPER12 toXlOper(T value, A allocator, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
toXlOper
XLOPER12 toXlOper(T value, A allocator)
Undocumented in source. Be warned that the author may not have intended to support it.
toXlOper
XLOPER12 toXlOper(T value, A allocator)
Undocumented in source. Be warned that the author may not have intended to support it.
toXlOper
XLOPER12 toXlOper(T value, A allocator)
Undocumented in source. Be warned that the author may not have intended to support it.
toXlOper
XLOPER12 toXlOper(T value, A allocator)
Undocumented in source. Be warned that the author may not have intended to support it.
toXlOper
XLOPER12 toXlOper(T value, A allocator)
Undocumented in source. Be warned that the author may not have intended to support it.
unregisterConversionFrom
void unregisterConversionFrom()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

gFromEnumConversions
FromEnumConversionFunction[string] gFromEnumConversions;
Undocumented in source.
toXlOperMemoryException
auto toXlOperMemoryException;

Variables

gFromEnumMutex
from!"core.sync.mutex".Mutex gFromEnumMutex;
Undocumented in source.

Meta