Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx666 SwFmtDrop aFmtDrop((SwFmtDrop &) rSet.Get(RES_PARATR_DROP)); in Reset() local
667 if (aFmtDrop.GetLines() > 1) in Reset()
669 aDropCapsField.SetValue(aFmtDrop.GetChars()); in Reset()
670 aLinesField .SetValue(aFmtDrop.GetLines()); in Reset()
671 aDistanceField.SetValue(aDistanceField.Normalize(aFmtDrop.GetDistance()), FUNIT_TWIP); in Reset()
672 aWholeWordCB .Check (aFmtDrop.GetWholeWord()); in Reset()
686 if (aFmtDrop.GetCharFmt()) in Reset()
687 aTemplateBox.SelectEntry(aFmtDrop.GetCharFmt()->GetName()); in Reset()
690 aDropCapsBox.Check(aFmtDrop.GetLines() > 1); in Reset()

Completed in 33 milliseconds