Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/table/
H A Dtautofmt.cxx88 long nLabelColWidth; member in AutoFmtPreview
589 nLabelColWidth ( (aPrvSize.Width() - 4) / 4 - 12 ), in IMPL_LINK_INLINE_END()
590 nDataColWidth1 ( (aPrvSize.Width() - 4 - 2 * nLabelColWidth) / 3 ), in IMPL_LINK_INLINE_END()
591 nDataColWidth2 ( (aPrvSize.Width() - 4 - 2 * nLabelColWidth) / 4 ), in IMPL_LINK_INLINE_END()
937 maArray.SetColWidth( 0, nLabelColWidth ); in CalcCellArray()
938 maArray.SetColWidth( 4, nLabelColWidth ); in CalcCellArray()

Completed in 32 milliseconds