summaryrefslogtreecommitdiffstats
path: root/sfx2/source/dialog
Commit message (Expand)AuthorAgeFilesLines
* Renamed writer_web_HTML to generic_HTML.Kohei Yoshida2012-05-221-1/+1
* fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon2012-05-174-8/+12
* Missing #include <errno.h>Stephan Bergmann2012-04-271-0/+2
* Related fdo#43895: Fixed shortcommings of FileDialogHelper_Impl::verifyPathStephan Bergmann2012-04-271-14/+47
* removed dead codeTakeshi Abe2012-04-121-41/+0
* Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson2012-04-101-1/+1
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-2/+2
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-3/+3
* fdo#43895 lp#905355: fix the fix so it doesn't crashMichael Stahl2012-04-051-1/+10
* removed duplicate includes in sfx2Takeshi Abe2012-03-304-5/+0
* fdo#43895 lp#905355: Never let users save in /tmp by defaultAndrzej J. R. Hunt2012-03-272-0/+25
* .hrc files don't need executable bitsMichael Stahl2012-03-2312-0/+0
* we just want to know if its a directory/folder or notCaolán McNamara2012-03-141-14/+1
* fix semantic error in layout calculationAndras Timar2012-03-091-29/+12
* Fix indentationWilliam Gathoye2012-03-051-94/+56
* Fix controls size and position on the document information dialogWilliam Gathoye2012-03-051-35/+60
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-0111-31/+31
* Fix typos in commentsElton Chung2012-02-181-2/+2
* fdo#45330 Improving layout of Confirm File Format dialogTomcsik Bence2012-02-101-25/+33
* Fix fdo#45117 - Alien save dialog buttons run off the edgeJosh Heidenreich2012-02-081-0/+4
* Remove unused codeElton Chung2012-02-053-25/+0
* Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz2012-01-231-1/+6
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-212-3/+3
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-175-24/+24
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-165-50/+24
* SvStringsDtor->std::vectorAugust Sodora2012-01-111-13/+11
* SvStringsDtor->std::vectorAugust Sodora2012-01-112-38/+20
* Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora2012-01-103-8/+0
* Fix for fdo43460 Part XXXIII getLength() to isEmpty()Olivier Hallot2012-01-1010-67/+67
* Removed unused DBG_WARNING{4, 5} macros, replaced DBG_WARNINGFILEMarcel Metz2012-01-101-2/+2
* revert text change in alienwarn.srcAndras Timar2012-01-091-1/+1
* autoresize 'Use ODF format' button, tooAndras Timar2012-01-091-5/+11
* Make the title of foreign file format warning translatableStefan Knorr (astron)2012-01-091-3/+2
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-053-3/+4
* m_pInfoImage never constructed or usedCaolán McNamara2011-12-131-1/+0
* callcatcher: remove unused code post automation removalCaolán McNamara2011-12-091-104/+0
* childs -> childrenMichael T. Whiteley2011-12-082-24/+24
* WaE : missing return value on one code pathNorbert Thiebaud2011-12-031-1/+2
* sfx2::FileDialogHelper: the punchline:Michael Stahl2011-12-032-5/+5
* sfx2::FileDialogHelper: refactor construction:Michael Stahl2011-12-031-68/+4
* sfx2::FileDialogHelper: remove use of WB_OPENMichael Stahl2011-12-033-13/+39
* remove unused #include sfx2/filedlghelper.hxxMichael Stahl2011-12-031-1/+0
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-012-3/+5
* Install a Cancel callback, don't rely on vcl searching for a parent to closeCaolán McNamara2011-11-291-4/+3
* remove include of pch header from sfx2Norbert Thiebaud2011-11-2729-56/+0
* implEnsureURLExtension just returns the first argument, remove itCaolán McNamara2011-11-192-13/+3
* remove [Byte]String::EraseAllCharsCaolán McNamara2011-11-194-15/+21