Searched refs:pElemAttr (Results 1 – 1 of 1) sorted by relevance
211 const SwElemItem* pElemAttr = 0; in Reset() local214 (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()[all …]