summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-04-26Temporarily disable test Java API tests that cause crash-on-exit.Kohei Yoshida1-2/+2
2012-04-26Fixed API Test for ScHeaderFooterTextCursor.Kohei Yoshida1-1/+0
2012-04-26Fixed API test.Kohei Yoshida1-11/+22
2012-04-26Adjust class description.Kohei Yoshida1-2/+2
2012-04-26ScHeaderFieldObj is no more.Kohei Yoshida2-534/+24
2012-04-26Infer the field type for cell field objects too.Kohei Yoshida1-45/+48
2012-04-26Make GetObjectByIndex_Impl consistent.Kohei Yoshida2-14/+18
2012-04-26Directly translate SVX class ID to internal enum value.Kohei Yoshida1-20/+19
2012-04-26Early bailout.Kohei Yoshida1-31/+30
2012-04-26ScHeaderFieldsObj::nType never changes and is always INVALID. Removed.Kohei Yoshida2-39/+10
2012-04-26Now we can lump all these service names together.Kohei Yoshida1-7/+4
2012-04-26Define interfance to get edit engine instance without ugly casting.Kohei Yoshida3-48/+56
2012-04-26Fixed memory leak. The edit source gets cloned in SvxUnoText.Kohei Yoshida1-2/+2
2012-04-26Removing data member that was no longer used.Kohei Yoshida1-1/+0
2012-04-26Another place where ScHeaderFieldObj was still referenced.Kohei Yoshida1-1/+1
2012-04-26Support file field in ScEditFieldObj which requires special handling.Kohei Yoshida2-7/+91
2012-04-26Switch to using ScEditFieldObj for the header/footer field items.Kohei Yoshida5-80/+135
2012-04-26Prepare for supporting fields other than URL in ScEditFieldObj.Kohei Yoshida2-79/+97
2012-04-26Nobody uses ScCellFieldObj now. Removing.Kohei Yoshida2-556/+1
2012-04-26Likewise, pass edit source instance to ScEditFieldObj.Kohei Yoshida4-49/+11
2012-04-26Now I can store a reference in the edit source.Kohei Yoshida4-20/+13
2012-04-26Construct the edit source instance outside ScHeaderFieldObj.Kohei Yoshida3-29/+23
2012-04-26Some cleanup. We don't need the broadcaster hint class anymore.Kohei Yoshida5-37/+3
2012-04-26Ok, the regression I had introduced in my prev commit is now fixed.Kohei Yoshida6-87/+46
2012-04-26Have ScHeaderFooterTextObj store authoritative EditTextObject instance.Kohei Yoshida6-122/+101
2012-04-26Merged ScSharedCellEditSource with ScCellEditSource.Kohei Yoshida6-85/+50
2012-04-26Simplified the constructors.Kohei Yoshida4-13/+7
2012-04-26No more ScSharedHeaderFooterEditSource.Kohei Yoshida3-64/+31
2012-04-26Have the caller pass the content instance directly.Kohei Yoshida4-25/+68
2012-04-26Have the caller of ScEditFieldObj define the content the field belongs to.Kohei Yoshida4-10/+20
2012-04-26More generic handling of field item plus some cleanups.Kohei Yoshida1-36/+52
2012-04-26Store URL field data in a generic way.Kohei Yoshida4-67/+127
2012-04-26Initial copy and paste skeleton for the new UNO field item implementation.Kohei Yoshida5-21/+538
2012-04-26Remove unused method ScDPObject::HasGroupsJavier Catala2-13/+0
2012-04-25unused code in dociterJose Manuel2-6/+0
2012-04-25changes to fdo#45664 EasyHackEike Rathke3-31/+25
2012-04-25fdo#45664 EasyHack: Add a "Save cell formulas" checkbox to the CSV Export panel.Florent Gallaire8-11/+44
2012-04-25callcatcher: remove freshly unused codeCaolán McNamara2-8/+0
2012-04-25excel filter headers: replace OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl4-12/+12
2012-04-25add test case for copy&paste formulas between documentsMarkus Mohrhard1-4/+42
2012-04-24fdo#34999: UI: Navigator row selector pane exceeds reserved grey areaIvan Timofeev1-1/+3
2012-04-24-Werror=unused-variableStephan Bergmann1-2/+0
2012-04-24tweak support Sheets.PrintPreview bnc#75784 allow specific sheet(s) selectionNoel Power3-10/+52
2012-04-24first try for copy/paste formulas between docs test caseMarkus Mohrhard1-0/+27
2012-04-24add some more test cases for copying formulasMarkus Mohrhard1-1/+17
2012-04-24Remove unused code in sc.Santiago Martinez2-17/+0
2012-04-24Remove unused code in dpitemdata.Santiago Martinez2-11/+0
2012-04-23tweak paste-only context menu ( add paste only number )Noel Power4-2/+14
2012-04-23support Sheets.PrintPreview bnc#757844Noel Power2-0/+8
2012-04-23Remove unused codeFerran Vidal2-6/+0