summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/copydlg.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22No (more?) reason for SD_DLLIMPLEMENTATION in Library_sduiStephan Bergmann1-5/+0
In practice, all of the .cxx of that library (except for a handful of newly introduced ones that had failed to follow the cargo cult) undefined it first thing before including anything else, anyway. IIRC, this was a quirk with the old build system, that had dutifully been carried across. Change-Id: I7642c21af48e15b14f245bbbf3d38fdd365c3c89
2013-03-07sd/source/ui/dlg/copydlg.cxx comment translation and cleanupUrs Fässler1-41/+18
Change-Id: I22aad661decc8af23fa321d1a7288634992d810a
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-6/+6
Change-Id: I2f11f2f15a652a9edc3c7e5b67c854debeed20de Reviewed-on: https://gerrit.libreoffice.org/1784 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-09Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-8/+8
2012-11-28re-base on ALv2 code. Includes:Michael Meeks1-23/+14
Patches contributed by Armin Le-Grand #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles... http://svn.apache.org/viewvc?view=revision&revision=1293316 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 Patches contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1172128 http://svn.apache.org/viewvc?view=revision&revision=1172133 Patch contributed by Ariel Constenla-Haile i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress contextmenu - CWS contextmenu1 http://svn.apache.org/viewvc?view=revision&revision=1182915 Patch contributed by Zhang Jian Fang #118876#, Add check if the OutlinerParaObject is created successfully http://svn.apache.org/viewvc?view=revision&revision=1243381 restore a re-based rdbedit.
2012-03-02CopyDlg::Reset doesn't need to be a LINKCaolán McNamara1-3/+2
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-4/+4
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-27drop UniString::CreateFromInt64Caolán McNamara1-6/+6
2012-02-01pointer -> referenceIvan Timofeev1-1/+1
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-1/+2
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2011-11-27remove include of pch header from sdNorbert Thiebaud1-2/+0
2011-09-26more post colortable cleanupMichael Meeks1-1/+1
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks1-6/+6
This cleans up a lot of lifecycle nasties and cleans up some serious cut/paste code duplication issues at the same time. Cleanup the naming of ColorTable -> ColorList to match the impl. too
2011-08-29Rename class XColorTable to XColorListJoseph Powers1-1/+1
The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List.
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Bjoern Michaelsen1-19/+19
2011-02-15accfixes: merged to m100Malte Timmermann [mt]1-16/+16
2011-01-20accfixes: added more accessibility information and fixed tab orders in ↵Malte Timmermann [mt]1-3/+3
multiple dialogs (sd module)
2011-01-17removetooltypes01: #i112600# Remove tools types from sdCarsten Driesner1-16/+16
2010-11-13Purged BmpColorMode from libs-gui - impressJoseph Powers1-1/+0
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov1-4/+1
Notes: split repo tag: impress_ooo/DEV300_m72 split repo tag: impress_ooo/DEV300_m73
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-02#i107450#: some fixes for problems found in CAT0 testMathias Bauer1-1/+1
2009-12-10#i107450#: split up the two different ways to detect a module field unitMathias Bauer1-1/+1
2008-04-10INTEGRATION: CWS changefileheader (1.12.256); FILE MERGEDRüdiger Timm1-41/+18
2008/04/01 15:34:17 thb 1.12.256.3: #i85898# Stripping all external header guards 2008/04/01 12:38:40 thb 1.12.256.2: #i85898# Stripping all external header guards 2008/03/31 13:57:44 rt 1.12.256.1: #i87441# Change license header to LPGL v3.
2007-01-23INTEGRATION: CWS mfdouble (1.11.4); FILE MERGEDOliver Bolte1-9/+9
2006/12/22 13:39:50 pl 1.11.4.1: #i71046# increase precision of MetricField and friends
2006-12-12INTEGRATION: CWS sdwarningsbegone (1.10.38); FILE MERGEDKurt Zenker1-115/+114
2006/11/22 12:41:45 cl 1.10.38.1: #i69285# warning free code changes for unxlngi6.pro
2006-09-16INTEGRATION: CWS pchfix02 (1.9.62); FILE MERGEDOliver Bolte1-3/+5
2006/09/01 17:36:57 kaib 1.9.62.1: #i68856# Added header markers and pch files
2006-06-19INTEGRATION: CWS warnings01 (1.8.218); FILE MERGEDJens-Heiner Rechtien1-5/+5
2006/05/12 16:40:34 sb 1.8.218.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
2005-09-09INTEGRATION: CWS ooo19126 (1.7.374); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:21:40 rt 1.7.374.1: #i54170# Change license header: remove SISSL
2004-08-23INTEGRATION: CWS tune03 (1.6.186); FILE MERGEDRüdiger Timm1-2/+6
2004/08/08 12:54:00 mhu 1.6.186.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.
2004-01-20INTEGRATION: CWS impress1 (1.5.218); FILE MERGEDOliver Bolte1-45/+54
2003/09/17 09:18:30 af 1.5.218.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.
2002-11-25#105449# Setting the accessible name of 'values from selection' button from ↵Andre Fischer1-2/+4
the quick help text.
2002-05-14#99257# added high contrast bitmapsChristian Lippka1-2/+5
2000-10-24Sfx SaveOpt removedKai Ahrens1-5/+2
2000-10-12#79429#: must changes (SfxOptions removedKai Ahrens1-4/+3
2000-09-18initial importJens-Heiner Rechtien1-0/+394