summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-26convert SCROLL constants to scoped enumNoel Grandin
Change-Id: I5696fa39b2d032735cea7abe039349d4f83cf68d
2015-05-26convert VALIDATE constants to scoped enumNoel Grandin
Change-Id: Ib3456116ab4c2e2f4b567bc195be2ad159b4fc82
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
fixing a bug in Window::ImplMoveAllInvalidateRegions, and improving the IDL docs for XWindowPeer Change-Id: Idb774ac913945db2ac7c492c11cf86c370624c3d
2015-05-25sc LOKit callback for search not found.Henry Castro
Needed for signaling the user when no match was found for the searched input Change-Id: I10089d065c26deea7cb57a9dc20f130f9afb6d99
2015-05-26SdrSnapView: initializae members in the constructorNorbert Thiebaud
remove ClearVars() which was only use by the constructor instead initialize properly things in the constructor itself Change-Id: I20a0ea26c5dce680844f81cf85ee72e1809a7068 Reviewed-on: https://gerrit.libreoffice.org/15890 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-05-26remove the weak_ptrs on destruction tooBjoern Michaelsen
Change-Id: I65f5867c41417539a70eef15754988d9931394a4
2015-05-26now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is goneBjoern Michaelsen
Change-Id: I82f8ed0560750d4f7bec71ea8bd3c8089b884da7
2015-05-26remove SaneOwnership distinctionBjoern Michaelsen
Change-Id: I0639a960916ffa30d7eaf865755e407f706e9f13
2015-05-26remove old SwUnoCrsrTbl and CreateUnoCrsrBjoern Michaelsen
Change-Id: I91e4c7f0e0231b7783affdce63c6ab395a4e219b
2015-05-26use new unocrsrs for SwXParaFrameEnumerationBjoern Michaelsen
Change-Id: I0b02b32b0852cc97d4ffcbafdd0405da64b2a9af
2015-05-26use new unocrsrs for SwXTextRangesBjoern Michaelsen
Change-Id: Id338cfff7bf266878f1287aa964f5e2674428e24
2015-05-26use new unocrsrsBjoern Michaelsen
Change-Id: I7d355e23209e94ce76961e15b6c77214a18edb4e
2015-05-26new unocrsrs for SwXTextPortionBjoern Michaelsen
Change-Id: If2cb4ca0b650e0f5188350763e4b5bbbb4a0dbb8
2015-05-26new unocrsrs for SwXTextCursorBjoern Michaelsen
Change-Id: I5932f75ee4814ca42f16d349094c7fa8bbb2ee63
2015-05-26new unocrsrs for SwXTextPortionEnumerationBjoern Michaelsen
Change-Id: I5c509d3e65a92824090930d10849b9b1b430971f
2015-05-26use new unocrsrs in SwGrfShellBjoern Michaelsen
- propably this should listen for ~SwDoc killing the cursor - but it didnt before, so leaving that out for now Change-Id: I1addaba3c7cc339b1e1dae1569418deae142a7d6
2015-05-26use new unocrsrs in SwXTextTableCursorBjoern Michaelsen
Change-Id: I7389794f1ca493a1f7e04c7b24d650223443bf7e
2015-05-26use new unocrsrs in other writer tablesBjoern Michaelsen
Change-Id: I0cc178da5ca2493cc50bf6582493790d6b4ba536
2015-05-26use new unocrsrs in other writer tablesBjoern Michaelsen
Change-Id: I61d8956135d65676b449637beb9d588cdc83b7d8
2015-05-26use new unocrsrs in SwXCellRangeBjoern Michaelsen
Change-Id: I8ab1c9c0329bdf3f6ac759012dbd0057f4463231
2015-05-26kill faux polymophic SwUnoCrsr::Clone()Bjoern Michaelsen
- SwUnoCrsr::Clone() is dead code that is never used - SwUnoTblCrsr::Clone() is the only implemenation that is used, in a context that assumes it to be a SwUnoTblCrsr anyway => make this non-virtual Change-Id: I28ddf314eda3d234f2a383bf386dfbe251966038
2015-05-26use new unocrsrs in SwXParagraphEnumerationBjoern Michaelsen
Change-Id: Ia57a04e617b1d7301d098524ebb55acd1d0e60b3
2015-05-26use new unocrsrsBjoern Michaelsen
Change-Id: I038b5729d86a97f2da0e2e25b0a96cb54cfbb17e
2015-05-26some more assertsBjoern Michaelsen
Change-Id: I94a6d0303989e499026be151cc71777b8e944dd2
2015-05-26CntntIdxStore should also handle new unocrsrsBjoern Michaelsen
Change-Id: I37a120f891a07acdc467d0197d112139ec9b8c01
2015-05-26use new unocrsrs in accessBjoern Michaelsen
Change-Id: Ice2bb4fae03efba1f516859c2f129c3442f3b85f
2015-05-26use new unocrsrs in sw/qaBjoern Michaelsen
Change-Id: I05e74a2bc813a67d6a4a0427780f5975d7359084
2015-05-26use new unocrsrs in SwChartDataSequenceBjoern Michaelsen
Change-Id: Ib49bba8a948e2f51c590bd27c9a98e7348180bbf
2015-05-26use new unocrsrs in ww8Bjoern Michaelsen
Change-Id: I7f19c4002f471981b75b88998b31afcd4f30fa8c
2015-05-26make SwNavigationMgr use the shared_ptrBjoern Michaelsen
- also make it listen to at least one of the SwUnoCrsr it keeps on the heap for document disposing. - as the SwNavigationMgr lives longer than the document this was actually a double free before: first from SwUnoCrsrTbl dtor an then from the shared_ptr in SwNavigationMgr Change-Id: Ia75ad81a978ca37ed2a94fd221427b62e99e1bb3
2015-05-26remove unconditionally dead codeBjoern Michaelsen
Change-Id: Idf092ad98ac029eda11fa9b925cf7a99bf3c5167
2015-05-26use new unocrsrsBjoern Michaelsen
Change-Id: Iedf1cd45d058dd6820e570bbb345eb56d8830814
2015-05-26handle PamCorr also with the new containerBjoern Michaelsen
Change-Id: I2eeb8dbe06d36c2882f443a2bc27bea54b97e3c7
2015-05-26introduce CreateUnoCrsr2 to migrate to sane memory mngmtBjoern Michaelsen
Change-Id: Ia530827daa354555983c3c28c5aeec38bc3dbf11
2015-05-25loplugin:unreffunStephan Bergmann
Change-Id: Ib7311448e15d23b041ebb4552df80046523a32f2
2015-05-25tdf#91577 - fix unique_ptr conversion bugs in reportdesign.Michael Meeks
Change-Id: Icc94ce266d567e7aad5afb5eacf0e85699ef4107
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
Hold a reference on the VclPtr while we're waiting for the UserEvent. Change-Id: I55c2671ca12eb14761c6a7dffd551af71547ecbd
2015-05-25remove hack that results in mispositioning of shapes, tdf#91266Markus Mohrhard
Change-Id: Iecdd0553ec8984966b2fef5fe45d9bdd0a80dd5a
2015-05-25add dump for column width in hmmMarkus Mohrhard
Change-Id: I0be3bfc7e8f8085c1c8e88d535cbb4142968ad28
2015-05-25tdf#91525 - dispose SfxControllerItem member.Michael Meeks
Change-Id: I71b32c1db2f4695deb90412e83b9e7883e9bf1d7
2015-05-25add mime types for Pages and NumbersDavid Tardon
Change-Id: Ideaadd9be1b5a5c65ad6d610a71d1ceeb6263cb6
2015-05-25QtCreator IDE integration.Michel Renon
First version of QtCreator IDE integration : 'make qtcreator-ide-integration' generates .pro and .pro.user files for each subfolder of LibreOffice. It also creates a 'lo.pro' meta project that list all other .pro files. Developers can use use QtCreator to edit, compile and debug LibreOffice. Change-Id: Ib05d8c36a7ca055ecd7a4db5776f4c28bf05676c Reviewed-on: https://gerrit.libreoffice.org/15804 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-05-25rename "Lathe Object" to "Rotation Object" in a tooltipStanislav Horacek
because the latter is always used in other places Change-Id: I42c74cf24a900541aa866aec7bc70b1ea3162b10 Reviewed-on: https://gerrit.libreoffice.org/15873 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-25impress: right click to insert imageCaolán McNamara
Change-Id: I521f074bbd500b81d74be7e0e771bd49efc29c9c
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
Change-Id: Ic323f07196d8a0d106d9ddf73a06db377c23fb98
2015-05-25fix assert on export of ooo40760-1.sxw to docxCaolán McNamara
and a pile more Change-Id: I7334233c789bb0ed7a60387ef7d84dd34ab5a187
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
Change-Id: I62076450ab77472bfd09b3fb9824f54b6ea1e0f7
2015-05-25cppcheck: unreadVariableCaolán McNamara
Change-Id: Ideb029385a4a6aad5b7edf709c79de0836276566
2015-05-25m_bUpdatable is always falseCaolán McNamara
Change-Id: Ia9d13d9bbf1b6aaef0bcfd786b602a7a63f256c1
2015-05-25callcatcher: update unused codeCaolán McNamara
Change-Id: I735264eb32ebdd165d23a4717f0329f666b8b140