Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1023 Any aNewWidth; in SetColWidth() local
1029 try { aNewWidth = xPropState->getPropertyDefault(PROPERTY_WIDTH); } catch(Exception&) { } ; in SetColWidth()
1033 aNewWidth <<= nValue; in SetColWidth()
1034 try { xAffectedCol->setPropertyValue(PROPERTY_WIDTH, aNewWidth); } catch(Exception&) { } ; in SetColWidth()

Completed in 20 milliseconds