summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog
AgeCommit message (Expand)AuthorFilesLines
2012-07-01Remove unused definesThomas Arnhold1-7/+0
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold1-3/+0
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
2012-06-27Remove commented out code (includes)Thomas Arnhold1-1/+0
2012-06-27Reduce newline bloat at eofThomas Arnhold9-235/+0
2012-06-27Get rid of annoying IAccessibility2 commentsThomas Arnhold1-2/+0
2012-06-26save tabdialog settings in dtor as well as ::OkCaolán McNamara1-4/+11
2012-06-26Properly store dialog's position and current pageTravis Carter1-5/+9
2012-06-26tidy some resource stringsCaolán McNamara15-67/+64
2012-06-22re-base on ALv2 code.Michael Meeks1-26/+17
2012-06-21re-base on ALv2 code.Michael Meeks8-193/+121
2012-06-21re-base on ALv2 code.Michael Meeks11-270/+172
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold4-13/+0
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara1-1/+1
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara2-7/+1
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara4-10/+11
2012-06-09Remove superfluous include commentsThomas Arnhold4-8/+0
2012-06-09Remove superfluous include commentsThomas Arnhold4-11/+0
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxDockArr_Impl) to std::vectorNoel Grandin1-16/+23
2012-06-08further convert ExpandedEntries to vector<OUString>Michael Stahl1-21/+12
2012-06-08Convert SV_DECL_PTRARR_DEL(ExpandedEntries) to std::vectorNoel Grandin1-5/+12
2012-06-08Convert SV_DECL_PTRARR_DEL(StyleTreeArr_Impl) to std::vectorNoel Grandin1-18/+24
2012-06-08targetted revert of fdo#30917 - wrt. storing hierarchical view dataMichael Meeks1-13/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-13/+7
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-2/+4
2012-06-02targeted string re-workNorbert Thiebaud1-1/+1
2012-06-02targeted string re-workNorbert Thiebaud1-1/+1
2012-06-02targeted string re-workNorbert Thiebaud1-26/+26
2012-06-02targeted string re-workNorbert Thiebaud2-7/+7
2012-06-02targeted string re-workNorbert Thiebaud2-24/+24
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks2-3/+5
2012-05-22Renamed writer_web_HTML to generic_HTML.Kohei Yoshida1-1/+1
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon4-8/+12
2012-04-27Missing #include <errno.h>Stephan Bergmann1-0/+2
2012-04-27Related fdo#43895: Fixed shortcommings of FileDialogHelper_Impl::verifyPathStephan Bergmann1-14/+47
2012-04-12removed dead codeTakeshi Abe1-41/+0
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson1-1/+1
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-3/+3
2012-04-05fdo#43895 lp#905355: fix the fix so it doesn't crashMichael Stahl1-1/+10
2012-03-30removed duplicate includes in sfx2Takeshi Abe4-5/+0
2012-03-27fdo#43895 lp#905355: Never let users save in /tmp by defaultAndrzej J. R. Hunt2-0/+25
2012-03-23.hrc files don't need executable bitsMichael Stahl12-0/+0
2012-03-14we just want to know if its a directory/folder or notCaolán McNamara1-14/+1
2012-03-09fix semantic error in layout calculationAndras Timar1-29/+12
2012-03-05Fix indentationWilliam Gathoye1-94/+56
2012-03-05Fix controls size and position on the document information dialogWilliam Gathoye1-35/+60
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann11-31/+31
2012-02-18Fix typos in commentsElton Chung1-2/+2