Home
last modified time | relevance | path

Searched refs:rAddText (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxeescher.hxx350 std::u16string_view rAddText );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxeescher.hxx354 const OUString& rAddText );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxeescher.cxx1445 const ScPostIt* pScNote, std::u16string_view rAddText) in XclExpNote() argument
1469 aNoteText = ScGlobal::addToken( aNoteText, rAddText, '\n', 2 ); in XclExpNote()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxeescher.cxx1450 const ScPostIt* pScNote, const OUString& rAddText) in XclExpNote() argument
1474 aNoteText = ScGlobal::addToken( aNoteText, rAddText, '\n', 2 ); in XclExpNote()