Lines Matching refs:pRec
169 SwLabRec* pRec = new SwLabRec; in SwLabDlg() local
171 pRec->aMake = pRec->aType = aTmp; in SwLabDlg()
172 pRec->SetFromItem( aItem ); in SwLabDlg()
178 if (pRec->aMake == pRecs->GetObject(nRecPos)->aMake && in SwLabDlg()
179 pRec->aType == pRecs->GetObject(nRecPos)->aType) in SwLabDlg()
187 pRecs->C40_INSERT( SwLabRec, pRec, 0 ); in SwLabDlg()
189 delete pRec; in SwLabDlg()
231 SwLabRec* pRec = GetRecord(rItem.aType, rItem.bCont); in GetLabItem() local
232 pRec->FillItem( rItem ); in GetLabItem()
240 SwLabRec* pRec = NULL; in GetRecord() local
247 pRec = Recs()[i]; in GetRecord()
248 if (pRec->aType != sCustom && in GetRecord()
249 rRecName == pRec->aType && bCont == pRec->bCont) in GetRecord()
256 pRec = Recs()[0]; in GetRecord()
258 return(pRec); in GetRecord()
535 SwLabRec* pRec = GetSelectedEntryPos(); in IMPL_LINK_INLINE_END() local
536 aItem.aLstType = pRec->aType; in IMPL_LINK_INLINE_END()
537 SETFLDVAL(aField, pRec->lWidth); in IMPL_LINK_INLINE_END()
541 SETFLDVAL(aField, pRec->lHeight); in IMPL_LINK_INLINE_END()
544 String aText = pRec->aType; in IMPL_LINK_INLINE_END()
550 aText += String::CreateFromInt32( pRec->nCols ); in IMPL_LINK_INLINE_END()
552 aText += String::CreateFromInt32( pRec->nRows ); in IMPL_LINK_INLINE_END()
625 SwLabRec* pRec = GetSelectedEntryPos(); in FillItem() local
626 pRec->FillItem( rItem ); in FillItem()