Home
last modified time | relevance | path

Searched refs:Context (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/trunk/main/sfx2/source/sidebar/
H A DContext.cxx31 const sal_Int32 Context::NoMatch = 4;
32 const sal_Int32 Context::ApplicationWildcardMatch = 1;
33 const sal_Int32 Context::ContextWildcardMatch = 2;
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 ==()
[all …]
H A DContextMatcher.cxx53 const Context& rContext) const in EvaluateMatch()
55 sal_Int32 nBestMatch (Context::NoMatch); in EvaluateMatch()
66 if (nBestMatch == Context::OptimalMatch) in EvaluateMatch()
77 const Context& rContext, in EvaluateMatch()
80 sal_Int32 nApplicationMatch (Context::NoMatch); in EvaluateMatch()
84 nApplicationMatch = Context::ApplicationWildcardMatch; in EvaluateMatch()
86 return Context::NoMatch; in EvaluateMatch()
88 sal_Int32 nBestContextMatch (Context::NoMatch); in EvaluateMatch()
95 sal_Int32 nContextMatch (Context::NoMatch); in EvaluateMatch()
99 nContextMatch = Context::ContextWildcardMatch; in EvaluateMatch()
[all …]
H A DContext.hxx31 class Context class
37 Context (void);
38 Context (
56 sal_Int32 EvaluateMatch (const Context& rOther) const;
60 sal_Int32 EvaluateMatch (const ::std::vector<Context>& rOthers) const;
62 bool operator== (const Context& rOther) const;
63 bool operator!= (const Context& rOther) const;
H A DContextList.cxx47 const ContextList::Entry* ContextList::GetMatch (const Context& rContext) const in GetMatch()
59 ContextList::Entry* ContextList::GetMatch (const Context& rContext) in GetMatch()
71 ::std::vector<ContextList::Entry>::const_iterator ContextList::FindBestMatch (const Context& rConte… in FindBestMatch()
73 sal_Int32 nBestMatch (Context::NoMatch); in FindBestMatch()
88 if (nBestMatch == Context::OptimalMatch) in FindBestMatch()
99 const Context& rContext, in AddContextDescription()
H A DSidebarController.hxx154 Context maCurrentContext;
155 Context maRequestedContext;
203 const Context& rContext);
208 const Context& rContext);
213 const Context& rContext);
252 Context GetCurrentContext (void) const;
H A DContextList.hxx45 Context maContext;
53 const Context& rContext) const;
55 const Context& rContext);
58 const Context& rContext,
70 ::std::vector<Entry>::const_iterator FindBestMatch (const Context& rContext) const;
H A DResourceManager.hxx39 class Context;
87 const Context& rContext,
93 const Context& rContext,
103 const Context& rContext);
132 const Context& rContext,
H A DEnumContext.cxx39 typedef ::std::map<rtl::OUString,EnumContext::Context> ContextMap;
61 const Context eContext) in EnumContext()
145 EnumContext::Context EnumContext::GetContext (void) const in GetContext()
235 void EnumContext::AddEntry (const ::rtl::OUString& rsName, const Context eApplication) in AddEntry()
288 EnumContext::Context EnumContext::GetContextEnum (const ::rtl::OUString& rsContextName) in GetContextEnum()
303 const ::rtl::OUString& EnumContext::GetContextName (const Context eContext) in GetContextName()
H A DResourceManager.cxx152 const Context& rContext, in GetMatchingDecks()
195 const Context& rContext, in GetMatchingPanels()
465 const EnumContext::Context eContext (EnumContext::GetContextEnum(sContextName)); in ReadContextList()
494 Context( in ReadContextList()
555 …rDeckDescriptor.maContextList.AddContextDescription(Context(sModuleName, A2S("any")), true, OUStri… in ReadLegacyAddons()
569 …rPanelDescriptor.maContextList.AddContextDescription(Context(sModuleName, A2S("any")), true, OUStr… in ReadLegacyAddons()
586 const Context& rContext) in StorePanelExpansionState()
658 const Context& rContext, in IsDeckEnabled()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx119 Context::Context( const char *pPath ) in Context() function in layout::Context
123 Context::~Context() in ~Context()
129 void Context::setToplevel( PeerHandle xToplevel ) in setToplevel()
134 PeerHandle Context::getToplevel() in getToplevel()
138 PeerHandle Context::getRoot() in getRoot()
328 Context *Window::getContext() in getContext()
776 : Context( xml_file ) in Dialog()
785 : Context( xml_file ) in Dialog()
1243 : Context( xml_file ) in TabPage()
1251 : Context( xml_file ) in TabPage()
[all …]
H A Dwrapper.hxx46 Context *mpCtx;
52 WindowImpl (Context *context, PeerHandle const &peer, Window *window);
71 ControlImpl( Context *context, PeerHandle const& peer, Window *window );
96 t::t( Context *context, const char *pId, sal_uInt32 nId ) \
121 t::t( Context *context, const char *pId, sal_uInt32 nId ) \
136 t##Impl( Context *context, PeerHandle const& peer, Window *window ) \
/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs471 S1.create1(new Context(Context.test_kind.TEST_EXCEPTION, excRuntime)); in testS1()
479 Context c = new Context(Context.test_kind.TEST_EXCEPTION, excException); in testS1()
495 S1.create2(new Context(Context.test_kind.TEST_EXCEPTION, excRuntime)); in testS1()
545 c = new Context(Context.test_kind.TEST_EXCEPTION, excInvalidListener); in testS1()
558 S1.create2(new Context(Context.test_kind.NO_FACTORY)); in testS1()
569 S1.create2(new Context(Context.test_kind.CREATION_FAILED)); in testS1()
579 c = new Context(Context.test_kind.NORMAL); in testS1()
809 c = new Context(Context.test_kind.NORMAL); in testS1()
1025 Context c = new Context(Context.test_kind.NORMAL); in testSingletons()
1035 c = new Context(Context.test_kind.CREATION_FAILED); in testSingletons()
[all …]
/trunk/main/offapi/com/sun/star/xml/dom/events/
H A DEventType.idl36 * Context Info: None
44 * Context Info: None
52 * Context Info: detail (the numerical value)
101 * Context Info: screenX, screenY, clientX, clientY, altKey, ctrlKey, shiftKey, metaKey
117 * Context Info: None
125 * Context Info: relatedNode holds the parent node
133 * Context Info: relatedNode holds the parent node
141 * Context Info: None
149 * Context Info: None
157 * Context Info: attrName, attrChange, prevValue, newValue, relatedNode
[all …]
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx82 class TOOLKIT_DLLPUBLIC Context class
86 Context( char const* pPath );
87 virtual ~Context();
135 Context *getContext();
554 class TOOLKIT_DLLPUBLIC Dialog : public Context, public Window
705 Container( Context const* context, char const* id );
729 Table( Context const* context, char const* id );
745 Box( Context const* context, char const* id );
757 HBox( Context const* context, char const* id );
763 VBox( Context const* context, char const* id );
[all …]
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DEnumContext.hxx66 enum Context enum in sfx2::sidebar::EnumContext
111 const Context eContext);
136 Context GetContext (void) const;
162 static Context GetContextEnum (const ::rtl::OUString& rsContextName);
163 static const ::rtl::OUString& GetContextName (const Context eContext);
167 Context meContext;
172 static void AddEntry (const ::rtl::OUString& rsName, const Context eContext);
/trunk/main/unoxml/source/dom/
H A Dnode.hxx66 struct Context struct
68 Context( const Reference< XFastDocumentHandler >& i_xHandler, in Context() function
101 void pushContext(Context& io_rContext);
102 void popContext(Context& io_rContext);
104 …sal_Int32 getTokenWithPrefix( const Context& rContext, const sal_Char* xPrefix, const sal_Char* xN…
105 sal_Int32 getToken( const Context& rContext, const sal_Char* xName );
108 void addNamespaces(Context& io_rContext, xmlNodePtr pNode);
151 virtual void fastSaxify( Context& io_rContext );
H A Dnode.cxx69 void pushContext(Context& io_rContext) in pushContext()
75 void popContext(Context& io_rContext) in popContext()
80 void addNamespaces(Context& io_rContext, xmlNodePtr pNode) in addNamespaces()
95 Context::NamespaceMapType::iterator aIter= in addNamespaces()
99 Context::Namespace aNS; in addNamespaces()
111 sal_Int32 getToken( const Context& rContext, const sal_Char* pToken ) in getToken()
117 …sal_Int32 getTokenWithPrefix( const Context& rContext, const sal_Char* pPrefix, const sal_Char* pN… in getTokenWithPrefix()
126 Context::NamespaceVectorType::value_type::const_iterator aIter; in getTokenWithPrefix()
130 boost::bind(&Context::Namespace::getPrefix, in getTokenWithPrefix()
282 void CNode::fastSaxify(Context& io_rContext) in fastSaxify()
/trunk/main/vcl/source/window/
H A Ddndevdis.cxx104 nListeners = fireDropEvent( pChildWindow, dtde.Context, dtde.DropAction, in drop()
110 dtde.Context->rejectDrop(); in drop()
152 sal_Int32 nListeners = fireDragEnterEvent( pChildWindow, dtdee.Context, dtdee.DropAction, location, in dragEnter()
158 dtdee.Context->rejectDrag(); in dragEnter()
219 nListeners = fireDragEnterEvent( pChildWindow, dtde.Context, dtde.DropAction, location, in dragOver()
225 nListeners = fireDragOverEvent( pChildWindow, dtde.Context, dtde.DropAction, location, in dragOver()
233 dtde.Context->rejectDrag(); in dragOver()
277 nListeners = fireDragEnterEvent( pChildWindow, dtde.Context, dtde.DropAction, location, in dropActionChanged()
283 nListeners = fireDropActionChangedEvent( pChildWindow, dtde.Context, dtde.DropAction, location, in dropActionChanged()
291 dtde.Context->rejectDrag(); in dropActionChanged()
/trunk/main/scripting/examples/java/debugger/
H A DOORhinoDebugger.java25 import org.mozilla.javascript.Context;
67 Context.addContextListener(sdb); in initUI()
70 Context ctxt = Context.enter(); in initUI()
72 Scriptable jsArgs = Context.toObject(xsctxt, scope); in initUI()
74 Context.exit(); in initUI()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/
H A DScriptProviderForJavaScript.java51 import org.mozilla.javascript.Context;
212 Context ctxt = null; in invoke()
232 return Context.toString( result ); in invoke()
266 ctxt = Context.enter(); in invoke()
267 ctxt.setLanguageVersion(Context.VERSION_1_8); in invoke()
277 Scriptable jsCtxt = Context.toObject( in invoke()
283 Scriptable jsArgs = Context.toObject(params, scope); in invoke()
325 Context.exit(); in invoke()
H A DScriptEditorForJavaScript.java26 import org.mozilla.javascript.Context;
266 contextFactory.setLanguageVersion(Context.VERSION_1_8); in initUI()
324 Context ctxt = Context.enter(); in getScope()
327 Scriptable jsCtxt = Context.toObject(xsctxt, scope); in getScope()
330 Scriptable jsArgs = Context.toObject( in getScope()
334 Context.exit(); in getScope()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionObserver.cxx40 SelectionObserver::Context::Context (SlideSorter& rSlideSorter) in Context() function in sd::slidesorter::controller::SelectionObserver::Context
51 SelectionObserver::Context::~Context(void) in ~Context()
60 void SelectionObserver::Context::Abort(void) in Abort()
/trunk/main/configmgr/source/
H A Dconfigurationprovider.cxx403 css::uno::Reference< css::uno::XComponentContext > const & Context)
409 css::uno::Reference< css::uno::XComponentContext > const & Context)
426 css::uno::Reference< css::uno::XComponentContext > const & Context) in createInstanceWithContext()
430 css::uno::Sequence< css::uno::Any >(), Context); in createInstanceWithContext()
436 css::uno::Reference< css::uno::XComponentContext > const & Context) in createInstanceWithArgumentsAndContext()
441 if (!(Context->getValueByName( in createInstanceWithArgumentsAndContext()
454 Context); in createInstanceWithArgumentsAndContext()
506 return static_cast< cppu::OWeakObject * >(new Service(Context, locale)); in createInstanceWithArgumentsAndContext()
/trunk/main/svx/source/sidebar/
H A DSelectionAnalyzer.cxx37 EnumContext::Context SelectionAnalyzer::GetContextForSelection_SC (const SdrMarkList& rMarkList) in GetContextForSelection_SC()
39 EnumContext::Context eContext = EnumContext::Context_Unknown; in GetContextForSelection_SC()
99 EnumContext::Context SelectionAnalyzer::GetContextForSelection_SD ( in GetContextForSelection_SD()
103 EnumContext::Context eContext = EnumContext::Context_Unknown; in GetContextForSelection_SD()
207 EnumContext::Context SelectionAnalyzer::GetContextForObjectId_SC (const sal_uInt16 nObjectId) in GetContextForObjectId_SC()
252 EnumContext::Context SelectionAnalyzer::GetContextForObjectId_SD ( in GetContextForObjectId_SD()
/trunk/main/desktop/source/app/
H A Dconfiginit.cxx216 class ConfigurationErrorHandler::Context : public SimpleCurrentContext class in ConfigurationErrorHandler
219 Context() in Context() function in ConfigurationErrorHandler::Context
224 ~Context() in ~Context()
238 uno::Any SAL_CALL ConfigurationErrorHandler::Context::getValueByName( OUString const & aName) in getValueByName()
262 m_pContext = new Context; in activate()

Completed in 114 milliseconds

12345678910>>...13