summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann3-8/+8
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann9-9/+9
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann3-6/+4
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks13-41/+34
2015-05-09tdf#90828 FILESAVE:XLSX export of underline color for text inside textboxPriyankaGaikwad2-0/+17
2015-05-08sc tiled editing: Highlight the search resultHenry Castro1-0/+16
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann16-17/+19
2015-05-08tdf#90257: Prevent dialog from growing out of the screenKatarina Behrens1-0/+6
2015-05-08tdf#91125 - nail a clutch of calc modeless dialog lifecycle issues.Michael Meeks3-9/+10
2015-05-07tdf#90935 - calc / sort dialog fixage.Michael Meeks5-4/+19
2015-05-07tdf#91066: Condensed Character Spacing i.e spc(negative value) is not exporte...yogesh.bharate0012-0/+21
2015-05-07remove unused code; bMapDupToInternal in struct AddInMapWinfried Donkers3-113/+110
2015-05-07convert PUSHBUTTON_DROPDOWN constants to scoped enumNoel Grandin1-1/+1
2015-05-07tdf#91127 - audit for unfortunate SAL_NO_ACQUIRE referencing issues.Michael Meeks2-5/+3
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann5-0/+5
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann21-33/+33
2015-05-07Unwind SotStorageRef typedefStephan Bergmann18-37/+37
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann1-1/+1
2015-05-07Make pivot table resizable again to make it easier to work with.Tomaž Vajngerl1-1/+6
2015-05-06tdf#90258 Sidebar: toggle Thousand/EngineeringLaurent Balland-Poirier6-0/+79
2015-05-06assume modified if an index has no corresponding ScDBData (anymore)Eike Rathke1-1/+1
2015-05-06now also ocTableRef is DBData, tdf#91078 relatedEike Rathke1-18/+84
2015-05-06Resolves: tdf#91078 check also DBData modified, not only named expressionsEike Rathke5-24/+41
2015-05-06document's visible tab may be out of syncEike Rathke1-1/+7
2015-05-06tdf#91015 - CSV dialog crasher.Michael Meeks1-2/+2
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-2/+2
2015-05-06convert USER_OPT constants to scoped enumNoel Grandin1-2/+2
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin6-11/+11
2015-05-06convert SUBSFONT_ to scoped enumNoel Grandin1-1/+1
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin3-3/+3
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann8-33/+20
2015-05-06SfxBoolItem takes a sal_uInt16 nWhich as first argumentStephan Bergmann1-2/+2
2015-05-05Resolves tdf#84240 : Red squiggly underline does not appear instantlyDeena Francis4-0/+162
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers10-23/+125
2015-05-05rework the twisted ShrinkToUsedDataArea logicEike Rathke1-34/+34
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl5-9/+9
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann22-48/+30
2015-05-05tdf#34555 add to scalc: crop, change img, save img, edit with ext toolsPhilippe Jung7-3/+192
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann33-64/+41
2015-05-05loplugin:staticmethodsNoel Grandin182-469/+465
2015-05-05loplugin:staticmethodsNoel Grandin2-3/+3
2015-05-05typo: strech -> stretchAndras Timar2-3/+3
2015-05-05rework Sort trim data area logicEike Rathke7-38/+40
2015-05-04assert(nStartRow <= nEndRow)Eike Rathke1-0/+4
2015-05-04Resolves tdf#90757 ensure start row / end row order makes senseEike Rathke2-10/+12
2015-05-04Ensure listener removal is done with SolarMutex lockedStephan Bergmann1-0/+5
2015-05-03tdf#90982 - repair more of the conditional formatting dialog.Michael Meeks1-0/+6
2015-05-03tdf#90982 - repair parts of the conditional formatting dialog.Michael Meeks2-1/+10
2015-05-03sc: More services converted to constructors.Jan Holesovsky5-91/+16
2015-05-03sc: Convert many services to constructors.Jan Holesovsky10-411/+72