Home
last modified time | relevance | path

Searched refs:oldContext (Results 1 – 2 of 2) sorted by relevance

/trunk/main/pyuno/source/module/
H A Dunohelper.py263 def __init__( self, oldContext, hashMap ): argument
265 self.oldContext = oldContext
270 elif self.oldContext != None:
271 return self.oldContext.getValueByName( name )
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dimpl.py171 oldContext = uno.getCurrentContext()
174 unohelper.CurrentContext( oldContext,{"My42":42}) )
178 uno.setCurrentContext( oldContext )

Completed in 19 milliseconds