Searched refs:mrSwFmtDrop (Results 1 – 1 of 1) sorted by relevance
195 const SwFmtDrop &mrSwFmtDrop; member in WW8SwAttrIter234 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()