Lines Matching refs:Context
31 const sal_Int32 Context::NoMatch = 4;
32 const sal_Int32 Context::ApplicationWildcardMatch = 1;
33 const sal_Int32 Context::ContextWildcardMatch = 2;
34 const sal_Int32 Context::OptimalMatch = 0; // Neither application nor context name is "any".
38 Context::Context (void) in Context() function in sfx2::sidebar::Context
44 Context::Context ( in Context() function in sfx2::sidebar::Context
52 sal_Int32 Context::EvaluateMatch ( in EvaluateMatch()
53 const Context& rOther) const in EvaluateMatch()
70 sal_Int32 Context::EvaluateMatch (const ::std::vector<Context>& rOthers) const in EvaluateMatch()
74 for (::std::vector<Context>::const_iterator in EvaluateMatch()
94 bool Context::operator== (const Context& rOther) const in operator ==()
100 bool Context::operator!= (const Context& rOther) const in operator !=()