Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/table/
H A Dtabledlg.cxx158 nSaveWidth(0), in SwFormatTablePage()
271nSaveWidth = static_cast< SwTwips >(aWidthMF.DenormalizePercent(aWidthMF.GetValue(FUNIT_TWIP ))); in IMPL_LINK()
318 aWidthMF.SetPrcntValue(aWidthMF.NormalizePercent(nSaveWidth ), FUNIT_TWIP ); in IMPL_LINK()
558 nSaveWidth = static_cast< SwTwips >(aWidthMF.GetValue(FUNIT_CUSTOM)); in Reset()
565 nSaveWidth = pTblData->GetWidth(); in Reset()
566 nMinTableWidth = Min( nSaveWidth, nMinTableWidth ); in Reset()
682 nSaveWidth = nCurWidth; in ActivatePage()
H A Dtablepg.hxx81 SwTwips nSaveWidth; member in SwFormatTablePage

Completed in 32 milliseconds