summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-28SfxChildWin_Impl::nVisibility is of type sal_uInt16/SVX_VISIBILITY_*Stephan Bergmann1-1/+1
2015-04-28SfxDispatcher::GetShellAndSlot_Impl return type wants to be boolStephan Bergmann2-6/+6
2015-04-28bFound var wants to be of type boolStephan Bergmann1-2/+2
2015-04-28SfxDispatcher::Call_Impl return value is unusedStephan Bergmann2-7/+3
2015-04-28DBG_PRINT_ENTRY expects a 4th arg of type intStephan Bergmann1-1/+1
2015-04-28FlashExporter::exportBackgrounds return type is sal_uInt16Stephan Bergmann1-2/+2
2015-04-28Dialog::Execute return type is short/VclResponseTypeStephan Bergmann2-3/+3
2015-04-28executedDialog _nExecutionResult param is of type sal_Int16/VclResponseTypeStephan Bergmann1-1/+1
2015-04-28SvxRTFParser::ReadBorder/BackgroundAttr bTableDef param wants to be boolStephan Bergmann4-7/+7
2015-04-28Outliner::RemovingPagesHdl return type wants to be boolStephan Bergmann2-3/+3
2015-04-28operator == return type wants to be boolStephan Bergmann6-15/+15
2015-04-28WizardDialog::DeactivatePage return type wants to be boolStephan Bergmann6-11/+11
2015-04-28css.sdbc.XResultSet.getRow return type is longStephan Bergmann1-1/+1
2015-04-28Simplify sal_Bool expressionsStephan Bergmann2-6/+6
2015-04-28SvXMLEnumMapEntry holds all values as sal_uInt16Stephan Bergmann3-13/+13
2015-04-28UpdateFormatListBox_Impl bCat param wants to be of type boolStephan Bergmann2-6/+6
2015-04-28Dialog::EndDialog nResult param is of type long/VclResponseTypeStephan Bergmann8-13/+13
2015-04-28Use TriState instead of 0/1/-1Stephan Bergmann2-7/+8
2015-04-28css.sdbc.XResultSetMetaData.isNullable return type is long (oddly enough)Stephan Bergmann1-1/+1
2015-04-28Make use of comphelper::log::convert::convetLogArgToString bool overloadStephan Bergmann1-4/+4
2015-04-28css.util.XNumberFormats.genarateFormat nLeading param is of type shortStephan Bergmann1-1/+1
2015-04-28GLEW_VERSION_3_3 is of type GLboolean alreadyStephan Bergmann1-1/+1
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann127-205/+205
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann20-25/+25
2015-04-28Dialog::Execute returns short/VclResponseTypeStephan Bergmann1-5/+1
2015-04-28SbModule::Run return value is unusedStephan Bergmann2-6/+2
2015-04-28allow a different notebook tab font than the rest of the uiCaolán McNamara12-1/+35
2015-04-28DocxSdrExport::Impl::m_pTextboxAttrList: use std::unique_ptr<>Miklos Vajna2-8/+5
2015-04-28ppc64: do not use asm block to retrieve argsDavid Tardon1-36/+29
2015-04-28tdf#90133 Extend ODF: variable decimal in scientific formatLaurent Balland-Poirier5-26/+59
2015-04-27tdf#90133 Extend ODF: exponent sign of scientific formatLaurent Balland-Poirier5-4/+30
2015-04-28add comment it's ok hereEike Rathke1-0/+4
2015-04-28match separators by inheriting from same locale as format codesEike Rathke1-1/+1
2015-04-28match separators by inheriting from same locale as format codesEike Rathke1-1/+1
2015-04-28match separators by inheriting from same locale as format codesEike Rathke1-1/+1
2015-04-28match separators by inheriting from same locale as format codesEike Rathke1-1/+1
2015-04-28format code separators have to match defined separatorsEike Rathke1-23/+1
2015-04-27decimal separator is commaEike Rathke1-3/+3
2015-04-27Add engineering notation to format list for all l10nLaurent Balland-Poirier158-1/+474
2015-04-27use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe2-41/+22
2015-04-27Fix tdf#87373: Kerning broken on OS XThorsten Wagner1-20/+29
2015-04-27loplugin:literaltoboolconversion wrong conditionCaolán McNamara1-2/+2
2015-04-27tdf#69316: Sort numbering options meaningfullyKatarina Behrens2-19/+19
2015-04-27gtk3: use same arbitrary 0.2 and 0.8 ratios as gtk doesCaolán McNamara1-2/+2
2015-04-27gtk3: render vertical toolbar seperatorsCaolán McNamara2-9/+23
2015-04-27gtk3: set max spin box height before determining rectCaolán McNamara1-1/+2
2015-04-27if it makes sense to handle DataChanged, then the same init must be calledCaolán McNamara1-5/+12
2015-04-27manually setting drop down size is unnecessaryCaolán McNamara5-22/+0
2015-04-27gtk3: semi-sane height for spinboxesCaolán McNamara2-3/+7
2015-04-27gtk3: seperate calcs for lists, comboboxes and editboxesCaolán McNamara1-1/+9