Lines Matching refs:aAny2

359         Any aAny2( &bIsScrollingMode, ::getBooleanCppuType() );  in lcl_addFrameProperties()  local
360 *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_FRAME_DISPLAY_SCROLLBAR ), aAny2 ); in lcl_addFrameProperties()
365 Any aAny2( &bIsBorderSet, ::getBooleanCppuType() ); in lcl_addFrameProperties() local
366 *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_FRAME_DISPLAY_BORDER ), aAny2 ); in lcl_addFrameProperties()
371 Any aAny2; in lcl_addFrameProperties() local
373 *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_FRAME_MARGIN_HORI ), aAny2 ); in lcl_addFrameProperties()
378 Any aAny2; in lcl_addFrameProperties() local
380 *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_FRAME_MARGIN_VERT ), aAny2 ); in lcl_addFrameProperties()
576 … Any aAny2 = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("AppletCodeBase") ); in _exportTextEmbedded() local
577 aAny2 >>= aStr; in _exportTextEmbedded()
581 aAny2 = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("AppletName") ); in _exportTextEmbedded()
582 aAny2 >>= aStr; in _exportTextEmbedded()
586 aAny2 = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("AppletCode") ); in _exportTextEmbedded()
587 aAny2 >>= aStr; in _exportTextEmbedded()
591aAny2 = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("AppletIsScript") ); in _exportTextEmbedded()
592 aAny2 >>= bScript; in _exportTextEmbedded()
596aAny2 = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("AppletCommands") ); in _exportTextEmbedded()
597 aAny2 >>= aProps; in _exportTextEmbedded()
623 Any aAny2 = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("PluginURL") ); in _exportTextEmbedded() local
624 aAny2 >>= aStr; in _exportTextEmbedded()
627aAny2 = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("PluginMimeType") ); in _exportTextEmbedded()
628 aAny2 >>= aStr; in _exportTextEmbedded()
642 Any aAny2 = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameURL") ); in _exportTextEmbedded() local
643 aAny2 >>= aStr; in _exportTextEmbedded()
647 aAny2 = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameName") ); in _exportTextEmbedded()
648 aAny2 >>= aStr; in _exportTextEmbedded()