Home
last modified time | relevance | path

Searched refs:pDetectiveOpArray (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmlimprt.cxx402 pDetectiveOpArray.reset(); in ~ScXMLImport()
1676 if (!pDetectiveOpArray) in GetDetectiveOpArray()
1677 pDetectiveOpArray.reset(new ScMyImpDetectiveOpArray()); in GetDetectiveOpArray()
1678 return pDetectiveOpArray.get(); in GetDetectiveOpArray()
H A Dxmlimprt.hxx148 std::unique_ptr<ScMyImpDetectiveOpArray> pDetectiveOpArray; member in ScXMLImport
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmlimprt.cxx716 pDetectiveOpArray.reset(); in ~ScXMLImport()
1984 if (!pDetectiveOpArray) in GetDetectiveOpArray()
1985 pDetectiveOpArray.reset(new ScMyImpDetectiveOpArray()); in GetDetectiveOpArray()
1986 return pDetectiveOpArray.get(); in GetDetectiveOpArray()
H A Dxmlimprt.hxx268 std::unique_ptr<ScMyImpDetectiveOpArray> pDetectiveOpArray; member in ScXMLImport