summaryrefslogtreecommitdiff
path: root/sc/source/ui/attrdlg
AgeCommit message (Collapse)AuthorFilesLines
2012-07-04add the cond format managerMarkus Mohrhard2-1/+35
Change-Id: I2c21b048c24333e4d04434ff92b9d9da2efe9558
2012-06-18use correct localization aware string to doubleMarkus Mohrhard2-3/+3
Change-Id: Ied254ef0dc8f7dcf444738da193122a733089b5a
2012-06-15use the result of the dialog and apply it to the documentMarkus Mohrhard2-5/+13
Change-Id: I01dd992ccd3ddd6b8fc61ce0549ec71b5ff257c0 Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2012-06-15first part for new conditional format dialogMarkus Mohrhard3-1039/+29
Change-Id: I97d025e468d6c90cdb780c3654706df20300429a Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2012-06-15data bar settings menuMarkus Mohrhard2-0/+26
Change-Id: I7cf3604392b04c2fdd5070caebf9f9dc1ce178c8 Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+2
...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-03-09Set entries correctly visible, fdo#47102Markus Mohrhard1-0/+6
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2-15/+15
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-22Use ptr_vector for ScDPLabelData vector.Kohei Yoshida2-2/+2
2011-11-27remove include of pch header from scNorbert Thiebaud6-12/+0
2011-11-23ManageNames: add table to "Paste Names" dialogMarkus Mohrhard2-5/+3
2011-11-23ManageNames: restructure the codeMarkus Mohrhard2-29/+8
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 Mohrhard2-3/+4
missing are: -undo -range options -help -test for correct expression is not working
2011-11-23ManageNames: improve AddNames UI, no logic yetMarkus Mohrhard2-3/+3
2011-11-23ManageNames: add menu and dialog for Add NameMarkus Mohrhard2-1/+27
2011-11-17remove obsolete layout codeFelix Zhang1-1/+0
2011-11-15removing obsolete layout codeFelix Zhang3-78/+0
2011-08-29More on String to rtl::OUString.Kohei Yoshida2-2/+2
2011-08-26String to rtl::OUString.Kohei Yoshida2-15/+10
2011-06-17Let's make 'Add' button clickable at any time ...Katarina Machalkova1-2/+1
... not only when last condition in the list is checked
2011-06-15add local range names to ScNamePasteDlgMarkus Mohrhard2-3/+3
2011-06-14Unlimited number of conditions for conditional formatting, part 2Robert Dargaud1-239/+142
2011-06-14Unlimited number of conditions for conditional formattingRobert Dargaud1-161/+423
(Calc part)
2011-06-13fdo#33293: Option to configure initial number of sheets in Calc.Albert Thuswaldner1-0/+3
2011-06-09Replace List with std::vector<String>.Rafael Dominguez2-3/+3
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak2-10/+10
2011-04-29dlopen-global-symbols.diff: use global namespace for dlopened symThorsten Behrens1-1/+2
2011-03-29switch sc to gbuildNorbert Thiebaud1-65/+0
2011-03-14More stupid build fixes.Kohei Yoshida2-4/+4
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida5-192/+218
2011-03-01Put all the other pieces into place.Kohei Yoshida2-3/+3
Now you can specify a named range as the data source for a new data pilot table.
2011-03-01Initial change to display named range option in the source dialog.Kohei Yoshida2-4/+22
2011-02-16CWS-TOOLING: integrate CWS accfixesIvo Hinkelmann1-2/+28
2011-02-15accfixes: merged to m100Malte Timmermann [mt]5-181/+181
2011-02-15dr79: rebase to DEV300_m100Daniel Rentz [dr]5-181/+181
2011-01-24dr79: #i5759# extend pivot layout dialog: support for unlimited number of ↵Daniel Rentz [dr]2-6/+6
fields in all areas
2011-01-20accfixes: added more accessibility information and fixed tab orders in ↵Malte Timmermann [mt]1-2/+28
multiple dialogs (sc module)
2011-01-17remove remove-useless-'add-for-...'-commentsThomas Arnhold1-207/+207
2011-01-17Removed some bogus comments 'Added by PengYunQuan for Validity Cell Range ↵Thomas Arnhold1-6/+0
Picker' and some dead code.
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko5-181/+181
2011-01-06Feature: Formatting Duplicate cells: Conditional Formating.Muthu Subramanian K1-23/+37
Please note that the importing/exporting of this (as ods or other formats) are not yet supported.
2011-01-03Don't reset the default sheet name when the name has evern been edited.Kohei Yoshida2-2/+2
2011-01-03Force copy when all sheets are selected.Kohei Yoshida2-3/+3
This includes disabling the Move button too.
2011-01-03New layout Move/Copy sheet in calcJoost Wezenbeek2-5/+0
OK, Cancel and Help buttons placed at bottom of the dialog Copy checkbox changed to Copy/Move option buttons Sections: Action, Location and Name Warning: This name is already used.
2010-12-20callcatcher + 1 RTL_CONSTASCII_USTRINGPARAMserval1-7/+0
2010-12-13Tabs to space conversion.Kohei Yoshida1-1/+1
2010-12-13BOOL -> bool, and tabs to whitespace in new code.Kohei Yoshida2-2/+2
Also, putting a bool declaration in the right context.
2010-12-13Change Sheet copy processJoost Wezenbeek2-3/+8
Easy Hacks 3.27 Added rename in Move/Copy Sheet in calc
2010-12-13Change Sheet copy processJoost Wezenbeek2-0/+11
Easy Hacks 3.27 Added rename in Move/Copy Sheet in calc
2010-12-13Change Sheet copy processJoost Wezenbeek2-0/+10
Easy Hacks 3.27 Added rename in Move/Copy Sheet in calc