Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx195 const SwFmtDrop &mrSwFmtDrop; member in WW8SwAttrIter
234 const SwFmtDrop& GetSwFmtDrop() const { return mrSwFmtDrop; } in GetSwFmtDrop()
262 mrSwFmtDrop(rTxtNd.GetSwAttrSet().GetDrop()) in WW8SwAttrIter()
380 if (mrSwFmtDrop.GetWholeWord() && nStartPos <= rNd.GetDropLen(0)) in SearchNext()
382 else if(nStartPos <= mrSwFmtDrop.GetChars()) in SearchNext()
383 nMinPos = mrSwFmtDrop.GetChars(); in SearchNext()
623 int nDropChars = mrSwFmtDrop.GetChars(); in IsDropCap()
624 bool bWholeWord = mrSwFmtDrop.GetWholeWord(); in IsDropCap()