summaryrefslogtreecommitdiffstats
path: root/fpicker/source
Commit message (Expand)AuthorAgeFilesLines
* typo: more then -> more thanTakeshi Abe2014-08-011-1/+1
* WaE: convenience initializer should not invoke an initializer on 'super'Tor Lillqvist2014-07-262-17/+1
* callcatcher: update unused codeCaolán McNamara2014-07-222-10/+0
* win32 fpicker: correctly set the default file nameAurimas Fišeras2014-07-211-10/+9
* Revert "Cleaning: remove use of old edt1 from dlg.h (Windows)"Aurimas Fišeras2014-07-211-5/+11
* -Wdeprecated-declarations: first deprecated in OS X 10.10rbuj2014-07-112-0/+16
* use SimpleReferenceObject in fpicker moduleNoel Grandin2014-07-102-25/+3
* fix crash when m_aType is '*'Caolán McNamara2014-07-021-1/+1
* loplugin:stringconcatStephan Bergmann2014-07-011-7/+7
* coverity#703963 Unchecked return valueNorbert Thiebaud2014-07-011-8/+6
* Dead codeStephan Bergmann2014-06-302-67/+0
* -Werror,-Wunused-macrosStephan Bergmann2014-06-301-2/+0
* tweak helpids nowCaolán McNamara2014-06-301-1/+2
* rework resize into a custom widgetCaolán McNamara2014-06-303-68/+68
* DLG_FPICKER_EXPLORERFILE conversion to .uiSzymon Kłos2014-06-3010-818/+165
* loplugin:staticcallStephan Bergmann2014-06-131-1/+1
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-094-13/+3
* various: remove SAL_THROW macroNoel Grandin2014-06-056-11/+9
* fdo#68849: Add header guards to all include filesJens Carl2014-05-301-0/+5
* remove more unnecesary OUString constructor useNoel Grandin2014-05-295-16/+16
* remove unnecessary use of Reference constructor in throwNoel Grandin2014-05-271-6/+6
* remove unnecessary use of OUString constructor when throwingNoel Grandin2014-05-272-6/+6
* cppcheck: redundantAssignmentThomas Arnhold2014-05-241-3/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-235-8/+8
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-9/+3
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-192-2/+0
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-1565-154/+154
* fix windows buildThomas Arnhold2014-05-121-1/+1
* Lost closing braceStephan Bergmann2014-05-121-0/+1
* Missing includeStephan Bergmann2014-05-121-0/+1
* fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre2014-05-127-17/+13
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2014-05-103-11/+11
* The opaque PostUserEvent IDs are actually pointersStephan Bergmann2014-05-071-2/+2
* simplify ternary conditions "xxx ? true : yyy"Noel Grandin2014-05-061-4/+4
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-2/+2
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-306-7/+4
* automaticly -> automatically.Jan Holesovsky2014-04-274-5/+5
* huge hrc and src file cleanupThomas Arnhold2014-04-231-6/+0
* fpicker: sal_Bool->boolNoel Grandin2014-04-2315-208/+208
* Typo: s/cant/can't/Tor Lillqvist2014-04-182-2/+2
* typo: hierarchie -> hierarchyThomas Arnhold2014-04-142-3/+3
* It's "its", not "it's"Tor Lillqvist2014-04-104-4/+4
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-037-16/+16
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-014-6/+6
* Bin pointless INET_PATH_TOKENTor Lillqvist2014-04-011-2/+2
* fix warning: shadowed declarationAndras Timar2014-03-301-1/+1
* fdo#76778 fix wildcard support in File Open dialogAndras Timar2014-03-301-1/+4
* Remove remaining DBG_CTOR etc. remnants from fpickerStephan Bergmann2014-03-283-24/+0
* SAL_OVERRIDE, Mac OS X fpicker reduxStephan Bergmann2014-03-272-34/+34
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-268-84/+84