Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1808 const Any* pSubProps = aSubProps.getConstArray(); in Load() local
1811 pSubProps[0] >>= sColumn; in Load()
1825 pSubProps[1] >>= nIndex; in Load()
1827 if(pSubProps[2].hasValue()) in Load()
1828 pInsDBColumn->bHasFmt = *(sal_Bool*)pSubProps[2].getValue(); in Load()
1829 if(pSubProps[3].hasValue()) in Load()
1830 pInsDBColumn->bIsDBFmt = *(sal_Bool*)pSubProps[3].getValue(); in Load()
1832 pSubProps[4] >>= pInsDBColumn->sUsrNumFmt; in Load()
1834 pSubProps[5] >>= sNumberFormatLocale; in Load()

Completed in 24 milliseconds