Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/ppt/
H A Dpptin.cxx128 …tools::SvRef<SotStorageStream> pCurrentUserStream(rStorage.OpenSotStream("Current User", StreamMod… in SdPPTImport() local
129 if (pCurrentUserStream) in SdPPTImport()
131 ReadPptCurrentUserAtom(*pCurrentUserStream, maParam.aCurrentUserAtom); in SdPPTImport()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/ppt/
H A Dpptin.cxx127 if (auto pCurrentUserStream in SdPPTImport() local
130 ReadPptCurrentUserAtom(*pCurrentUserStream, maParam.aCurrentUserAtom); in SdPPTImport()