summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Revert "sb140: #i116785# avoid ring-ref that keeps ref counted objects alive ↵Michael Meeks2012-11-154-29/+35
| | | | | | | | | | | | | | | | | | | | | | | | forever" This reverts commit bb157a42865a2d591f378577c4cfb7c731e18a08.
* | | | Revert "sb140: #i116786# use auto_ptr to track member lifetime"Michael Meeks2012-11-152-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 335f7fa8c2ef418df7010dd996a2a32bbbdff459. Conflicts: framework/source/layoutmanager/toolbarlayoutmanager.cxx
* | | | remove ancient lo-menubar implementation now that we have the shiny new oneBjoern Michaelsen2012-11-1419-2583/+0
| | | | | | | | | | | | | | | | Change-Id: Ie5ea41e7376838ac7f2ebfbe0d703e6a28d8a8a9
* | | | Removed AbstractMenu class and cleaned up useless code.Antonio Fernandez2012-11-147-70/+62
| | | | | | | | | | | | | | | | Change-Id: I4094302b83342fd42bccad4966b51624215d71ff
* | | | more cleanupBjoern Michaelsen2012-11-141-14/+0
| | | | | | | | | | | | | | | | Change-Id: Ia8cd81ca5944d3b33ddc684e5a65bedce444f85b
* | | | cleanup line noiseBjoern Michaelsen2012-11-141-1/+0
| | | | | | | | | | | | | | | | Change-Id: Ief6e0b235a0707a805a0dbe9f0a32136a132dcf0
* | | | Menu is now generated in one step. DBus traffic improvements.Antonio Fernandez2012-11-141-1/+1
| | | | | | | | | | | | | | | | Change-Id: I67e2b804fb0b7af854f695b1a0c7e8354fe91d0b
* | | | Menu is displayed correctly in additional instancesm but not in the main one.Antonio Fernandez2012-11-142-25/+0
| | | | | | | | | | | | | | | | Change-Id: Id7d79e47efd73ddc2eeac285c28179a5aa9ecc37
* | | | Menubar hierarchy fully generated. Native GTK menu is published on DBus.Antonio Fernandez2012-11-144-5/+47
| | | | | | | | | | | | | | | | Change-Id: I340d3e14b590b4a694082cfb3e2200d6ad8ef39a
* | | | Added a "freeze" method to Menu. Menus are now displayed on console.Antonio Fernandez2012-11-142-1/+8
| | | | | | | | | | | | | | | | Change-Id: I71bfc2c0272154b9ff5c2dabe7508a98950e199c
* | | | Refactor of Menu classes from VCL module and Framework module.Antonio Fernandez2012-11-146-64/+64
| |_|/ |/| | | | | | | | Change-Id: I47aa65d3851692d38ee0741031d72fb02e9da785
* | | Revert "if/else placement"Luboš Luňák2012-11-061-6/+10
| | | | | | | | | | | | | | | | | | | | | This reverts commit fd1e39cad891282e4343be4d5e80125d7954b347. I don't see how this cosmetic change can actually affect anything, but tinderbox #27 seems to claim one of the unittests fails because of this one single commits, so let's see.
* | | if/else placementLuboš Luňák2012-11-031-10/+6
| | | | | | | | | | | | Change-Id: I1f1cd86b66123f9c14423de685263f295629e4b2
* | | fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin2012-10-3134-221/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...in favor of existing new-style configuration::theDefaultProvider singleton. Theoretically, ConfigurationProvider instances can be created with specific Locale and EnableAsync arguments, but this is hardly used in practice, and thus effectively all uses of the ConfigurationProvider service use the theDefaultProvider instance, anyway. theDefaultProvider is restricted to the XMultiServiceFactory interface, while ConfigurationProvider also makes available XComponent. However, dispose must not be called manually on theDefaultProvider singleton anyway, and calls to add-/removeEventListener are so few (and in dubious code that should better be cleaned up) that requiring an explicit queryInterface does not really hurt there. This commit originated as a patch by Noel Grandin to "Adapt configuration::ConfigurationProvider UNO service to new style [by creating] a merged XConfigurationProvider interface for this service to implement." It was then modified by Stephan Bergmann by deprecating ConfigurationProvider instead of adding XConfigurationProvider and by replacing calls to ConfigurationProvider::create with calls to theDefaultProvider::get. Change-Id: I9c16700afe0faff1ef6f20338a66bd7a9af990bd
* | | Improve previous commit slightlyStephan Bergmann2012-10-291-1/+1
| | | | | | | | | | | | Change-Id: I01e007a9e1dee12a8081e8b165fa7e090d594612
* | | fdo#46808, Create new-style frame::AutoRecovery serviceNoel Grandin2012-10-293-7/+7
| | | | | | | | | | | | The service already existed, it just did not have an IDL file.
* | | Improve previous commit slightlyStephan Bergmann2012-10-291-1/+1
| | | | | | | | | | | | Change-Id: I198f25f556efd4ec3f6582cf8bfb40675c6e3570
* | | fdo#46808, use service constructor for frame::DispatchRecorderSupplierNoel Grandin2012-10-292-2/+1
| | |
* | | Improve previous commit slightlyStephan Bergmann2012-10-291-1/+1
| | | | | | | | | | | | Change-Id: I25595ea67eb521e118f4b00337ef2a55dc52256a
* | | inline #define that is only used in one placeNoel Grandin2012-10-292-2/+1
| | |
* | | remove unused #defineNoel Grandin2012-10-291-1/+0
| | |
* | | Improve previous commit slightlyStephan Bergmann2012-10-291-1/+1
| | | | | | | | | | | | Change-Id: If39ae761165bc4debd3c7d994be0446149f2c4ac
* | | inline #define that is only used in one placeNoel Grandin2012-10-292-2/+1
| | |
* | | remove unused #defineNoel Grandin2012-10-291-1/+0
| | |
* | | ditch SYNCHRONIZED_START/ENDCaolán McNamara2012-10-253-58/+33
| | | | | | | | | | | | Change-Id: I1c0c015f371346efc5712ead7abe9e7f2ec0f9d0
* | | fdo#46808, use service constructor for frame::GlobalEventBroadcasterNoel Grandin2012-10-243-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | Add document::XEventBroadcaster interface to XGlobalEventBroadcaster, because a client uses it, and the service always implements it. This is safe to do because we haven't released an LO version with XGlobalEventBroadcaster in it yet.
* | | Related fdo#46808: Improve previous commit slightlyStephan Bergmann2012-10-241-1/+1
| | | | | | | | | | | | Change-Id: Ie81ae8a75847fdbc70e69349d0646f0bb558b7d0
* | | fdo#46808, use service constructor for frame::DispatchHelperNoel Grandin2012-10-245-18/+10
| | |
* | | Related fdo#46808: Improve previous commit slightlyStephan Bergmann2012-10-241-1/+1
| | | | | | | | | | | | Change-Id: If633be759ab2aa4f42548f02a58fedb858783551
* | | inline a #define that it only used in one cxx fileNoel Grandin2012-10-242-2/+1
| | |
* | | remove unused #defineNoel Grandin2012-10-241-1/+0
| | |
* | | fdo#46808, use service constructor for system::SystemShellExecuteNoel Grandin2012-10-245-40/+34
| | |
* | | remove unused #defineNoel Grandin2012-10-241-1/+0
| | |
* | | fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin2012-10-2415-101/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | Create a merged XToolkit2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Also mark sub-interfaces as non-optional. Change-Id: I278d0288e92be277033013302267cf93f7d70480
* | | fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin2012-10-2411-48/+50
| | | | | | | | | | | | | | | | | | | | | Convert the helper methods to take an XComponentContext parameter, instead of XMultiServiceFactory. Change-Id: I9f0098af37b91f107d8799f14caa04756eac82b1
* | | Related fdo#46808: Improve previous commit slightlyStephan Bergmann2012-10-234-10/+6
| | | | | | | | | | | | Change-Id: Ib4f44f745f7e3e2e1403d905cc16bee4c487b0b4
* | | fdo#46808, use service constructor for frame::ModuleManagerNoel Grandin2012-10-2340-158/+132
| | | | | | | | | | | | Change-Id: Iae2bd22a22213274d4a7697345b879f6573a30f0
* | | fdo#46808, use service constructor for xml::sax::WriterNoel Grandin2012-10-2312-87/+43
| | | | | | | | | | | | Change-Id: I2b216a0e3a9694568642e9de2f4f43ecd682555f
* | | fdo#46808, use service constructor for uri::UriReferenceFactoryNoel Grandin2012-10-232-16/+63
| | | | | | | | | | | | Change-Id: I4e72bf5880fa28cb96d93ede7730a63220af7fa6
* | | loplugin: various warningsCaolán McNamara2012-10-221-21/+14
| | | | | | | | | | | | Change-Id: I605bffb518d804ee69edda5e7641e13e4c14ef01
* | | loplugin: misleading else if indentCaolán McNamara2012-10-211-8/+4
| | |
* | | loplugin: fix some indents and unused OUStringsCaolán McNamara2012-10-141-2/+1
| |/ |/| | | | | Change-Id: I1d7256eea7a79453d3cdb85d1edcf824d58d775e
* | loplugin: what is it with the weird-ass else placement in frameworkCaolán McNamara2012-10-131-17/+10
| | | | | | | | Change-Id: I81809a80242457147dba716daa92b83726f732ba
* | loplugin: bad else if placementCaolán McNamara2012-10-121-4/+2
| | | | | | | | Change-Id: I56e88a675adf37fdf52637ecbff6778a5215a16a
* | mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-121-1/+1
| | | | | | | | | | | | http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I231f0b367bf0b513c6c1ce4c4cfdb7c3dc8660d5
* | loplugin: unused StringsCaolán McNamara2012-10-122-4/+3
| | | | | | | | Change-Id: Ie9c888a48716e4bfd24ae78eef5f6e4a54dd1810
* | loplugin: more unused OUString and misleading indentationCaolán McNamara2012-10-112-6/+3
| | | | | | | | Change-Id: Ic21ca9e14520f4f16c2d665a07a79ee1a46ab91d
* | loplugin: more unused OUStrings and so forthCaolán McNamara2012-10-111-4/+0
| | | | | | | | Change-Id: I4f3a51e1fd3ddca9442022a7134306fbf32e13ae
* | loplugin: misleading alignment of else ifCaolán McNamara2012-10-111-70/+49
| | | | | | | | Change-Id: Id952fff88408bf47be9c255358a14c12c930abd5
* | loplugin: misleading indentCaolán McNamara2012-10-112-15/+9
| | | | | | | | Change-Id: Ia3c27c2b2e869af09557ad50e51a65894943947a