summaryrefslogtreecommitdiff
path: root/sfx2/source/doc
ModeNameSize
-rw-r--r--DocumentMetadataAccess.cxx50833logplain
-rw-r--r--DocumentSigner.cxx4624logplain
-rw-r--r--Metadatable.cxx51751logplain
-rw-r--r--QuerySaveDocument.cxx1598logplain
-rw-r--r--SfxDocumentMetaData.cxx77787logplain
-rw-r--r--SfxRedactionHelper.cxx18571logplain
-rw-r--r--autoredactdialog.cxx11247logplain
-rw-r--r--docfac.cxx12610logplain
-rw-r--r--docfile.cxx154770logplain
-rw-r--r--docfilt.cxx6417logplain
-rw-r--r--docinf.cxx12170logplain
-rw-r--r--docinsert.cxx10764logplain
-rw-r--r--docmacromode.cxx16050logplain
-rw-r--r--docstoragemodifylistener.cxx2305logplain
-rw-r--r--doctempl.cxx47748logplain
-rw-r--r--doctemplates.cxx98600logplain
-rw-r--r--doctemplateslocal.cxx7358logplain
-rw-r--r--doctemplateslocal.hxx3455logplain
-rw-r--r--docundomanager.cxx12477logplain
-rw-r--r--exoticfileloadexception.cxx1427logplain
-rw-r--r--exoticfileloadexception.hxx1407logplain
-rw-r--r--frmdescr.cxx1755logplain
-rw-r--r--graphhelp.cxx8440logplain
-rw-r--r--graphhelp.hxx2127logplain
-rw-r--r--guisaveas.cxx75456logplain
-rw-r--r--iframe.cxx14959logplain
-rw-r--r--new.cxx12202logplain
-rw-r--r--objcont.cxx22017logplain
-rw-r--r--objembed.cxx7510logplain
-rw-r--r--objitem.cxx3301logplain
-rw-r--r--objmisc.cxx57625logplain
-rw-r--r--objserv.cxx76759logplain
-rw-r--r--objstor.cxx138188logplain
-rw-r--r--objstor.hxx1179logplain
-rw-r--r--objxtor.cxx35881logplain
-rw-r--r--oleprops.cxx40323logplain
-rw-r--r--oleprops.hxx17544logplain
-rw-r--r--ownsubfilterservice.cxx4459logplain
-rw-r--r--printhelper.cxx30680logplain
-rw-r--r--printhelper.hxx2859logplain
-rw-r--r--saveastemplatedlg.cxx6314logplain
-rw-r--r--sfxbasemodel.cxx152602logplain
-rw-r--r--sfxmodelfactory.cxx7979logplain
-rw-r--r--syspath.cxx1218logplain
-rw-r--r--syspath.hxx1187logplain
-rw-r--r--syspathw32.cxx2016logplain
-rw-r--r--syspathw32.hxx1187logplain
-rw-r--r--templatedlg.cxx48108logplain
-rw-r--r--watermarkitem.cxx2619logplain
-rw-r--r--zoomitem.cxx5592logplain
> 2014-10-23Fraction: Revert "just check if the fraction is < 0"Jan Holesovsky This reverts commit 8afab33d161ddd39a3e6094b5daa08b156ef0421. 2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky This reverts commit 582ef22d3e8e30ffd58f092d37ffda30bd07bd9e. Conflicts: svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdibrow.cxx sw/source/filter/ww1/w1filter.cxx Change-Id: I80abc7abdeddc267eaabc9f8ab49611bb3f8ae83 2014-10-22AdoptTextMinSize() calls NbcAdjustTextFrameWidthAndHeight() at the end.Kohei Yoshida No need to call this again in the caller. Change-Id: Ib36853cf5a0720082275e0490b4443cd9e0bd007 2014-10-22Remove local variables that are no longer used.Kohei Yoshida Armin removed their uses in 120e469d176026ceb59abbf74d2ad255323cbc9a. Conflicts: svx/source/svdraw/svdotxtr.cxx Change-Id: Id620466929ca3a66dd1c261e81aacd533a44cd76 2014-10-21nShearWink -> nShearAngleMiklos Vajna Change-Id: I122f16783db4025b9335ed82a12f051516d98d4c 2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon Fraction used BigInt internally for computations, rational does nothing like that. Change-Id: I3e9b25074f979bc291208f7c6362c3c40eb77ff5 2014-10-15nDrehWink -> nRotationAngleMiklos Vajna Change-Id: I33ca88f38210140931b12a05e426d1373243156e 2014-10-14just check if the fraction is < 0David Tardon Change-Id: I23f631898f29d8285d3da333686da8d3f28a00f8 2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca * Added rational util functions used by Fraction class not available in the boost::rational class. * Replaced usage of Fraction by boost::rational<long> * Removed code that relies on: 1. fraction.IsValid() -- rational only allow valid values, ie denominator() != 0 2. rational.denominator() == 0 -- always false 3. rational.denominator() < 0 -- always false but implementation detail: http://www.boost.org/doc/libs/release/libs/rational/rational.html#Internal%20representation * Simplified code that relies on: 1. rational.denominator() != 0 -- always true * BUGS EXIST because Fraction allows the creation of invalid values but boost::rational throws the exception boost::bad_rational Change-Id: I84970a4956afb3f91ac0c8f726547466319420f9 Reviewed-on: https://gerrit.libreoffice.org/11551 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com> 2014-08-05Consistency around SdrOnOffItem in svx/sdshitm.hxxStephan Bergmann ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: Id712c222034ef807ea2d7bc459e78882e948aca6 2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna Change-Id: I6b2fabd72fd34f4ac1b3a18f386c90794bc39ce4 2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist Change-Id: I084cbab30dfb0a7d567d1b172a79320687d20a06 2014-03-23i#115391 better support for MinTextSize settingsArmin Le Grand ... for TextShapes and CustomShapes Conflicts: include/svx/svdotext.hxx svx/source/sdr/properties/customshapeproperties.cxx svx/source/svdraw/svdoashp.cxx svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdotxdr.cxx svx/source/svdraw/svdotxtr.cxx Change-Id: Ie6f490801b6887568135ed5f83c8bbe7ab6daa08 2014-03-11svx: sal_Bool->boolNoel Grandin Change-Id: I78da39fc553b2e5040ee6665377ea51a1c4d04d7 2014-02-26Remove visual noise from svxAlexander Wilms Change-Id: I56497d953b0500ba0967fddb36ca8bbbe86c62ad Reviewed-on: https://gerrit.libreoffice.org/8321 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> 2014-01-28bool improvementsStephan Bergmann Change-Id: Ic32faa81bfbb66a9d8632fb3db187e33c31188ed 2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c 2013-10-01convert remnants of String in SVX to StringNoel Grandin Change-Id: I66fd6387c3fcd33c6ae0b431810abf6679345767