summaryrefslogtreecommitdiff
path: root/sd/source/ui/func
AgeCommit message (Expand)AuthorFilesLines
2012-09-11-Werror,-Wunused-private-field (various sd)Stephan Bergmann1-1/+1
2012-08-16Convert class SdUndoGroup from Container to std::vectorNoel Grandin1-10/+10
2012-08-08STL'ify CustomShowListNoel Grandin1-2/+2
2012-08-07drop bogus eof linesThomas Arnhold1-2/+0
2012-08-03fdo#36138: sd: fix undo in text objectsIvan Timofeev1-0/+2
2012-07-11Decrease header files dependenciesMatteo Casalin1-1/+1
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2
2012-07-05useless aStr stringCaolán McNamara1-2/+2
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-2/+2
2012-07-01Remove unused anmdef.hxxThomas Arnhold2-2/+0
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara2-3/+3
2012-06-25Remove various commented out definesThomas Arnhold2-6/+0
2012-06-22Remove empty or non-called methodsThomas Arnhold3-33/+0
2012-06-22re-base on ALv2 code.Michael Meeks2-46/+28
2012-06-21re-base on ALv2 code.Michael Meeks22-512/+314
2012-06-16removed unused forward declarations of classTakeshi Abe1-3/+0
2012-06-15move zoomitem from svx to sfx2Tim Hardeck1-1/+1
2012-06-10nuke dead codeTakeshi Abe1-16/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold37-76/+0
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-1/+1
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara2-3/+3
2012-04-16Return by value instead of passing by reference to get data.Rafael Dominguez1-5/+4
2012-04-16Make an out argument a pointer instead of a reference.Rafael Dominguez1-1/+1
2012-04-13More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot6-19/+18
2012-04-13Remove some A2S and C2U macros in sdOlivier Hallot1-4/+3
2012-04-13remove unused variablesLuboš Luňák3-4/+0
2012-04-13Replace deprecated List class for std::vector<rtl::OUString>.Rafael Dominguez1-62/+12
2012-03-25removed duplicate includes in sdTakeshi Abe7-9/+0
2012-03-02WaE: use of logical '||' with constant operandTor Lillqvist1-1/+2
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-3/+3
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-17Remove unnecessary header filesMatteo Casalin2-2/+1
2012-02-15Cleanup: auto_ptr uses as a plain scope guard.Thorsten Behrens1-4/+1
2012-02-08disentangled sddll.hxx vs. sdmod.hxxTakeshi Abe1-1/+0
2012-01-10Fix for fdo43460 Part XXXI getLength() to isEmpty()Olivier Hallot2-2/+2
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz2-2/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-25catch exception by constant referenceTakeshi Abe1-2/+1
2011-12-21callcatcher: remove some unused codeCaolán McNamara1-17/+0
2011-12-08childs -> childrenMichael T. Whiteley1-1/+1
2011-12-06impress210: #i50899# clean up fill attributes if fill style changesChristian Lippka ORACLE2-3/+21
2011-12-06impress210: check readonlyOcke Janssen [oj]1-0/+15
2011-12-03add avmedia::EmbedMediaMichael Stahl1-1/+1
2011-12-03MediaWindow::executeMediaURLDialog: add link buttonMichael Stahl1-1/+3
2011-12-03sfx2::FileDialogHelper: refactor construction:Michael Stahl1-1/+4
2011-12-03sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODALMichael Stahl1-1/+1
2011-12-03sfx2::FileDialogHelper: remove use of WB_OPENMichael Stahl1-1/+1
2011-11-27remove include of pch header from sdNorbert Thiebaud59-118/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-1/+1
2011-11-16replaced String in SfxPickList with rtl::OUStringTakeshi Abe1-3/+3