Searched refs:SwLabItem (Results 1 – 13 of 13) sorted by relevance
| /AOO42X/main/sw/source/ui/envelp/ |
| H A D | labelexp.cxx | 203 void SwLabDlg::UpdateFieldInformation(uno::Reference< frame::XModel > & xModel, const SwLabItem& rI… in UpdateFieldInformation() 210 rtl::OUString SwLabItem:: *pValue; in UpdateFieldInformation() 212 { "BC_PRIV_FIRSTNAME" , &SwLabItem::aPrivFirstName }, in UpdateFieldInformation() 213 { "BC_PRIV_NAME" , &SwLabItem::aPrivName }, in UpdateFieldInformation() 214 { "BC_PRIV_INITIALS" , &SwLabItem::aPrivShortCut }, in UpdateFieldInformation() 215 { "BC_PRIV_FIRSTNAME_2", &SwLabItem::aPrivFirstName2 }, in UpdateFieldInformation() 216 { "BC_PRIV_NAME_2" , &SwLabItem::aPrivName2 }, in UpdateFieldInformation() 217 { "BC_PRIV_INITIALS_2" , &SwLabItem::aPrivShortCut2 }, in UpdateFieldInformation() 218 { "BC_PRIV_STREET" , &SwLabItem::aPrivStreet }, in UpdateFieldInformation() 219 { "BC_PRIV_ZIP" , &SwLabItem::aPrivZip }, in UpdateFieldInformation() [all …]
|
| H A D | label1.cxx | 64 void SwLabRec::SetFromItem( const SwLabItem& rItem ) in SetFromItem() 79 void SwLabRec::FillItem( SwLabItem& rItem ) const in FillItem() 168 SwLabItem aItem((const SwLabItem&)rSet.Get( FN_LABEL )); in SwLabDlg() 215 void SwLabDlg::GetLabItem(SwLabItem &rItem) in GetLabItem() 217 const SwLabItem& rActItem = (const SwLabItem&)GetExampleSet()->Get(FN_LABEL); in GetLabItem() 218 const SwLabItem& rOldItem = (const SwLabItem&)GetInputSetImpl()->Get(FN_LABEL); in GetLabItem() 275 aItem ((const SwLabItem&) rSet.Get(FN_LABEL)), in SwLabPage() 616 void SwLabPage::FillItem(SwLabItem& rItem) in FillItem() 648 aItem = (const SwLabItem&) rSet.Get(FN_LABEL); in Reset() 834 aLabItem = (const SwLabItem&) rSet.Get(FN_LABEL); in Reset() [all …]
|
| H A D | labimg.cxx | 48 SwLabItem::SwLabItem() : in SwLabItem() function in SwLabItem 69 SwLabItem::SwLabItem(const SwLabItem& rItem) : in SwLabItem() function in SwLabItem 75 SwLabItem& SwLabItem::operator =(const SwLabItem& rItem) in operator =() 141 int SwLabItem::operator ==(const SfxPoolItem& rItem) const in operator ==() 143 const SwLabItem& rLab = (const SwLabItem&) rItem; in operator ==() 205 SfxPoolItem* SwLabItem::Clone(SfxItemPool*) const in Clone() 207 return new SwLabItem(*this); in Clone()
|
| H A D | labfmt.hxx | 61 SwLabItem aItem; 77 void Update(const SwLabItem& rItem); 112 SwLabItem aItem; 134 void FillItem(SwLabItem& rItem); 172 sal_Bool GetLabel(SwLabItem& rItem);
|
| H A D | labprt.cxx | 174 void SwLabPrtPage::FillItem(SwLabItem& rItem) in FillItem() 188 SwLabItem aItem; in FillItemSet() 202 SwLabItem aItem; in Reset()
|
| H A D | swuilabimp.hxx | 31 SwLabItem aItem; 82 void FillItem(SwLabItem& rItem); 111 SwLabItem aLabItem;
|
| H A D | labimp.hxx | 91 void SetFromItem( const SwLabItem& rItem ); 92 void FillItem( SwLabItem& rItem ) const;
|
| H A D | labprt.hxx | 36 class SwLabItem; 74 void FillItem(SwLabItem& rItem);
|
| H A D | labfmt.cxx | 300 void SwLabPreview::Update(const SwLabItem& rItem) in Update() 338 aItem ((const SwLabItem&) rSet.Get(FN_LABEL)) in SwLabFmtPage() 529 void SwLabFmtPage::FillItem(SwLabItem& rItem) in FillItem() 705 sal_Bool SwSaveLabelDlg::GetLabel(SwLabItem& rItem) in GetLabel()
|
| /AOO42X/main/sw/source/ui/inc/ |
| H A D | labimg.hxx | 34 class SW_DLLPUBLIC SwLabItem : public SfxPoolItem class 39 SwLabItem(); 40 SwLabItem(const SwLabItem& rItem); 42 SwLabItem& operator =(const SwLabItem& rItem); 115 SwLabItem aItem; 122 SwLabItem& GetItem() {return aItem;} in GetItem()
|
| H A D | label.hxx | 36 class SwLabItem; 66 void GetLabItem(SwLabItem &rItem); 81 … const SwLabItem& rItem);
|
| /AOO42X/main/sw/source/ui/app/ |
| H A D | applab.cxx | 93 const SwFrmFmt *lcl_InsertBCText( SwWrtShell& rSh, const SwLabItem& rItem, in lcl_InsertBCText() 138 const SwFrmFmt *lcl_InsertLabText( SwWrtShell& rSh, const SwLabItem& rItem, in lcl_InsertLabText() 205 const SwLabItem& rItem = (const SwLabItem&) pDlg-> in InsertLab()
|
| /AOO42X/main/sw/inc/ |
| H A D | swabstdlg.hxx | 75 class SwLabItem; 98 …om::sun::star::uno::Reference< ::com::sun::star::frame::XModel>& xModel, const SwLabItem& rItem);
|