summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)AuthorFilesLines
2013-02-15use stock buttonCaolán McNamara1-9/+2
Change-Id: I203eac7e8f4b49524c9255924725f5f1de4b9979
2013-02-14appdde.cxx: try to fix MSVC buildMichael Stahl1-5/+5
Change-Id: I14baa8bc0a462492ada6e4aeb8d8f90a0de2a51d
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ↵Jean-Noël Rouvignac42-189/+176
ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING Change-Id: I96d690bf9f9b319e9eeafcf218ec5ce87f21215f Reviewed-on: https://gerrit.libreoffice.org/1954 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-14CMIS: made it work with Lotus LiveCédric Bosdonnat1-1/+1
Making libcmis and LibreOffice work with Lotus Live service needed a few hacks to either better implement CMIS or workaround some bad implementations. As a general improvement, the CheckOut InfoBar isn't shown if the document can't be checked out.
2013-02-13Fix member variables not initialized in the constructorJulien Nabet1-1/+1
Change-Id: Ibd7138a185e4d4f87f36d59acd398387a52e9d34
2013-02-13move print options .ui to sfx2 and adapt codeCaolán McNamara9-604/+730
Change-Id: I8a7b1d15a002cbe74ac0fb97fcd8ce60a47a4e61
2013-02-13Some cppcheck cleaningJulien Nabet1-3/+1
Change-Id: I3d515fabc272e5c14f2e2779da1c43f92514f290
2013-02-12Remove commented linesJulien Nabet1-4/+0
Change-Id: Iaf07d9f4bc0a133c1127d93bf635b6653fe1479a
2013-02-12fdo#46808, convert some svtools code to XComponentContextNoel Grandin2-4/+4
Change-Id: Icf939095f130e684db88a8563c56f4eb1e6079bc
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin2-2/+1
Change-Id: I1cafbfc53994e5d74241042dbd1d292ddbda67d5
2013-02-12Templates Manager: if the title can't be edited, don't update it in UICédric Bosdonnat7-11/+13
Conflicts: sfx2/inc/sfx2/templatelocalview.hxx sfx2/source/control/templatelocalview.cxx sfx2/source/control/templateview.cxx Change-Id: Id16431fb3517c831a5e81ff72fafaa8569f99ef1
2013-02-11Templates Manager: UI for renaming templates and folders, fdo#60579Cédric Bosdonnat12-5/+257
After thinking this was a feature regression, I finally discovered that the old template manager couldn't rename templates. This commit is bringing back some previously unused code dropped in an ealier commit. Even though this is a UI change, no new string is added by this commit.
2013-02-11Fixed SfxDocTplService_Impl::setTitleForURL to keep all streams.Cédric Bosdonnat1-2/+13
After commit 117fdb98, the setTitleForURL only wrote the meta.xml file to the odf container, dropping all the other streams. Use storeToStorage as in the old implementation to fix the problem. Even though marginal, this problem is important for templates renaming.
2013-02-11fdo#46808, use service constructor for document::DocumentIOLogRingNoel Grandin2-9/+8
Change-Id: I39f6d9f671dcb03779d594df5af60c9a0e3ca451
2013-02-11fdo#46808, convert xml::xpath::XPathAPI to new-style serviceNoel Grandin1-10/+2
Change-Id: I54bb0eb08d687e7d54c42601c826c580a7a17ebb
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin1-10/+3
And deprecate the old-style service util::MacroExpander Change-Id: Ifcefe31a8f8c68c6d44d6ec19616727eb607e1cd
2013-02-10embeddedobj: log some exceptionsMichael Stahl1-2/+7
Change-Id: I2e565bc6e57f7bf59fdd6eb5fc577e0b3d58b9f6
2013-02-09Remove unused methodsThomas Arnhold2-10/+0
GetOptimalSizePixel and GetHCtrlWidth are never called Change-Id: Ib2ce1445447e85de66683f8b0fdf4fc8aa464084
2013-02-08fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac3-9/+7
Change-Id: I6daea312198fae3a9717bd8d4fea6371aa4cd275 Reviewed-on: https://gerrit.libreoffice.org/1962 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-06remove obsolete hidother.src filesAndras Timar1-98/+0
Change-Id: Ieb30afd81d16d184e0276ce7699b848f26a00013
2013-02-06String->OUStringCaolán McNamara2-2/+2
Change-Id: I42193a40a0b5b905a721cb511d69836385bfcb40
2013-02-05Resolves: fdo#60144 only delete *unposted* SfxRequests accumulated during lockCaolán McNamara1-4/+14
When the dispatched is locked, SfxRequests accumulate in aReqArr for later dispatch when unlocked via Post The pointers are typically deleted in Post, so only if we never get around to posting them do we delete the unposted requests. regression from 528aba3a9cf91da5ce70c6d631d7b82e203f8086 Change-Id: I4c214791d356ce0e5401a87b968b53e4866f6174
2013-02-04String to OUString.Kohei Yoshida3-21/+19
Change-Id: I3a0eff8ca0c8b654a38ee2df1022ca162bcb67aa
2013-02-05SfxCommonTemplateDialog_Impl::SelectStyle:Michael Stahl1-4/+8
Deselect everything before selecting a style. Fixes the problem that travelling around with the cursor leads to accumulating multiple selection of every style the cursor runs across. (regression from 439ac45925039aa7a537feedab3e731e8a60a8e5) Change-Id: I5d51122a719a160c6428e196b32264a90f984579
2013-02-01Increase test timeoutStephan Bergmann1-1/+1
...it now matches the duration of another nearby timeout in the code, and it happened to cause a parallel "make check" to sometimes fail on a slow MacBook. Change-Id: If8bddb82a05c46637fdc2fcc3373411fcb37a466
2013-01-31fdo#59022: revert "SfxMedium::GetOutputStream(): re-use existing XStream"Michael Stahl1-13/+6
Revert commit 0c2206081de38a41597aadfb2255540d6308be63, since this apparently causes failure to open ODF files via SMB on Linux. Instead of changing SfxMedium, adjust the ScExportTest: when saving XLSX files interactively, the SfxFilter::lFormat is always 0, which causes SfxObjectShell::SaveTo_Impl not to call SfxMedium::GetOutputStorage() at all, working around the locking issue on WNT. Change-Id: I0ab8b4262475e4c8425eebb1413997457e5e9417
2013-01-31Template Manager: show some icons if there is no thumbnailCédric Bosdonnat5-0/+58
2013-01-31bnc#437516: Hide minimum password info in the password dialog.Kohei Yoshida2-0/+8
When launching it from the Security tab of the PDF Options dialog during PDF export. Change-Id: Ife2d3a7b508ba2e077018d11478ad680d18d3f0d
2013-01-31tell the options dialog to relayout if a pane queue-resizesCaolán McNamara1-1/+0
Change-Id: I44686ea724873181018bf00253a08afa58c9a10b
2013-01-28Template Manager: focus in search edit when clicking search actionCédric Bosdonnat1-0/+2
2013-01-28Template Manager: don't show any tab and show all folders when saving templateCédric Bosdonnat1-0/+2
2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac4-7/+7
Changed SfxItemPool::GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, String &rText ) const; to use OUString. Change-Id: I656c1d321ff96f1f2e5b77f6adc103ef0a6fdf66
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin1-2/+3
The services are: document::NamedPropertyValues document::IndexedPropertyValues The services already existed, they just did not have IDL files Change-Id: Ibafe9b5afb9b30785df4f66aa923f4b96ceabeed
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-1/+1
Change-Id: If4e8312dae6bc5eb8bb7655cf250f06ab37b7e5c
2013-01-27Some cppcheck cleaningJulien Nabet1-0/+1
Change-Id: I7217ab7500de5d8220b85e56aceb6e843bd0769f
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl3-4/+6
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-26add mnemonic widgets to document info pageCaolán McNamara1-10/+11
Change-Id: I286847cb0f07a416b1810450eb2c873ca19c2932
2013-01-26add mnemonic widgets to description info pageCaolán McNamara1-0/+4
Change-Id: Ic9b5a0d39d91ee3546ab49e5c586b16b70298045
2013-01-26add mnemonic widgets to statistics info pageCaolán McNamara1-0/+3
Change-Id: Ife142f262f3f78f25ba3b8b3eaa1a515b21b3da5
2013-01-26sfx2/source/control/templateview.src is localizableAndras Timar1-4/+1
Change-Id: Ic21abffa3a889b96e2ce03c9ad997b3924133e66
2013-01-26add mnemonic widgets to internet info pageCaolán McNamara1-22/+20
Change-Id: Ic28d8e0918d81086232424fe98e34636f4f83233
2013-01-24restore the helpid for impress animation dialog after initializationCaolán McNamara1-0/+10
Document and centralize the uses of undoing the helpid clear after helpid->uniqueid hack Change-Id: I4e651235407a0eca26dc0acfc089ef8f8ce57b13
2013-01-24Template Manager: remote repositories only for experimental modeCédric Bosdonnat1-0/+8
Change-Id: I79501bdcd25f362065d9b95efd1a43f6be84577e
2013-01-24add a layout aware SfxSingleTabDialogCaolán McNamara4-15/+180
Change-Id: Ia4726eac4448dd22380d81d49c5e3b19aa097f73
2013-01-24rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara3-13/+13
Change-Id: I4922b719bf819879909e9949bf7946f20914d1e5
2013-01-24SingleTabDlgImpl::m_pTabPage never usedCaolán McNamara2-8/+6
Change-Id: I958fb2a42f8cc0ed87a98c68a303c8d6d6195079
2013-01-24fdo#46718 Delete multiple styles at onceJoren De Cuyper1-29/+76
Change-Id: I5f5982b2a2768d021f24693a285274544e07e40f Reviewed-on: https://gerrit.libreoffice.org/1737 Reviewed-by: Radek Doulík <rodo@novell.com> Tested-by: Radek Doulík <rodo@novell.com>
2013-01-24look into active tabcontrol page on help fallback searchCaolán McNamara1-1/+14
Change-Id: I13eda8a66e437c5f428b3ee3e9106f25cc9d02b7
2013-01-21fix previous string conversion:Michael Stahl1-1/+2
- unconverted assertion in dinfdlg.cxx - wrong replaceAt in SidebarWin.cxx - obsolete cast in SpellDialog.cxx Change-Id: I18450c0c6fdd275b7f81a7fce58cdf98bb806e27
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith13-29/+27
replaced lots of Len() with isEmpty() Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0 Reviewed-on: https://gerrit.libreoffice.org/1795 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>