Lines Matching refs:context
65 ActiveMSPList::createNewMSP( const uno::Any& context ) in createNewMSP() argument
68 Sequence< Any > args( &context, 1 ); in createNewMSP()
156 ActiveMSPList::getMSPFromStringContext( const ::rtl::OUString& context ) in getMSPFromStringContext() argument
162 if ( context.indexOf( OUSTR( "vnd.sun.star.tdoc" ) ) == 0 ) in getMSPFromStringContext()
164 Reference< frame::XModel > xModel( MiscUtils::tDocUrlToModel( context ) ); in getMSPFromStringContext()
172 buf.append ( context ); in getMSPFromStringContext()
182 msp = createNewMSP( context ); in getMSPFromStringContext()
194 Msp_hash::const_iterator itr = m_hMsps.find( context ); in getMSPFromStringContext()
197 msp = createNewMSP( context ); in getMSPFromStringContext()
198 m_hMsps[ context ] = msp; in getMSPFromStringContext()
202 msp = m_hMsps[ context ]; in getMSPFromStringContext()
218 aMessage.append ( context ); in getMSPFromStringContext()