summaryrefslogtreecommitdiff
path: root/sc/inc/scabstdlg.hxx
AgeCommit message (Collapse)Author
2013-07-24Convert Fill Series to Widget UIManal Alhassoun
Change-Id: I42d2adcb36e863c5da09ca2e2230b0f30d85a795 Reviewed-on: https://gerrit.libreoffice.org/5022 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-24convert move table dialog to .ui formatoger000
Help needed: I did not find a way to get the height of the warning area included in the automatic calculated dialog height. So it stays behind the action buttons if an error occurs. (I am new to glade) Code adaption should be complete - build and move-sheet-test ok. helpcontent2 is done and I will try to upload. Change-Id: Id987ac799b17787c35302890a95af2bd99456589 Reviewed-on: https://gerrit.libreoffice.org/5006 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-06-11split group dialog into group and ungroup dialogsCaolán McNamara
Change-Id: If9f8e8a47bd8ce0207b7dec8470375d5fa48f6cd
2013-06-11groupdialog.ui widgetManal Alhassoun
Change-Id: Ic19184c1250b59a4dac7c2bb42893d63c6b1a602 Reviewed-on: https://gerrit.libreoffice.org/4208 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-05-15String to OUString in calc header & footer editOlivier Hallot
Conflicts: sc/inc/scabstdlg.hxx sc/source/ui/attrdlg/scdlgfact.cxx sc/source/ui/attrdlg/scdlgfact.hxx sc/source/ui/inc/hfedtdlg.hxx sc/source/ui/pagedlg/hfedtdlg.cxx Change-Id: I6aa0f055f89c05c3d799b5ed1b21188f7f3a8268 Reviewed-on: https://gerrit.libreoffice.org/3911 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-05-14remove unneccessary argument from CreateScHFEditDlgCaolán McNamara
Change-Id: I2e2fa80678375d49ea4b100515eecd932a79b471
2013-04-15adapt code to select source .uiCaolán McNamara
Change-Id: I65d3f5acbe95985269c03b3e0c57c5cc80ca30d4
2013-04-15adapt code to data form .ui conversionCaolán McNamara
this dialog has some bizarre behaviour which is unchanged with the .ui conversion a) the scrollbar does not scroll the window beside it up and down through the rows (which map to the spreadsheet columns), but instead scrolls through the records (which map to the spreadsheet rows) b) the dialog grows to include a row for each spreadsheet column, i.e. large number of spreadsheet columns -> unusable dialog with too many rows to fit on the screen. what's indicated here is to clip the dialog to some max size and make the scrollbar then scroll through the rows of the widget, and add another scrollbar if necessary to scroll through the records. Change-Id: I9b56992fc57468eb058d2a2914c08074f958a692
2013-04-15Calc: converted sort warning dialog to .uiAlbert Thuswaldner
Change-Id: I2bc44990efb62183507f46b22bfd8e09edf02eb6 Reviewed-on: https://gerrit.libreoffice.org/3380 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-15adapt code to create names .ui conversionCaolán McNamara
Change-Id: I276f354cd07480c8798951c14b565994c93750c2
2013-04-15convert external data dialog to .uiCaolán McNamara
Change-Id: I2dfaf152bd473f73fdeec08a8c2ac6b007d38352
2013-04-11adapt code for delete cells dialogCaolán McNamara
Change-Id: Ibf587e1ea94765f0322a5b847bcf82d1eabc1b64
2013-04-10we can remove RID_SCDLG_DELCONTCaolán McNamara
Change-Id: I8edc9210bc172cd285fe4dce54d30606ecc7c716
2013-04-09adapt code for select range .ui conversionCaolán McNamara
Change-Id: Ib53b42a340da04276ce005efb22d19fda617e29a
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-05new module i18nlangtagEike Rathke
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-03convert calc format cells dialog to .ui formatCaolán McNamara
Change-Id: Ic134909f3e65bcb1aa440f60a156f293225d3edc
2013-03-07adapt code to use insertnamedialog .uiCaolán McNamara
Change-Id: I1449b69a4291f1b3cb76f549cb8f1d50e9bc6924
2013-02-24simplify CreateScImportAsciiDlgCaolán McNamara
Change-Id: Ibcd9dc854cf15ef0a6cbaba3fdc9e377e1073507
2013-02-19fdo#38838 ScGlobal::GetRscString() now returns OUString instead of String.Jean-Noël Rouvignac
Cleaned up the call sites. Change-Id: I6c688cecd4f872ed064ccfa3af4b402a779860dc Reviewed-on: https://gerrit.libreoffice.org/2155 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-14adapt code to insert sheet .uiCaolán McNamara
Change-Id: Idba3ff98cecd47743d83ad444151117d5f457a7d
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Herbert Duerr i#118735 prevent endless loop if vlookup/hlookup doesn't find anything http://svn.apache.org/viewvc?view=revision&revision=1239673 Patches contributed by Andre Fischer remove lp_solver http://svn.apache.org/viewvc?view=revision&revision=1199180 i#118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Armin Le-Grand i#118485 - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 i#118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 Patches contributed by lihuiibm i#108860 - Fix range validation. http://svn.apache.org/viewvc?view=revision&revision=1242846 i#118954 Chart data will lost after copy to different file http://svn.apache.org/viewvc?view=revision&revision=1301345 Patches contributed by Ariel Constenla-Haile Fix Linux build breaker: extra qualification on member http://svn.apache.org/viewvc?view=revision&revision=1301591 i#118696 - i#118697 - Fix some Sheet Tab Color API issues http://svn.apache.org/viewvc?view=revision&revision=1225428 i#118697 - Fix uninitialized variable http://svn.apache.org/viewvc?view=revision&revision=1225859 i#118771 - ScUndoImportTab should preserve tab background color http://svn.apache.org/viewvc?view=revision&revision=1230356 i#118921 - Repaint linked sheet tab background color after updating link http://svn.apache.org/viewvc?view=revision&revision=1245177 i#118927 - Undo/Redo "Update Link" does not reset sheet tab color http://svn.apache.org/viewvc?view=revision&revision=1245241 i#118747 - Copy tab color when transferring sheets across documents http://svn.apache.org/viewvc?view=revision&revision=1230355 Patch contributed by Oliver Rainer-Wittman i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container iteration in order to avoid destroyed iterators during iteration. http://svn.apache.org/viewvc?view=revision&revision=1297916 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 Patch contributed by Daniel Rentz calc69: #i116936# fix VBA symbol Cells http://svn.apache.org/viewvc?view=revision&revision=1172135 Patches contributed by leiw: i#118546 CPU 100% on switched off AutoCalculate with Conditional Formatting on date values http://svn.apache.org/viewvc?view=revision&revision=1301380 Re-add new function documentation. Many various cleanups. Add missing calc66: #o11817313# also look at formula result number format, remove redundant binaries.
2012-11-28Turned the xml source dialog into a reference dialog.Kohei Yoshida
Change-Id: Ifb3ebd3c0166343f42dd53bcee83c6b31c84f081
2012-11-28Use file picker dialog to pick the source xml file.Kohei Yoshida
Change-Id: Ie927d8a83fa93e3f61c2c2133fe655854667854c
2012-11-28Abstract dialog instantiation code.Kohei Yoshida
Change-Id: I28e7b354928d349d9f6c90092ead2010cfe3c29b
2012-11-17convert text import options to .uiCaolán McNamara
Change-Id: Ice6228f0548507b0400c25f40d8aa7cb557c8088
2012-10-09make ScCondFormatDlg a ScAnyRefDlgMarkus Mohrhard
Change-Id: I4e04a1f34dd958922e9856294639de7bf40249e4
2012-10-06only set a new cond format list if it really changedMarkus Mohrhard
Change-Id: I820d1f083edb09abb262beba1536b1b1acba3321
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
Change-Id: Ia30a2bb6b1f36304a3c420db1d28d177d429a19b
2012-08-14fdo#47674 Save settings for Import Ascii Text DlgLaurent Balland-Poirier
Add save of settings for Paste Unformatted Text and Text to Columns. Remove useless cSep parameter because default are set in Calc.xcs Change-Id: Iff4b976f434a63d2d1f56e497852c7c1e763151c
2012-08-08remove include comments and boxesThomas Arnhold
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-07-04add the cond format managerMarkus Mohrhard
Change-Id: I2c21b048c24333e4d04434ff92b9d9da2efe9558
2012-06-23removed unused forward declarations of classTakeshi Abe
except moving ScPostIt into source/filter/inc/xeescher.hxx Change-Id: I85fbfe88e30edce5a48a65c494ced7b2129964ff
2012-06-18fix the number detection in data bar dialogMarkus Mohrhard
Change-Id: I6da7b2087114b7eb274f0a62dd531dd136ad507a
2012-06-11use the result of the dialog and apply it to the documentMarkus Mohrhard
Change-Id: I01dd992ccd3ddd6b8fc61ce0549ec71b5ff257c0
2012-06-11first part for new conditional format dialogMarkus Mohrhard
Change-Id: I97d025e468d6c90cdb780c3654706df20300429a
2012-06-11data bar settings menuMarkus Mohrhard
Change-Id: I7cf3604392b04c2fdd5070caebf9f9dc1ce178c8
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-02-22Use ptr_vector for ScDPLabelData vector.Kohei Yoshida
2011-11-23ManageNames: add table to "Paste Names" dialogMarkus Mohrhard
2011-11-23ManageNames: restructure the codeMarkus Mohrhard
move namepast.cxx to namedlg namedefdlg is "modeless"(only in technical sense) and needs to be in sc while namepast is modal and needs to be in scui move the table implementation to an own file, we can reuse it for namepast.cxx
2011-11-23Manage Names: add most logic to Define Name dialogMarkus Mohrhard
missing are: -undo -range options -help -test for correct expression is not working
2011-11-23ManageNames: improve AddNames UI, no logic yetMarkus Mohrhard
2011-11-23ManageNames: add menu and dialog for Add NameMarkus Mohrhard
2011-08-29More on String to rtl::OUString.Kohei Yoshida
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-06-15add local range names to ScNamePasteDlgMarkus Mohrhard
2011-06-09Replace List with std::vector<String>.Rafael Dominguez
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
Conflicts: chart2/source/controller/main/UndoManager.cxx chart2/source/tools/RegressionCurveHelper.cxx sc/inc/address.hxx sc/inc/attrib.hxx sc/inc/bigrange.hxx sc/inc/callform.hxx sc/inc/cell.hxx sc/inc/chartarr.hxx sc/inc/chartlis.hxx sc/inc/chgtrack.hxx sc/inc/collect.hxx sc/inc/compiler.hxx sc/inc/detdata.hxx sc/inc/document.hxx sc/inc/fillinfo.hxx sc/inc/olinetab.hxx sc/inc/prnsave.hxx sc/inc/queryparam.hxx sc/inc/sc.hrc sc/inc/scabstdlg.hxx sc/inc/table.hxx sc/inc/validat.hxx sc/inc/zforauto.hxx sc/source/core/data/documen2.cxx sc/source/core/data/document.cxx sc/source/core/data/table1.cxx sc/source/core/tool/address.cxx sc/source/core/tool/token.cxx sc/source/filter/excel/frmbase.cxx sc/source/filter/excel/impop.cxx sc/source/filter/excel/xename.cxx sc/source/filter/inc/formel.hxx sc/source/filter/inc/xename.hxx sc/source/filter/xml/xmlexprt.cxx sc/source/filter/xml/xmlnexpi.cxx sc/source/filter/xml/xmlnexpi.hxx sc/source/ui/dbgui/filtdlg.cxx sc/source/ui/inc/docfunc.hxx sc/source/ui/inc/namedlg.hxx sc/source/ui/namedlg/namedlg.cxx sc/source/ui/src/namedlg.src
2011-03-14More stupid build fixes.Kohei Yoshida