Searched refs:CurrentContext (Results 1 – 13 of 13) sorted by relevance
52 class CurrentContext: class53 public ::osl::DebugBase< CurrentContext >,57 CurrentContext();59 virtual ~CurrentContext();65 CurrentContext(CurrentContext &); // not defined66 void operator =(CurrentContext &); // not defined69 CurrentContext::CurrentContext() {} in CurrentContext() function in __anon8bbef2100111::CurrentContext71 CurrentContext::~CurrentContext() {} in ~CurrentContext()73 css::uno::Any CurrentContext::getValueByName(::rtl::OUString const & Name) in getValueByName()94 css::uno::ContextLayer layer(new CurrentContext); in perform()
49 CurrentContext().ReadCharChain(*pChars); in GetNextToken()50 bDone = CurrentContext().PassNewToken(); in GetNextToken()51 SetCurrentContext(CurrentContext().FollowUpContext()); in GetNextToken()
52 CurrentContext().ReadCharChain(*pChars); in GetNextToken()53 bDone = CurrentContext().PassNewToken(); in GetNextToken()54 SetCurrentContext(CurrentContext().FollowUpContext()); in GetNextToken()
180 typedef uno::Reference< uno::XCurrentContext > CurrentContext; typedef183 CurrentContext m_xChainedContext;186 SimpleCurrentContext(const CurrentContext & xChainedContext) in SimpleCurrentContext()
72 CurrentContext() = 0;
30 struct CurrentContext;
86 CurrentContext() = 0;
63 CurrentContext();
61 TokenParser_Uidl::CurrentContext() in CurrentContext() function in csi::uidl::TokenParser_Uidl
81 CurrentContext();
80 TokenParser_Cpp::CurrentContext() in CurrentContext() function in cpp::TokenParser_Cpp
174 unohelper.CurrentContext( oldContext,{"My42":42}) )
258 class CurrentContext(XCurrentContext, Base ): class
Completed in 73 milliseconds