summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-17Change vector<Palette*> to ptr_vector<Palette>Krisztian Pinter1-11/+5
2014-09-17Make color picker apply color immediatelyKrisztian Pinter2-15/+36
2014-09-17Change palette selection ComboBox to ListBoxKrisztian Pinter3-22/+24
2014-09-17Change NamedColor to use OUStringKrisztian Pinter1-2/+4
2014-09-17Add loading .soc palettesKrisztian Pinter3-63/+112
2014-09-17Add SvxLineColorToolBoxControl functionality to SvxColorToolBoxControlKrisztian Pinter1-1/+15
2014-09-17Convert SvxColorWindow_Impl to Widget LayoutKrisztian Pinter4-61/+124
2014-09-17Move palette selection ComboBox to top of popup windowKrisztian Pinter2-35/+15
2014-09-17Change SvxColorWindow_Impl to use ComboBox for palette selectionKrisztian Pinter4-74/+112
2014-09-17Add color picker to color paletteKrisztian Pinter3-18/+67
2014-09-17Fix variable and method namesKrisztian Pinter2-8/+8
2014-09-17Fix SvxColorWindow_Impl::StateChanged updatingKrisztian Pinter1-9/+1
2014-09-17Add PaletteManager, refactor palette codeKrisztian Pinter6-140/+282
2014-09-17Add GIMP palette loading codeKrisztian Pinter1-4/+106
2014-09-17Code cleanupKrisztian Pinter1-5/+1
2014-09-17Add ability to switch between default and document colorsKrisztian Pinter3-47/+82
2014-09-17Add navigation buttons to SvxColorWindow_ImplKrisztian Pinter2-12/+55
2014-09-17Add writer document font colors to color palettesKrisztian Pinter2-1/+15
2014-09-13coverity#704830 Dereference after null checkCaolán McNamara1-2/+2
2014-09-123D charts: Call the 3D chart update from the lazy update, instead of always.Jan Holesovsky1-8/+8
2014-09-12svx: sal_Bool -> boolStephan Bergmann4-8/+8
2014-09-123D charts: Update the 3D charts when a value changes.Jan Holesovsky3-49/+120
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann81-463/+463
2014-09-11add windows 1258 to charset listCaolán McNamara1-0/+1
2014-09-11Avoid ODR-violating name clashStephan Bergmann1-0/+3
2014-09-10more fixes for SfxItemStateNoel Grandin1-1/+1
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann33-91/+91
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann2-2/+2
2014-09-10wrap at some reasonable locationCaolán McNamara1-0/+1
2014-09-10vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-09-08coverity#1237353 Unchecked dynamic_castCaolán McNamara1-12/+7
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg1-3/+2
2014-09-07cppcheck: Logical disjunction always evaluates to trueJulien Nabet1-7/+4
2014-09-06Related fdo#82088: dropping aliases again :)Stefan Weiberg3-11/+10
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin27-122/+78