Home
last modified time | relevance | path

Searched refs:SwLabRec (Results 1 – 18 of 18) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dlabrec.hxx30 class SwLabRec class
33SwLabRec(): 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 Dlabelcfg.hxx56 const SwLabRec& rRec);
H A Dlabel.hxx54 SwLabRec* GetRecord(const OUString &rRecName, bool bCont);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dlabrec.hxx31 class SwLabRec class
34SwLabRec(): 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 Dlabelcfg.hxx56 const SwLabRec& rRec);
H A Dlabel.hxx54 SwLabRec* GetRecord(std::u16string_view rRecName, bool bCont);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/envelp/
H A Dlabel1.cxx42 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 Dlabfmt.hxx117 SwLabRec& rLabRec;
130 SwSaveLabelDlg(SwLabDlg* pParent, SwLabRec& rRec);
H A Dlabfmt.cxx432 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 Dswuilabimp.hxx55 SwLabRec* GetSelectedEntryPos();
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/envelp/
H A Dlabel1.cxx38 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 Dlabfmt.hxx117 SwLabRec& rLabRec;
130 SwSaveLabelDlg(SwLabDlg* pParent, SwLabRec& rRec);
H A Dswuilabimp.hxx55 SwLabRec* GetSelectedEntryPos();
H A Dlabfmt.cxx431 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 Dlabelcfg.cxx165 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 Dlabelcfg.cxx173 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 DChangeLog347161 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 DChangeLog609210 sw: prefix members of SwLabRec
1093047 from SwLabRecs, by typedef'ing it as boost::ptr_vector<SwLabRec>.