Searched refs:pInsDBColumn (Results 1 – 1 of 1) sorted by relevance
1826 SwInsDBColumnPtr pInsDBColumn = new SwInsDBColumn(sColumn, nIndex); in Load() local1828 pInsDBColumn->bHasFmt = *(sal_Bool*)pSubProps[2].getValue(); in Load()1830 pInsDBColumn->bIsDBFmt = *(sal_Bool*)pSubProps[3].getValue(); in Load()1832 pSubProps[4] >>= pInsDBColumn->sUsrNumFmt; in Load()1839 pInsDBColumn->eUsrNumFmtLng = SvxLocaleToLanguage( aLocale ); in Load()1841 pInsDBColumn->nUsrNumFmt = rNFmtr.GetEntryKey( pInsDBColumn->sUsrNumFmt, in Load()1842 pInsDBColumn->eUsrNumFmtLng ); in Load()1846 pNewData->aDBColumns.Insert(pInsDBColumn); in Load()
Completed in 28 milliseconds