LibreOffice Module sc (master) 1
|
Generates help IDs for standard Calc AddIns. More...
#include <addinhelpid.hxx>
Public Member Functions | |
ScUnoAddInHelpIdGenerator ()=delete | |
Count of array entries. More... | |
ScUnoAddInHelpIdGenerator (std::u16string_view rServiceName) | |
void | SetServiceName (std::u16string_view rServiceName) |
Sets service name of the AddIn. More... | |
OUString | GetHelpId (std::u16string_view rFuncName) const |
Private Attributes | |
const ScUnoAddInHelpId * | pCurrHelpIds |
sal_uInt32 | nArrayCount |
Array of function names and help IDs. More... | |
Generates help IDs for standard Calc AddIns.
Definition at line 28 of file addinhelpid.hxx.
|
delete |
Count of array entries.
ScUnoAddInHelpIdGenerator::ScUnoAddInHelpIdGenerator | ( | std::u16string_view | rServiceName | ) |
Definition at line 158 of file addinhelpid.cxx.
References SetServiceName().
OUString ScUnoAddInHelpIdGenerator::GetHelpId | ( | std::u16string_view | rFuncName | ) | const |
Definition at line 187 of file addinhelpid.cxx.
References o3tl::compareToAscii(), nArrayCount, pCurrHelpIds, ScUnoAddInHelpId::pFuncName, and ScUnoAddInHelpId::sHelpId.
Referenced by ScUnoAddInCollection::ReadConfiguration(), and ScUnoAddInCollection::ReadFromAddIn().
void ScUnoAddInHelpIdGenerator::SetServiceName | ( | std::u16string_view | rServiceName | ) |
Sets service name of the AddIn.
Has to be done before requesting help IDs.
Definition at line 163 of file addinhelpid.cxx.
References nArrayCount, pAnalysisHelpIds, pCurrHelpIds, pDateFuncHelpIds, pPricingFuncHelpIds, and u.
Referenced by ScUnoAddInHelpIdGenerator().
|
private |
Array of function names and help IDs.
Definition at line 32 of file addinhelpid.hxx.
Referenced by GetHelpId(), and SetServiceName().
|
private |
Definition at line 31 of file addinhelpid.hxx.
Referenced by GetHelpId(), and SetServiceName().