summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)AuthorFilesLines
2014-08-25oops, forgot to include osl/thread.hMichael Stahl1-0/+1
2014-08-25set names on the Win32-only threadsMichael Stahl4-0/+10
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-4/+4
2014-08-13warning C4505: unreferenced local function has been removedThomas Arnhold1-23/+0
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-0/+4
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-3/+0
2014-08-09remove obsolete commentThomas Arnhold1-2/+0
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-07-26WaE: convenience initializer should not invoke an initializer on 'super'Tor Lillqvist2-17/+1
2014-07-22callcatcher: update unused codeCaolán McNamara2-10/+0
2014-07-21win32 fpicker: correctly set the default file nameAurimas Fišeras1-10/+9
2014-07-21Revert "Cleaning: remove use of old edt1 from dlg.h (Windows)"Aurimas Fišeras1-5/+11
2014-07-11-Wdeprecated-declarations: first deprecated in OS X 10.10rbuj2-0/+16
2014-07-10use SimpleReferenceObject in fpicker moduleNoel Grandin3-25/+4
2014-07-02fix crash when m_aType is '*'Caolán McNamara1-1/+1
2014-07-01loplugin:stringconcatStephan Bergmann1-7/+7
2014-07-01coverity#703963 Unchecked return valueNorbert Thiebaud1-8/+6
2014-06-30Dead codeStephan Bergmann2-67/+0
2014-06-30-Werror,-Wunused-macrosStephan Bergmann1-2/+0
2014-06-30tweak helpids nowCaolán McNamara1-1/+2
2014-06-30rework resize into a custom widgetCaolán McNamara4-69/+73
2014-06-30DLG_FPICKER_EXPLORERFILE conversion to .uiSzymon Kłos12-818/+707
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin4-13/+3
2014-06-05various: remove SAL_THROW macroNoel Grandin6-11/+9
2014-05-30fdo#68849: Add header guards to all include filesJens Carl1-0/+5
2014-05-29remove more unnecesary OUString constructor useNoel Grandin5-16/+16
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-6/+6
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin2-6/+6
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-3/+1
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet5-8/+8
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-9/+3
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold2-2/+0
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold65-154/+154
2014-05-12fix windows buildThomas Arnhold1-1/+1
2014-05-12Lost closing braceStephan Bergmann1-0/+1
2014-05-12Missing includeStephan Bergmann1-0/+1
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre7-17/+13
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet3-11/+11
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-2/+2
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin1-4/+4
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-2/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni6-7/+4
2014-04-28prefer makefile-gmake-modeTakeshi Abe5-5/+5
2014-04-27automaticly -> automatically.Jan Holesovsky4-5/+5
2014-04-23huge hrc and src file cleanupThomas Arnhold1-6/+0
2014-04-23fpicker: sal_Bool->boolNoel Grandin15-208/+208
2014-04-18Typo: s/cant/can't/Tor Lillqvist2-2/+2