Home
last modified time | relevance | path

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

/trunk/main/oox/source/ppt/
H A Dcustomshowlistcontext.cxx100 CustomShow aCustomShow; in createFastChildContext() local
101 mrCustomShowList.push_back( aCustomShow ); in createFastChildContext()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx624 ::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()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1350 String aCustomShow; in Import() local
1371 aCustomShow.Append( nChar ); in Import()
1381 if ( aCustomShow.Len() ) in Import()
1389 if ( ((SdCustomShow*)pPtr)->GetName() == aCustomShow ) in Import()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx2115 OUString aCustomShow; in exportPresentationSettings() local
2116 …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 66 milliseconds