summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-063-21/+12
* Use configmgr directly in SvxAsianConfig.Stephan Bergmann2011-12-061-1/+1
* Moved modifications.xcu to test, used from multiple modules.Stephan Bergmann2011-12-064-42/+3
* Removed unnessecary tools/table.hxx includesMarcel Metz2011-12-061-1/+0
* impress210: #i117133# put new drawing layer fill and stroke styles in pool on...Christian Lippka ORACLE2011-12-061-0/+1
* calcGlueState(): move State enum to file-global anonymous namespaceLionel Elie Mamane2011-12-061-2/+2
* refactor media embedding completely:Michael Stahl2011-12-061-3/+4
* fdo#39847: Shrink chart's source ranges to data area.Kohei Yoshida2011-12-051-0/+55
* A little more annotation.Kohei Yoshida2011-12-051-1/+4
* Added comment describing what we are doing here...Kohei Yoshida2011-12-051-24/+33
* Use enum over integer constant for type safety.Kohei Yoshida2011-12-051-16/+13
* Separate method for code that determins glue state from referenced cells.Kohei Yoshida2011-12-051-11/+19
* Annotated code and a little cleanup to improve readability.Kohei Yoshida2011-12-051-15/+16
* Empty data sequence backend no longer used. Let's purge it.Kohei Yoshida2011-12-052-415/+0
* Use boost::scoped_ptr in lieu of std::auto_ptr (where we can).Kohei Yoshida2011-12-052-15/+10
* Make the class officially non-copyable.Kohei Yoshida2011-12-051-1/+1
* std::auto_ptr is deprecated. Let's use boost::scoped_ptr.Kohei Yoshida2011-12-051-3/+3
* Let's not create unnecessary duplidate.Kohei Yoshida2011-12-051-8/+8
* WaE: uninitialized valueMarkus Mohrhard2011-12-063-5/+5
* add tests for new bitshift functions to scWolfgang Pechlaner2011-12-052-0/+5
* enable sc's c++ subsequenttests related to fdo#43308Markus Mohrhard2011-12-052-16/+12
* Remove unused tools/stack.hxxMarcel Metz2011-12-051-1/+0
* Replace ScHTMLAdjustStack with std::stack< ScHTMLAdjustStackEntry* >Marcel Metz2011-12-052-7/+11
* Replace ScHTMLTableStack with std::stack< ScHTMLTableStackEntry* >Marcel Metz2011-12-052-9/+15
* Replace XclExpChTrActionStack with std::stack< XclExpChTrAction* >Marcel Metz2011-12-052-36/+15
* Replace Stack with std::stack< std::pair< XclObj*, XclEscherHostAppData* > >Marcel Metz2011-12-052-7/+7
* Replace Stack with std::stack< bool >Marcel Metz2011-12-051-6/+18
* Replace ScChangeTrackMsgStack with std::stack< ScChangeTrackMsgInfo* >Marcel Metz2011-12-053-38/+42
* Remove Large Handles optionStefan Knorr (astron)2011-12-057-43/+13
* enable gsoc multi line inputbar featureNoel Power2011-12-051-2/+3
* add subsequenttest for failing test CellPropertiesMarkus Mohrhard2011-12-052-0/+118
* adjust sc's c++ subsequenttest conceptMarkus Mohrhard2011-12-053-13/+13
* add subsequent test for failing test TableAutoFormatFieldMarkus Mohrhard2011-12-053-0/+249
* don't show the warning message if the name is correctMarkus Mohrhard2011-12-051-0/+4
* ManageNames: set the color of the info text field for warningsMarkus Mohrhard2011-12-053-12/+17
* missing check for cell importMarkus Mohrhard2011-12-051-1/+1
* reduce scope of var and better comment of function GetDataAreaPierre-André Jacquod2011-12-041-19/+21
* if empty row / col leads to shrink area, suppress all empty rows/colPierre-André Jacquod2011-12-041-16/+22
* if changes selection only down, this is also valid for shrinkingPierre-André Jacquod2011-12-041-1/+7
* correctly select new entry after returning from Define NamesMarkus Mohrhard2011-12-033-0/+19
* cells creation : do not use uno calls at loading timeLaurent Godard2011-12-031-8/+58
* ManageNames: make the add button usableMarkus Mohrhard2011-12-037-28/+157
* ptr_map does not need a pointer as template argumentMarkus Mohrhard2011-12-032-2/+2
* add test for removing sheets to testPostItMarkus Mohrhard2011-12-031-0/+4
* some String->rtl::OUString cleanup in ucalcMarkus Mohrhard2011-12-031-5/+5
* actually play embedded media:Michael Stahl2011-12-031-3/+3
* add avmedia::EmbedMediaMichael Stahl2011-12-031-3/+20
* refactor SdrModel::GetDocumentStreamMichael Stahl2011-12-032-54/+0
* MediaWindow::executeMediaURLDialog: add link buttonMichael Stahl2011-12-031-1/+3
* sfx2::DocumentInserter: remove nFlags ctor paramMichael Stahl2011-12-033-3/+3