summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-28Fix sal_Int16 var initializationStephan Bergmann1-1/+1
2015-04-28Fix sal_Bool -> bool assignmentStephan Bergmann1-1/+1
2015-04-28DbgIs* return types want to be boolStephan Bergmann1-6/+6
2015-04-28CursorWrapper::hasOrderedBookmarks return type wants to be boolStephan Bergmann1-1/+1
2015-04-28bOleServer/bMac vars want to be of type boolStephan Bergmann1-3/+3
2015-04-28DropTargetHelper::ExecuteDrop return type is sal_Int8/DND_ACTION_*Stephan Bergmann3-4/+4
2015-04-28CheckBox::GetSavedValue return type is TriStateStephan Bergmann1-1/+1
2015-04-28TabBar::GetPageBits return type is TabBarPageBits (aka sal_uInt16)Stephan Bergmann1-1/+1
2015-04-28Ruler::StartDrag return type wants to be boolStephan Bergmann4-10/+10
2015-04-28IcnCursor_Impl::GetSortListPos bVertical param wants to be of type boolStephan Bergmann2-6/+6
2015-04-28SfxItemSet::PutDirect return value is unusedStephan Bergmann2-5/+4
2015-04-28RepositoryExternal.mk: gengal needs runtime dependency on unorcMichael Stahl1-0/+1
2015-04-28use sensible variable naming, tdf#85432 follow-upEike Rathke2-12/+12
2015-04-28don't assume Country to be always present, tdf#85432 follow-upEike Rathke1-2/+7
2015-04-28gtk3: use native tab item sizeCaolán McNamara3-6/+22
2015-04-28tdf#90890: hyperlink inside textbox is not exported after roundtrip.yogesh.bharate0013-2/+37
2015-04-28fix assert on re-export of fdo72640-6.docx to docxCaolán McNamara1-0/+2
2015-04-28tdf#86606 Removal of additional direct formattingYousuf Philips2-158/+0
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