| /trunk/main/sc/source/ui/docshell/ |
| H A D | docfunc.cxx | 106 IMPL_LINK( ScDocFunc, NotifyDrawUndo, SdrUndoAction*, pUndoAction ) in IMPL_LINK() argument 143 sal_Bool ScDocFunc::AdjustRowHeight( const ScRange& rRange, sal_Bool bPaint ) in AdjustRowHeight() 176 sal_Bool ScDocFunc::DetectiveAddPred(const ScAddress& rPos) in DetectiveAddPred() 214 sal_Bool ScDocFunc::DetectiveDelPred(const ScAddress& rPos) in DetectiveDelPred() 255 sal_Bool ScDocFunc::DetectiveAddSucc(const ScAddress& rPos) in DetectiveAddSucc() 294 sal_Bool ScDocFunc::DetectiveDelSucc(const ScAddress& rPos) in DetectiveDelSucc() 335 sal_Bool ScDocFunc::DetectiveAddError(const ScAddress& rPos) in DetectiveAddError() 374 sal_Bool ScDocFunc::DetectiveMarkInvalid(SCTAB nTab) in DetectiveMarkInvalid() 416 sal_Bool ScDocFunc::DetectiveDelAll(SCTAB nTab) in DetectiveDelAll() 458 sal_Bool ScDocFunc::DetectiveRefresh( sal_Bool bAutomatic ) in DetectiveRefresh() [all …]
|
| H A D | docsh2.cxx | 164 pDrawLayer->SetNotifyUndoActionHdl( LINK( pDocFunc, ScDocFunc, NotifyDrawUndo ) ); in InitItems()
|
| H A D | docsh.cxx | 2579 pDocFunc = new ScDocFunc(*this); in ScDocShell() 2615 pDocFunc = new ScDocFunc(*this);
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | docuno.cxx | 1464 ScDocFunc aFunc(*pDocShell); in protect() 1476 ScDocFunc aFunc(*pDocShell); in unprotect() 1636 ScDocFunc aFunc(*pDocShell); in refreshArrows() 2413 ScDocFunc aFunc(*pDocShell); in insertNewByIndex() 2430 ScDocFunc aFunc(*pDocShell); in remove() 2523 ScDocFunc aFunc(*pDocShell); in insertNewByName() 2566 ScDocFunc aFunc(*pDocShell); in copyByName() 2602 ScDocFunc aFunc(*pDocShell); in insertByName() 2645 ScDocFunc aFunc(*pDocShell); in replaceByName() 2686 ScDocFunc aFunc(*pDocShell); in removeByName() [all …]
|
| H A D | nameuno.cxx | 194 ScDocFunc aFunc(*pDocShell); in Modify_Impl() 210 ScDocFunc aFunc(*pDocShell); in Modify_Impl() 616 ScDocFunc aFunc(*pDocShell); in ImplAddNewByScopeAndName() 630 ScDocFunc aFunc(*pDocShell); in ImplAddNewByScopeAndName() 691 ScDocFunc aFunc(*pDocShell); in addNewFromTitles() 710 ScDocFunc aFunc(*pDocShell); in ImplRemoveByScopeAndName() 745 ScDocFunc aFunc(*pDocShell); in outputList()
|
| H A D | cellsuno.cxx | 1241 ScDocFunc aFunc( rDocShell ); // for InterpretEnglishString in lcl_PutFormulaArray() 1811 ScDocFunc aFunc(*pDocShell); in clearContents() 1952 ScDocFunc aFunc(*pDocShell); in setPropertyToDefault() 1979 ScDocFunc aFunc(*pDocShell); in setPropertyToDefault() 2232 ScDocFunc aFunc(*pDocShell); in SetOnePropertyValue() 2271 ScDocFunc aFunc(*pDocShell); in SetOnePropertyValue() 2310 ScDocFunc aFunc(*pDocShell); in SetOnePropertyValue() 2342 ScDocFunc aFunc(*pDocShell); in SetOnePropertyValue() 2627 ScDocFunc aFunc(*pDocShell); in setPropertyValues() 2797 ScDocFunc aFunc(*pDocShell); in setPropertyValuesTolerant() [all …]
|
| H A D | linkuno.cxx | 682 ScDocFunc aFunc(*pDocShell); in Modify_Impl() 960 ScDocFunc aFunc(*pDocShell); in insertAtPosition()
|
| H A D | textuno.cxx | 1089 ScDocFunc aFunc(*pDocShell); in UpdateData()
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | docfunc.hxx | 47 class ScDocFunc class 60 ScDocFunc( ScDocShell& rDocSh ): rDocShell(rDocSh) {} in ScDocFunc() function in ScDocFunc 61 ~ScDocFunc() {} in ~ScDocFunc()
|
| H A D | docsh.hxx | 51 class ScDocFunc; 94 ScDocFunc* pDocFunc; 236 ScDocFunc& GetDocFunc() { return *pDocFunc; } in GetDocFunc()
|
| /trunk/main/sc/source/ui/miscdlgs/ |
| H A D | optsolver.cxx | 1028 ScDocFunc aFunc(*mpDocShell); in CallSolver() 1063 ScDocFunc aFunc(*mpDocShell); in CallSolver()
|
| /trunk/main/sc/source/ui/namedlg/ |
| H A D | namedlg.cxx | 413 ScDocFunc aFunc(*pDocSh); in IMPL_LINK()
|
| /trunk/main/sc/source/ui/view/ |
| H A D | viewfunc.cxx | 2543 ScDocFunc aFunc(*pDocSh); in ProtectSheet() 2570 ScDocFunc aFunc(*pDocSh); in Protect() 2602 ScDocFunc aFunc(*pDocSh); in Unprotect()
|
| H A D | tabvwshf.cxx | 666 ScDocFunc aFunc(*pDocSh); in ExecuteTable()
|
| H A D | preview.cxx | 1177 ScDocFunc aFunc(*pDocShell); in MouseButtonUp()
|
| H A D | viewfun3.cxx | 1271 ScDocFunc& rDocFunc = pDocSh->GetDocFunc(); in PasteFromClip()
|
| H A D | cellsh1.cxx | 2112 ScDocFunc aFunc(*pData->GetDocShell()); in ExecuteExternalSource()
|
| /trunk/main/sc/source/ui/Accessibility/ |
| H A D | AccessibleCellBase.cxx | 272 ScDocFunc aFunc(*pDocShell); in setCurrentValue()
|
| /trunk/main/sc/source/ui/vba/ |
| H A D | vbarange.cxx | 3813 ScDocFunc aFunc(*pDocShell); in setColumnWidth() 3977 ScDocFunc aFunc(*pDocShell); in setRowHeight() 4708 ScDocFunc aFunc(*pDocShell); in Autofit() 5232 ScDocFunc aFunc(*pDocSh); in AutoFill()
|
| /trunk/main/sc/source/ui/app/ |
| H A D | inputwin.cxx | 1752 ScDocFunc aFunc(*pDocShell); in DoEnter()
|
| /trunk/main/sc/source/ui/undo/ |
| H A D | undoblk.cxx | 1965 ScDocFunc aFunc(*pViewData->GetDocShell()); in Repeat()
|