summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-01-28replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmasterMichael Stahl4551-1994289/+20
2011-08-06Replace List with std::vector< GraphicFilter* >FINAL_MASTERmaster-backupJoseph Powers1-6/+18
2011-08-05fdo#34977 preserve time when editing even if only date was displayedEike Rathke1-2/+24
* For date formats choose the datetime format when editing a value with a time fraction. * When editing time formats choose the time format only if 0>=value<1, choose the duration format when editing a value that may represent a duration, i.e. is <0 or >=1, and absolute value is less than 32k hours. If greater than 32k hours choose the datetime format.
2011-08-05Remove an unneeded forward reference to class ListJoseph Powers1-1/+0
2011-08-05make FILEVIEW_SHOW_NONE disjoint of FILEVIEW_SHOW_ALLLionel Elie Mamane1-1/+1
2011-08-05fix a crash seen debugging dodgy dbaccess+mailmerge stuffCaolán McNamara1-1/+2
2011-08-05fix windows build error with symlinksCaolán McNamara1-3/+3
2011-08-05and some moreCaolán McNamara2-2/+0
2011-08-05build-breakage: remove stray unused inlines and now dead usingsCaolán McNamara4-7/+2
2011-08-05removed SkipNumberFormatterInStream, was dropped, declared but not definedEike Rathke1-3/+0
2011-08-05Fix fdo#38956 discarding bracketed prefixes in number formats, such as [RED]Eike Rathke4-38/+152
* Fixed discarding of prefixes. * Fixed the broken handling of Thai calendar and numerals speciality. * Added bits to actually display a format with embedded LCID in the dialog if the LCID doesn't match the currently viewed locale.
2011-08-05declarations still present, though impls goneCaolán McNamara1-2/+0
2011-08-05callcatcher: unused methodsCaolán McNamara15-319/+4
2011-08-04Let's use std::deque instead of uno::Sequence.Kohei Yoshida1-102/+0
This makes things a little simpler.
2011-08-04Found one inconsistency between deque and uno::Sequence usages.Kohei Yoshida1-2/+2
ListenerType vs ScriptType. Also, deque supports clear().
2011-08-04Include <functional> for std::unary_function.Kohei Yoshida1-0/+1
Mac build fails without this, apparently, accordingly to Norbert's tinderbox log.
2011-08-04Prefer std::for_each to manual looping.Kohei Yoshida1-38/+33
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe19-0/+19
2011-08-04Use rtl::OUStringHash.Kohei Yoshida3-8/+2
2011-08-04va_end closer of the va_start correspondingJulien Nabet2-1/+2
2011-08-04add mode-lines to new filessCaolán McNamara22-0/+64
2011-08-04catch by const referenceCaolán McNamara1-25/+41
2011-08-04and get this building under windowsCaolán McNamara2-3/+2
2011-08-04help windows build alongCaolán McNamara10-21/+20
2011-08-04callcatcher: remove unused methodsCaolán McNamara11-70/+0
2011-08-04callcatcher: remove unused methodsCaolán McNamara22-235/+2
2011-08-04LookupKeysymInDefaultGroup unusedCaolán McNamara1-10/+0
2011-08-03Add statically linked i18npool cppunittester for iOSTor Lillqvist3-4/+156
2011-08-03Add statically linked basebmp cppunittester for iOSTor Lillqvist4-0/+217
2011-08-03No need to link explicitly with the objc libraryTor Lillqvist1-1/+0
2011-08-03Add statically linked basegfx cppunittester for iOSTor Lillqvist4-0/+220
2011-08-03Need to link with sal_textenc, too, nowTor Lillqvist1-0/+1
2011-08-03unusedcode.easy: Removed some members.Joseph Powers2-20/+0
2011-08-03Anything to do with position in MenuItemList should be size_tJoseph Powers1-68/+78
The old code was mixing sal_uInt16 & sal_uLong all over the place. Plus, MenuItemList is now a std::vector<> which uses size_t as index variables.
2011-08-03get this working under windows againCaolán McNamara2-6/+6
2011-08-03get this working under windows againCaolán McNamara1-1/+1
2011-08-03make exception useful, state *what* url is invalidCaolán McNamara1-1/+1
2011-08-02unusedcode.easy: Removed unused code from MenuJoseph Powers2-102/+10
Note: ImplSelectWithStart() was listed as unused; however, it's used on Mac OS X. I added a comment stating that we use it, so hopefully someone else doesn't remove it later without checking first.
2011-08-02Modify MenuItemList so it uses std::vector<> instead of ListJoseph Powers1-80/+118
I also removed GetCharClass() since it wasn't used and it was in the unusedcode.easy list. I don't see any changes in the menus (Mac OS X).
2011-08-03callcatcher: remove unused methods and a little cleanupThomas Arnhold2-110/+0
2011-08-03Move CMCDEBUG to OSL_DEBUG_LEVEL 3Thomas Arnhold1-1/+1
2011-08-03callcatcher: remove unused methodsThomas Arnhold10-759/+0
2011-08-03Link with sal_textenc on iOSTor Lillqvist1-0/+1
2011-08-03Simplify a bit now that gb_Module_add_check_targets is a no-op for iOS anywayTor Lillqvist1-2/+2
2011-08-03Add statically linked unit tester for iOSTor Lillqvist4-0/+216
2011-08-02convert i18nutil to gbuildMatúš Kukan13-77/+209
2011-08-02Add static sax cppunittester for iOSTor Lillqvist3-0/+208
2011-08-02callcatcher: remove unused methodsThomas Arnhold16-421/+0
2011-08-02get this building under windows againCaolán McNamara3-3/+3
2011-08-02Resolves: rhbz#693265 fix crash from unhandled exceptionCaolán McNamara1-4/+24