diff options
Diffstat (limited to 'sc/source/ui')
40 files changed, 40 insertions, 40 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleCellBase.cxx b/sc/source/ui/Accessibility/AccessibleCellBase.cxx index d6491d44c40c..7481e654030e 100644 --- a/sc/source/ui/Accessibility/AccessibleCellBase.cxx +++ b/sc/source/ui/Accessibility/AccessibleCellBase.cxx @@ -24,7 +24,7 @@ #include "document.hxx" #include "docfunc.hxx" #include "docsh.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "scresid.hxx" #include "sc.hrc" #include "unonames.hxx" diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx index f34b346b2ff7..4bd0c0115d44 100644 --- a/sc/source/ui/app/inputhdl.cxx +++ b/sc/source/ui/app/inputhdl.cxx @@ -69,7 +69,7 @@ #include "userlist.hxx" #include "rfindlst.hxx" #include "inputopt.hxx" -#include "cell.hxx" // fuer Formel-Preview +#include "formulacell.hxx" // fuer Formel-Preview #include "compiler.hxx" // fuer Formel-Preview #include "editable.hxx" #include "funcdesc.hxx" diff --git a/sc/source/ui/app/transobj.cxx b/sc/source/ui/app/transobj.cxx index 275d50b5e1c7..721b4b2f95e6 100644 --- a/sc/source/ui/app/transobj.cxx +++ b/sc/source/ui/app/transobj.cxx @@ -41,7 +41,7 @@ #include "viewopti.hxx" #include "editutil.hxx" #include "impex.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "printfun.hxx" #include "docfunc.hxx" #include "scmod.hxx" diff --git a/sc/source/ui/collab/sendfunc.cxx b/sc/source/ui/collab/sendfunc.cxx index 3e45a8c3ad7c..75233cfe218b 100644 --- a/sc/source/ui/collab/sendfunc.cxx +++ b/sc/source/ui/collab/sendfunc.cxx @@ -28,7 +28,7 @@ #include "sendfunc.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "docsh.hxx" #include "docfunc.hxx" #include "sccollaboration.hxx" diff --git a/sc/source/ui/docshell/docfunc.cxx b/sc/source/ui/docshell/docfunc.cxx index f131c780a0f5..09e571c870a8 100644 --- a/sc/source/ui/docshell/docfunc.cxx +++ b/sc/source/ui/docshell/docfunc.cxx @@ -41,7 +41,7 @@ #include "attrib.hxx" #include "dociter.hxx" #include "autoform.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "cellmergeoption.hxx" #include "detdata.hxx" #include "detfunc.hxx" diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx index 0bd4dabd3f9f..45bb6ae53e26 100644 --- a/sc/source/ui/docshell/docsh.cxx +++ b/sc/source/ui/docshell/docsh.cxx @@ -63,7 +63,7 @@ #include "scabstdlg.hxx" #include <sot/formats.hxx> -#include "cell.hxx" +#include "formulacell.hxx" #include "column.hxx" #include "postit.hxx" #include "global.hxx" diff --git a/sc/source/ui/docshell/docsh3.cxx b/sc/source/ui/docshell/docsh3.cxx index cb4e6e6dd6ed..361de67402fa 100644 --- a/sc/source/ui/docshell/docsh3.cxx +++ b/sc/source/ui/docshell/docsh3.cxx @@ -50,7 +50,7 @@ #include "pntlock.hxx" #include "chgtrack.hxx" #include "docfunc.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "chgviset.hxx" #include "progress.hxx" #include "redcom.hxx" diff --git a/sc/source/ui/docshell/docsh8.cxx b/sc/source/ui/docshell/docsh8.cxx index 36811e739642..cd9871d0b328 100644 --- a/sc/source/ui/docshell/docsh8.cxx +++ b/sc/source/ui/docshell/docsh8.cxx @@ -58,7 +58,7 @@ #include "docsh.hxx" #include "filter.hxx" #include "progress.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "column.hxx" #include "editutil.hxx" #include "cellform.hxx" diff --git a/sc/source/ui/docshell/externalrefmgr.cxx b/sc/source/ui/docshell/externalrefmgr.cxx index 6c6a0595fb75..2134e119793d 100644 --- a/sc/source/ui/docshell/externalrefmgr.cxx +++ b/sc/source/ui/docshell/externalrefmgr.cxx @@ -26,7 +26,7 @@ #include "docsh.hxx" #include "scextopt.hxx" #include "rangenam.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "viewdata.hxx" #include "tabvwsh.hxx" #include "sc.hrc" diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx index 5c525dc0dbd1..a08787bc8509 100644 --- a/sc/source/ui/docshell/impex.cxx +++ b/sc/source/ui/docshell/impex.cxx @@ -34,7 +34,7 @@ #include "tabvwsh.hxx" #include "filter.hxx" #include "asciiopt.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "column.hxx" #include "docoptio.hxx" #include "progress.hxx" diff --git a/sc/source/ui/docshell/macromgr.cxx b/sc/source/ui/docshell/macromgr.cxx index d4efd763a931..6eaa7d871fde 100644 --- a/sc/source/ui/docshell/macromgr.cxx +++ b/sc/source/ui/docshell/macromgr.cxx @@ -23,7 +23,7 @@ #include "basic/basmgr.hxx" #include "cppuhelper/implbase1.hxx" #include "sfx2/objsh.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include <com/sun/star/container/XContainer.hpp> #include <list> diff --git a/sc/source/ui/docshell/tablink.cxx b/sc/source/ui/docshell/tablink.cxx index 628a15f2152e..4de384acc760 100644 --- a/sc/source/ui/docshell/tablink.cxx +++ b/sc/source/ui/docshell/tablink.cxx @@ -41,7 +41,7 @@ #include "hints.hxx" #include "dociter.hxx" #include "formula/opcode.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "formulaiter.hxx" using ::rtl::OUString; diff --git a/sc/source/ui/formdlg/dwfunctr.cxx b/sc/source/ui/formdlg/dwfunctr.cxx index 13776b6ec488..423b78d45397 100644 --- a/sc/source/ui/formdlg/dwfunctr.cxx +++ b/sc/source/ui/formdlg/dwfunctr.cxx @@ -30,7 +30,7 @@ #include "scresid.hxx" #include "reffact.hxx" #include "document.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "scmod.hxx" #include "inputhdl.hxx" #include "tabvwsh.hxx" diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx index 6e4b846e498e..4f359f625dd0 100644 --- a/sc/source/ui/formdlg/formula.cxx +++ b/sc/source/ui/formdlg/formula.cxx @@ -39,7 +39,7 @@ #include "scresid.hxx" #include "reffact.hxx" #include "document.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "scmod.hxx" #include "inputhdl.hxx" #include "tabvwsh.hxx" diff --git a/sc/source/ui/miscdlgs/anyrefdg.cxx b/sc/source/ui/miscdlgs/anyrefdg.cxx index 80e0975431c3..52f0c3ae1807 100644 --- a/sc/source/ui/miscdlgs/anyrefdg.cxx +++ b/sc/source/ui/miscdlgs/anyrefdg.cxx @@ -37,7 +37,7 @@ #include "docsh.hxx" #include "rfindlst.hxx" #include "compiler.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "global.hxx" #include "inputopt.hxx" #include "rangeutl.hxx" diff --git a/sc/source/ui/miscdlgs/optsolver.cxx b/sc/source/ui/miscdlgs/optsolver.cxx index c9f7a796273e..386f6a5cf09a 100644 --- a/sc/source/ui/miscdlgs/optsolver.cxx +++ b/sc/source/ui/miscdlgs/optsolver.cxx @@ -29,7 +29,7 @@ #include "reffact.hxx" #include "docsh.hxx" #include "docfunc.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "rangeutl.hxx" #include "scresid.hxx" #include "convuno.hxx" diff --git a/sc/source/ui/navipi/content.cxx b/sc/source/ui/navipi/content.cxx index 9799b70d55c6..e8c28fb88dda 100644 --- a/sc/source/ui/navipi/content.cxx +++ b/sc/source/ui/navipi/content.cxx @@ -46,7 +46,7 @@ #include "transobj.hxx" #include "drwtrans.hxx" #include "lnktrans.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "dociter.hxx" #include "scresid.hxx" #include "globstr.hrc" diff --git a/sc/source/ui/undo/undoblk3.cxx b/sc/source/ui/undo/undoblk3.cxx index 23a3a4d674af..317cab43df32 100644 --- a/sc/source/ui/undo/undoblk3.cxx +++ b/sc/source/ui/undo/undoblk3.cxx @@ -44,7 +44,7 @@ #include "undoutil.hxx" #include "chgtrack.hxx" #include "dociter.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "paramisc.hxx" #include "postit.hxx" #include "docuno.hxx" diff --git a/sc/source/ui/undo/undocell.cxx b/sc/source/ui/undo/undocell.cxx index a1f0f9e74a01..40ca1da9c02b 100644 --- a/sc/source/ui/undo/undocell.cxx +++ b/sc/source/ui/undo/undocell.cxx @@ -31,7 +31,7 @@ #include "tabvwsh.hxx" #include "globstr.hrc" #include "global.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "target.hxx" #include "undoolk.hxx" #include "detdata.hxx" diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx index 502a1ea451c5..5a9e6b28542d 100644 --- a/sc/source/ui/unoobj/cellsuno.cxx +++ b/sc/source/ui/unoobj/cellsuno.cxx @@ -87,7 +87,7 @@ #include "dbdocfun.hxx" #include "olinefun.hxx" #include "hints.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "column.hxx" #include "undocell.hxx" #include "undotab.hxx" diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx index dc02354a0e75..e32ad531b22c 100644 --- a/sc/source/ui/unoobj/chart2uno.cxx +++ b/sc/source/ui/unoobj/chart2uno.cxx @@ -21,7 +21,7 @@ #include "chart2uno.hxx" #include "miscuno.hxx" #include "document.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "chartpos.hxx" #include "unonames.hxx" #include "globstr.hrc" diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx index b0e20cfeaf5a..34a0de491604 100644 --- a/sc/source/ui/unoobj/docuno.cxx +++ b/sc/source/ui/unoobj/docuno.cxx @@ -76,7 +76,7 @@ #include "docfunc.hxx" #include "postit.hxx" #include "dociter.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "drwlayer.hxx" #include "rangeutl.hxx" #include "markdata.hxx" diff --git a/sc/source/ui/unoobj/funcuno.cxx b/sc/source/ui/unoobj/funcuno.cxx index 40fa41c17a41..8594c631ddd3 100644 --- a/sc/source/ui/unoobj/funcuno.cxx +++ b/sc/source/ui/unoobj/funcuno.cxx @@ -31,7 +31,7 @@ #include "callform.hxx" #include "addincol.hxx" #include "rangeseq.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "docoptio.hxx" #include "optuno.hxx" #include <docuno.hxx> diff --git a/sc/source/ui/unoobj/textuno.cxx b/sc/source/ui/unoobj/textuno.cxx index c5c31e20aa47..29e61fdd8f8b 100644 --- a/sc/source/ui/unoobj/textuno.cxx +++ b/sc/source/ui/unoobj/textuno.cxx @@ -43,7 +43,7 @@ #include "cellsuno.hxx" #include "hints.hxx" #include "patattr.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "docfunc.hxx" #include "scmod.hxx" diff --git a/sc/source/ui/view/cellsh.cxx b/sc/source/ui/view/cellsh.cxx index bed44c39a146..e1258f460e45 100644 --- a/sc/source/ui/view/cellsh.cxx +++ b/sc/source/ui/view/cellsh.cxx @@ -43,7 +43,7 @@ #include "scresid.hxx" #include "tabvwsh.hxx" #include "impex.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "scmod.hxx" #include "globstr.hrc" #include "transobj.hxx" diff --git a/sc/source/ui/view/dbfunc3.cxx b/sc/source/ui/view/dbfunc3.cxx index b159103dd231..a0d9baa098c3 100644 --- a/sc/source/ui/view/dbfunc3.cxx +++ b/sc/source/ui/view/dbfunc3.cxx @@ -61,7 +61,7 @@ #include "docpool.hxx" #include "patattr.hxx" #include "unonames.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "userlist.hxx" #include "queryentry.hxx" #include "markdata.hxx" diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index 9daf85939485..4f5774c2b9ce 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -81,7 +81,7 @@ #include "uiitems.hxx" // Filter-Dialog - auslagern !!! #include "filtdlg.hxx" #include "impex.hxx" // Sylk-ID fuer CB -#include "cell.hxx" // fuer Edit-Felder +#include "formulacell.hxx" // fuer Edit-Felder #include "patattr.hxx" #include "notemark.hxx" #include "rfindlst.hxx" diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx index 19f3a6e69680..fa5fd662f9f5 100644 --- a/sc/source/ui/view/output.cxx +++ b/sc/source/ui/view/output.cxx @@ -45,7 +45,7 @@ #include "output.hxx" #include "document.hxx" #include "drwlayer.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "attrib.hxx" #include "patattr.hxx" #include "docpool.hxx" diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx index 4ecb1fc040af..c1bf7ebc5c3b 100644 --- a/sc/source/ui/view/output2.cxx +++ b/sc/source/ui/view/output2.cxx @@ -45,7 +45,7 @@ #include "output.hxx" #include "document.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "attrib.hxx" #include "patattr.hxx" #include "cellform.hxx" diff --git a/sc/source/ui/view/printfun.cxx b/sc/source/ui/view/printfun.cxx index e054a4a6a3b0..6214fa22f0b4 100644 --- a/sc/source/ui/view/printfun.cxx +++ b/sc/source/ui/view/printfun.cxx @@ -55,7 +55,7 @@ #include "patattr.hxx" #include "docpool.hxx" #include "dociter.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "drawutil.hxx" #include "globstr.hrc" #include "scresid.hxx" diff --git a/sc/source/ui/view/spelleng.cxx b/sc/source/ui/view/spelleng.cxx index 61bc765545be..d66fc09ca8ac 100644 --- a/sc/source/ui/view/spelleng.cxx +++ b/sc/source/ui/view/spelleng.cxx @@ -36,7 +36,7 @@ #include "spelldialog.hxx" #include "tabvwsh.hxx" #include "docsh.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "patattr.hxx" #include "waitoff.hxx" #include "globstr.hrc" diff --git a/sc/source/ui/view/tabview4.cxx b/sc/source/ui/view/tabview4.cxx index 900e03de91a7..33d7cec19bb4 100644 --- a/sc/source/ui/view/tabview4.cxx +++ b/sc/source/ui/view/tabview4.cxx @@ -26,7 +26,7 @@ #include "scmod.hxx" #include "gridwin.hxx" #include "globstr.hrc" -#include "cell.hxx" +#include "formulacell.hxx" #include "dociter.hxx" extern sal_uInt16 nScFillModeMouseModifier; // global.cxx diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx index a0a4c3fe9666..da817a124d7d 100644 --- a/sc/source/ui/view/tabvwsh3.cxx +++ b/sc/source/ui/view/tabvwsh3.cxx @@ -47,7 +47,7 @@ #include "rangeutl.hxx" #include "reffact.hxx" #include "uiitems.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "inputhdl.hxx" #include "autoform.hxx" #include "autofmt.hxx" diff --git a/sc/source/ui/view/tabvwsh5.cxx b/sc/source/ui/view/tabvwsh5.cxx index 4787b6151a51..79e506434997 100644 --- a/sc/source/ui/view/tabvwsh5.cxx +++ b/sc/source/ui/view/tabvwsh5.cxx @@ -31,7 +31,7 @@ #include "global.hxx" #include "docsh.hxx" #include "document.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "globstr.hrc" #include "scmod.hxx" #include "uiitems.hxx" diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx index a6e624e6857b..45e2c38920e0 100644 --- a/sc/source/ui/view/tabvwsha.cxx +++ b/sc/source/ui/view/tabvwsha.cxx @@ -35,7 +35,7 @@ #include "attrib.hxx" #include "patattr.hxx" #include "document.hxx" -#include "cell.hxx" // Input Status Edit-Zellen +#include "formulacell.hxx" // Input Status Edit-Zellen #include "globstr.hrc" #include "scmod.hxx" #include "inputhdl.hxx" diff --git a/sc/source/ui/view/tabvwshc.cxx b/sc/source/ui/view/tabvwshc.cxx index 857294ad4796..3652415e2290 100644 --- a/sc/source/ui/view/tabvwshc.cxx +++ b/sc/source/ui/view/tabvwshc.cxx @@ -46,7 +46,7 @@ #include "rangeutl.hxx" #include "crnrdlg.hxx" #include "formula.hxx" -#include "cell.hxx" // Input Status Edit-Zellen +#include "formulacell.hxx" // Input Status Edit-Zellen #include "acredlin.hxx" #include "highred.hxx" #include "simpref.hxx" diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx index 72407dc1ceff..7f15a3fc56fe 100644 --- a/sc/source/ui/view/viewfun2.cxx +++ b/sc/source/ui/view/viewfun2.cxx @@ -49,7 +49,7 @@ #include "attrib.hxx" #include "autoform.hxx" -#include "cell.hxx" // EnterAutoSum +#include "formulacell.hxx" // EnterAutoSum #include "cellmergeoption.hxx" #include "compiler.hxx" #include "docfunc.hxx" diff --git a/sc/source/ui/view/viewfun4.cxx b/sc/source/ui/view/viewfun4.cxx index 84a4202c4764..b73110582998 100644 --- a/sc/source/ui/view/viewfun4.cxx +++ b/sc/source/ui/view/viewfun4.cxx @@ -52,7 +52,7 @@ #include "global.hxx" #include "undoblk.hxx" #include "undocell.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "scmod.hxx" #include "spelleng.hxx" #include "patattr.hxx" diff --git a/sc/source/ui/view/viewfun6.cxx b/sc/source/ui/view/viewfun6.cxx index 7a4a4ab58e04..ad04cb7b77ef 100644 --- a/sc/source/ui/view/viewfun6.cxx +++ b/sc/source/ui/view/viewfun6.cxx @@ -40,7 +40,7 @@ #include "fusel.hxx" #include "reftokenhelper.hxx" #include "externalrefmgr.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "markdata.hxx" #include "drawview.hxx" diff --git a/sc/source/ui/view/viewfunc.cxx b/sc/source/ui/view/viewfunc.cxx index 065373cbf0be..5316300c7c30 100644 --- a/sc/source/ui/view/viewfunc.cxx +++ b/sc/source/ui/view/viewfunc.cxx @@ -59,7 +59,7 @@ #include "global.hxx" #include "stlsheet.hxx" #include "editutil.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "scresid.hxx" #include "inputhdl.hxx" #include "scmod.hxx" |