summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2015-08-31aConnectLink is never set, so remove itNoel Grandin1-1/+0
2015-08-17make Link<> typedNoel Grandin1-2/+2
2015-08-14fix windows build, partial revert of my commitNoel Grandin1-0/+4
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin20-24/+23
2015-08-14make Link<> instances typedNoel Grandin1-31/+13
2015-08-12move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()Eike Rathke1-0/+9
2015-08-04include: inline some use-once typedefsNoel Grandin2-9/+4
2015-07-20loplugin:unusedmethods svlNoel Grandin10-34/+0
2015-07-17svl: try to prevent MSVC from generating copy assignmentMichael Stahl1-0/+5
2015-07-17svl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-3/+5
2015-07-10Resolves: tdf#92457 handle trailing text subformat if others omittedEike Rathke1-0/+6
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-06loplugin:unusedmethods svlNoel Grandin24-267/+3
2015-07-03Fix typosAndrea Gelmini3-5/+5
2015-06-29SfxSimpleHint only needs a sal_uInt32 for the hintNoel Grandin1-3/+3
2015-06-24remove SFX_NOTIFY macroNoel Grandin1-6/+3
2015-06-11missing includeStephan Bergmann1-0/+2
2015-06-11minor clean upStephan Bergmann1-36/+9
2015-06-10Remove unnecessary Bool2AnyStephan Bergmann1-5/+0
2015-06-10svl: document SfxItemPropertyMapEntryMichael Stahl1-3/+7
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin1-19/+18
2015-06-08tdf#90804 remove SfxFieldUnit enumAndras Timar1-6/+0
2015-06-04svl: prefix remaining members of SvxSearchItemMiklos Vajna1-57/+57
2015-05-28SvxSearchItem: add m_nStartPoint{X,Y}Miklos Vajna2-0/+11
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-2/+2
2015-05-06tdf#90258 Toggle Thousand Separator with Engineering NotationLaurent Balland-Poirier2-0/+9
2015-04-30Use typed MaybeFile LinkStephan Bergmann1-3/+3
2015-04-30Gradually typed LinkStephan Bergmann3-29/+29
2015-04-28expand and remove DECL_PTRHINT macroNoel Grandin3-20/+16
2015-04-28SfxItemSet::PutDirect return value is unusedStephan Bergmann1-1/+1
2015-04-28operator == return type wants to be boolStephan Bergmann1-1/+1
2015-04-22convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin1-6/+9
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin1-21/+19
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+3
2015-04-20convert SEARCH_OPTIONS constants to scoped enumNoel Grandin1-17/+26
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-14/+34
2015-04-15convert LOCKFILE_ constants to scoped enum and cleanupNoel Grandin3-23/+21
2015-04-15convert TXTFORMAT constants to scoped enumNoel Grandin1-10/+0
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin1-7/+16
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-4/+4
2015-04-11No need to spell out com::sun::star, css is enough.Miklos Vajna1-6/+6
2015-04-08svl: prefix members of SfxItemIterMichael Stahl1-14/+21
2015-04-08svl: prefix members of SfxItemSetMichael Stahl2-14/+14
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-4/+4
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-4/+4
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-23tdf#90133 Scientific format: allow variable decimalLaurent Balland-Poirier1-0/+6
2015-03-21Char shading: use a marker for character background imported from MSO shadingZolnai Tamás1-0/+5
2015-03-19loplugin:constantfunction: svlNoel Grandin3-8/+1