summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-14xmlsecurity: remove NSS cert.h from PCHMichael Stahl
nssrenam.h is another horror... Change-Id: I166ac2ab1414e89d5cd4beae543670fdfa389adb
2014-08-14fdo#82430: configure: MSVC build: avoid using SSE2 instructionsMichael Stahl
MSVC 2012 for x86 defaults to -arch:SSE2; binaries do not run on any AMD 32-bit CPU, neither on Intel Pentium III. http://msdn.microsoft.com/en-us/library/vstudio/7t5yh4fd%28v=vs.110%29.aspx Change-Id: Ie8253137db2699f2a7fa69c4ac4e7ded90931e3e
2014-08-14fdo#75757: remove inheritance to std::vectorTakeshi Abe
Change-Id: I07daec0ced64d0ca6ad2dd06fd19a1c7366e5c31 Reviewed-on: https://gerrit.libreoffice.org/10921 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-14Build fix when DEBUG_EDIT_ENGINE is on.Kohei Yoshida
Change-Id: Ie3271400862bfca7ecbefbab2d3fcdc60a893818
2014-08-14Updated coreCaolán McNamara
Project: help 658fb3a6464d2f73bfe853278596d57457fcee77
2014-08-14Convert RID_PAGE_OPTION_DBFIELD tabpage to .uiPalenik Mihály
Change-Id: I5ab4c42cf5467254423396ce4f56390fc2fb5276 Reviewed-on: https://gerrit.libreoffice.org/10920 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-08-14Use boost::intrusive_ptr in lieu of manual ref-counting.Kohei Yoshida
Change-Id: I0a29a1e490f5aa52a9057be71164573e403affe9
2014-08-14Apply a simple pimpl idiom and rename the old Impl to make it non-Impl.Kohei Yoshida
The old Impl instance is ref-counted, which I'd like to convert to using boost::intrusive_ptr. But to make it happen, we need to really hide this from public header... Change-Id: I1f1e9e500f2112eea04e3e6d661a7dfa74655c62
2014-08-14Aligh this correctly...Kohei Yoshida
Also use 4-char tab space etc. Change-Id: I5ca007f58a588823ce9961af154cd97c25dd6f9b
2014-08-14Scope reduction by early bailout.Kohei Yoshida
Change-Id: If66f732265505a97990cf6c75ff53797a1d91b7a
2014-08-14Use struct to group together parameters to reduce number of method args.Kohei Yoshida
And to make it easier to share common parameters between methods. Change-Id: Ibdbad66ea8f2f30b4518f9ecaec2f43087c54837
2014-08-14Extract code block into its own method.Kohei Yoshida
Change-Id: I4cb450afee9200ce749356b6a4bda8f046da305f
2014-08-14reduce num of FilterOptionsRequest includesCaolán McNamara
Change-Id: I403bb7b96e8bcaa6138cdd9be823657bc47fa7ca
2014-08-14convert RID_DLG_SELECTION to .ui formatCaolán McNamara
Change-Id: Ib23d8ec34c757bb8268651d4a1d00c6528dac9c1
2014-08-14Updated coreCaolán McNamara
Project: help 7cef65b120c00b4bdfb37859429ecbe5ed4f660b
2014-08-14remove unpublished unused FutureDocumentVersionProductUpdateRequestCaolán McNamara
Change-Id: Icdfc9c02df251680b6f01fac184be9484edf8870
2014-08-14FutureDocumentVersionProductUpdateRequest is never createdCaolán McNamara
only extracted, so seeing as nothing inherits from it and nothing creates another one, everything dependent on it existing is dead code, which enables removing the RID_DLG_NEWER_VERSION_WARNING dialog Change-Id: I9515abdfeebbe60f6cd88a160524327d039403f6
2014-08-14git commit no reason to include FutureDocumentVersionProductUpdateRequest.hppCaolán McNamara
Change-Id: Icc6757254721ed8c03356a6acc28e6f241c07153
2014-08-14Updated coreCaolán McNamara
Project: help 65caf6f111cd29d807ab5b75bbe094804c0fa6eb
2014-08-14bnc#865381 DOCX import: handle <w:hideMark> table cell propertyMiklos Vajna
Change-Id: Id0dd34110376168e34df4956869608895b86abfe
2014-08-14fix indentationMiklos Vajna
Change-Id: I93fffff150e76a20decf2dd418f4cbd2b7418735
2014-08-14Resolves: fdo#82550 MacOSX GetTextBreak always return -1Caolán McNamara
so multiline text ends up splitting over a huge number of lines leading to massively tall dialogs when they contain text which is supposed to line break regression from 6ca2d0d6645a697d323593a401ea8b1da02445bf Change-Id: I51cecd9164112af3208bffced63aed7e261ea9e2
2014-08-14sw: assert that UnlockExpFlds() isn't called when it's not lockedMichael Stahl
Change-Id: Ibe2394978b776dd4a91a253856040fc45f81c7e9
2014-08-14sw: initialize SwDoc::mbInReadingMichael Stahl
This was causing intermittent failure at least in sw_python test. (regression from 5494954b269267f6ee3bdd5ac73e7513fa69978f) Change-Id: I8452536cfbb7bc5bd07e6405bc255e31a5007185
2014-08-14sw: use less confusing variable names in python testMichael Stahl
Change-Id: Ie07fe4761a634c3ae55e82e1ed70c9424dc33213
2014-08-14Rename misleadingly named variableTor Lillqvist
Change-Id: I48c7e2d29c16b61b71ef72a0a45792c968c0fa0f
2014-08-14Look also for iOS SDK 8.0Tor Lillqvist
Change-Id: I0587e395f6b4833953618b1a0ac1e201a1f79b61
2014-08-14TypoTor Lillqvist
Change-Id: I8d4ce3f0ebd894d2550c5c7788121308f77b0b2a
2014-08-14If we disable C4189 we should also disable C4100Tor Lillqvist
They are both bogusly emitted from SAL_WARN_IF in an optimizing compilation. Change-Id: Ia56687422a29c61a7a8ad0d48541300c7643120e
2014-08-14WaE: C4722: destructor never returns, potential memory leakTor Lillqvist
Change-Id: I9691048ca7dc6e18cc904b29e8f6f59b11e002cf
2014-08-14MSVC: disable C4189 again in optimizing buildsThomas Arnhold
MSVC2012 emits bogus "unused variable" warnings for variables only used in a condition of SAL_WARN_IF in optimizing compilations. Nevertheless it's quite useful to have these warnings when not optimizing, then it does not emit them bogusly. Change-Id: I58a071db65bed15f753def793da8c0f9677abd4b
2014-08-14java: remove useless instanceof testsNoel Grandin
Change-Id: Idb058179f90ddbe5157d564ed5f9c9168898fb0c
2014-08-14java: remove unused importsNoel Grandin
Change-Id: Ic60b30141fd1dc61acfb97b811aec680a2ab9c22
2014-08-14simplify timing codeNoel Grandin
Change-Id: I1ecbfc5183261e400349309924dbf059a32cb95f
2014-08-14improve copmmentsNoel Grandin
Change-Id: Ib55ec2f787177829a85a121afb1d3dff2ee7ab1f
2014-08-14java: remove commented out codeNoel Grandin
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
2014-08-14remove usage of DOCPTH and CNCSTRNoel Grandin
from the java test code, this was legacy, just finishing the job Change-Id: I2475efcde561cf10b29ea956972cddc06ec5635e
2014-08-14clean upo runner.lib.TestParametersNoel Grandin
- remove unused fields - make all external code go through the get(XXX) methods instead of also using the default values - remove default values declarations and inline them, since they are now unnecessary. Change-Id: Idc875fbd133de90044647f3e3b1feb225d81a643
2014-08-14clean up formattingNoel Grandin
Change-Id: Ib81b58a6fbcd14a4902bd0650117c07f08088ad6
2014-08-14Add rng schema for model.xmlMiklos Vajna
Change-Id: I1b75c5c42a131c7994868ea3261120c6a5b7650e
2014-08-14warning C4189: : local variable is initialized but not referencedThomas Arnhold
Change-Id: I650fab8227fd8b6aeb4fd4d420cb820aefd80271
2014-08-14WaE: C4189: 'aTests' : local variable is initialized but not referencedTor Lillqvist
Change-Id: I3526b45c374511b77086ffd81566cc1e9b813142
2014-08-14warning C4702: unreachable codeMichael Stahl
that's a real bug in f6e7b94042070241cd1cfb1d7f8610fe1801b4f2 Change-Id: I46b9f6000b4c5e3b4aec44d96100cb41b6a8b41e
2014-08-14spurious warning C4189 local variable initialized but not referencedMichael Stahl
Change-Id: I67ac7757a05dfba5724f8f73856e0a23194adaf8
2014-08-13warning C4245 signed/unsigned mismatchMichael Stahl
Change-Id: If6222d61a6c75996ce5c40b3eae7895982c49b4a
2014-08-13warning C4189 local variable initialized but not referencedMichael Stahl
Change-Id: I6047e0fc10bb6de0009da40855a97df89904cb0c
2014-08-13warning C4245 signed/unsigned mismatchMichael Stahl
Turns out that mnVisiblePageCount is actually never read. Change-Id: I6bded733bb551525a6143976ad4c4447a5a56773
2014-08-13helpcontent2: somebody messed up the submodule again...Michael Stahl
Change-Id: I7c7888ffcc613c1627ad2ed69db68ff64f596a85
2014-08-13warning C4245 signed/unsigned mismatchMichael Stahl
Change-Id: Ibff6c806c287a2303cdf3b1942d5d5014a73bd30
2014-08-13warning C4245 signed/unsigned mismatchMichael Stahl
Change-Id: If28543252ee2265e9edd7d7963c1751bd21e754d