Searched refs:GetEnginePool (Results 1 – 16 of 16) sorted by relevance
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfun4.cxx | 105 ScTabEditEngine* pEngine = new ScTabEditEngine( *pPattern, pDoc->GetEnginePool() ); in PasteRTF() 366 pThesaurusEngine = new ScEditEngineDefaulter( pDoc->GetEnginePool() ); in DoThesaurus() 547 pDoc->GetEnginePool(), rViewData, pUndoDoc, pRedoDoc, LinguMgr::GetSpellChecker() ); in DoSheetConversion() 552 pDoc->GetEnginePool(), rViewData, rConvParam, pUndoDoc, pRedoDoc ); in DoSheetConversion() 766 EditEngine aEngine( pDoc->GetEnginePool() ); in InsertBookmark()
|
H A D | spelldialog.cxx | 244 …mpDoc->GetEnginePool(), *mpViewData, mxUndoDoc.get(), mxRedoDoc.get(), LinguMgr::GetSpellChecker()… in Init()
|
H A D | viewfun2.cxx | 775 ScTabEditEngine aEngine( *pOldPattern, pDoc->GetEnginePool() ); in EnterBlock()
|
H A D | viewfunc.cxx | 750 ScTabEditEngine aEngine( *pOldPattern, pDoc->GetEnginePool() ); in EnterData()
|
H A D | output2.cxx | 1906 ScFieldEditEngine* pEngine = new ScFieldEditEngine( pDoc->GetEnginePool() ); in CreateOutputEditEngine()
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen2.cxx | 530 SfxItemPool* ScDocument::GetEnginePool() const in GetEnginePool() function in ScDocument 532 return xPoolHelper->GetEnginePool(); in GetEnginePool() 539 pEditEngine = new ScFieldEditEngine( GetEnginePool(), GetEditPool() ); in GetEditEngine() 552 pNoteEngine = new ScNoteEditEngine( GetEnginePool(), GetEditPool() ); in GetNoteEngine() 1217 pNewEditEngine = new ScFieldEditEngine( GetEnginePool(), in CreateFieldEditEngine()
|
H A D | poolhelp.cxx | 73 SfxItemPool* ScPoolHelper::GetEnginePool() const in GetEnginePool() function in ScPoolHelper
|
H A D | documen8.cxx | 1525 pEngine = new ScFieldEditEngine( GetEnginePool(), GetEditPool() ); in TransliterateText()
|
H A D | table4.cxx | 176 EditEngine aEngine( pDocument->GetEnginePool() ); in lcl_getSuffixCell()
|
/aoo4110/main/sc/source/core/inc/ |
H A D | poolhelp.hxx | 64 SfxItemPool* GetEnginePool() const;
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xlroot.cxx | 353 mrData.mxEditEngine.reset( new ScEditEngineDefaulter( GetDoc().GetEnginePool() ) ); in GetEditEngine()
|
/aoo4110/main/sc/source/ui/app/ |
H A D | inputwin.cxx | 1088 pNew = new ScFieldEditEngine( pDoc->GetEnginePool(), pDoc->GetEditPool() ); in StartEditEngine() 1323 pNew = new ScFieldEditEngine( pDoc->GetEnginePool(), pDoc->GetEditPool() ); in MakeDialogEditView()
|
H A D | inputhdl.cxx | 543 pEngine = new ScFieldEditEngine( pDoc->GetEnginePool(), pDoc->GetEditPool() ); in ImplCreateEditEngine()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | editutil.cxx | 541 : ScEditEngineDefaulter( pDoc->GetEnginePool() ) in ScTabEditEngine()
|
/aoo4110/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 718 EditEngine aEditEngine( pDoc->GetEnginePool() ); in PutToDoc()
|
/aoo4110/main/sc/inc/ |
H A D | document.hxx | 1826 SC_DLLPUBLIC SfxItemPool* GetEnginePool() const;
|
Completed in 136 milliseconds