Searched refs:aCustomShow (Results 1 – 4 of 4) sorted by relevance
100 CustomShow aCustomShow; in createFastChildContext() local101 mrCustomShowList.push_back( aCustomShow ); in createFastChildContext()
624 ::rtl::OUString aCustomShow; in ImplCreateDocument()640 aCustomShow = ( *(::rtl::OUString*)mAny.getValue() ); in ImplCreateDocument()641 if ( aCustomShow.getLength() ) in ImplCreateDocument()711 sal_uInt32 nCustomShowNameLen = aCustomShow.getLength(); in ImplCreateDocument()716 const sal_Unicode* pCustomShow = aCustomShow.getStr(); in ImplCreateDocument()
1350 String aCustomShow; in Import() local1371 aCustomShow.Append( nChar ); in Import()1381 if ( aCustomShow.Len() ) in Import()1389 if ( ((SdCustomShow*)pPtr)->GetName() == aCustomShow ) in Import()
2115 OUString aCustomShow; in exportPresentationSettings() local2116 …Props->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "CustomShow" ) ) ) >>= aCustomShow; in exportPresentationSettings()2117 if( aCustomShow.getLength() ) in exportPresentationSettings()2119 AddAttribute(XML_NAMESPACE_PRESENTATION, XML_SHOW, aCustomShow ); in exportPresentationSettings()
Completed in 44 milliseconds