Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx624 TOTypeInfoSP pSpecialType( new OTypeInfo() ); in getSpecialTypeInfo() local
625 *pSpecialType = *m_pType; in getSpecialTypeInfo()
626 pSpecialType->nPrecision = GetPrecision(); in getSpecialTypeInfo()
627 pSpecialType->nMaximumScale = static_cast<sal_Int16>(GetScale()); in getSpecialTypeInfo()
628pSpecialType->bAutoIncrement = IsAutoIncrement(); // http://dba.openoffice.org/issues/show_bug.cgi… in getSpecialTypeInfo()
629 return pSpecialType; in getSpecialTypeInfo()

Completed in 13 milliseconds