summaryrefslogtreecommitdiffstats
path: root/sc/Library_sc.mk
Commit message (Collapse)AuthorAgeFilesLines
* remove pch from the include listNorbert Thiebaud2011-11-271-1/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-271-2/+0
|
* ManageNames: restructure the codeMarkus Mohrhard2011-11-231-0/+2
| | | | | | | | move namepast.cxx to namedlg namedefdlg is "modeless"(only in technical sense) and needs to be in sc while namepast is modal and needs to be in scui move the table implementation to an own file, we can reuse it for namepast.cxx
* Moved ScQueryEntry into its own file set.Kohei Yoshida2011-11-051-0/+1
| | | | Because I'll be modifying this struct in the next few days...
* #i108468#: clean up xmluconv code duplication, part 1:Michael Stahl2011-10-111-0/+1
| | | | | | | | | move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars
* Move ScCheckListMenuWindow and ScMenuFloatingWindow into own files.Kohei Yoshida2011-09-121-0/+1
|
* Moved PasteFromClipboard() from ScCellShell to ScClipUtil (new class).Kohei Yoshida2011-09-121-0/+1
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-101-1/+1
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-301-0/+3
|
* resyncing to masterBjoern Michaelsen2011-07-211-1/+5
|\
| * remove all traces of offuh from makefilesDavid Tardon2011-06-181-1/+5
| |
* | gnumake4: postmerge fixes in scBjoern Michaelsen2011-06-211-2/+1
|/
* Remove unused hiranges file.Rafael Dominguez2011-06-091-1/+0
|
* Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida2011-05-131-1/+1
| | | | | | | | | That deliberately mis-spelled header name always bothered me. Now fixed once and for all. For the record, the original file name was inspired by the 8-character rule that some of the old compilers that the Hamburg guys had to use, years and years ago.
* Merge branch 'libreoffice-3-4'Kohei Yoshida2011-05-091-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: sc/CppunitTest_sc_ucalc.mk sc/Module_sc.mk sc/qa/unit/ucalc.cxx sc/source/core/tool/dbcolect.cxx sc/source/filter/excel/excimp8.cxx sc/source/filter/inc/excimp8.hxx sc/source/ui/docshell/impex.cxx sc/source/ui/unoobj/datauno.cxx
| * Moved ScDPOutputImpl into the source file of ScDPOutput.Kohei Yoshida2011-04-261-1/+0
| | | | | | | | | | | | The point of having an impl class is so that we can hide it in the implementation. Let's keep this in an anonymous namespace to keep its symbols from being exported.
* | cleanup - duplicate objects included between sc and scuiNorbert Thiebaud2011-04-281-52/+0
| |
* | Remove unnecessary include in sc buildNorbert Thiebaud2011-04-281-1/+0
|/
* Fix windows linking of sc moduleFridrich Štrba2011-03-311-0/+1
|
* Fix Windows build of SCFridrich Štrba2011-03-291-7/+7
|
* gnumake support for calc.Norbert Thiebaud2011-03-251-0/+608
calc build and execute. loading excel file fail