Home
last modified time | relevance | path

Searched refs:mpCharTable (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/inc/
H A Dcompiler.hxx226 const sal_uLong* mpCharTable; member
461 …(pConventions[eConv]->mpCharTable[ sal_uInt8(c) ] & SC_COMPILER_C_CHAR_WORD) == SC_COMPILER_C_CHAR… in IsCharWordChar()
478 … (pConventions[eConv]->mpCharTable[ sal_uInt8(c) ] & SC_COMPILER_C_WORD) == SC_COMPILER_C_WORD) : in IsWordChar()
501 ((pConventions[nConv]->mpCharTable[ sal_uInt8(c) ] & nFlags) != nFlags)) in IsCharFlagAllConventions()
537 { return c < 128 ? pConv->mpCharTable[ sal_uInt8(c) ] : 0; } in GetCharTableFlags()
/aoo4110/main/sc/source/core/tool/
H A Dcompiler.cxx431 delete [] mpCharTable; in ~Convention()
432 mpCharTable = NULL; in ~Convention()
443 mpCharTable = t; in Convention()

Completed in 43 milliseconds