Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/eppt/
H A Dpptx-epptooxml.cxx1048 OUString aMacrosName("_MS_VBA_Macros"); in WriteVBA() local
1049 if (!xDocumentStorage.is() || !xDocumentStorage->hasByName(aMacrosName)) in WriteVBA()
1053 …uno::Reference<io::XInputStream> xMacrosStream(xDocumentStorage->openStreamElement(aMacrosName, nO… in WriteVBA()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/eppt/
H A Dpptx-epptooxml.cxx1202 OUString aMacrosName("_MS_VBA_Macros"); in WriteVBA() local
1203 if (!xDocumentStorage.is() || !xDocumentStorage->hasByName(aMacrosName)) in WriteVBA()
1207 …uno::Reference<io::XInputStream> xMacrosStream(xDocumentStorage->openStreamElement(aMacrosName, nO… in WriteVBA()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxexport.cxx1361 OUString aMacrosName("_MS_VBA_Macros"); in WriteVBA() local
1362 if (!xDocumentStorage.is() || !xDocumentStorage->hasByName(aMacrosName)) in WriteVBA()
1366 …uno::Reference<io::XStream> xMacrosStream = xDocumentStorage->openStreamElement(aMacrosName, nOpen… in WriteVBA()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxexport.cxx1530 OUString aMacrosName("_MS_VBA_Macros"); in WriteVBA() local
1531 if (!xDocumentStorage.is() || !xDocumentStorage->hasByName(aMacrosName)) in WriteVBA()
1535 …uno::Reference<io::XStream> xMacrosStream = xDocumentStorage->openStreamElement(aMacrosName, nOpen… in WriteVBA()