Searched refs:pShowNames (Results 1 – 1 of 1) sorted by relevance
2206 const OUString* pShowNames = NULL; in exportPresentationSettings() local2216 pShowNames = aShowNames.getArray(); in exportPresentationSettings()2233 for( sal_Int32 nIndex = 0; nIndex < nShowCount; nIndex++, pShowNames++ ) in exportPresentationSettings()2235 AddAttribute(XML_NAMESPACE_PRESENTATION, XML_NAME, *pShowNames ); in exportPresentationSettings()2237 xShows->getByName( *pShowNames ) >>= xShow; in exportPresentationSettings()
Completed in 31 milliseconds