Home
last modified time | relevance | path

Searched refs:mpScriptNames (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/core/data/
H A Dsheetevents.cxx91 mpScriptNames(NULL) in ScSheetEvents()
102 if (mpScriptNames) in Clear()
106 delete[] mpScriptNames; in Clear()
107 mpScriptNames = NULL; in Clear()
112 mpScriptNames(NULL) in ScSheetEvents()
120 if (rOther.mpScriptNames) in operator =()
125 mpScriptNames[nEvent] = new rtl::OUString(*rOther.mpScriptNames[nEvent]); in operator =()
140 if (mpScriptNames) in GetScript()
141 return mpScriptNames[nEvent]; in GetScript()
153 if (!mpScriptNames) in SetScript()
[all …]
/aoo4110/main/sc/inc/
H A Dsheetevents.hxx40 rtl::OUString** mpScriptNames; member in ScSheetEvents

Completed in 14 milliseconds