Home
last modified time | relevance | path

Searched refs:m_aExpand (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dporfld.cxx74 m_aExpand = m_aExpand.replaceAt(0, sal_Int32(m_nNextOffset), ""); in TakeNextOffset()
92 , m_aExpand( rField.GetExp() ) in SwFieldPortion()
376 OUString aNew( m_aExpand.copy(sal_Int32(nNextOfst)) ); in Format()
377 m_aExpand = m_aExpand.copy(0, sal_Int32(nNextOfst)); in Format()
444 rText = m_aExpand; in GetExpText()
664 if( !m_aExpand.isEmpty() ) in Paint()
1069 if( m_aExpand.getLength() > 6 ) in SwCombinedPortion()
1070 m_aExpand = m_aExpand.copy( 0, 6 ); in SwCombinedPortion()
1101 const sal_Int32 nCount = m_aExpand.getLength(); in Paint()
1144 const sal_Int32 nCount = m_aExpand.getLength(); in Format()
[all …]
H A Dporfld.hxx34 OUString m_aExpand; // The expanded field member in SwFieldPortion
66 const OUString& GetExp() const { return m_aExpand; } in GetExp()
H A Dporftn.hxx73 const OUString& GetQuoText() const { return m_aExpand; } in GetQuoText()
H A Dtxtftn.cxx1355 rText = m_aExpand; in GetExpText()
1424 m_aExpand = "..."; in Format()
1443 rText = m_aExpand; in GetExpText()
1453 rPH.Special( GetLen(), m_aExpand + aErgo, GetWhichPor() ); in HandlePortion()
1478 m_aExpand += rStr; in SwErgoSumPortion()
1481 m_aExpand += " "; in SwErgoSumPortion()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dporfld.cxx71 m_aExpand = m_aExpand.replaceAt(0, sal_Int32(m_nNextOffset), ""); in TakeNextOffset()
76 : m_aExpand(rExpand), m_pFont(std::move(pFont)), m_nNextOffset(0) in SwFieldPortion()
90 , m_aExpand( rField.GetExp() ) in SwFieldPortion()
379 m_aExpand = m_aExpand.copy(0, sal_Int32(nNextOfst)); in Format()
446 rText = m_aExpand; in GetExpText()
666 if( m_aExpand.isEmpty() ) in Paint()
1075 if( m_aExpand.getLength() > 6 ) in SwCombinedPortion()
1076 m_aExpand = m_aExpand.copy( 0, 6 ); in SwCombinedPortion()
1107 const sal_Int32 nCount = m_aExpand.getLength(); in Paint()
1150 const sal_Int32 nCount = m_aExpand.getLength(); in Format()
[all …]
H A Dporhyph.hxx43 OUString m_aExpand; member in SwHyphStrPortion
46 : m_aExpand(OUString::Concat(rStr) + "-") in SwHyphStrPortion()
H A Dporfld.hxx38 OUString m_aExpand; // The expanded field member in SwFieldPortion
72 const OUString& GetExp() const { return m_aExpand; } in GetExp()
H A Dporftn.hxx77 const OUString& GetQuoText() const { return m_aExpand; } in GetQuoText()
H A Dtxtftn.cxx1359 rText = m_aExpand; in GetExpText()
1428 m_aExpand = "..."; in Format()
1447 rText = m_aExpand; in GetExpText()
1457 rPH.Special( GetLen(), m_aExpand + m_aErgo, GetWhichPor() ); in HandlePortion()
1482 m_aExpand += rStr; in SwErgoSumPortion()
1485 m_aExpand += " "; in SwErgoSumPortion()
H A Dtxthyph.cxx380 rText = m_aExpand; in GetExpText()
386 rPH.Special( GetLen(), m_aExpand, GetWhichPor() ); in HandlePortion()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Datrfld.cxx363 , m_aExpand( rAttr.GetField()->ExpandField(bInClipboard, nullptr) ) in SwTextField()
406 if (aNewExpand != m_aExpand || bSameExpandSimpleNotification) in ExpandTextField()
409 if (aNewExpand == m_aExpand) in ExpandTextField()
425 m_aExpand = aNewExpand; in ExpandTextField()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dtxtfld.hxx33 …mutable OUString m_aExpand; // only used to determine, if field content is changing in <ExpandText… member in SwTextField
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dtxtfld.hxx33 …mutable OUString m_aExpand; // only used to determine, if field content is changing in <ExpandText… member in SwTextField
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Datrfld.cxx456 , m_aExpand( rAttr.GetField()->ExpandField(bInClipboard, nullptr) ) in SwTextField()
499 if (aNewExpand != m_aExpand || bSameExpandSimpleNotification) in ExpandTextField()
502 if (aNewExpand == m_aExpand) in ExpandTextField()
516 m_aExpand = aNewExpand; in ExpandTextField()