Lines Matching refs:SwLabRec
62 SV_IMPL_PTRARR( SwLabRecs, SwLabRec* );
64 void SwLabRec::SetFromItem( const SwLabItem& rItem ) in SetFromItem()
77 void SwLabRec::FillItem( SwLabItem& rItem ) const in FillItem()
165 SwLabRec* pRec = new SwLabRec; in SwLabDlg()
183 pRecs->C40_INSERT( SwLabRec, pRec, 0 ); in SwLabDlg()
225 SwLabRec* pRec = GetRecord(rItem.aType, rItem.bCont); in GetLabItem()
232 SwLabRec* SwLabDlg::GetRecord(const String &rRecName, sal_Bool bCont) in GetRecord()
234 SwLabRec* pRec = NULL; in GetRecord()
529 SwLabRec* pRec = GetSelectedEntryPos(); in IMPL_LINK_INLINE_END()
553 SwLabRec* SwLabPage::GetSelectedEntryPos() in GetSelectedEntryPos()
619 SwLabRec* pRec = GetSelectedEntryPos(); in FillItem()