Searched refs:SwLabRec (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sw/source/ui/envelp/ |
H A D | labelcfg.cxx | 79 SwLabRec* lcl_CreateSwLabRec(Sequence<Any>& rValues, const OUString& rManufacturer) in lcl_CreateSwLabRec() 81 SwLabRec* pNewRec = new SwLabRec; in lcl_CreateSwLabRec() 125 Sequence<OUString>& rPropNames, const SwLabRec& rRec) in lcl_CreateProperties() 171 SwLabRec* pNewRec = lcl_CreateSwLabRec(aValues, rManufacturer); in FillLabels() 172 rLabArr.C40_INSERT( SwLabRec, pNewRec, rLabArr.Count() ); in FillLabels() 227 const rtl::OUString& rType, const SwLabRec& rRec) in SaveLabel()
|
H A D | label1.cxx | 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() [all …]
|
H A D | labimp.hxx | 86 class SwLabRec class 89 SwLabRec() {} in SwLabRec() function in SwLabRec 110 SV_DECL_PTRARR_DEL( SwLabRecs, SwLabRec*, 110, 10 )
|
H A D | labfmt.hxx | 155 SwLabRec& rLabRec; 161 SwSaveLabelDlg(SwLabFmtPage* pParent, SwLabRec& rRec);
|
H A D | labfmt.cxx | 527 SwLabRec& rRec = *GetParent()->Recs()[0]; in FillItem() 586 SwLabRec aRec; in IMPL_LINK() 622 SwSaveLabelDlg::SwSaveLabelDlg(SwLabFmtPage* pParent, SwLabRec& rRec) : in SwSaveLabelDlg()
|
H A D | swuilabimp.hxx | 70 SwLabRec* GetSelectedEntryPos();
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | labelcfg.hxx | 30 class SwLabRec; 51 const SwLabRec& rRec);
|
H A D | label.hxx | 34 class SwLabRec; 65 SwLabRec* GetRecord(const String &rRecName, sal_Bool bCont);
|
/aoo41x/main/sw/inc/ |
H A D | swabstdlg.hxx | 59 class SwLabRec;
|
Completed in 140 milliseconds