Home
last modified time | relevance | path

Searched refs:lclAppendStyle (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/html/
H A Dhtmlex.cxx325 void lclAppendStyle(OUStringBuffer& aBuffer, std::u16string_view aTag, std::u16string_view aStyle) in lclAppendStyle() function
655 lclAppendStyle(aStr, u"h1", sStyle); in ExportSingleDocument()
1107 lclAppendStyle(aStr, u"h1", getParagraphStyle(pOutliner, 0)); in CreateHtmlTextForPresPages()
1334 lclAppendStyle(aStr, aTag, getParagraphStyle(pOutliner, nIndex)); in WriteOutlinerParagraph()
1351 lclAppendStyle(aStr, u"li", getParagraphStyle(pOutliner, nIndex)); in WriteOutlinerParagraph()
1384 lclAppendStyle(aStr, u"p", getParagraphStyle(pOutliner, nPara)); in CreateTextForNotesPage()
2101 lclAppendStyle(aStr, u"p", getParagraphStyle(pOutliner, 0)); in CreateOutlinePages()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/html/
H A Dhtmlex.cxx319 void lclAppendStyle(OUStringBuffer& aBuffer, const OUString& aTag, const OUString& aStyle) in lclAppendStyle() function
649 lclAppendStyle(aStr, "h1", sStyle); in ExportSingleDocument()
1101 lclAppendStyle(aStr, "h1", getParagraphStyle(pOutliner, 0)); in CreateHtmlTextForPresPages()
1328 lclAppendStyle(aStr, aTag, getParagraphStyle(pOutliner, nIndex)); in WriteOutlinerParagraph()
1345 lclAppendStyle(aStr, "li", getParagraphStyle(pOutliner, nIndex)); in WriteOutlinerParagraph()
1378 lclAppendStyle(aStr, "p", getParagraphStyle(pOutliner, nPara)); in CreateTextForNotesPage()
2097 lclAppendStyle(aStr, "p", getParagraphStyle(pOutliner, 0)); in CreateOutlinePages()