Home
last modified time | relevance | path

Searched refs:DisableIdle (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dprogress.cxx162 pDoc->DisableIdle( sal_True ); in CreateInterpretProgress()
198 pInterpretDoc->DisableIdle( bIdleWasDisabled ); in DeleteInterpretProgress()
H A Dinterpr2.cxx2158 pDok->DisableIdle( sal_True ); in ScDde()
2217 pDok->DisableIdle( bOldDis ); in ScDde()
/trunk/main/sc/source/ui/view/
H A Dspelldialog.cxx150 mpDoc->DisableIdle( mbOldIdleDisabled ); in Reset()
219 mpDoc->DisableIdle( sal_True ); // #42726# stop online spelling in Init()
H A Dviewfun4.cxx538 pDoc->DisableIdle( sal_True ); // #42726# stop online spelling in DoSheetConversion()
606 pDoc->DisableIdle(bOldDis); in DoSheetConversion()
H A Doutput.cxx1757 pDoc->DisableIdle( sal_True ); in FindChanged()
1800 pDoc->DisableIdle( bWasIdleDisabled ); in FindChanged()
H A Doutput2.cxx1339 pDoc->DisableIdle( sal_True ); in DrawStrings()
1899 pDoc->DisableIdle( bWasIdleDisabled ); in DrawStrings()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx367 aDocument.DisableIdle( sal_True ); in BeforeXMLLoading()
483 aDocument.DisableIdle( sal_False ); in AfterXMLLoading()
525 aDocument.DisableIdle( sal_True ); in SaveXML()
534 aDocument.DisableIdle( sal_False ); in SaveXML()
2469 aDocument.DisableIdle(sal_True); // nicht mehr drin rumpfuschen !!! in PrepareClose()
2887 pDoc->DisableIdle( sal_True ); in ScDocShellModificator()
2897 pDoc->DisableIdle( bIdleDisabled ); in ~ScDocShellModificator()
/trunk/main/sc/source/core/data/
H A Ddocumen7.cxx284 DisableIdle( sal_True ); in CalcFormulaTree()
375 DisableIdle( bOldIdleDisabled ); in CalcFormulaTree()
H A Ddocumen3.cxx1252 DisableIdle( sal_True ); in Sort()
1254 DisableIdle( bOldDisableIdle ); in Sort()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx4548 pDoc->DisableIdle(sal_True); in filter()
4551 pDoc->DisableIdle(sal_False); in filter()
4560 pDoc->DisableIdle(sal_False); in cancel()
/trunk/main/sc/inc/
H A Ddocument.hxx1567 void DisableIdle(sal_Bool bDo) { bIdleDisabled = bDo; } in DisableIdle() function in ScDocument

Completed in 124 milliseconds