Home
last modified time | relevance | path

Searched refs:CurrentContext (Results 1 – 13 of 13) sorted by relevance

/trunk/main/testtools/source/bridgetest/
H A Dcurrentcontextchecker.cxx52 class CurrentContext: class
53 public ::osl::DebugBase< CurrentContext >,
57 CurrentContext();
59 virtual ~CurrentContext();
65 CurrentContext(CurrentContext &); // not defined
66 void operator =(CurrentContext &); // not defined
69 CurrentContext::CurrentContext() {} in CurrentContext() function in __anon570bdf280111::CurrentContext
71 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()
/trunk/main/autodoc/source/parser_i/tokens/
H A Dtkp2.cxx49 CurrentContext().ReadCharChain(*pChars); in GetNextToken()
50 bDone = CurrentContext().PassNewToken(); in GetNextToken()
51 SetCurrentContext(CurrentContext().FollowUpContext()); in GetNextToken()
/trunk/main/autodoc/source/parser/tokens/
H A Dtkp.cxx52 CurrentContext().ReadCharChain(*pChars); in GetNextToken()
53 bDone = CurrentContext().PassNewToken(); in GetNextToken()
54 SetCurrentContext(CurrentContext().FollowUpContext()); in GetNextToken()
/trunk/main/desktop/source/app/
H A Dconfiginit.cxx180 typedef uno::Reference< uno::XCurrentContext > CurrentContext; typedef
183 CurrentContext m_xChainedContext;
186 SimpleCurrentContext(const CurrentContext & xChainedContext) in SimpleCurrentContext()
/trunk/main/autodoc/source/parser_i/inc/tokens/
H A Dtkp2.hxx72 CurrentContext() = 0;
/trunk/main/cppu/source/threadpool/
H A Dcurrent.hxx30 struct CurrentContext;
/trunk/main/autodoc/source/parser/inc/tokens/
H A Dtkp.hxx86 CurrentContext() = 0;
/trunk/main/autodoc/source/parser_i/inc/s2_luidl/
H A Dtkp_uidl.hxx63 CurrentContext();
/trunk/main/autodoc/source/parser_i/idl/
H A Dtkp_uidl.cxx61 TokenParser_Uidl::CurrentContext() in CurrentContext() function in csi::uidl::TokenParser_Uidl
/trunk/main/autodoc/source/parser/cpp/
H A Dtkp_cpp.hxx81 CurrentContext();
H A Dtkp_cpp.cxx80 TokenParser_Cpp::CurrentContext() in CurrentContext() function in cpp::TokenParser_Cpp
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dimpl.py174 unohelper.CurrentContext( oldContext,{"My42":42}) )
/trunk/main/pyuno/source/module/
H A Dunohelper.py258 class CurrentContext(XCurrentContext, Base ): class

Completed in 39 milliseconds