summaryrefslogtreecommitdiff
path: root/sd/source/core
AgeCommit message (Collapse)AuthorFilesLines
2012-03-02WaE: use of logical '||' with constant operandTor Lillqvist1-1/+1
A sal_Bool variable is logical-ored with sal_False, wtf? The only way this can have any meaning is if the sal_Bool variable actually has some other value than sal_False (0) or sal_True (1); in that case the logical or will turn it into a sal_True. But I doubt that is the case here. The code has been like this since initial import in 2000.
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann3-3/+3
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-28SfxStyleSheet needs a default ctorCaolán McNamara1-6/+6
due to use of ImplInheritanceHelper2 SfxStyleSheet needs a default ctor, though its never called. rearrange things a little so we can have an empty ctor without pulling in a bunch of code which is never executed
2012-02-01InsertData to AppendData, to hide the insert position.Kohei Yoshida1-1/+1
Only a few places in sc specified insert position, and those were not strictly necessary.
2012-02-01pointer -> referenceIvan Timofeev1-5/+5
2012-01-31Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida1-2/+2
2012-01-31erase garbage after std::removeIvan Timofeev2-6/+7
this fixes commit 5a71069339b3a3c118f3015d978799ef66db7564
2012-01-31convert SdCustomeShow from tools/list to vectorNoel Grandin2-19/+12
2012-01-10Fix for fdo43460 Part XXXI getLength() to isEmpty()Olivier Hallot6-14/+14
Part XXXI Modules sd
2012-01-10Tools container rework regression fix (for fdo#41657)Thorsten Behrens1-13/+15
Don't de-reference invalid iterator (and no point in doing anything with an empty style sheet list anyway).
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz3-4/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz5-5/+0
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-2/+3
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2011-12-25catch exception by constant referenceTakeshi Abe6-64/+33
2011-12-06impress210: #i41995# using view contact to get bound rect for old path ↵Christian Lippka ORACLE1-2/+15
animation import # HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1301475461 -7200 # Node ID d87b5924442237c58b243d83012f655ce59c312d # Parent c6dff567a9e0ee383071e53c64e3f5a06a186015 impress210: #i41995# using view contact to get bound rect for old path animation import
2011-12-06impress210: comment out not needed lineOcke Janssen [oj]1-2/+0
# HG changeset patch # User Ocke Janssen [oj] <Ocke.Janssen@oracle.com> # Date 1301304590 -7200 # Node ID de9c2cc66a6d7a2f16479b97b059b38090f317a0 # Parent ac21acda382420131e228c65959f33b6ef999475 impress210: comment out not needed line
2011-12-06impress210: #i41995# fixed import of path animation from sxi filesChristian Lippka ORACLE2-0/+26
# HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1299691949 -3600 # Node ID 8edc33ef50a3b6ebbc4e88d574b6b1ba57b1dbaa # Parent 0b9b11216b0d3401f8824542dd5f2794eb141035 impress210: #i41995# fixed import of path animation from sxi files
2011-12-06impressdefaults1: #i115996# change default bullet symbolChristian Lippka ORACLE1-8/+9
#i115996# change default bullet symbol order from 'Oo-' in 'O-O-O' inside text objects # HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1292243696 -3600 # Node ID 80a255ef3468baa8b249e02aa760b0da463e1d26 # Parent 055aad264da0cf9598fd1b7aafbd3e144c9b8ce2 impressdefaults1: #i115996# change default bullet symbol order from 'Oo-' in 'O-O-O' inside text objects
2011-12-06impress210: #i105310# set tooltip for items and some refactoringOcke.Janssen@oracle.com1-2/+2
# HG changeset patch # User Ocke.Janssen@oracle.com # Date 1297164555 -3600 # Node ID 902597eed5414555107034f62583c4ccc2cdfd4b # Parent 2f0f385e8b25938777bb9fed6a86a2ff43e0b7cd impress210: #i105310# set tooltip for items and some refactoring
2011-12-03refactor SdrModel::GetDocumentStreamMichael Stahl1-82/+0
Remove 3 ~identical implementations of GetDocumentStream and the associated struct SdrDocumentStreamInfo.
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan1-2/+2
2011-11-28add defined but missing SfxInterface stringsCaolán McNamara1-1/+35
2011-11-27remove include of pch header from sdNorbert Thiebaud32-64/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-1/+1
2011-11-08remove empty Text [ x-comment ] entriesAndras Timar1-1/+0
2011-11-05removed unused macroTakeshi Abe1-4/+0
2011-10-26WaE: reinterpret_cast used between related classesTor Lillqvist1-3/+3
2011-10-10WaE: reinterpret_cast used between related classesTor Lillqvist1-1/+1
2011-09-08ByteString->rtl::OString, etcCaolán McNamara1-48/+35
2011-08-23Remove unused parameter: XFillGradientItemJoseph Powers1-1/+1
XFillGradientItem(SfxItemPool* pPool, const XGradient& rTheGradient) pPool wasn't used so why pass it.
2011-08-17Fixed template dimension problem on Impress.Jeffrey Chang1-7/+2
This fixes fdo#32719.
2011-08-02Styles import: Improve speed as well as fix/avoid n#708518Muthu Subramanian1-1/+5
2011-06-18Replace List with std::vector<SfxStyleSheetBase*>.Rafael Dominguez1-19/+5
2011-06-10Replace List for std::vector<sd::FrameView*>.Rafael Dominguez1-15/+3
2011-06-09Resolves: fdo#34723 unused variables and argumentsCaolán McNamara1-14/+0
2011-05-25Adjust for change in SvBaseLink.Kohei Yoshida1-2/+3
2011-05-22Remove "#define OfaStringListItem" because OfaStringListItem isn't used.Joseph Powers1-1/+0
2011-05-22Remove deprecated List in SdDrawDocument::RenameLayoutTemplate.Rafael Dominguez1-21/+13
Exchange for std::vector<StyleReplaceData>.
2011-05-20valgrind: make this a well behaved non-leaking singletonCaolán McNamara1-10/+24
2011-05-08Remove deprecated List in SdDrawDocument::MovePages.Rafael Dominguez1-12/+10
Exchange for std::vector<SdPage*>
2011-05-08Some cppcheck cleaningJulien Nabet1-1/+1
2011-04-21gbuildize sdDavid Tardon4-225/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito12-0/+0
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat1-1/+1
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-0/+3
Conflicts: sd/source/ui/toolpanel/TaskPaneFocusManager.cxx slideshow/source/engine/debug.cxx slideshow/source/engine/transitions/randomwipe.cxx
2011-03-19Fixed sd build after borders widths changesCédric Bosdonnat1-1/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky19-753/+704
Conflicts: sd/source/ui/func/fuinsfil.cxx sd/source/ui/func/fuprobjs.cxx sd/source/ui/slideshow/slideshowimpl.cxx sd/source/ui/slidesorter/view/SlsPageObjectViewObjectContact.cxx sd/source/ui/toolpanel/ToolPanelViewShell.cxx sd/source/ui/view/drawview.cxx sd/source/ui/view/drtxtob.cxx sd/source/ui/view/outlnvsh.cxx sd/source/ui/view/outlview.cxx
2011-03-13fix mis-merge... qa disabledNorbert Thiebaud1-1/+1
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Bjoern Michaelsen19-752/+703
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-6/+6