Home
last modified time | relevance | path

Searched refs:SwPostItsPortion (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dporexp.cxx213 SwPostItsPortion::SwPostItsPortion( bool bScrpt ) in SwPostItsPortion() function in SwPostItsPortion
220 void SwPostItsPortion::Paint( const SwTextPaintInfo &rInf ) const in Paint()
226 sal_uInt16 SwPostItsPortion::GetViewWidth( const SwTextSizeInfo &rInf ) const in GetViewWidth()
232 bool SwPostItsPortion::Format( SwTextFormatInfo &rInf ) in Format()
241 bool SwPostItsPortion::GetExpText( const SwTextSizeInfo &rInf, OUString &rText ) const in GetExpText()
H A Dporexp.hxx59 class SwPostItsPortion : public SwExpandPortion class
63 explicit SwPostItsPortion( bool bScrpt );
H A Dtxtfld.cxx107 pRet = new SwPostItsPortion( SwFieldIds::Script == pField->GetTyp()->Which() ); in NewFieldPortion()
H A Ditrcrsr.cxx1563SwPostItsPortion* pPostItsPortion = pPor->IsPostItsPortion() ? dynamic_cast<SwPostItsPortion*>(pPo… in GetModelPositionForViewPoint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dporexp.cxx213 SwPostItsPortion::SwPostItsPortion( bool bScrpt ) in SwPostItsPortion() function in SwPostItsPortion
220 void SwPostItsPortion::Paint( const SwTextPaintInfo &rInf ) const in Paint()
226 sal_uInt16 SwPostItsPortion::GetViewWidth( const SwTextSizeInfo &rInf ) const in GetViewWidth()
232 bool SwPostItsPortion::Format( SwTextFormatInfo &rInf ) in Format()
241 bool SwPostItsPortion::GetExpText( const SwTextSizeInfo &rInf, OUString &rText ) const in GetExpText()
H A Dporexp.hxx60 class SwPostItsPortion : public SwExpandPortion class
64 explicit SwPostItsPortion( bool bScrpt );
H A Dtxtfld.cxx110 pRet = new SwPostItsPortion( SwFieldIds::Script == pField->GetTyp()->Which() ); in NewFieldPortion()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog79784 sw: prefix members of FormatLevel, SwNumberPortion, SwPostItsPortion and ...