summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2014-09-28Add tooltips for non-obvious, unlabeled buttons in redlinefilterpage.uiAdolfo Jayme Barrientos1-49/+8
2014-09-27border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos13-29/+37
2014-09-27Term change: Sound/Movie -> Audio/VideoSamuel Mehrbrodt1-1/+1
2014-09-26svx: convert some horrible code to SolarMutexTryAndBuyGuardMichael Stahl1-10/+3
2014-09-26fix build & better name for ERROR_INVALID_TABLELionel Elie Mamane1-1/+1
2014-09-26svx: fix up c10225762ce2c242d21126b5730b1d60f0150edMichael Stahl1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin3-6/+6
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin1-4/+4
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin3-8/+8
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin1-2/+2
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-1/+1
2014-09-26remove unnecessary casts'sNoel Grandin1-2/+2
2014-09-26remove ::svxform::OStaticDataAccessTools from DbCellControlLionel Elie Mamane3-10/+13
2014-09-26rip out all remaining uses of svxform::OTypeConversionClient and remove itLionel Elie Mamane6-130/+5
2014-09-26coverity#1194914 Overflowed return valueCaolán McNamara1-1/+2
2014-09-25Resolves: fdo#83010 remove svx::WrapFieldCaolán McNamara2-52/+0
2014-09-25coverity#1241199 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+5
2014-09-25coverity#1241102 Uninitialized pointer fieldCaolán McNamara1-1/+3
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann1-0/+27
2014-09-25connectivity: std::auto_ptr -> std::unique_ptrStephan Bergmann3-11/+5
2014-09-24fdo#62081: Add split menus to items in the style dropdownSzymon Kłos2-0/+96
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-27/+0
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann3-35/+23
2014-09-23fdo#84256 Prepopulate findbar with last search termSamuel Mehrbrodt1-1/+7
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin4-4/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin228-751/+751
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin2-2/+2
2014-09-21Remove dead codeSamuel Mehrbrodt1-198/+0
2014-09-21Improve gallery look for small width (Sidebar)Samuel Mehrbrodt2-66/+18
2014-09-21fdo#82502 Ctrl-F should select the text in the search bar, not close itSamuel Mehrbrodt1-1/+6
2014-09-21Changed some options from picture/graphics to imagePhyzer2-4/+4
2014-09-19fdo#84061 Fix setting text style sheet listeners in SdrTextObjTobias Lippert4-14/+113
2014-09-19fdo#83891 Show document names including " - " during autorecoveryMatthew J. Francis1-5/+13
2014-09-19bogus warning C4701: potentially uninitialized local variableStephan Bergmann1-4/+4
2014-09-18callcatcher: update unused codeCaolán McNamara1-10/+0
2014-09-18Update the status only after colors loadMaxim Monastirsky1-2/+2
2014-09-18Adapt the code for the new automatic buttonMaxim Monastirsky3-23/+15
2014-09-18fdo#82577: Handle FontNoel Grandin27-102/+102
2014-09-18Use svxcorelo-SvxColorValueSet insteadMaxim Monastirsky1-2/+2
2014-09-17Typo: excatly->exactlyJulien Nabet1-1/+1
2014-09-17WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist1-2/+2
2014-09-17fdo#60712 - Inherits cell styles in inserting rows/columnsHideki Ikeda3-0/+164
2014-09-17Fix the Windows build.Jan Holesovsky1-2/+1
2014-09-17Don't manually set the SvxColorWindow sizeTomaž Vajngerl2-3/+1
2014-09-17Adjust color window UI & align with FloatWindow changesTomaž Vajngerl1-1/+14
2014-09-17Add recent colorsKrisztian Pinter5-38/+190
2014-09-17Make small UI tweaks to SvxColorWindow_ImplKrisztian Pinter1-0/+2
2014-09-17Remove redundant class SvxLineColorToolBoxControlKrisztian Pinter1-63/+6
2014-09-17Make .soc loading lazyKrisztian Pinter1-6/+13