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
47 Context::Context ( in Context() function in sfx2::sidebar::Context
58 sal_Int32 Context::EvaluateMatch ( in EvaluateMatch()
59 const Context& rOther) const in EvaluateMatch()
79 sal_Int32 Context::EvaluateMatch (const ::std::vector<Context>& rOthers) const in EvaluateMatch()
83 for (::std::vector<Context>::const_iterator in EvaluateMatch()
106 bool Context::operator== (const Context& rOther) const in operator ==()
115 bool Context::operator!= (const Context& rOther) const in operator !=()