summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2015-03-10detect MSO 2007 OOXML documentsMarkus Mohrhard
Change-Id: I4052c6f1e5dde71ce4cede1ec9a313f461861d71
2015-03-10remove whitespacesMarkus Mohrhard
Change-Id: Ie9d303a7200cf2a6bfd8c0f5f547cfffccaa0444
2015-03-09V801: Decreased performanceCaolán McNamara
Change-Id: Id8cd45d2844c121f63684734ab3546c24a1aab32
2015-03-09V801: Decreased performanceCaolán McNamara
Change-Id: I9e9a00acf9503980f0c6c7cd0a20378e5ca7390d
2015-03-09Scheduler: wrong priority orderTobias Madl
Change-Id: Ia2a50922fdfe07ff452bcc78b973d5d4943a128c
2015-03-09V801: Decreased performanceCaolán McNamara
Change-Id: Iba139ede7bd72e23c0b7a28a8a4ff38ea816725a
2015-03-09Look for .dylib on OS X, but ...Tor Lillqvist
... note that the LibreOfficeKit bits aren't built for OS X. I don't recall if there is some fundamental reason why not. Was it so that for OS X, like for iOS, a "virtual device" should be created with a CGContext and not a pixmap buffer? Change-Id: I6e1fedb89e7fe409baf2ea1ac7f3b65b0f1c776b
2015-03-09sdr::overlay::OverlayObjectList: when tiled rendering, don't work with pixelsMiklos Vajna
Change-Id: Iaf7c31db65ecc4945f9d19e9031632443fa3823f
2015-03-09Add sdr::overlay::OverlayManager::getModel()Miklos Vajna
Can't access the SdrModel from sdr::overlay::OverlayObjectList otherwise. Change-Id: I0530985fb79659bd9de95d944b06edfb883f4403
2015-03-09tdf#89705: provides callback for url handling on android.Siqi Liu
Change-Id: Ie28cd768519fbdc305f98e1d764d05bd209951ca
2015-03-09sw: move LOK_CALLBACK_CURSOR_VISIBLE event from SwVisCrsr to SwCrsrShellMiklos Vajna
This should fix the problem that LOK_CALLBACK_CURSOR_VISIBLE is emitted 2 times during every mouse click (hide, then show), while the motivation behind this callback is to just hide the blinking cursor for image selection, i.e. it's never emitted during normal text editing. Change-Id: Id2a2b1102589f8151f640af3fcb50b646d261275
2015-03-09lokdocview: render graphic selection handlesMiklos Vajna
Change-Id: I8c1331c32baf92b077f45678929df0e4cf185774
2015-03-09lokdocview: initial LOK_CALLBACK_GRAPHIC_SELECTION handlingMiklos Vajna
No markers yet, but we're aware of the selection rectangle at least. Change-Id: I92d3fc62d066e401ad19107fbbd414b1b9b26125
2015-03-09LOK: add LOK_CALLBACK_GRAPHIC_SELECTION API and implement it in svxMiklos Vajna
Change-Id: I4dbee4048f52f480efef4454d3714862e4ddcf4b
2015-03-09LOK: add LOK_CALLBACK_CURSOR_VISIBLEMiklos Vajna
With this, if a Writer document contains an image, then clicking on the image then back to the text properly shows/hides the blinking cursor. Change-Id: I3313319ded614a2eb86e1c66c926189511a7cca6
2015-03-09lokdocview: CursorVisible -> CursorOverlayVisibleMiklos Vajna
There are multiple levels of being hidden: if the cursor is not visible due to just blinking or in case it won't show up after some timeout, either. Let's use CursorOverlayVisible for the condition if the cursor should be painted right now or not, and CursorVisible for the long-term "is it visible" state. Change-Id: Ib583236c1429f25e14ba79fdabad4ea899bb4269
2015-03-09Scheduler: Changed uLong to uInt32/uInt64Tobias Madl
Change-Id: Ic60463027c7f1b2d513539adba834b8d8e0ce6d3
2015-03-08svx: nAnz -> nCountMiklos Vajna
Change-Id: I88bff880a5fb27b259b66984a0637fe7d2ab51f6
2015-03-07sdr::overlay::OverlayManager: rmOutputDevice -> mrOutputDeviceMiklos Vajna
Change-Id: I8fa5cc15e2d69b572f59f254eeeae051865a5b5f Reviewed-on: https://gerrit.libreoffice.org/14785 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-03-07SdrMarkView: aHdl -> maHdlListMiklos Vajna
aHdl is an SdrHdlList, so reading aHdl.GetHdl() as "get the handle of the handle" was confusing. Change-Id: Ib21fa74cc1daa4b6d2034f07715147a8fb0cf934 Reviewed-on: https://gerrit.libreoffice.org/14779 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-03-07add FormulaTokenArray::ReplaceToken()Eike Rathke
Change-Id: I42c893677c1b8a35ee502a9ae438d4c0f19867d3
2015-03-06V801: Decreased performanceCaolán McNamara
Change-Id: I97c7977fdfea57b5d1c45ce0c5902b74cc719db9
2015-03-06Timer: added virtual before definitionTobias Madl
Change-Id: Ief4da1f1241fc4175f5ad132fd103e6d29470b58
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl
Change-Id: I7714a4638b03d020820b276028c0819ef054fa26
2015-03-06adapted comments and variable namesTobias Madl
Change-Id: I4f2c1d743ce2f30e8c24180b73f0716fc13b459e
2015-03-06Scheduler: removed variable priorityTobias Madl
Change-Id: I6676c1012c4321b53b6ba01ebd4bfa32d56afcf9
2015-03-06Timer: added new saltimer handlingTobias Madl
Change-Id: Icdc5abf9dca727a8cc312ddb5861f7a34a38bbe1
2015-03-06Timer: patch for commit 06d7314Tobias Madl
Change-Id: I762062a4782438ec5bbcb53da9a42f44db65c40d
2015-03-06Idle Timer: Invented Base ClassTobias Madl
Change-Id: I03db46afcc0cb5e5d7a134b1bdd327abb542e63c
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
Change-Id: I12290bed7e4f298ab90393b8de6e2b6e7061e53f
2015-03-06Idle: Inserted static castTobias Madl
Change-Id: I4cfbb53763001854d37fbcd304e77e65279173b6
2015-03-06Idle: New enum system, commentsTobias Madl
Change-Id: I8ca272481e573bf3338c5c1b9873a39022928812
2015-03-06insert comments and corrected priority valuesJennifer Liebel
Change-Id: I2c73bb2b2edd3b830dad5d1f7d8f7bc72622b11c
2015-03-06Added CommentsTobias Madl
Change-Id: I093b4812bf3b75d6a6f3c8ea38755619f5c9d151
2015-03-06Optimized Timer/Idle codeTobias Madl
Change-Id: I285bd632faba5a29a770404d6967f4faf7667b16
2015-03-06Scheduling optimization and starving protectionTobias Madl
If a Timeout appears, while the idle scheduling is in progress. The idle scheduler gets interrupted and the timeouts are handled. Now the idle scheduler has a new starving protection. Change-Id: Ic9081c647e3fb0abf3b0dc014e711a3b97e0e37d
2015-03-06idle includes and enum useJennifer Liebel
Change-Id: I8a280c54d81c7da74c9ab03ff3fc788e373ca4e4
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
Change-Id: Id4ef36d6c80ad62306bdbaa7094c2cb0b8ff77da
2015-03-06Idle: Idle and Timer completely independendTobias Madl
Now the Idle and Timer are divided in two seperate classes. But now all changed idles need a new import, before the programm is working again. Change-Id: I5be7424622b6fcc993c621fa4a11fbee1b6d9bf2
2015-03-06V801: Decreased performanceCaolán McNamara
Change-Id: Ia58f19c7121dc8a835436bcefc7fd1e3789407db
2015-03-06add DrawHandle to DecorationViewTomaž Vajngerl
Change-Id: Ie063071cc57d756fd5da20a15533a6857940f676
2015-03-06tabbar: scroll tabs with wheelTomaž Vajngerl
Change-Id: I9d7d1e16c34eac75652a1275b6e4ac3f7973cb56
2015-03-05TyposAndras Timar
Change-Id: I33a740af4ccbcaa9ed4e3ffd79c4f8cda9b37dc4
2015-03-05Simplify o3tl::LazyUpdateStephan Bergmann
Change-Id: I7569a20877411a5ceb4a7475d82cb634eb6cb114
2015-03-05introduce ocTableRefOpen,ocTableRefCloseEike Rathke
Change-Id: Ia9d54fd582f8e195edaa05937ee0f0290e56875f
2015-03-05add HandleTableRef()Eike Rathke
Change-Id: I95e80bfa11177e1a52f3215d27448f4642091bad
2015-03-05rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/sEike Rathke
Like their function names and to prevent confusion that ocTableRef would be related. Change-Id: I739c7d8e0413aa1e573facdef6bdd854c462f14d
2015-03-05introduce SC_OPCODE_TABLE_REF / ocTableRefEike Rathke
Change-Id: I74cd756fe41b75791f7c2665373e33aec04b1eee
2015-03-05rename confusing HandleSingleRef() to more appropriate HandleColRowName()Eike Rathke
Change-Id: Ib2e6d5cd9863ac1f9b0ba9b192f5d17d489ed19f
2015-03-05use "using" to redirect to subclass method in toolboxTomaž Vajngerl
Change-Id: Ic07cfef8aa6f27ccc4dce23736a3de1a41698838