Lines Matching refs:pDocDisplayAttr
1679 const SwDocDisplayItem* pDocDisplayAttr = 0; in Reset() local
1681 rSet.GetItemState( FN_PARAM_DOCDISP, sal_False, (const SfxPoolItem**)&pDocDisplayAttr ); in Reset()
1682 if(pDocDisplayAttr) in Reset()
1684 aParaCB .Check (pDocDisplayAttr->bParagraphEnd ); in Reset()
1685 aTabCB .Check (pDocDisplayAttr->bTab ); in Reset()
1686 aSpacesCB .Check (pDocDisplayAttr->bSpace ); in Reset()
1687 aHSpacesCB .Check (pDocDisplayAttr->bNonbreakingSpace ); in Reset()
1688 aSHyphCB .Check (pDocDisplayAttr->bSoftHyphen ); in Reset()
1689 aCharHiddenCB.Check (pDocDisplayAttr->bCharHiddenText ); in Reset()
1690 aFldHiddenCB .Check (pDocDisplayAttr->bFldHiddenText ); in Reset()
1691 aFldHiddenParaCB.Check (pDocDisplayAttr->bShowHiddenPara ); in Reset()
1692 aBreakCB .Check (pDocDisplayAttr->bManualBreak ); in Reset()