summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-28Fix sal_Int16 var initializationStephan Bergmann
2015-04-28Fix sal_Bool -> bool assignmentStephan Bergmann
2015-04-28DbgIs* return types want to be boolStephan Bergmann
2015-04-28CursorWrapper::hasOrderedBookmarks return type wants to be boolStephan Bergmann
2015-04-28bOleServer/bMac vars want to be of type boolStephan Bergmann
2015-04-28DropTargetHelper::ExecuteDrop return type is sal_Int8/DND_ACTION_*Stephan Bergmann
2015-04-28CheckBox::GetSavedValue return type is TriStateStephan Bergmann
2015-04-28TabBar::GetPageBits return type is TabBarPageBits (aka sal_uInt16)Stephan Bergmann
2015-04-28Ruler::StartDrag return type wants to be boolStephan Bergmann
2015-04-28IcnCursor_Impl::GetSortListPos bVertical param wants to be of type boolStephan Bergmann
2015-04-28SfxItemSet::PutDirect return value is unusedStephan Bergmann
2015-04-28RepositoryExternal.mk: gengal needs runtime dependency on unorcMichael Stahl
2015-04-28use sensible variable naming, tdf#85432 follow-upEike Rathke
2015-04-28don't assume Country to be always present, tdf#85432 follow-upEike Rathke
2015-04-28gtk3: use native tab item sizeCaolán McNamara
2015-04-28tdf#90890: hyperlink inside textbox is not exported after roundtrip.yogesh.bharate001
2015-04-28fix assert on re-export of fdo72640-6.docx to docxCaolán McNamara
2015-04-28tdf#86606 Removal of additional direct formattingYousuf Philips
2015-04-28SfxChildWin_Impl::nVisibility is of type sal_uInt16/SVX_VISIBILITY_*Stephan Bergmann
2015-04-28SfxDispatcher::GetShellAndSlot_Impl return type wants to be boolStephan Bergmann
2015-04-28bFound var wants to be of type boolStephan Bergmann
2015-04-28SfxDispatcher::Call_Impl return value is unusedStephan Bergmann
2015-04-28DBG_PRINT_ENTRY expects a 4th arg of type intStephan Bergmann
2015-04-28FlashExporter::exportBackgrounds return type is sal_uInt16Stephan Bergmann
2015-04-28Dialog::Execute return type is short/VclResponseTypeStephan Bergmann
2015-04-28executedDialog _nExecutionResult param is of type sal_Int16/VclResponseTypeStephan Bergmann
2015-04-28SvxRTFParser::ReadBorder/BackgroundAttr bTableDef param wants to be boolStephan Bergmann
2015-04-28Outliner::RemovingPagesHdl return type wants to be boolStephan Bergmann
2015-04-28operator == return type wants to be boolStephan Bergmann
2015-04-28WizardDialog::DeactivatePage return type wants to be boolStephan Bergmann
2015-04-28css.sdbc.XResultSet.getRow return type is longStephan Bergmann
2015-04-28Simplify sal_Bool expressionsStephan Bergmann
2015-04-28SvXMLEnumMapEntry holds all values as sal_uInt16Stephan Bergmann
2015-04-28UpdateFormatListBox_Impl bCat param wants to be of type boolStephan Bergmann
2015-04-28Dialog::EndDialog nResult param is of type long/VclResponseTypeStephan Bergmann
2015-04-28Use TriState instead of 0/1/-1Stephan Bergmann
2015-04-28css.sdbc.XResultSetMetaData.isNullable return type is long (oddly enough)Stephan Bergmann
2015-04-28Make use of comphelper::log::convert::convetLogArgToString bool overloadStephan Bergmann
2015-04-28css.util.XNumberFormats.genarateFormat nLeading param is of type shortStephan Bergmann
2015-04-28GLEW_VERSION_3_3 is of type GLboolean alreadyStephan Bergmann
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann
2015-04-28Dialog::Execute returns short/VclResponseTypeStephan Bergmann
2015-04-28SbModule::Run return value is unusedStephan Bergmann
2015-04-28allow a different notebook tab font than the rest of the uiCaolán McNamara
2015-04-28DocxSdrExport::Impl::m_pTextboxAttrList: use std::unique_ptr<>Miklos Vajna
2015-04-28ppc64: do not use asm block to retrieve argsDavid Tardon
2015-04-28tdf#90133 Extend ODF: variable decimal in scientific formatLaurent Balland-Poirier
2015-04-27tdf#90133 Extend ODF: exponent sign of scientific formatLaurent Balland-Poirier
2015-04-28add comment it's ok hereEike Rathke