Home
last modified time | relevance | path

Searched refs:maContext (Results 1 – 25 of 39) sorted by relevance

12

/trunk/main/vcl/unx/generic/app/
H A Di18n_ic.cxx75 if ( maContext != NULL ) in ~SalI18N_InputContext()
76 XDestroyIC( maContext ); in ~SalI18N_InputContext()
151 maContext( (XIC)NULL ), in SalI18N_InputContext()
350 if ( maContext == NULL ) in SalI18N_InputContext()
383 XSetICValues( maContext, in SalI18N_InputContext()
388 if ( maContext != NULL) in SalI18N_InputContext()
392 XSetICValues( maContext, in SalI18N_InputContext()
423 if ( maContext != NULL ) in Unmap()
497 XGetICValues ( maContext, in ExtendEventMask()
684 XSetICValues( maContext, in SetICFocus()
[all …]
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx246 SlideShowContext maContext; member in slideshow::internal::__anon016e0df80111::SlideImpl
381 maContext( mpSubsettableShapeManager, in SlideImpl()
391 maAnimations( maContext, in SlideImpl()
448 maContext.dispose(); in dispose()
509 std::for_each(maContext.mrViewContainer.begin(), in show()
510 maContext.mrViewContainer.end(), in show()
513 std::for_each( maContext.mrViewContainer.begin(), in show()
514 maContext.mrViewContainer.end(), in show()
516 maContext.mrScreenUpdater.notifyUpdate(); in show()
1000 maContext.mxComponentContext ), in applyInitialShapeAttributes()
[all …]
H A Dslideanimations.cxx46 maContext( rContext ), in SlideAnimations()
50 ENSURE_OR_THROW( maContext.mpSubsettableShapeManager, in SlideAnimations()
79 maContext ); in importAnimations()
124 maContext.dispose(); in dispose()
H A Dslideanimations.hxx114 SlideShowContext maContext; member in slideshow::internal::SlideAnimations
/trunk/main/slideshow/source/engine/shapes/
H A Dintrinsicanimationactivity.cxx93 SlideShowContext maContext; member in slideshow::internal::IntrinsicAnimationActivity
131 maContext( rContext ), in IntrinsicAnimationActivity()
151 maContext.mpSubsettableShapeManager->addIntrinsicAnimationHandler( in IntrinsicAnimationActivity()
162 maContext.dispose(); in dispose()
168 maContext.mpSubsettableShapeManager->removeIntrinsicAnimationHandler( in dispose()
197 maContext.mpSubsettableShapeManager->notifyShapeUpdate( pDrawShape ); in perform()
236 maContext.mrEventQueue.addEvent( mpWakeupEvent ); in perform()
237 maContext.mpSubsettableShapeManager->notifyShapeUpdate( pDrawShape ); in perform()
263 return maContext.mrActivitiesQueue.addActivity( in enableAnimations()
H A Ddrawinglayeranimation.cxx205 SlideShowContext maContext; member in __anon10d101710111::ActivityImpl
712 maContext.mpSubsettableShapeManager->enterAnimationMode( mpDrawShape ); in perform()
732 maContext.mrEventQueue.addEvent( mpWakeupEvent ); in perform()
754 : maContext(rContext), in ActivityImpl()
783 maContext.mpSubsettableShapeManager->getSubsetShape( in ActivityImpl()
866 maContext.mpSubsettableShapeManager->addIntrinsicAnimationHandler( in ActivityImpl()
873 return maContext.mrActivitiesQueue.addActivity( in enableAnimations()
899 maContext.mpSubsettableShapeManager->revokeSubset( in dispose()
908 maContext.dispose(); in dispose()
911 maContext.mpSubsettableShapeManager->removeIntrinsicAnimationHandler( in dispose()
[all …]
/trunk/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx141 if (maContext == aContext) in HandleContextChange()
147 maContext = aContext; in HandleContextChange()
148 switch (maContext.GetCombinedContext_DI()) in HandleContextChange()
375 switch (maContext.GetCombinedContext_DI()) in Resize()
883 switch (maContext.GetCombinedContext_DI()) in IMPL_LINK()
913 switch (maContext.GetCombinedContext_DI()) in IMPL_LINK()
998 maLineSpacePopup.Rearrange(meLnSpState,m_eMetricUnit,mpLnSPItem,maContext); in IMPL_LINK()
1237 switch (maContext.GetCombinedContext_DI()) in StateChangedIndentImpl()
1311 switch (maContext.GetCombinedContext_DI()) in StateChangedIndentImpl()
1461 …if ( ( maContext.GetCombinedContext_DI() == CombinedEnumContext(Application_WriterVariants, Contex… in StateChangeIncDecImpl()
[all …]
/trunk/main/slideshow/source/engine/animationnodes/
H A Dbasenode.cxx331 maContext( rContext.maContext ), in BaseNode()
364 maContext.dispose(); in dispose()
479 maContext, mnStartDelay ); in resolve()
492 maContext.mrEventQueue.addEvent( mpCurrentEvent ); in resolve()
522 maContext.mrEventMultiplexer.notifyAnimationStart( mpSelf ); in activate()
542 if (maContext.mrEventQueue.addEvent( pEvent )) in scheduleDeactivationEvent()
561 maContext, 0.0 ); in scheduleDeactivationEvent()
645 maContext.mrEventMultiplexer.notifyAnimationEnd( mpSelf ); in notifyEndListeners()
656 maContext.mrEventMultiplexer.notifySlideAnimationsEnd(); in notifyEndListeners()
H A Dbasenode.hxx53 : maContext( rContext ), in NodeContext()
62 maContext.dispose(); in dispose()
67 SlideShowContext maContext; member
139 SlideShowContext const& getContext() const { return maContext; } in getContext()
202 SlideShowContext maContext; member in slideshow::internal::BaseNode
H A Danimationnodefactory.cxx235 lookupAttributableShape( rContext.maContext.mpSubsettableShapeManager, in implCreateIteratedNodes()
264 rContext.maContext.mpSubsettableShapeManager ) ); in implCreateIteratedNodes()
288 rContext.maContext.mpSubsettableShapeManager )); in implCreateIteratedNodes()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DHelper.java74 maContext = com.sun.star.comp.helper.Bootstrap.bootstrap(); in Helper()
78 maMCFactory = maContext.getServiceManager(); in Helper()
126 maContext) ); in createDocument()
146 return maContext; in getComponentContext()
156 private XComponentContext maContext; field in Helper
H A DSelectionChangeListener.java72 maContext = aHelper.getComponentContext(); in SelectionChangeListener()
159 XMultiComponentFactory mMCF = maContext.getServiceManager(); in selectionChanged()
187 … Object oDesktop = mMCF.createInstanceWithContext("com.sun.star.frame.Desktop", maContext); in run()
188 … Object oToolKit = mMCF.createInstanceWithContext("com.sun.star.awt.Toolkit", maContext); in run()
207 private XComponentContext maContext; field in SelectionChangeListener
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx205 maContext(), in TextPropertyPanel()
274 if (maContext == aContext) in HandleContextChange()
280 maContext = aContext; in HandleContextChange()
281 switch (maContext.GetCombinedContext_DI()) in HandleContextChange()
342 if (maContext.GetApplication_DI() == sfx2::sidebar::EnumContext::Application_WriterVariants) in UpdateFontColorToolbox()
343 if (maContext.GetContext() != sfx2::sidebar::EnumContext::Context_DrawText) in UpdateFontColorToolbox()
671 switch (maContext.GetCombinedContext_DI()) in IMPL_LINK()
913 switch(maContext.GetCombinedContext_DI()) in NotifyItemUpdate()
948 switch(maContext.GetCombinedContext_DI()) in NotifyItemUpdate()
1159 switch(maContext.GetCombinedContext_DI()) in NotifyItemUpdate()
/trunk/main/toolkit/source/controls/grid/
H A Dgridcontrol.cxx98 …sterProperty( BASEPROPERTY_GRID_DATAMODEL, makeAny( lcl_getDefaultDataModel_throw( maContext ) ) ); in UnoGridModel()
99 …Property( BASEPROPERTY_GRID_COLUMNMODEL, makeAny( lcl_getDefaultColumnModel_throw( maContext ) ) ); in UnoGridModel()
137 xDataModel = lcl_getDefaultDataModel_throw( maContext ); in UnoGridModel()
156 xColumnModel = lcl_getDefaultColumnModel_throw( maContext ); in UnoGridModel()
/trunk/main/forms/source/component/
H A DFilter.cxx131 …xFormatSupplier = ::dbtools::getNumberFormats( m_xConnection, sal_True, maContext.getLegacyService… in ensureInitialized()
135 maContext.createComponent( "com.sun.star.util.NumberFormatter", m_xFormatter ); in ensureInitialized()
353 …::dbtools::OPredicateInputController aPredicateInput( maContext.getLegacyServiceFactory(), m_xConn… in itemStateChanged()
538 …::dbtools::OPredicateInputController aPredicateInput( maContext.getLegacyServiceFactory(), m_xConn… in commit()
762 …Reference< XExecutableDialog > xErrorDialog( maContext.createComponentWithArguments( s_sDialogServ… in displayException()
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx111 maContext(), in PosSizePropertyPanel()
421 if(maContext == aContext) in HandleContextChange()
427 maContext = aContext; in HandleContextChange()
430 switch (maContext.GetCombinedContext_DI()) in HandleContextChange()
1019 const sal_Int32 nCombinedContext(maContext.GetCombinedContext_DI()); in NotifyItemUpdate()
1131 const sal_Int32 nCombinedContext(maContext.GetCombinedContext_DI()); in executeSize()
/trunk/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx81 maContext(), in NumberFormatPropertyPanel()
268 if(maContext == aContext) in HandleContextChange()
274 maContext = aContext; in HandleContextChange()
H A DAlignmentPropertyPanel.cxx95 maContext(), in AlignmentPropertyPanel()
380 if(maContext == aContext) in HandleContextChange()
386 maContext = aContext; in HandleContextChange()
H A DCellAppearancePropertyPanel.cxx248 maContext(), in CellAppearancePropertyPanel()
452 if(maContext == aContext) in HandleContextChange()
458 maContext = aContext; in HandleContextChange()
H A DNumberFormatPropertyPanel.hxx82 ::sfx2::sidebar::EnumContext maContext;
/trunk/main/vcl/inc/unx/
H A Di18n_ic.hxx37 XIC maContext; member in SalI18N_InputContext
66 XIC GetContext() { return maContext; } in GetContext()
/trunk/main/sfx2/source/sidebar/
H A DContextList.cxx82 const sal_Int32 nMatch (rContext.EvaluateMatch(iEntry->maContext)); in FindBestMatch()
104 maEntries.back().maContext = rContext; in AddContextDescription()
H A DContextList.hxx45 Context maContext; member in sfx2::sidebar::ContextList::Entry
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx157 ,maContext( ::comphelper::getProcessServiceFactory() ) in UnoControlModel()
170 ,maContext( i_factory ) in UnoControlModel()
182 , maContext( rModel.maContext ) in UnoControlModel()
412 LocaleDataWrapper aLocaleInfo( maContext.getLegacyServiceFactory(), aLocale ); in ImplGetDefaultValue()
H A Dtabpagecontainer.cxx144 return lcl_createTabPageModel( maContext, aInitArgs, this ); in createTabPage()
152 return lcl_createTabPageModel( maContext, aInitArgs, this ); in loadTabPage()

Completed in 114 milliseconds

12