summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: register all jarsMichael Stahl2012-08-172-10/+10
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* remove menubar post processing of SID_PASTESPECIAL state to always enabledNoel Power2012-08-161-2/+1
| | | | | | | at least calc deals with paste-special correct, if other applications don't let's fix 'em up one by one Change-Id: I1beb04e227f2971ee8ef2ce9b7ebdabf566be086
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-1615-30/+7
| | | | Change-Id: I57abfb3b3d659edcd130788d173c2df3b79101f0
* -Werror,-Wunused-value (Clang towards 3.2)Stephan Bergmann2012-08-161-1/+1
| | | | Change-Id: Idf2ec39ba286d359903edb6be60f2692c6a9837b
* sync cell context menu & edit menu 'PasteSpecial' entries for calc fdo#46250Noel Power2012-08-141-1/+3
| | | | | | calc application specifically handles PasteSpecial so no need to set the state of the menu entry to enabled always ( for calc at least ) Change-Id: Iaf13dd825f0cbdcf9f455db07d727753fae90868
* Remove Template Manager menu entry from start center.Rafael Dominguez2012-08-111-1/+0
| | | | Change-Id: Id5b24883c5a03abbc18c88cec910b00a5d0e3dfe
* Remove unused local varsJulien Nabet2012-08-111-1/+0
| | | | Change-Id: I80bd0329e15cb365091ea6f5c7e1ef3559d681fc
* Remove Template Save menu entry from start center.Rafael Dominguez2012-08-101-1/+0
| | | | Change-Id: I4a26d9039df748c25b6de1e01844bb57b0988e19
* Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann2012-08-101-2/+3
| | | | | | | | | | | | Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying share/prereg/bundled to avoid startup crashes" removed the use of share/prereg, there is no longer need to generate it in the first place (by calling "unopkg sync" at build or installation time), and so no need for the "unopkg sync" sub- command, either. This also allows to simplify some of the jvmfwk code that was only there so that "unopkg sync" (which can require a JVM) can work in "hostile" environments (during build and installation). Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f
* reduce ascii noise and useless commentsThomas Arnhold2012-08-08174-1420/+8
| | | | Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
* remove include comments and boxesThomas Arnhold2012-08-08324-2723/+2
| | | | Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
* remove some more eof noiseThomas Arnhold2012-08-088-32/+0
| | | | Change-Id: Ib13c0435d61e803220d5444c29c99cf670340008
* remove bogus date informationThomas Arnhold2012-08-0717-97/+0
| | | | Change-Id: I2789153ee35f4ec10e760f9412eb7d379de031bf
* Remove non-existing forward declarationsThomas Arnhold2012-08-071-1/+0
| | | | | | Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
* Remove commented out codeThomas Arnhold2012-08-071-3/+0
| | | | Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
* fdo#46193 MessBox was made copyableZolnai Tamás2012-08-071-1/+1
| | | | | | | | | | | | | Part of MultiLineEdit was moved down from stvools to vcl with name VCLMultiLineEdit. MessBox uses it to display the message in read-only mode. Some of svtools' classes - which are necessary to implement VCLMultiLineEdit - were moved to vcl as a whole, and their includes are rewrite. Note: ExtTextView and ExtTextEngine classes would be leaved in svtools if VCLMultiLineEdit is a template class, but two macros: IMPL_LINK end IMPL_LINK_NOARG make it impossible to use template syntax. Change-Id: I26543868d8081c225c7125404d23369de3c3afcd
* Remove unused macrosThomas Arnhold2012-08-052-17/+0
| | | | Change-Id: I184a7f9c65dd762407b2431d9c6557e718b954b2
* cleanup filtercachedata.hxxThomas Arnhold2012-07-311-62/+0
| | | | | | Actually only two definitions of this long list are really used... Change-Id: I45e85b18f63e4d2cda948766159d81aed27c9289
* remove unnecessary includes of svl/svarray.hxxCaolán McNamara2012-07-304-4/+0
| | | | Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
* Typo ressource -> resourceStephan Bergmann2012-07-3013-27/+27
| | | | Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
* Fix excessive indentation.Kohei Yoshida2012-07-271-531/+531
| | | | Change-Id: Id96c7693a53981d69820aa45e97fb34c64cb787a
* Remove unnecessary fluffy comment partitions.Kohei Yoshida2012-07-271-53/+3
| | | | Change-Id: I8fad1d7e4bb9827266b6b1f1d90fe1dd2b401b44
* Header file without implementation. Not to mention nobody uses it.Kohei Yoshida2012-07-261-382/+0
| | | | Change-Id: I7522121059b53269a120a4f68a9038edd17944cf
* Unused methods.Kohei Yoshida2012-07-242-59/+0
| | | | Change-Id: Iafd1895d96df32c312f937db479e04abd7cb7038
* It makes no sense to make these methods virtual.Kohei Yoshida2012-07-242-16/+8
| | | | | | LoadEnv doesn't have any child classes, and is not a UNO service. Change-Id: I773324e10b755c6e5f1a29c07495b21f6a236a3e
* Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann2012-07-181-1/+0
| | | | Change-Id: I0799f22685609201dfb524c373d065b6184ed53c
* the unknwon typo is surprisingly popularLuboš Luňák2012-07-163-4/+4
| | | | Change-Id: Iffe25051c8357019521196f9a27065d6108ede47
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-07-165-10/+10
| | | | | | a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
* These methods can be constJulien Nabet2012-07-152-10/+10
| | | | Change-Id: Ia4aa8df3768923f7b5a31fb5158e4a744f4b9788
* fix breaker introduced by 0fcd1a73f0e1ec564f3c6da1ccd890183d3c18dbBjoern Michaelsen2012-07-142-1/+3
| | | | Change-Id: I5e60c2d157e53831fb8239ca6d833aaca6735994
* Revert "Some cppcheck cleaning"Bjoern Michaelsen2012-07-142-10/+10
| | | | | | This reverts commit b21661ce4200fd8040a213770a3f9e63a4b9f137. this breaks with ../framework/source/lomenubar/MenuItemInfo.hxx:49:12: error: expected ‘;’ at end of member declaration
* Simplify code and correct the erroneous length parameter for "macro:///" and ↵Christophe JAILLET2012-07-141-8/+8
| | | | | | align text Change-Id: Id9eef27636c5c74857ed05b891514bee70903c3b
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-141-3/+0
| | | | Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
* Revert "attempt fix of hang on base close, due to solarmutex deadlock on join"Michael Stahl2012-07-092-10/+2
| | | | | | | | | This reverts commit 5b2cb23c429e1be1099008473770c634ce96c969. That did not fix the bug (fdo#47021), but apparently it does cause problems, such as the failure of the sfx2 DocumentEvents test (that doesn't crash any more since 228a3f8b9f279e80917968d9780e822a1d684ada); without the SolarMutexReleaser the test doesn't fail for me.
* Handle attachFrame on disposed object gracefullyStephan Bergmann2012-07-091-3/+1
| | | | | | | ...this can apparently happen during the complex.sfx2.DocumentEvetns JUnit test (which would otherwise sometimes fail with an uncaught RuntimeException). Change-Id: I4c96a3bc6bf08e92ec3ec82d76812a35226494fb
* re-base on ALv2 code. Includes:Michael Meeks2012-07-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | Patches contributed by Mathias Bauer: cws mba34issues01: #i117713#: remove superfluous assertions about field unit fallbacks http://svn.apache.org/viewvc?view=revision&revision=1172341 cws mba34issues01: #i117718#: provide filter name in case storage of medium does not allow to detect one cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation http://svn.apache.org/viewvc?view=revision&revision=1172343 http://svn.apache.org/viewvc?view=revision&revision=1172350 cws mba34issues01: #i117708#: status indicator for inactive documents http://svn.apache.org/viewvc?view=revision&revision=1172358 cws mba34issues01: #i116025#: fix typo and add missing treatment of new parameter http://svn.apache.org/viewvc?view=revision&revision=1172359 cws mba34issues01: #i117024#: rework parameter conversion for load/save slots http://svn.apache.org/viewvc?view=revision&revision=1172360 cws mba34issues01: #i116803#: possible crash on Linux when dispatch.cxx is compiled with optimization http://svn.apache.org/viewvc?view=revision&revision=1172367 cws mba34issues01: #i114600#: fix compiler warning for name clash found on Solaris http://svn.apache.org/viewvc?view=revision&revision=1172371
* fs34b: #i117039# restore old behavior of SfxUndoManager::EnableUndoFrank Schoenheit [fs]2012-07-061-14/+38
| | | | | | | | | don't count the calls, but maintain a simple flag. Consequently, let sw's UndoManager simply delegate now, and change the UndoManagerHelper to maintain a lock counter itself. Conflicts: framework/source/fwe/helper/undomanagerhelper.cxx
* gridfixes: don't be too generous with exceptions:Frank Schoenheit [fs]2012-07-064-19/+24
| | | | | | | | | | | avoid where possible (by checking beforehand), and assert when caught Conflicts: framework/source/fwe/classes/framelistanalyzer.cxx framework/source/helper/titlebarupdate.cxx framework/source/services/frame.cxx framework/source/uifactory/windowcontentfactorymanager.cxx sfx2/source/notify/eventsupplier.cxx
* update hardcoded borders according to the new Start Center imagesIvan Timofeev2012-07-061-4/+4
| | | | Change-Id: I23174caacf26c37b4d63b7374c3a2a4a8d4124c3
* Merge branch 'feature/template-dialog'Rafael Dominguez2012-07-061-0/+1
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: sfx2/Library_sfx.mk sfx2/inc/sfx2/sfxcommands.h sfx2/inc/sfx2/sfxsids.hrc sfx2/source/appl/appserv.cxx svtools/Library_svt.mk Change-Id: I4305d81cb5fd6f5192a29f85835c78f31310b0d6
| * Add TemplateManager entry to File menu.Rafael Dominguez2012-05-281-0/+1
| | | | | | | | | | | | - Add to startmodule, writer, impress and draw. Change-Id: I9a688861f77982b00462e997ed10d3e7d090536d
* | ditch String::CreateFromAsciiCaolán McNamara2012-07-035-18/+13
| | | | | | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* | Remove duplication of License/Credits informationStefan Knorr (astron)2012-07-031-1/+0
| | | | | | | | | | | | | | | | A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
* | Remove unused definesThomas Arnhold2012-07-022-2/+0
| | | | | | | | | | | | Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
* | targetted improvement of UNO API includes / usageMichael Meeks2012-07-026-24/+6
| |
* | Remove unused definesThomas Arnhold2012-07-018-126/+0
| | | | | | | | Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
* | hrc cleanup: Remove unused resource definitionsThomas Arnhold2012-07-011-1/+0
| | | | | | | | Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
* | fix various (javac 1.7.0) warning: unreachable catch clauseMichael Stahl2012-06-292-32/+0
| | | | | | | | Change-Id: I2b863b43db59e6904f97d9ad22fdb04013e8c76d
* | Java5 update - use generics where it makes senseNoel Grandin2012-06-2912-110/+86
| | | | | | | | Change-Id: I3e60bd33127105c1d9da1bb25cea16355850d3fd
* | Java5 update - convert Hashtable to HashMapNoel Grandin2012-06-291-2/+2
| | | | | | | | Change-Id: If301765c8410fa39c978a27b234d38b9780ccc47