Home
last modified time | relevance | path

Searched refs:i_context (Results 1 – 25 of 31) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/table/
H A Dgridtablerenderer.cxx448 Point imagePos( Point( i_context.aContentArea.Left(), i_context.aContentArea.Top() ) ); in impl_paintCellImage()
450 if ( i_context.aContentArea.GetWidth() > imageSize.Width() ) in impl_paintCellImage()
467 imageSize.setWidth( i_context.aContentArea.GetWidth() ); in impl_paintCellImage()
469 if ( i_context.aContentArea.GetHeight() > imageSize.Height() ) in impl_paintCellImage()
507 impl_paintCellImage( i_context, aImage ); in impl_paintCellContent()
512 impl_paintCellText( i_context, sText ); in impl_paintCellContent()
518 if ( i_context.bSelected ) in impl_paintCellText()
520 ::Color const textColor = i_context.bHasControlFocus in impl_paintCellText()
523 i_context.rDevice.SetTextColor( textColor ); in impl_paintCellText()
528 i_context.rDevice.SetTextColor( textColor ); in impl_paintCellText()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/table/
H A Dgridtablerenderer.cxx449 Point imagePos( Point( i_context.aContentArea.Left(), i_context.aContentArea.Top() ) ); in impl_paintCellImage()
451 if ( i_context.aContentArea.GetWidth() > imageSize.Width() ) in impl_paintCellImage()
468 imageSize.setWidth( i_context.aContentArea.GetWidth() ); in impl_paintCellImage()
470 if ( i_context.aContentArea.GetHeight() > imageSize.Height() ) in impl_paintCellImage()
508 impl_paintCellImage( i_context, aImage ); in impl_paintCellContent()
513 impl_paintCellText( i_context, sText ); in impl_paintCellContent()
519 if ( i_context.bSelected ) in impl_paintCellText()
521 ::Color const textColor = i_context.bHasControlFocus in impl_paintCellText()
524 i_context.rDevice.SetTextColor( textColor ); in impl_paintCellText()
529 i_context.rDevice.SetTextColor( textColor ); in impl_paintCellText()
[all …]
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-api-wasm.cc157 i::Handle<i::Context> i_context = v8::Utils::OpenHandle(*context); in TEST() local
166 CHECK(!i_isolate->IsWasmSimdEnabled(i_context)); in TEST()
169 CHECK(i_isolate->IsWasmSimdEnabled(i_context)); in TEST()
173 CHECK(!i_isolate->IsWasmSimdEnabled(i_context)); in TEST()
177 CHECK(i_isolate->IsWasmSimdEnabled(i_context)); in TEST()
186 i::Handle<i::Context> i_context = v8::Utils::OpenHandle(*context); in TEST() local
195 CHECK(!i_isolate->AreWasmExceptionsEnabled(i_context)); in TEST()
198 CHECK(i_isolate->AreWasmExceptionsEnabled(i_context)); in TEST()
202 CHECK(!i_isolate->AreWasmExceptionsEnabled(i_context)); in TEST()
206 CHECK(i_isolate->AreWasmExceptionsEnabled(i_context)); in TEST()
/dports/math/z3/z3-z3-4.8.13/examples/python/
H A Dparallel.py29 i_context = Context() variable
30 x_i = deepcopy(x).translate(i_context)
33 pool.apply_async(calculate, [x_i, i, i_context])
/dports/math/py-z3-solver/z3-z3-4.8.10/examples/python/
H A Dparallel.py29 i_context = Context()
30 x_i = deepcopy(x).translate(i_context)
33 pool.apply_async(calculate, [x_i, i, i_context])
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dundo.hxx56 virtual void UndoWithContext( SfxUndoContext& i_context );
58 virtual void RedoWithContext( SfxUndoContext& i_context );
137 virtual void UndoWithContext( SfxUndoContext& i_context ) override;
139 virtual void RedoWithContext( SfxUndoContext& i_context ) override;
299 bool UndoWithContext( SfxUndoContext& i_context );
300 bool RedoWithContext( SfxUndoContext& i_context );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dundo.hxx54 virtual void UndoWithContext( SfxUndoContext& i_context );
56 virtual void RedoWithContext( SfxUndoContext& i_context );
135 virtual void UndoWithContext( SfxUndoContext& i_context ) override;
137 virtual void RedoWithContext( SfxUndoContext& i_context ) override;
297 bool UndoWithContext( SfxUndoContext& i_context );
298 bool RedoWithContext( SfxUndoContext& i_context );
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/inc/table/
H A Dgridtablerenderer.hxx100 CellRenderContext const & i_context
103 CellRenderContext const & i_context,
107 CellRenderContext const & i_context,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/inc/table/
H A Dgridtablerenderer.hxx101 CellRenderContext const & i_context
104 CellRenderContext const & i_context,
108 CellRenderContext const & i_context,
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/qa/complex/connectivity/
H A DFlatFileAccess.java218 T[] i_expectedValues, String i_context, String i_failureDesc ) in testRowSetResults() argument
231 …assureEquals( i_context + ": " + i_failureDesc, i_expectedValues, values.toArray(), ContinueWithTe… in testRowSetResults()
235 failed( i_context + ": caught an exception: " + e.toString(), ContinueWithTest.NO ); in testRowSetResults()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/qa/complex/connectivity/
H A DFlatFileAccess.java218 T[] i_expectedValues, String i_context, String i_failureDesc ) in testRowSetResults() argument
231 …assureEquals( i_context + ": " + i_failureDesc, i_expectedValues, values.toArray(), ContinueWithTe… in testRowSetResults()
235 failed( i_context + ": caught an exception: " + e.toString(), ContinueWithTest.NO ); in testRowSetResults()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/controls/grid/
H A Dgridcontrol.cxx57 …e< XGridDataModel > lcl_getDefaultDataModel_throw( const Reference<XComponentContext> & i_context ) in lcl_getDefaultDataModel_throw() argument
59 …bleGridDataModel > const xDelegatorModel( DefaultGridDataModel::create( i_context ), UNO_SET_THROW… in lcl_getDefaultDataModel_throw()
60 …Reference< XGridDataModel > const xDataModel( SortableGridDataModel::create( i_context, xDelegator… in lcl_getDefaultDataModel_throw()
64 …GridColumnModel > lcl_getDefaultColumnModel_throw( const Reference<XComponentContext> & i_context ) in lcl_getDefaultColumnModel_throw() argument
66 … Reference< XGridColumnModel > const xColumnModel = DefaultGridColumnModel::create( i_context ); in lcl_getDefaultColumnModel_throw()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/controls/grid/
H A Dgridcontrol.cxx57 …e< XGridDataModel > lcl_getDefaultDataModel_throw( const Reference<XComponentContext> & i_context ) in lcl_getDefaultDataModel_throw() argument
59 …bleGridDataModel > const xDelegatorModel( DefaultGridDataModel::create( i_context ), UNO_SET_THROW… in lcl_getDefaultDataModel_throw()
60 …Reference< XGridDataModel > const xDataModel( SortableGridDataModel::create( i_context, xDelegator… in lcl_getDefaultDataModel_throw()
64 …GridColumnModel > lcl_getDefaultColumnModel_throw( const Reference<XComponentContext> & i_context ) in lcl_getDefaultColumnModel_throw() argument
66 … Reference< XGridColumnModel > const xColumnModel = DefaultGridColumnModel::create( i_context ); in lcl_getDefaultColumnModel_throw()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/controls/
H A Danimatedimages.cxx213 …ImagesControlModel_Data& i_data, const sal_Int32 i_index, const Reference< XInterface >& i_context, in lcl_checkIndex() argument
217 throw IndexOutOfBoundsException( OUString(), i_context ); in lcl_checkIndex()
222 …t32 i_accessor, const Sequence< OUString >& i_imageURLs, const Reference< XInterface >& i_context ) in lcl_notify()
229 aEvent.Source = i_context; in lcl_notify()
H A Dtabpagecontainer.cxx92 … Reference< XTabPageModel > lcl_createTabPageModel( Reference<XComponentContext> const & i_context, in lcl_createTabPageModel() argument
102 xInstance = *( new OGeometryControlModel< UnoControlTabPageModel >( i_context ) ); in lcl_createTabPageModel()
104 xInstance = *( new UnoControlTabPageModel( i_context ) ); in lcl_createTabPageModel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/controls/
H A Danimatedimages.cxx213 …ImagesControlModel_Data& i_data, const sal_Int32 i_index, const Reference< XInterface >& i_context, in lcl_checkIndex() argument
217 throw IndexOutOfBoundsException( OUString(), i_context ); in lcl_checkIndex()
222 …t32 i_accessor, const Sequence< OUString >& i_imageURLs, const Reference< XInterface >& i_context ) in lcl_notify()
229 aEvent.Source = i_context; in lcl_notify()
H A Dtabpagecontainer.cxx93 … Reference< XTabPageModel > lcl_createTabPageModel( Reference<XComponentContext> const & i_context, in lcl_createTabPageModel() argument
103 xInstance = *( new OGeometryControlModel< UnoControlTabPageModel >( i_context ) ); in lcl_createTabPageModel()
105 xInstance = *( new UnoControlTabPageModel( i_context ) ); in lcl_createTabPageModel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx663 bool SfxUndoManager::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext() argument
665 return ImplUndo( &i_context ); in UndoWithContext()
775 bool SfxUndoManager::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext() argument
777 return ImplRedo( &i_context ); in RedoWithContext()
1317 void SfxListUndoAction::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext() argument
1320 maUndoActions[--i].pAction->UndoWithContext( i_context ); in UndoWithContext()
1333 void SfxListUndoAction::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext() argument
1336 maUndoActions[i].pAction->RedoWithContext( i_context ); in RedoWithContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx662 bool SfxUndoManager::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext() argument
664 return ImplUndo( &i_context ); in UndoWithContext()
774 bool SfxUndoManager::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext() argument
776 return ImplRedo( &i_context ); in RedoWithContext()
1316 void SfxListUndoAction::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext() argument
1319 maUndoActions[--i].pAction->UndoWithContext( i_context ); in UndoWithContext()
1332 void SfxListUndoAction::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext() argument
1335 maUndoActions[i].pAction->RedoWithContext( i_context ); in RedoWithContext()
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dsimulate.h240 …lue_t ** volatile i_sp, bytecode_p i_pc, svalue_t * i_fp, int32 reserve_cost, svalue_t *i_context);
H A Dsimulate.c335 , svalue_t * i_context in catch_instruction() argument
369 push_control_stack(INTER_SP, new_pc, i_fp, i_context); in catch_instruction()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx176 void cancel( const Reference< XInterface >& i_context ) in cancel() argument
180 i_context in cancel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx170 void cancel( const Reference< XInterface >& i_context ) in cancel() argument
174 i_context in cancel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/qa/complex/sfx2/
H A DUndoManager.java1360 …public Object createInstanceWithContext( XComponentContext i_context ) throws com.sun.star.uno.Exc… in createInstanceWithContext() argument
1365 …nstanceWithArgumentsAndContext( Object[] i_arguments, XComponentContext i_context ) throws com.sun… in createInstanceWithArgumentsAndContext() argument
1367 return createInstanceWithContext( i_context ); in createInstanceWithArgumentsAndContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/qa/complex/sfx2/
H A DUndoManager.java1360 …public Object createInstanceWithContext( XComponentContext i_context ) throws com.sun.star.uno.Exc… in createInstanceWithContext() argument
1365 …nstanceWithArgumentsAndContext( Object[] i_arguments, XComponentContext i_context ) throws com.sun… in createInstanceWithArgumentsAndContext() argument
1367 return createInstanceWithContext( i_context ); in createInstanceWithArgumentsAndContext()

12