Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dtblafmt.hxx320 void ChangeBoxFormatName(std::u16string_view sFromName, const OUString& sToName);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dtblafmt.hxx324 void ChangeBoxFormatName(const OUString& sFromName, const OUString& sToName);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dtblafmt.cxx1224 void SwCellStyleTable::ChangeBoxFormatName(std::u16string_view sFromName, const OUString& sToName) in ChangeBoxFormatName() argument
1226 if (!GetBoxFormat(sToName)) in ChangeBoxFormatName()
1235 m_aCellStyles[i].first = sToName; in ChangeBoxFormatName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dtblafmt.cxx1234 void SwCellStyleTable::ChangeBoxFormatName(const OUString& sFromName, const OUString& sToName) in ChangeBoxFormatName() argument
1236 if (!GetBoxFormat(sToName)) in ChangeBoxFormatName()
1245 m_aCellStyles[i].first = sToName; in ChangeBoxFormatName()