summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Collapse)Author
2015-03-16ImpEditView::DrawSelection: emit TEXT_SELECTION LOK callbackMiklos Vajna
With this, if one double-clicks on a word in an editeng text, we emit the correct selection rectangle list callback. No start/end rectangles yet, though. Change-Id: Ie05f6f4a44dc638076527f21a4b6a44e9bf63ecb
2015-03-16LOK: extract the callback typedef to a separate LibreOfficeKitTypes.h headerMiklos Vajna
With this, most LO code can avoid rebuilding when touching LibreOfficeKit.h, something that caused a mass-rebuild earlier. Change-Id: I4880fc7ad82cc535377b2b602897e3172ffa480b
2015-03-16editeng tiled rendering: emit callbacks necessary to have a blinking cursorMiklos Vajna
Change-Id: I031827cbcb14242ede549ce6f65f809795075db5
2015-03-16Add ImpEditView::libreOfficeKitCallback()Miklos Vajna
And various other methods, so that it's possible to invoke the callback in ImpEditView. This will be needed by the blinking editeng cursor. Change-Id: Ie1b6957e5c48f606e71d5808df3f632924d3a2ec
2015-03-15editeng: nAnz -> nCountMiklos Vajna
Change-Id: Ieda943586c95e3edcd277dfa5e8586cc8c27867a
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
Rename the virtual function, and add a new non-virtual Commit() to do that. Change-Id: I09421df781ba965d6ff638b46cd8214fb3a00022
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
Change-Id: I4a33bd92fc8448638a4bfe1eab7e5041a4c5cc39
2015-03-11const_cast -> mutableZolnai Tamás
Change-Id: Idedcb4a9add451fbdf39cad1429669a12b8c11b9
2015-03-11Avoid casting SvxBrushItem:nShadingValueZolnai Tamás
Change-Id: Ida97950286bc69154d10cbc9b5ac699e7ad608ad
2015-03-11tdf#89867: editeng: fix crash on shutdown after changing AutoCorrect optionsMichael Stahl
Since commit 5bff4b016c4b44f4123e0e6a4fd4c0c4dc0cfa2d the SvxAutoCorrCfg::pAutoCorrect is cleared by one terminate() listener but then another terminate() listener calls Commit() on all modified utl::ConfigItem and these two have a Commit() that does not clear the modified flag so they are always modified. Sadly there's no non-virtual Commit() wrapper that calls ClearModified() on the base class... Change-Id: I9ae220d78bb109c7bf0fdc544754a0686b357115
2015-03-09V801: Decreased performanceCaolán McNamara
Change-Id: Iba139ede7bd72e23c0b7a28a8a4ff38ea816725a
2015-03-06Idle: Changed to new enum nameTobias Madl
Change-Id: Id3852abe9bc7bbe774331a7d691abd2a79ff59b4
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
Change-Id: I12290bed7e4f298ab90393b8de6e2b6e7061e53f
2015-03-06idle includes and enum useJennifer Liebel
Change-Id: I8a280c54d81c7da74c9ab03ff3fc788e373ca4e4
2015-03-06Timer: Reversed some Idles to TimerTobias Madl
Change-Id: I213722cc98490430378014290cb09cca9e469bbb
2015-03-04V813: Decreased performanceCaolán McNamara
Change-Id: I8a7528366156b288dc422b09cff0d5a32cde3c91
2015-03-04V813: Decreased performanceCaolán McNamara
Change-Id: Ica2563d9e8da15e19eb38246d4de54a1fcb75655
2015-03-02convert PARAFLAG_ constants to enum classNoel Grandin
Change-Id: I71f5ea8e91fe0f50a471e33e4e2c02840a76b707
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin
Change-Id: I675c488742219cc19624a21d1fc8e5033e7cbefa
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
.. in favour of just using the underlying constants from css::util::NumberFormat Change-Id: I0c6b128b66c91b268f5ae300f9c17c7792df5e99
2015-02-24Typo: curently->currentlyJulien Nabet
Change-Id: I2362c2c7a1c637b02eeebcae8ee1e3c0fc2b2422
2015-02-23ImpEditEngine::UpdateViews: need to go via Invalidate() for tiled renderingMiklos Vajna
This makes typed characters appear as you type it (and not only after the editing of the shape text is finished) in Impress. Change-Id: Id47efe8223ddfdbad36f436366c9c8c8e0cb45f4
2015-02-20editeng: remove references to dead tools/string.hxxMiklos Vajna
Change-Id: Ia22f17648225307b75310332d756da9018fd1279
2015-02-19tdf#78148 Ordinal numbers should not be auto-capitalizedNiklas Johansson
FnChgOrdinalNumber should return true if it changes the ordinal number. This seems to be accentually removed when the function was internationalized and has always returned false since. Change-Id: I633058a99ec033e0c33f807776364a52e22e9c64 Reviewed-on: https://gerrit.libreoffice.org/14535 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-02-18boost->stdCaolán McNamara
Change-Id: I412137e7e7b9b2b87f401bc140a9499d1fc012c6
2015-02-12fdo#82719 EDITING: String with hyperlink not pastedHenry Castro
Fixed. It is impossible to copy / paste a string with hyperlink what is part of a longer string in cell. Change-Id: Id97ef7d742ab8ca17e2cafdc449d04d5839e93d4 Reviewed-on: https://gerrit.libreoffice.org/14412 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-02-07loplugin:deletedspecialStephan Bergmann
Change-Id: Ia5cdc216ef4e5ebb11709fa1079e70c9ac2ff360
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
Deprecated comphelper/sequenceasvector.hxx. Rewritten code using it. Using instead the functions containerToSequence and sequenceToContainer, found in include/comphelper/sequence.hxx. One class that inherits from it (in framework/inc/stdtypes.h), and the code using that has been left. Signed-off-by: Michael Stahl <mstahl@redhat.com> Conflicts: writerfilter/source/dmapper/DomainMapper.cxx writerfilter/source/dmapper/TblStylePrHandler.hxx writerfilter/source/dmapper/WrapPolygonHandler.hxx Change-Id: Ice61c94ffb052e389281aebb7cdf185134221061
2015-02-05yet yet yet yet yet another Windows build 'Locale' ambiguous symbolEike Rathke
Change-Id: I99281928665f6738a7f8d5fd04104445c06b17e8
2015-02-05yet yet yet yet another Windows build 'Locale' ambiguous symbolEike Rathke
Change-Id: I8ceaa2544cef8119cb394a2f4aebea066d04609e
2015-02-05and now a Windows build 'BreakIterator' ambiguous symbolEike Rathke
Change-Id: If5f3eb41b74b02ee44902216eada64d49bc5e9e8
2015-02-05yet yet yet another Windows build 'Locale' ambiguous symbolEike Rathke
Change-Id: I2540e78f13d856a9ada59b6ed416974b361b6a14
2015-02-05yet yet another Windows build 'Locale' ambiguous symbolEike Rathke
Change-Id: I6506190c09405d4d82ae4fc4356e4ec936f2431d
2015-02-05Updated all precompiled headers.Ashod Nakashian
Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157 Reviewed-on: https://gerrit.libreoffice.org/14292 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-02-03callcatcher: shave off some moreCaolán McNamara
Change-Id: I8ed7028f865bd4a6425859ab3b57ed8e928a78e4
2015-02-02coverity#1267655 Logically dead codeCaolán McNamara
Change-Id: I2d4f2c1049302eb488e2c6ef3a7142c42c7cb8e9
2015-02-02coverity#1242632 Use of untrusted scalar valueCaolán McNamara
Change-Id: I91b8505fdbd4ebc77a76279b8c6476daf422319f
2015-02-01coverity#1267693 Uncaught exceptionCaolán McNamara
Change-Id: Id6ed00e9c23cf0cd48ead203e772450680687762
2015-02-01loplugin:unreffunStephan Bergmann
Change-Id: Icfef034a7838e0a7139d3802491cff3b77fd5d9e
2015-01-30coverity#1267673 Dereference after null checkCaolán McNamara
Change-Id: Id9d2176742e4c8f6561ba8e1ab4356852bbb2e8d
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
i.e lots now able to be detected after... commit b44cbb26efe1d0b0950b1e1613e131b506dc3876 Author: Noel Grandin <noel@peralex.com> Date: Tue Jan 20 12:38:10 2015 +0200 new loplugin: change virtual methods to non-virtual Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I605e2fa56f7186c3d3a764f3cd30f5cf7f881f9d
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
This cleanups up indentation and removes dead classes. This is a followup patch to commit 272b1dd55797aacf511fb4342b0054e3697243f6 "new loplugin: change virtual methods to non-virtual" Change-Id: I1c2139589cf8cb23bb9808defe22c51039d38de1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I138ef81c95f115dbd8c023a83cfc7e9d5d6d14ae
2015-01-25coverity#1266493 Use of untrusted scalar valueCaolán McNamara
Change-Id: Iba051da07f5ffafcab559fe03a4e93f21a2d4f8a
2015-01-25coverity#1266455 Explicit null dereferencedCaolán McNamara
Change-Id: If772142b776d2365cbd2b7f0927975c2739c1316
2015-01-25coverity#1266454 Explicit null dereferencedCaolán McNamara
Change-Id: Ic8f13e9bd3755c9ccb59d173ac0a36be1d06a2f4
2015-01-25coverity#1266453 Explicit null dereferencedCaolán McNamara
Change-Id: Ia03fdd3d854574ba19b028334e2397ad544fe20a
2015-01-25coverity#1266506 Useless callCaolán McNamara
Change-Id: I0d2f493ddf410aa4980dbeeaf8976c052ea139e3
2015-01-25coverity#1266515 Useless callCaolán McNamara
Change-Id: I554ca2a961a9ba6009bef23067febe8611ba1f80
2015-01-23fix 64-bit build after OUStringBuffer changeMichael Stahl
Change-Id: I6c5295110292ae48ff0cb3472e4dbea287645d2a