Home
last modified time | relevance | path

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

/AOO41X/main/autodoc/source/ary/cpp/
H A Dca_ce.cxx107 CeAdmin::CheckIn_Namespace( const InputContext & i_context, in CheckIn_Namespace() argument
115 rParent = i_context.CurNamespace(); in CheckIn_Namespace()
126 CeAdmin::Store_Class( const InputContext & i_context, in Store_Class() argument
141 i_context.CurOwner().CeId(), in Store_Class()
142 i_context.CurProtection(), in Store_Class()
143 i_context.CurFile().LeId(), in Store_Class()
146 i_context.CurOwner().Add_Class(local_name, ret.CeId()); in Store_Class()
147 transfer_visibility(i_context.CurClass(), ret); in Store_Class()
153 CeAdmin::Store_Enum( const InputContext & i_context, in Store_Enum() argument
162 i_context.CurOwner().CeId(), in Store_Enum()
[all …]
H A Dca_ce.hxx77 i_context,
81 i_context,
86 i_context,
90 i_context,
95 i_context,
108 i_context,
116 i_context,
170 i_context,
H A Dca_type.hxx79 i_context,
/AOO41X/main/svtools/source/table/
H A Dgridtablerenderer.cxx484 …void GridTableRenderer::impl_paintCellImage( CellRenderContext const & i_context, Image const & i_… in impl_paintCellImage() argument
486 Point imagePos( Point( i_context.aContentArea.Left(), i_context.aContentArea.Top() ) ); in impl_paintCellImage()
488 if ( i_context.aContentArea.GetWidth() > imageSize.Width() ) in impl_paintCellImage()
490 …const HorizontalAlignment eHorzAlign = m_pImpl->rModel.getColumnModel( i_context.nColumn )->getHor… in impl_paintCellImage()
494 imagePos.X() += ( i_context.aContentArea.GetWidth() - imageSize.Width() ) / 2; in impl_paintCellImage()
497 imagePos.X() = i_context.aContentArea.Right() - imageSize.Width(); in impl_paintCellImage()
505 imageSize.Width() = i_context.aContentArea.GetWidth(); in impl_paintCellImage()
507 if ( i_context.aContentArea.GetHeight() > imageSize.Height() ) in impl_paintCellImage()
513 imagePos.Y() += ( i_context.aContentArea.GetHeight() - imageSize.Height() ) / 2; in impl_paintCellImage()
516 imagePos.Y() = i_context.aContentArea.Bottom() - imageSize.Height(); in impl_paintCellImage()
[all …]
H A Dcellvalueconversion.cxx133 CellValueConversion_Data( ::comphelper::ComponentContext const & i_context ) in CellValueConversion_Data()
134 :aContext( i_context ) in CellValueConversion_Data()
445 CellValueConversion::CellValueConversion( ::comphelper::ComponentContext const & i_context ) in CellValueConversion() argument
446 :m_pData( new CellValueConversion_Data( i_context ) ) in CellValueConversion()
H A Dcellvalueconversion.hxx50 CellValueConversion( ::comphelper::ComponentContext const & i_context );
/AOO41X/main/autodoc/inc/ary/cpp/
H A Dcp_ce.hxx80 i_context,
84 i_context,
89 i_context,
93 i_context,
100 i_context,
113 i_context,
121 i_context,
H A Dcp_type.hxx70 i_context,
/AOO41X/main/svl/source/undo/
H A Dundo.cxx134 void SfxUndoAction::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext() argument
136 (void)i_context; in UndoWithContext()
150 void SfxUndoAction::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext() argument
152 (void)i_context; in RedoWithContext()
750 sal_Bool SfxUndoManager::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext() argument
752 return ImplUndo( &i_context ); in UndoWithContext()
869 sal_Bool SfxUndoManager::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext() argument
871 return ImplRedo( &i_context ); in RedoWithContext()
1341 void SfxListUndoAction::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext() argument
1344 aUndoActions[--i].pAction->UndoWithContext( i_context ); in UndoWithContext()
[all …]
/AOO41X/main/svl/inc/svl/
H A Dundo.hxx69 virtual void UndoWithContext( SfxUndoContext& i_context );
71 virtual void RedoWithContext( SfxUndoContext& i_context );
176 virtual void UndoWithContext( SfxUndoContext& i_context );
178 virtual void RedoWithContext( SfxUndoContext& i_context );
404 sal_Bool UndoWithContext( SfxUndoContext& i_context );
405 sal_Bool RedoWithContext( SfxUndoContext& i_context );
/AOO41X/main/toolkit/source/controls/grid/
H A Dgridcontrol.cxx62 … XGridDataModel > lcl_getDefaultDataModel_throw( ::comphelper::ComponentContext const & i_context ) in lcl_getDefaultDataModel_throw() argument
64 …bleGridDataModel > const xDelegatorModel( DefaultGridDataModel::create( i_context.getUNOContext() … in lcl_getDefaultDataModel_throw()
65 …Reference< XGridDataModel > const xDataModel( SortableGridDataModel::create( i_context.getUNOConte… in lcl_getDefaultDataModel_throw()
69 …idColumnModel > lcl_getDefaultColumnModel_throw( ::comphelper::ComponentContext const & i_context ) in lcl_getDefaultColumnModel_throw() argument
71 …Reference< XGridColumnModel > const xColumnModel( i_context.createComponent( "com.sun.star.awt.gri… in lcl_getDefaultColumnModel_throw()
H A Dsortablegriddatamodel.cxx223 …ence< XCollator > lcl_loadDefaultCollator_throw( ::comphelper::ComponentContext const & i_context ) in lcl_loadDefaultCollator_throw() argument
225 …Reference< XCollator > const xCollator( i_context.createComponent( "com.sun.star.i18n.Collator" ),… in lcl_loadDefaultCollator_throw()
/AOO41X/main/svtools/inc/svtools/table/
H A Dgridtablerenderer.hxx119 CellRenderContext const & i_context
122 CellRenderContext const & i_context,
126 CellRenderContext const & i_context,
/AOO41X/main/connectivity/qa/complex/connectivity/
H A DFlatFileAccess.java231 T[] i_expectedValues, String i_context, String i_failureDesc ) in testRowSetResults() argument
244 … assureEquals( i_context + ": " + i_failureDesc, i_expectedValues, values.toArray(), true ); in testRowSetResults()
248 failed( i_context + ": caught an exception: " + e.toString(), false ); in testRowSetResults()
/AOO41X/main/toolkit/source/controls/
H A Danimatedimages.cxx210 …ImagesControlModel_Data& i_data, const sal_Int32 i_index, const Reference< XInterface >& i_context, in lcl_checkIndex() argument
214 throw IndexOutOfBoundsException( ::rtl::OUString(), i_context ); in lcl_checkIndex()
219 …ccessor, const Sequence< ::rtl::OUString >& i_imageURLs, const Reference< XInterface >& i_context ) in lcl_notify()
226 aEvent.Source = i_context; in lcl_notify()
H A Dtabpagecontainer.cxx107 …eference< XTabPageModel > lcl_createTabPageModel( ::comphelper::ComponentContext const & i_context, in lcl_createTabPageModel() argument
118 …xInstance = *( new OGeometryControlModel< UnoControlTabPageModel >( i_context.getLegacyServiceFact… in lcl_createTabPageModel()
120 xInstance = *( new UnoControlTabPageModel( i_context.getLegacyServiceFactory() ) ); in lcl_createTabPageModel()
/AOO41X/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java1361 …public Object createInstanceWithContext( XComponentContext i_context ) throws com.sun.star.uno.Exc… in createInstanceWithContext() argument
1366 …nstanceWithArgumentsAndContext( Object[] i_arguments, XComponentContext i_context ) throws com.sun… in createInstanceWithArgumentsAndContext() argument
1368 return createInstanceWithContext( i_context ); in createInstanceWithArgumentsAndContext()
/AOO41X/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx187 void cancel( const Reference< XInterface >& i_context ) in cancel() argument
191 i_context in cancel()
/AOO41X/main/svx/source/form/
H A Dformcontroller.cxx478 FmXAutoControl( const ::comphelper::ComponentContext& i_context ) in FmXAutoControl() argument
479 :UnoControl( i_context.getLegacyServiceFactory() ) in FmXAutoControl()