summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/cellsuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-06-15adjust import/export code to merged conditional formatsMarkus Mohrhard1-5/+4
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard1-3/+3
2012-05-08Adjust ScEditFieldObj for the change done in SvxUnoTextRangeBase.Kohei Yoshida1-1/+1
2012-05-05Have ScEditFieldObj use the UNO field type values.Kohei Yoshida1-1/+2
2012-05-03Support sheet name field in cells.Kohei Yoshida1-1/+3
2012-04-26Pass ScCellObj instance to ScCellFieldsObj instead of creating a new one.Kohei Yoshida1-1/+4
2012-04-26Ditto. Use rtl::Reference.Kohei Yoshida1-18/+14
2012-04-26Switch to using ScEditFieldObj for the header/footer field items.Kohei Yoshida1-1/+1
2012-04-26Likewise, pass edit source instance to ScEditFieldObj.Kohei Yoshida1-1/+2
2012-04-26Merged ScSharedCellEditSource with ScCellEditSource.Kohei Yoshida1-13/+13
2012-04-26Have the caller of ScEditFieldObj define the content the field belongs to.Kohei Yoshida1-1/+2
2012-04-26Store URL field data in a generic way.Kohei Yoshida1-1/+1
2012-04-26Initial copy and paste skeleton for the new UNO field item implementation.Kohei Yoshida1-2/+2
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard1-8/+8
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida1-8/+8
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-8/+8
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks1-126/+70
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard1-8/+8
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-8/+8
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard1-1/+1
2012-03-02remove table.hxx from document.hxxMarkus Mohrhard1-0/+1
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard1-39/+37
2012-02-09added TableBorder2 using BorderLine2, implemented BorderLine2 properlyEike Rathke1-71/+178
2012-02-07ScAutoFormat no longer a child of ScSortedCollection.Kohei Yoshida1-9/+5
2012-02-06The usual bool & string conversion.Kohei Yoshida1-4/+1
2012-02-05Remove unused code.Elton Chung1-33/+0
2012-02-03fdo#45115: sc: fix setting bordersMichael Stahl1-2/+1
2012-02-01Always look up chart objects by name, change method names' casing.Kohei Yoshida1-4/+4
2012-02-01ScChartListenerCollection is no longer a child of ScStrCollection.Kohei Yoshida1-36/+18
2012-01-26cast from BorderLine to BorderLine2 is not validEike Rathke1-2/+2
2012-01-25ScTableSheetObj::findAll does not return the correct range, fdo#43462Markus Mohrhard1-3/+1
2012-01-16Missing SolarMutexGuard.Stephan Bergmann1-0/+1
2012-01-11ScGlobal::GetAutoFormat not always required to create fresh instance.Stephan Bergmann1-2/+2
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-3/+3
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara1-29/+30
2012-01-05use the docshell to change tab attributes. don't do it directlyNorbert Thiebaud1-2/+5
2011-11-30Reduce usage of GetQueryItem() (singular version).Kohei Yoshida1-1/+3
2011-11-28dr80: #i164410# optimized cell allocation in XCellRangeData::setDataArray() t...Eike Rathke1-0/+6
2011-11-28dr78: #i116426# use ODataAccessDescriptor for database import parameters, sup...Eike Rathke1-2/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida1-4/+3
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-7/+9
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida1-0/+1
2011-11-04Remove direct access to the query string (pStr).Kohei Yoshida1-1/+5
2011-11-04Fixed fdo#37083 mis-positioning caused by internal TeX points.Eike Rathke1-3/+2
2011-10-26add uno part for local range namesMarkus Mohrhard1-1/+7
2011-09-19Let's avoid modifying the selection data during search and replace.Kohei Yoshida1-10/+15
2011-09-12Some attempts to remove the 8-param variant of PostPaint().Kohei Yoshida1-1/+1
2011-09-12ScPateUndo cleaned up.Kohei Yoshida1-5/+5
2011-08-30More string conversion around ScDocumentLoader.Kohei Yoshida1-7/+7