LibreOffice Module sc (master) 1
|
#include <XMLStylesExportHelper.hxx>
Public Member Functions | |
ScColumnRowStylesBase () | |
virtual | ~ScColumnRowStylesBase () |
virtual void | AddNewTable (const sal_Int32 nTable, const sal_Int32 nFields)=0 |
sal_Int32 | AddStyleName (const OUString &rString) |
sal_Int32 | GetIndexOfStyleName (std::u16string_view rString, std::u16string_view rPrefix) |
OUString & | GetStyleNameByIndex (const sal_Int32 nIndex) |
Private Attributes | |
std::vector< OUString > | aStyleNames |
Definition at line 190 of file XMLStylesExportHelper.hxx.
ScColumnRowStylesBase::ScColumnRowStylesBase | ( | ) |
Definition at line 903 of file XMLStylesExportHelper.cxx.
|
virtual |
Definition at line 907 of file XMLStylesExportHelper.cxx.
|
pure virtual |
Implemented in ScColumnStyles, and ScRowStyles.
sal_Int32 ScColumnRowStylesBase::AddStyleName | ( | const OUString & | rString | ) |
Definition at line 911 of file XMLStylesExportHelper.cxx.
References aStyleNames.
sal_Int32 ScColumnRowStylesBase::GetIndexOfStyleName | ( | std::u16string_view | rString, |
std::u16string_view | rPrefix | ||
) |
Definition at line 917 of file XMLStylesExportHelper.cxx.
References aStyleNames, i, o3tl::make_unsigned(), nIndex, and o3tl::toInt32().
OUString & ScColumnRowStylesBase::GetStyleNameByIndex | ( | const sal_Int32 | nIndex | ) |
Definition at line 942 of file XMLStylesExportHelper.cxx.
References aStyleNames, and nIndex.
|
private |
Definition at line 192 of file XMLStylesExportHelper.hxx.
Referenced by AddStyleName(), GetIndexOfStyleName(), and GetStyleNameByIndex().