LibreOffice Module sw (master) 1
|
#include <shellres.hxx>
Public Types | |
enum | PageNameMode { NORMAL_PAGE , FIRST_PAGE , FOLLOW_PAGE } |
Public Member Functions | |
const std::vector< OUString > & | GetAutoFormatNameLst () const |
OUString | GetPageDescName (sal_uInt16 nNo, PageNameMode eMode) |
ShellResource () | |
Public Attributes | |
OUString | aPostItAuthor |
OUString | aPostItPage |
OUString | aPostItLine |
OUString | aCalc_Syntax |
OUString | aCalc_ZeroDiv |
OUString | aCalc_Brack |
OUString | aCalc_Pow |
OUString | aCalc_Overflow |
OUString | aCalc_Default |
OUString | aCalc_Error |
OUString | aGetRefField_RefItemNotFound |
OUString | aStrNone |
OUString | aFixedStr |
OUString | sDurationFormat |
OUString | aTOXIndexName |
OUString | aTOXUserName |
OUString | aTOXContentName |
OUString | aTOXIllustrationsName |
OUString | aTOXObjectsName |
OUString | aTOXTablesName |
OUString | aTOXAuthoritiesName |
OUString | aTOXCitationName |
std::vector< OUString > | aDocInfoLst |
Private Member Functions | |
void | GetAutoFormatNameLst_ () const |
Private Attributes | |
std::optional< std::vector< OUString > > | mxAutoFormatNameLst |
OUString | sPageDescFirstName |
OUString | sPageDescFollowName |
OUString | sPageDescName |
Definition at line 28 of file shellres.hxx.
Enumerator | |
---|---|
NORMAL_PAGE | |
FIRST_PAGE | |
FOLLOW_PAGE |
Definition at line 67 of file shellres.hxx.
ShellResource::ShellResource | ( | ) |
Definition at line 107 of file initui.cxx.
References aDocInfoLst, FLD_DOCINFO_ARY, and SwResId().
|
inline |
Definition at line 88 of file shellres.hxx.
References GetAutoFormatNameLst_(), and mxAutoFormatNameLst.
Referenced by SwAutoFormat::SetRedlineText_().
|
private |
Definition at line 182 of file initui.cxx.
References LocaleDataWrapper::getDoubleQuotationMarkEnd(), LocaleDataWrapper::getDoubleQuotationMarkStart(), SvtSysLocale::GetLocaleData(), mxAutoFormatNameLst, n, p, SAL_N_ELEMENTS, STR_AUTOFMTREDL_END, STR_AUTOFMTREDL_TYPO, and SwResId().
Referenced by GetAutoFormatNameLst().
OUString ShellResource::GetPageDescName | ( | sal_uInt16 | nNo, |
PageNameMode | eMode | ||
) |
Definition at line 142 of file initui.cxx.
References eMode, FIRST_PAGE, FOLLOW_PAGE, NORMAL_PAGE, sPageDescFirstName, sPageDescFollowName, and sPageDescName.
OUString ShellResource::aCalc_Brack |
Definition at line 37 of file shellres.hxx.
Referenced by SwCalc::GetStrResult().
OUString ShellResource::aCalc_Default |
Definition at line 40 of file shellres.hxx.
Referenced by SwCalc::GetStrResult().
OUString ShellResource::aCalc_Error |
Definition at line 41 of file shellres.hxx.
Referenced by SwTableBoxFormat::BoxAttributeChanged(), SwCursorShell::CheckTableBoxContent(), and SwValueFieldType::ExpandValue().
OUString ShellResource::aCalc_Overflow |
Definition at line 39 of file shellres.hxx.
Referenced by SwCalc::GetStrResult().
OUString ShellResource::aCalc_Pow |
Definition at line 38 of file shellres.hxx.
Referenced by SwCalc::GetStrResult().
OUString ShellResource::aCalc_Syntax |
Definition at line 35 of file shellres.hxx.
Referenced by SwCalc::GetStrResult().
OUString ShellResource::aCalc_ZeroDiv |
Definition at line 36 of file shellres.hxx.
Referenced by SwCalc::GetStrResult().
std::vector<OUString> ShellResource::aDocInfoLst |
Definition at line 62 of file shellres.hxx.
Referenced by SwDocInfoField::GetFieldName(), SwFieldMgr::GetSubTypes(), and ShellResource().
OUString ShellResource::aFixedStr |
Definition at line 48 of file shellres.hxx.
Referenced by SwField::GetFieldName(), and SwDocInfoField::GetFieldName().
OUString ShellResource::aGetRefField_RefItemNotFound |
Definition at line 44 of file shellres.hxx.
Referenced by SwGetRefField::UpdateField().
OUString ShellResource::aPostItAuthor |
Definition at line 30 of file shellres.hxx.
Referenced by lcl_FormatPostIt().
OUString ShellResource::aPostItLine |
Definition at line 32 of file shellres.hxx.
Referenced by lcl_FormatPostIt().
OUString ShellResource::aPostItPage |
Definition at line 31 of file shellres.hxx.
Referenced by lcl_FormatPostIt().
OUString ShellResource::aStrNone |
Definition at line 46 of file shellres.hxx.
Referenced by IMPL_LINK_NOARG(), and InsertTableImpl().
OUString ShellResource::aTOXAuthoritiesName |
Definition at line 59 of file shellres.hxx.
Referenced by SwDoc::InitTOXTypes().
OUString ShellResource::aTOXCitationName |
Definition at line 60 of file shellres.hxx.
Referenced by SwDoc::InitTOXTypes().
OUString ShellResource::aTOXContentName |
Definition at line 55 of file shellres.hxx.
Referenced by SwDoc::InitTOXTypes().
OUString ShellResource::aTOXIllustrationsName |
Definition at line 56 of file shellres.hxx.
Referenced by SwDoc::InitTOXTypes().
OUString ShellResource::aTOXIndexName |
Definition at line 53 of file shellres.hxx.
Referenced by SwDoc::InitTOXTypes().
OUString ShellResource::aTOXObjectsName |
Definition at line 57 of file shellres.hxx.
Referenced by SwDoc::InitTOXTypes().
OUString ShellResource::aTOXTablesName |
Definition at line 58 of file shellres.hxx.
Referenced by SwDoc::InitTOXTypes().
OUString ShellResource::aTOXUserName |
Definition at line 54 of file shellres.hxx.
Referenced by SwDoc::InitTOXTypes(), lcl_ConvertTOUNameToProgrammaticName(), and lcl_ConvertTOUNameToUserName().
|
mutableprivate |
Definition at line 82 of file shellres.hxx.
Referenced by GetAutoFormatNameLst(), and GetAutoFormatNameLst_().
OUString ShellResource::sDurationFormat |
Definition at line 50 of file shellres.hxx.
Referenced by SwDocInfoField::ExpandImpl().
|
private |
Definition at line 83 of file shellres.hxx.
Referenced by GetPageDescName().
|
private |
Definition at line 84 of file shellres.hxx.
Referenced by GetPageDescName().
|
private |
Definition at line 85 of file shellres.hxx.
Referenced by GetPageDescName().