summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2012-05-03Add menu entries for sheet name and date field items.Kohei Yoshida1-1/+2
2012-05-03Update sheet IDs in sheet field items during copy and paste.Kohei Yoshida1-1/+1
2012-05-03Properly handle properties of sheet fields.Kohei Yoshida1-1/+0
2012-05-03Support sheet name field in cells.Kohei Yoshida1-0/+3
2012-05-03Support date field in cells.Kohei Yoshida2-0/+7
2012-05-03Removed unused methods.Kohei Yoshida1-8/+0
2012-05-03Properly import DateTimeField.Kohei Yoshida2-2/+6
2012-05-03New menu now inserts current time into cell.Kohei Yoshida1-5/+6
2012-05-03Initial skeleton for inserting a field into cell.Kohei Yoshida1-0/+2
2012-05-03include vector for std::vectorCaolán McNamara1-0/+1
2012-05-03fix bad import positions of shapes & controls fdo#49430Noel Power1-0/+18
2012-05-03remove obsolete READ_OLDVERS table autoformat codeMichael Stahl1-8/+0
2012-05-03fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag1-3/+72
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-1/+1
2012-04-29sal_Bool->bool in conditio.[ch]xxMarkus Mohrhard1-22/+22
2012-04-26Pass ScCellObj instance to ScCellFieldsObj instead of creating a new one.Kohei Yoshida1-2/+5
2012-04-26Ditto. Use rtl::Reference.Kohei Yoshida1-1/+2
2012-04-26Let's use rtl::Reference instead of a raw pointer and manual refcount adjust..Kohei Yoshida1-1/+1
2012-04-26Adjust class description.Kohei Yoshida1-2/+2
2012-04-26ScHeaderFieldObj is no more.Kohei Yoshida1-126/+0
2012-04-26Make GetObjectByIndex_Impl consistent.Kohei Yoshida1-1/+3
2012-04-26ScHeaderFieldsObj::nType never changes and is always INVALID. Removed.Kohei Yoshida1-1/+0
2012-04-26Define interfance to get edit engine instance without ugly casting.Kohei Yoshida2-15/+23
2012-04-26Removing data member that was no longer used.Kohei Yoshida1-1/+0
2012-04-26Support file field in ScEditFieldObj which requires special handling.Kohei Yoshida1-0/+3
2012-04-26Switch to using ScEditFieldObj for the header/footer field items.Kohei Yoshida1-3/+3
2012-04-26Prepare for supporting fields other than URL in ScEditFieldObj.Kohei Yoshida1-1/+3
2012-04-26Nobody uses ScCellFieldObj now. Removing.Kohei Yoshida1-132/+0
2012-04-26Likewise, pass edit source instance to ScEditFieldObj.Kohei Yoshida1-6/+2
2012-04-26Now I can store a reference in the edit source.Kohei Yoshida1-3/+2
2012-04-26Construct the edit source instance outside ScHeaderFieldObj.Kohei Yoshida1-5/+4
2012-04-26Some cleanup. We don't need the broadcaster hint class anymore.Kohei Yoshida2-17/+1
2012-04-26Ok, the regression I had introduced in my prev commit is now fixed.Kohei Yoshida2-11/+8
2012-04-26Have ScHeaderFooterTextObj store authoritative EditTextObject instance.Kohei Yoshida3-31/+37
2012-04-26Merged ScSharedCellEditSource with ScCellEditSource.Kohei Yoshida2-31/+20
2012-04-26Simplified the constructors.Kohei Yoshida1-2/+1
2012-04-26No more ScSharedHeaderFooterEditSource.Kohei Yoshida1-24/+10
2012-04-26Have the caller pass the content instance directly.Kohei Yoshida1-5/+8
2012-04-26Have the caller of ScEditFieldObj define the content the field belongs to.Kohei Yoshida1-3/+7
2012-04-26Store URL field data in a generic way.Kohei Yoshida1-5/+13
2012-04-26Initial copy and paste skeleton for the new UNO field item implementation.Kohei Yoshida1-2/+130
2012-04-26Remove unused method ScDPObject::HasGroupsJavier Catala1-1/+0
2012-04-25unused code in dociterJose Manuel1-1/+0
2012-04-25callcatcher: remove freshly unused codeCaolán McNamara1-1/+0
2012-04-24Remove unused code in sc.Santiago Martinez1-2/+0
2012-04-24Remove unused code in dpitemdata.Santiago Martinez1-2/+0
2012-04-23Remove unused codeFerran Vidal1-1/+0
2012-04-23only update absolute refs when copying between docs, fdo#48482Markus Mohrhard1-1/+2
2012-04-21Remove unused code from "Spreadsheet application code"Ferran Vidal1-1/+0
2012-04-19fdo#48856 update sheet-local named expressions correctlyEike Rathke2-1/+8