LibreOffice Module sw (master)
1
|
#include <toxmgr.hxx>
Public Member Functions | |
SwTOXMarkDescription (TOXTypes eType) | |
TOXTypes | GetTOXType () const |
void | SetLevel (int nSet) |
int | GetLevel () const |
void | SetMainEntry (bool bSet) |
bool | IsMainEntry () const |
void | SetPrimKey (const OUString &rSet) |
std::optional< OUString > const & | GetPrimKey () const |
void | SetSecKey (const OUString &rSet) |
std::optional< OUString > const & | GetSecKey () const |
void | SetAltStr (const OUString &rSet) |
std::optional< OUString > const & | GetAltStr () const |
void | SetTOUName (const OUString &rSet) |
std::optional< OUString > const & | GetTOUName () const |
void | SetPhoneticReadingOfAltStr (const OUString &rSet) |
std::optional< OUString > const & | GetPhoneticReadingOfAltStr () const |
void | SetPhoneticReadingOfPrimKey (const OUString &rSet) |
std::optional< OUString > const & | GetPhoneticReadingOfPrimKey () const |
void | SetPhoneticReadingOfSecKey (const OUString &rSet) |
std::optional< OUString > const & | GetPhoneticReadingOfSecKey () const |
Private Member Functions | |
SwTOXMarkDescription (SwTOXMarkDescription const &)=delete | |
SwTOXMarkDescription & | operator= (SwTOXMarkDescription const &)=delete |
Private Attributes | |
TOXTypes | meTOXType |
int | mnLevel |
bool | mbMainEntry |
std::optional< OUString > | maPrimKey |
std::optional< OUString > | maSecKey |
std::optional< OUString > | maAltStr |
std::optional< OUString > | maTOUName |
std::optional< OUString > | maPhoneticReadingOfAltStr |
std::optional< OUString > | maPhoneticReadingOfPrimKey |
std::optional< OUString > | maPhoneticReadingOfSecKey |
Definition at line 169 of file toxmgr.hxx.
|
privatedelete |
|
inlineexplicit |
Definition at line 189 of file toxmgr.hxx.
References false.
|
inline |
Definition at line 211 of file toxmgr.hxx.
References maAltStr.
Referenced by SwTOXMgr::InsertTOXMark(), and SwTOXMgr::UpdateTOXMark().
|
inline |
Definition at line 199 of file toxmgr.hxx.
References mnLevel.
Referenced by SwTOXMgr::InsertTOXMark(), and SwTOXMgr::UpdateTOXMark().
|
inline |
Definition at line 217 of file toxmgr.hxx.
References maPhoneticReadingOfAltStr.
Referenced by SwTOXMgr::InsertTOXMark(), and SwTOXMgr::UpdateTOXMark().
|
inline |
Definition at line 220 of file toxmgr.hxx.
References maPhoneticReadingOfPrimKey.
Referenced by SwTOXMgr::InsertTOXMark(), and SwTOXMgr::UpdateTOXMark().
|
inline |
Definition at line 223 of file toxmgr.hxx.
References maPhoneticReadingOfSecKey.
Referenced by SwTOXMgr::InsertTOXMark(), and SwTOXMgr::UpdateTOXMark().
|
inline |
Definition at line 205 of file toxmgr.hxx.
References maPrimKey.
Referenced by SwTOXMgr::InsertTOXMark(), and SwTOXMgr::UpdateTOXMark().
|
inline |
Definition at line 208 of file toxmgr.hxx.
References maSecKey.
Referenced by SwTOXMgr::InsertTOXMark(), and SwTOXMgr::UpdateTOXMark().
|
inline |
Definition at line 214 of file toxmgr.hxx.
References maTOUName.
Referenced by SwTOXMgr::InsertTOXMark().
|
inline |
Definition at line 196 of file toxmgr.hxx.
References meTOXType.
Referenced by SwTOXMgr::InsertTOXMark().
|
inline |
Definition at line 202 of file toxmgr.hxx.
References mbMainEntry.
Referenced by SwTOXMgr::InsertTOXMark(), and SwTOXMgr::UpdateTOXMark().
|
privatedelete |
|
inline |
Definition at line 210 of file toxmgr.hxx.
Referenced by SwIndexMarkPane::InsertMark(), and SwIndexMarkPane::UpdateMark().
Definition at line 198 of file toxmgr.hxx.
Referenced by SwIndexMarkPane::InsertMark(), and SwIndexMarkPane::UpdateMark().
|
inline |
Definition at line 201 of file toxmgr.hxx.
Referenced by SwIndexMarkPane::InsertMark(), and SwIndexMarkPane::UpdateMark().
|
inline |
Definition at line 216 of file toxmgr.hxx.
Referenced by SwIndexMarkPane::InsertMark(), and SwIndexMarkPane::UpdateMark().
|
inline |
Definition at line 219 of file toxmgr.hxx.
Referenced by SwIndexMarkPane::InsertMark(), and SwIndexMarkPane::UpdateMark().
|
inline |
Definition at line 222 of file toxmgr.hxx.
Referenced by SwIndexMarkPane::InsertMark(), and SwIndexMarkPane::UpdateMark().
|
inline |
Definition at line 204 of file toxmgr.hxx.
Referenced by SwIndexMarkPane::InsertMark(), and SwIndexMarkPane::UpdateMark().
|
inline |
Definition at line 207 of file toxmgr.hxx.
Referenced by SwIndexMarkPane::InsertMark(), and SwIndexMarkPane::UpdateMark().
|
inline |
Definition at line 213 of file toxmgr.hxx.
Referenced by SwIndexMarkPane::InsertMark().
|
private |
Definition at line 177 of file toxmgr.hxx.
Referenced by GetAltStr().
|
private |
Definition at line 180 of file toxmgr.hxx.
Referenced by GetPhoneticReadingOfAltStr().
|
private |
Definition at line 181 of file toxmgr.hxx.
Referenced by GetPhoneticReadingOfPrimKey().
|
private |
Definition at line 182 of file toxmgr.hxx.
Referenced by GetPhoneticReadingOfSecKey().
|
private |
Definition at line 175 of file toxmgr.hxx.
Referenced by GetPrimKey().
|
private |
Definition at line 176 of file toxmgr.hxx.
Referenced by GetSecKey().
|
private |
Definition at line 178 of file toxmgr.hxx.
Referenced by GetTOUName().
|
private |
Definition at line 173 of file toxmgr.hxx.
Referenced by IsMainEntry().
|
private |
Definition at line 171 of file toxmgr.hxx.
Referenced by GetTOXType().
|
private |
Definition at line 172 of file toxmgr.hxx.
Referenced by GetLevel().