Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunocrsrhelper.cxx1333 OUString sParaStyleName; in makeRedline() local
1360 rValue >>= sParaStyleName; in makeRedline()
1364 if (eType == RedlineType::ParagraphFormat && sParaStyleName.isEmpty()) in makeRedline()
1367 …xRedlineExtraData.reset(new SwRedlineExtraData_FormatColl( sParaStyleName, nStylePoolId, &aItemSet… in makeRedline()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunocrsrhelper.cxx1340 OUString sParaStyleName; in makeRedline() local
1366 rValue >>= sParaStyleName; in makeRedline()
1370 if (eType == RedlineType::ParagraphFormat && sParaStyleName.isEmpty()) in makeRedline()
1373 …xRedlineExtraData.reset(new SwRedlineExtraData_FormatColl( sParaStyleName, nStylePoolId, &aItemSet… in makeRedline()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A DXMLSectionExport.cxx1016 OUString sParaStyleName; in ExportIndexTemplate() local
1017 aAny >>= sParaStyleName; in ExportIndexTemplate()
1020 GetExport().EncodeStyleName( sParaStyleName )); in ExportIndexTemplate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A DXMLSectionExport.cxx1017 OUString sParaStyleName; in ExportIndexTemplate() local
1018 aAny >>= sParaStyleName; in ExportIndexTemplate()
1021 GetExport().EncodeStyleName( sParaStyleName )); in ExportIndexTemplate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx1159 OUString sParaStyleName; in ApplyParagraphPropertiesFromTableStyle() local
1160 rParaProp.m_rPropertySet->getPropertyValue("ParaStyleName") >>= sParaStyleName; in ApplyParagraphPropertiesFromTableStyle()
1161 … pEntry = m_rDMapper_Impl.GetStyleSheetTable()->FindStyleSheetByConvertedStyleName(sParaStyleName); in ApplyParagraphPropertiesFromTableStyle()
1167 …if ( (eId == PROP_CHAR_HEIGHT || eId == PROP_PARA_ADJUST) && sParaStyleName == m_rDMapper_Impl.Get… in ApplyParagraphPropertiesFromTableStyle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx1034 OUString sParaStyleName; in ApplyParaProperty() local
1035 rParaProp.m_rPropertySet->getPropertyValue("ParaStyleName") >>= sParaStyleName; in ApplyParaProperty()
1036 … pEntry = m_rDMapper_Impl.GetStyleSheetTable()->FindStyleSheetByConvertedStyleName(sParaStyleName); in ApplyParaProperty()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx3061 const OUString & sParaStyleName = pFormattingChanges->GetFormatName(); in Redline() local
3062 if (pChangesSet || !sParaStyleName.isEmpty()) in Redline()
3068 OString sStyleName = MSWordStyles::CreateStyleId( sParaStyleName ); in Redline()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx3200 const OUString & sParaStyleName = pFormattingChanges->GetFormatName(); in Redline() local
3201 if (pChangesSet || !sParaStyleName.isEmpty()) in Redline()
3207 OString sStyleName = MSWordStyles::CreateStyleId( sParaStyleName ); in Redline()