Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx196 const SwFmtDrop &mrSwFmtDrop; member in WW8SwAttrIter
235 const SwFmtDrop& GetSwFmtDrop() const { return mrSwFmtDrop; } in GetSwFmtDrop()
263 mrSwFmtDrop(rTxtNd.GetSwAttrSet().GetDrop()) in WW8SwAttrIter()
381 if (mrSwFmtDrop.GetWholeWord() && nStartPos <= rNd.GetDropLen(0)) in SearchNext()
383 else if(nStartPos <= mrSwFmtDrop.GetChars()) in SearchNext()
384 nMinPos = mrSwFmtDrop.GetChars(); in SearchNext()
624 int nDropChars = mrSwFmtDrop.GetChars(); in IsDropCap()
625 bool bWholeWord = mrSwFmtDrop.GetWholeWord(); in IsDropCap()

Completed in 31 milliseconds