Lines Matching refs:pElemAttr
211 const SwElemItem* pElemAttr = 0; in Reset() local
214 (const SfxPoolItem**)&pElemAttr ); in Reset()
215 if(pElemAttr) in Reset()
217 aTblCB .Check (pElemAttr->bTable ); in Reset()
218 aGrfCB .Check (pElemAttr->bGraphic ); in Reset()
219 aDrwCB .Check (pElemAttr->bDrawing ); in Reset()
220 aFldNameCB .Check (pElemAttr->bFieldName ); in Reset()
221 aPostItCB .Check (pElemAttr->bNotes ); in Reset()
222 aCrossCB .Check( pElemAttr->bCrosshair ); in Reset()
223 aBigHandleCB.Check(pElemAttr->bBigHandles ); in Reset()
224 aHScrollBox.Check( pElemAttr->bHorzScrollbar ); in Reset()
225 aVScrollBox.Check( pElemAttr->bVertScrollbar ); in Reset()
226 aAnyRulerCB.Check( pElemAttr->bAnyRuler ); in Reset()
227 aHRulerCBox.Check( pElemAttr->bHorzRuler ); in Reset()
228 aVRulerCBox.Check( pElemAttr->bVertRuler ); in Reset()
229 aVRulerRightCBox.Check(pElemAttr->bVertRulerRight); in Reset()
230 aSmoothCBox.Check( pElemAttr->bSmoothScroll ); in Reset()