summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-07Another bug.Kohei Yoshida1-1/+1
2011-11-07Fixed a silly bug.Kohei Yoshida1-1/+1
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida21-423/+447
2011-11-08deliver .h also from np_sdk/incRene Engelhard1-0/+1
2011-11-08update libreoffice.1 for the (new) long option namesRene Engelhard1-48/+48
2011-11-08fix build: (u)int16 -> (u)int16_tRene Engelhard2-5/+5
2011-11-08fix up --with-system-mozilla-headers again after last updateRene Engelhard1-3/+3
2011-11-08Fixup the headers mozilla check to be up par with latest updates.Tomas Chvatal1-7/+7
2011-11-08add actual $(MOZILLA_HEADERS_CFLAGS) to extensions' buildRene Engelhard1-0/+4
2011-11-08Add switch for system/internal npapi.hTomas Chvatal13-689/+2457
2011-11-07unit test crash: this must be the intended codeCaolán McNamara1-1/+1
2011-11-07callcatcher: remove some unused Graphic methodsCaolán McNamara3-51/+0
2011-11-07ByteString->rtl::OStringCaolán McNamara15-78/+87
2011-11-07this just takes a const char*Caolán McNamara1-2/+1
2011-11-07this just take a const char*Caolán McNamara1-3/+1
2011-11-07unused sDataCaolán McNamara1-1/+0
2011-11-07tweak to be a pImpl rather than a full windowCaolán McNamara3-31/+18
2011-11-07fdo#42526 : need to parse the address convention for parsing referencesMarkus Mohrhard1-1/+1
2011-11-07little refactoring in fuins2.cxxMarkus Mohrhard1-4/+6
2011-11-07Split clean into clean-host and clean-build targetsTor Lillqvist1-2/+6
2011-11-07Update the Android exampleTor Lillqvist1-8/+8
2011-11-07For Android, we don't actually want to build programs, but shared librariesTor Lillqvist1-0/+17
2011-11-07First baby steps of proper Android "native" program supportTor Lillqvist1-0/+48
2011-11-07Add android_native_app_glue.[hc} from the NDKTor Lillqvist2-0/+784
2011-11-07calc: initial cut at post-it unit testMichael Meeks1-0/+36
2011-11-07require autoconf >= 2.59 to please MAC OSX 10.4Christian Lohmaier1-1/+1
2011-11-07fix "whether to build stax" checkChristian Lohmaier1-15/+17
2011-11-07Remove obsolete IsWin95A functionJesús Corrius1-20/+1
2011-11-07configure: $with_system_libs checks are redundantMichael Stahl1-53/+45
2011-11-07configure: certainly Solaris 6 is not supportedMichael Stahl1-3/+3
2011-11-07configure: remove duplicate Solaris GNUTAR checkMichael Stahl1-6/+1
2011-11-07configure: remove --with-system-libxslt:Michael Stahl1-30/+4
2011-11-07configure: refactor system-libs checks:Michael Stahl1-181/+196
2011-11-07configure: move platform detection before argsMichael Stahl1-261/+264
2011-11-07change String to OUString for aUpperName in ScRangeDataLaurent Godard1-2/+2
2011-11-07Stop exporting headers that no one uses outside of basicJoseph Powers1-5/+0
2011-11-07Remove two more unused headers from basegfxJoseph Powers2-1082/+0
2011-11-07Fix dbglevel=2 build in sc.Jan Holesovsky1-1/+1
2011-11-07gtk: fix issue with built-in file/folder picker settingsMichael Meeks1-8/+7
2011-11-07gtk3: add run-time check for gtk >= 3.2.0Michael Meeks1-1/+1
2011-11-07gtk: cleanup resource provider and associated lifecycle issueMichael Meeks7-168/+41
2011-11-07gtk3: port file-picker, using more standard combobox APIs etc.Michael Meeks4-56/+45
2011-11-07move required resources down from fpicker & svtools into vclMichael Meeks4-130/+147
2011-11-07hush more kinds of file typesMichael Meeks1-1/+16
2011-11-07gtk: cleanup to make the vcl file-picker interface work.Michael Meeks9-22/+31
2011-11-07gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks41-4699/+282
2011-11-07gtk: use a more sensibly unique version defineMichael Meeks3-4/+3
2011-11-07typename outside templateCaolán McNamara1-4/+2
2011-11-07Remove superfluous includes and forward declsAugust Sodora17-90/+29
2011-11-07redundant if not-null checks on deleteThomas Arnhold16-50/+25