summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-13second attempt to fix my UNO changes under WindowsNoel Grandin
Change-Id: I18764f58effcf46581e7456742df2267f41090f5
2012-12-13fdo#56402: SVG in About Dialog.Muthu Subramanian
2012-12-13fix my UNO changes for MS-Windows buildNoel Grandin
Change-Id: I137eada05aa74ab8f0a524f17f519e11c27fceb5
2012-12-13fdo#31309 Taskpane items visibility can't be restoredRob Snelders
Change-Id: I9959b8e0a21252638a4f39f88bf5049ea905f4bb Reviewed-on: https://gerrit.libreoffice.org/1231 Reviewed-by: Lennard Wasserthal <Wasserthal@nefkom.net> Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-12-13fdo#46808, remove awt::DisplayAccess service.Noel Grandin
This service was never documented in an IDL file. All it did was provide a wrapper around some VCL module API. Now that we can link the VCL stuff into SD and SDEXT, just access the API directly. Change-Id: Ic0ba34c2bca797baa7319878d98cfe3a4ec59d4d
2012-12-13Remove unnecessary member fieldNoel Grandin
If SfxPopup is always going to use comphelper::getProcessServiceFactory, it doesn't need to store it in a member field. Change-Id: Id8806bcc4cc92e66e94d4a5c54c3413570963335
2012-12-13fdo#46808, Adapt ui::UIElementFactoryManager UNO service to new styleNoel Grandin
Required creating a new merged interface. Change-Id: I12be54e7e4c0614a31a04715342aa244d1687c42
2012-12-13fdo#46808, Create new-style ui::WindowContentFactoryManager serviceNoel Grandin
The service already existed, it just did not have an IDL file. Change-Id: Ie059e8d81fdfb4c3a5eca274a2406f806ee77b5c
2012-12-13fdo#46808, use service constructor for ui::WindowStateConfigurationNoel Grandin
Change-Id: I0b7f773a7db47049d7df4138d07e7fc38c657a65
2012-12-13fdo#46808, use service constructor for ui::Noel Grandin
::ModuleUIConfigurationManagerSupplier Change-Id: I06e8b3ef9b525da014a2bb7702587d360779aebc
2012-12-13fdo#46808, use service constructor for ui::GlobalAcceleratorConfigurationNoel Grandin
Change-Id: Icab69ba138b28c3baed4352da86a1b3b0c0cc195
2012-12-13fdo#46808, use service constructor for embed::FileSystemStorageFactoryNoel Grandin
Change-Id: Ic523e4b0a662a68a1a222b7697fcdae56d69903c
2012-12-13SwFmtAnchor::SetAnchor(): assert that position is on SwTxtNodeMichael Stahl
Change-Id: I1c2a1cc2de4984cdcf1e5b8d0eafbd1471538e4a
2012-12-13fdo#58142: fix frame selection in SwPageFrm::GetCrsrOfst:Michael Stahl
The function does not handle the case where a paragraph was hit but no background frame was hit properly, which may or may not (depending on the platform) cause it to return a position of a frame when that is undesirable, such as when called from SwWrtShell::UnSelectFrm(). When UnselectFrm() leaves a frame selected pasting multiple pictures leads to a crash. (regression from e8fbe97900f13305b17015d9044993bde4adab36) Change-Id: I3604825f654c523a37f47a9fc660647d8b3e7077
2012-12-12Revert "fix for bnc#791731 preserve cell formatting of datapilot area ("Kohei Yoshida
This reverts commit 307ac3f53d670a28e60471859aed03e4e13519d6. That change causes nasty side-effect of leaving behind borders and buttons that should've been removed when pivot table's geometry changes. Change-Id: I46fa84c128e755516fc699810c53c869188c6452
2012-12-12BUILDDIR should be presumably set to ... BUILDDIR :)Luboš Luňák
Change-Id: Ia59aca8cc5c224af3bcecf79ee983afcacc80f76
2012-12-12fdo#58060 - use empty-string for LANGUAGE_DONTKNOW ie. acorr_.datMichael Meeks
Change-Id: I399dcc41484c8b86f13c80bc1e92af919c9aeaff
2012-12-12reworked solution for i#118012 crash during deletion of rowsEike Rathke
commit 16155fdc39c004dc924a3b6919eb7c86da23c119 introduced a bottleneck in area broadcasts with the change from http://svn.apache.org/viewvc?view=revision&revision=1297916 That for each broadcast copied all areas in the affected slot(s) before broadcasting, just in case that during Notify() an area would be removed from the same slot invalidating the iterator, and attempted to find the area again in the original set. For documents with lots of areas in a slot and/or lots of slots that would be a major performance penalty. Reworked such that to-be-erased area entries are marked and remembered instead and cleaned up after iteration. Change-Id: Ia485941746f435f8410d2084868263e84f25ffcb
2012-12-12Template manager: no need to extract file type descriptionCédric Bosdonnat
Change-Id: I18d01542f009a5c6c1f688a8df04c14d3c8edc9e
2012-12-12Template manager: filter on extensions, file type is localizedCédric Bosdonnat
Change-Id: I4b4a4f8aaf253e663bbeb4f061c6aa87411b730f
2012-12-12oops, introduced some typos in the allowed templates extensionsCédric Bosdonnat
Change-Id: I144141ade5ff8c719e9eb21e3b904cbbdca14f00
2012-12-12API CHANGE: unpublish Data Pilot interfacesKohei Yoshida
Change-Id: Ic7547e48f6b00409ed9fe5bf7c3e6921529c9598 SERVICE: /UCR/com/sun/star/sheet/DataPilotSource published in 1 but unpublished in 2 SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceDimension published in 1 but unpublished in 2 SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceDimensions published in 1 but unpublished in 2 SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceHierarchies published in 1 but unpublished in 2 SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceHierarchy published in 1 but unpublished in 2 SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceLevel published in 1 but unpublished in 2 SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceLevels published in 1 but unpublished in 2 SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceMember published in 1 but unpublished in 2 SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceMembers published in 1 but unpublished in 2 INTERFACE: /UCR/com/sun/star/sheet/XDataPilotMemberResults published in 1 but unpublished in 2 INTERFACE: /UCR/com/sun/star/sheet/XDataPilotResults published in 1 but unpublished in 2 INTERFACE: /UCR/com/sun/star/sheet/XDimensionsSupplier published in 1 but unpublished in 2 INTERFACE: /UCR/com/sun/star/sheet/XHierarchiesSupplier published in 1 but unpublished in 2 INTERFACE: /UCR/com/sun/star/sheet/XLevelsSupplier published in 1 but unpublished in 2 INTERFACE: /UCR/com/sun/star/sheet/XMembersSupplier published in 1 but unpublished in 2
2012-12-12Clean up offapi/type_reference/ documentationStephan Bergmann
Change-Id: I07d79291d161cf5c1ecc9db557d5025437ca2cc1
2012-12-12Clean up configuration access in Desktop::CheckFirstRunStephan Bergmann
Change-Id: I8765f0939302bd7ed24de4539e682330f4f4d59b
2012-12-12fdo#32958 join editor: remove empty linesLionel Elie Mamane
Change-Id: If150261bae55cf91c8a344f34c79194ad29db903
2012-12-12typo in commentLionel Elie Mamane
Change-Id: I0e6dd24e2cd65a35886f75cde9197c5b957c6d57
2012-12-12query design / edit join: valid only iif column names everywhereLionel Elie Mamane
Change-Id: Idfb0e16c4cc2581a46e26fe97948897dc4b11dc0
2012-12-12be more cautious in debug modeLionel Elie Mamane
Change-Id: I46b89b10287ac755e2b727b46d6fdd19f44bcdd3
2012-12-12argument has no effect anymore -> removeLionel Elie Mamane
Change-Id: I91f8f552b1324b57ce75e96b858b7a3379decb20
2012-12-12Move comment to its rightful placeLionel Elie Mamane
Change-Id: I72803b26a79804cdc1b590a7fb4bc99ff831963e
2012-12-12One more MSBuild build fix for VS 2012Tor Lillqvist
Don't know why others who have built with VS 2012 don't have this problem (?), but otherwise I get: Project "Q:\ooo\git\master\workdir\wntmsci14\UnpackedTarball\cdr\build\win32\libcdr.vcxproj" on node 1 (default targets). C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\Microsoft.Cpp.Win32.Targets(518,5): error MSB8008: Specified platform toolset (v110) is not installed or invalid. Please make sure that a supported PlatformToolset value is selected. [Q:\ooo\git\master\workdir\wntmsci14\UnpackedTarball\cdr\build\win32\libcdr.vcxproj] Done Building Project "Q:\ooo\git\master\workdir\wntmsci14\UnpackedTarball\cdr\build\win32\libcdr.vcxproj" (default targets) -- FAILED.
2012-12-12Template manager: use tabs instead of buttons to filter the documentsCédric Bosdonnat
Change-Id: I2ec7baffaf5e88c7daf6040bdac8e173651b42f1
2012-12-12Consistently acquire solar mutex in all CreateSalInstance variantsStephan Bergmann
...where all but the variants for Android and --enable-headless already did so (and curiously the DestroySalInstance variants for Android and --enable-headless already contained code to release the solar mutex). See the thread at <http://lists.freedesktop.org/archives/libreoffice/2012-December/042535.html> "--headless broken with --enable-headless" for further details. Change-Id: I01be2e237e203a151ea8b1f3adfbcb3e63247cd7
2012-12-12loplugin: some unused variables, etc.Caolán McNamara
Change-Id: I2bf601bae34285675e19551781d4fdaca88d3dc6
2012-12-12Remove unused inline functionTakeshi Abe
Change-Id: Ib229ff454769113d1e3798f8c8b2d6a2c8019efa
2012-12-12sal_Bool to boolTakeshi Abe
Change-Id: Id8c5f0a67b5906f78a1fd82f06c491f3276b827d
2012-12-12Remove stray debug statementFridrich Štrba
Change-Id: Ic8364075007f636c6319a94d895360188bbf66b2
2012-12-12Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara
The magic WB_TABSTOP bit is the one that allows a widget to be accepted as a candidate for getting focus when pressing tab Change-Id: I7d964bae6b84184ccbc4652d66cf3d2637566405
2012-12-12uncalled destructorCaolán McNamara
Change-Id: I76a06834dcaf751359d0e4241e8f886d20530f1e
2012-12-12callcatcher: update unused code listCaolán McNamara
Change-Id: Iff29c1f0a795d920a071eadc64e6639ff7506fff
2012-12-12Related: fdo#55570 presumably we can attempt the insert...Caolán McNamara
and rely that it won't replace the original on pre-existing key and use the usual .second == true flag rather than lookup and then insert on non-pre-existing key Change-Id: Idba65bfb2efaa5812b965a8811ff425f0b0939d8
2012-12-12officehelper.py: fix obvious Python 3 issuesMichael Stahl
Change-Id: I40691cd6b1a0a6777e6469bf242fb41dac423587
2012-12-12Fix VS2012 build at least for meTor Lillqvist
2012-12-12fdo#58029 - substantially accelerate re-rendering of complex formsMichael Meeks
Some writer VCL Windows appear to have thousands of children. Remove an N^2 in handling them, and let VCL do the job instead. i#103611 continues to stay fixed for simpler code. Change-Id: I63ddc0647f22c7e60feaaff6b795712c04693c05
2012-12-12fdo#57422 - presenter console RTL support needs completionFaisal M. Al-Otaibi
Fixing the number problem that on Title on standard view. *Remove duplicate code Change-Id: Ib310be580766a3197e5481c4185f0261fece0906 Reviewed-on: https://gerrit.libreoffice.org/1305 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-12-12fdo#57422 - presenter console RTL support needs completionFaisal M. Al-Otaibi
This patch will fix the RTL layout on Help view Change-Id: I1cba5691649a0494efb9db63b8292525ff0c3656 Reviewed-on: https://gerrit.libreoffice.org/1302 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-12-12oox: fix doxygen madness in coreMiklos Vajna
Change-Id: I9aa9eb12bc97281a1ff7d492ace446e70887908f
2012-12-12Simplify documentationStephan Bergmann
Change-Id: I5f382f2c0273bd1a175b97fb5fe755f13f1b8bba
2012-12-12Remove generated Makefile upon distcleanStephan Bergmann
Change-Id: I464d2541419baae499b3a16e7361c925b273381b
2012-12-12Clean up list of distclean filesStephan Bergmann
Change-Id: I7a4213b9d387b0c8d80b8dd3eb9631493e83af45