summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2011-09-30use read_uInt8s_AsOString instead of hand-crafted loopCaolán McNamara
2011-09-29fix trunk gcc compile errorsMatúš Kukan
2011-09-29ByteString->rtl::OStringCaolán McNamara
2011-09-29add modelinesCaolán McNamara
2011-09-28ByteString->rtl::OStringBufferCaolán McNamara
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-27move the checkboxes below the more buttonMarkus Mohrhard
2011-09-26add "Manage Names..." entry to Name Box/ScPosWndMarkus Mohrhard
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
2011-09-24Manage Names: braodcast change in range names now directlyMarkus Mohrhard
2011-09-24add local range names to "Name Box"/ScPosWndMarkus Mohrhard
2011-09-24handle local range names from name box/navigator correctlyMarkus Mohrhard
2011-09-24show local range names in navigatorMarkus Mohrhard
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks
2011-09-24Manage Names: add comments and remove dead codeMarkus Mohrhard
2011-09-24Manage Names: refactoring in namedlg.cxxMarkus Mohrhard
2011-09-24show only relevant range namesMarkus Mohrhard
2011-09-24fix crash, various button problems, memory leakMarkus Mohrhard
2011-09-24Manage Names: set new entry as selectedMarkus Mohrhard
2011-09-23inital work for new "Manage Names" dialogMarkus Mohrhard
2011-09-23deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-21Revert "remove newly unused methods", used againCaolán McNamara
2011-09-21callcatcher: remove newly unused methodsCaolán McNamara
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
2011-09-20Get DB range import from xlsx to work once again.Kohei Yoshida
2011-09-20Add missing chart data point ODF1.2 standard symbolsRegina Henschel
2011-09-19sal_True to true.Kohei Yoshida
2011-09-19Store previously selected tables in std::set.Kohei Yoshida
2011-09-19A little cleanup.Kohei Yoshida
2011-09-19Let's avoid modifying the selection data during search and replace.Kohei Yoshida
2011-09-19Pass as const reference where possible & indent fix.Kohei Yoshida
2011-09-19Removed an unnecessary anonymous temporary object.Kohei Yoshida
2011-09-15Resolves: rhbz#738255 avoid crash on NULL pointerCaolán McNamara
2011-09-14Don't always set refresh flag on export. This is a bad hack.Kohei Yoshida
2011-09-14Check the source range when refreshing, and abort refresh if invalid.Kohei Yoshida
2011-09-14Do the same when calling ScDocument::InsertTabs().Kohei Yoshida
2011-09-14fdo#35965: Mark all formula cells dirty when appending a new sheet.Kohei Yoshida
2011-09-14ScCompiler::IsDBRange compares upper case stringsMarkus Mohrhard
2011-09-13I believe the src charset pragma is archaic and unusedCaolán McNamara
2011-09-13make it possible to est formula string in csv filesMarkus Mohrhard
2011-09-12Move ScCheckListMenuWindow and ScMenuFloatingWindow into own files.Kohei Yoshida
2011-09-12Rename: ScDPFieldPopupWindow -> ScCheckListMenuWindow.Kohei Yoshida
2011-09-12sb140: #i117698# no implementations of XIdlClassProvider remain, so code that...Stephan Bergmann
2011-09-12Modified GetClipState in ScCellShell to allow multiple dest ranges.Kohei Yoshida
2011-09-12Moved the code that checks destination ranges to ScClipUtil.Kohei Yoshida
2011-09-12Moved PasteFromClipboard() from ScCellShell to ScClipUtil (new class).Kohei Yoshida
2011-09-12Added code to handle paste functions and skip empties.Kohei Yoshida
2011-09-12Allow paste when the dest range is a multiple of the source range.Kohei Yoshida
2011-09-12Properly mark multiple ranges during undo and redo.Kohei Yoshida