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