/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/ |
H A D | labrec.hxx | 30 class SwLabRec class 33 …SwLabRec(): m_nHDist(0), m_nVDist(0), m_nWidth(0), m_nHeight(0), m_nLeft(0), m_nUpper(0), m_nPWidt… in SwLabRec() function in SwLabRec 53 typedef std::vector<std::unique_ptr<SwLabRec>> SwLabRecs;
|
H A D | labelcfg.hxx | 56 const SwLabRec& rRec);
|
H A D | label.hxx | 54 SwLabRec* GetRecord(const OUString &rRecName, bool bCont);
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/ |
H A D | labrec.hxx | 31 class SwLabRec class 34 …SwLabRec(): m_nHDist(0), m_nVDist(0), m_nWidth(0), m_nHeight(0), m_nLeft(0), m_nUpper(0), m_nPWidt… in SwLabRec() function in SwLabRec 54 typedef std::vector<std::unique_ptr<SwLabRec>> SwLabRecs;
|
H A D | labelcfg.hxx | 56 const SwLabRec& rRec);
|
H A D | label.hxx | 54 SwLabRec* GetRecord(std::u16string_view rRecName, bool bCont);
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/envelp/ |
H A D | label1.cxx | 42 void SwLabRec::SetFromItem( const SwLabItem& rItem ) in SetFromItem() 57 void SwLabRec::FillItem( SwLabItem& rItem ) const in FillItem() 108 std::unique_ptr<SwLabRec> pRec(new SwLabRec); in SwLabDlg() 114 for (const std::unique_ptr<SwLabRec> & i : *m_pRecs) in SwLabDlg() 186 SwLabRec* pRec = GetRecord(rItem.m_aType, rItem.m_bCont); in GetLabItem() 191 SwLabRec* SwLabDlg::GetRecord(const OUString &rRecName, bool bCont) in GetRecord() 193 SwLabRec* pRec = nullptr; in GetRecord() 403 SwLabRec* pRec = GetSelectedEntryPos(); in DisplayFormat() 419 SwLabRec* SwLabPage::GetSelectedEntryPos() in GetSelectedEntryPos() 475 SwLabRec* pRec = GetSelectedEntryPos(); in FillItem()
|
H A D | labfmt.hxx | 117 SwLabRec& rLabRec; 130 SwSaveLabelDlg(SwLabDlg* pParent, SwLabRec& rRec);
|
H A D | labfmt.cxx | 432 SwLabRec& rRec = *GetParentSwLabDlg()->Recs()[0]; in FillItem() 489 SwLabRec aRec; in IMPL_LINK_NOARG() 518 SwSaveLabelDlg::SwSaveLabelDlg(SwLabDlg* pParent, SwLabRec& rRec) in SwSaveLabelDlg()
|
H A D | swuilabimp.hxx | 55 SwLabRec* GetSelectedEntryPos();
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/envelp/ |
H A D | label1.cxx | 38 void SwLabRec::SetFromItem( const SwLabItem& rItem ) in SetFromItem() 53 void SwLabRec::FillItem( SwLabItem& rItem ) const in FillItem() 104 std::unique_ptr<SwLabRec> pRec(new SwLabRec); in SwLabDlg() 110 for (const std::unique_ptr<SwLabRec> & i : *m_pRecs) in SwLabDlg() 180 SwLabRec* pRec = GetRecord(rItem.m_aType, rItem.m_bCont); in GetLabItem() 185 SwLabRec* SwLabDlg::GetRecord(std::u16string_view rRecName, bool bCont) in GetRecord() 187 SwLabRec* pRec = nullptr; in GetRecord() 397 SwLabRec* pRec = GetSelectedEntryPos(); in DisplayFormat() 413 SwLabRec* SwLabPage::GetSelectedEntryPos() in GetSelectedEntryPos() 469 SwLabRec* pRec = GetSelectedEntryPos(); in FillItem()
|
H A D | labfmt.hxx | 117 SwLabRec& rLabRec; 130 SwSaveLabelDlg(SwLabDlg* pParent, SwLabRec& rRec);
|
H A D | swuilabimp.hxx | 55 SwLabRec* GetSelectedEntryPos();
|
H A D | labfmt.cxx | 431 SwLabRec& rRec = *GetParentSwLabDlg()->Recs()[0]; in FillItem() 488 SwLabRec aRec; in IMPL_LINK_NOARG() 517 SwSaveLabelDlg::SwSaveLabelDlg(SwLabDlg* pParent, SwLabRec& rRec) in SwSaveLabelDlg()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/envelp/ |
H A D | labelcfg.cxx | 165 static std::unique_ptr<SwLabRec> lcl_CreateSwLabRec(const OUString& rType, const OUString& rMeasure… in lcl_CreateSwLabRec() 167 std::unique_ptr<SwLabRec> pNewRec(new SwLabRec); in lcl_CreateSwLabRec() 206 Sequence<OUString> const & rPropNames, OUString& rMeasure, const SwLabRec& rRec) in lcl_CreateProperties() 259 const OUString& rType, const SwLabRec& rRec ) in SaveLabel()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/envelp/ |
H A D | labelcfg.cxx | 173 static std::unique_ptr<SwLabRec> lcl_CreateSwLabRec(const OUString& rType, const OUString& rMeasure… in lcl_CreateSwLabRec() 175 std::unique_ptr<SwLabRec> pNewRec(new SwLabRec); in lcl_CreateSwLabRec() 214 Sequence<OUString> const & rPropNames, OUString& rMeasure, const SwLabRec& rRec) in lcl_CreateProperties() 267 const OUString& rType, const SwLabRec& rRec ) in SaveLabel()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ |
H A D | ChangeLog | 347161 sw: prefix members of SwLabRec 830998 from SwLabRecs, by typedef'ing it as boost::ptr_vector<SwLabRec>.
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/ |
H A D | ChangeLog | 609210 sw: prefix members of SwLabRec 1093047 from SwLabRecs, by typedef'ing it as boost::ptr_vector<SwLabRec>.
|