summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-28Fix tdf#90911 wrong parameter size on getsocknameJuergen Funk1-1/+1
This was crashing on selected versions for Windows. Change-Id: I7e9dd39db06f6ed93d2ae0d49275387e53983a89 Reviewed-on: https://gerrit.libreoffice.org/15559 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-04-28expand and remove DECL_PTRHINT macroNoel Grandin5-27/+16
since there are only 2 uses of it Change-Id: I49543168d5d9aeaae66d99663707657d67002fdc Reviewed-on: https://gerrit.libreoffice.org/15531 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-04-28OOXMLFactory can be purely staticNoel Grandin4-59/+19
it has no subclasses and no state, so it doesn't need locking or reference counting or even an instance Change-Id: I1e0f883946cb0e9bd26b49d12e58d813ce90a3b8 Reviewed-on: https://gerrit.libreoffice.org/15532 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-04-28set the executable bit offTakeshi Abe52-0/+0
2015-04-28XMLTransformerActionInit parameters are generically of type sal_uInt32Stephan Bergmann1-8/+8
Change-Id: I8a013c8ca8938ef2d8e1786cda3dba61fe3038a5
2015-04-28txtparae_bContainsIllegalCharacters var wants to be of type boolStephan Bergmann1-3/+3
Change-Id: Ie8b481ab1759725ba40e3cf1bb6611d3c058b53b
2015-04-28Booleans are logged via sal_uInt32 hereStephan Bergmann1-7/+7
Change-Id: I634402fb0739b8d42d43264c57340dd030f86d78
2015-04-28SvtSecurityOptions_Impl::m_nSecLevel is of type sal_Int32Stephan Bergmann1-1/+1
Change-Id: I82576e00de006caa6f7f6e414e5399d035aed1bf
2015-04-28SwWrtShell::IntelligentCut return type is int/SwWrtShell::wordStephan Bergmann1-1/+1
Change-Id: Ib87cf099d7eade7d6dd04f14b5693c8b2f9115ec
2015-04-28SwView::PageUp/DownCrsr return types want to be boolStephan Bergmann2-9/+9
Change-Id: I3466798845cf41f6c6db1dcd586b366b8a99c588
2015-04-28SwPagePreviewWin::MovePage return type wants to be boolStephan Bergmann2-4/+4
Change-Id: I827807ebb596941f7749a318770d18f4036f35ed
2015-04-28SwDocShell::ApplyStyles return type is sal_uInt16Stephan Bergmann1-1/+1
Change-Id: I90eb30fffcee8c443b6ed464721d8ce0c217fcdb
2015-04-28SwDocShell::Edit return type is sal_uInt16Stephan Bergmann1-1/+1
Change-Id: Ief662e65a8d8ccf4d905f2710fc04abda5c0f5b1
2015-04-28SwEditShell::Copy return type wants to be boolStephan Bergmann3-5/+5
Change-Id: Id39077324630cead2584bae48dd8470335f4d1fb
2015-04-28SwDocShell::Delete/Hide return types want to be boolStephan Bergmann2-10/+10
Change-Id: I8adde9de3c8af05cf5cfe2e9d944248d893f7ee8
2015-04-28ImpGetPercent transports the return value as type sal_uInt16/SDR_TRISTATEStephan Bergmann1-1/+1
Change-Id: I49adba804bbbf79390b105f894b0d11f3b6ae2dc
2015-04-28GalleryExplorer::GetSdrObjCount return type is sal_uIntPtrStephan Bergmann1-1/+1
Change-Id: If7a59be1421184f948f9cf36ee72e4963d5d0595
2015-04-28css.awt.ItemEvent.Highlighted is of type longStephan Bergmann2-7/+7
Change-Id: Iff42783f04a9a037a6183784478ea66b04aa7d32
2015-04-28Fix Boolean expressionStephan Bergmann1-1/+1
Change-Id: I657aee03b220e40cfb12c0dbab9defd9721a1036
2015-04-28SfxRequest generically uses an SfxUInt16Item hereStephan Bergmann1-3/+3
Change-Id: I872d666bee073ef570971ec36e678cc7354fc498
2015-04-28nOK var wants to be of type boolStephan Bergmann1-2/+2
Change-Id: I9e4129270a3d0bb744d8fbaf1641fcbdf1e2b0a7
2015-04-28Fix Boolean expressionStephan Bergmann1-2/+1
Change-Id: Ic0042037847fa1ed277a23325a0bfcbab3b0900c
2015-04-28Fix sal_Int16 var initializationStephan Bergmann1-1/+1
Change-Id: I485fce696a1c1b18a563f56b0d69bb3816bd8784
2015-04-28Fix sal_Bool -> bool assignmentStephan Bergmann1-1/+1
Change-Id: I2cd55fa3ecef70b29b940e682faf98c7f6718b3c
2015-04-28DbgIs* return types want to be boolStephan Bergmann1-6/+6
Change-Id: I86587025d397d2d84f9aed1e204ae21056829a1c
2015-04-28CursorWrapper::hasOrderedBookmarks return type wants to be boolStephan Bergmann1-1/+1
Change-Id: Ib42cf4990dd83b3d9589256992eff7254fe81b4b
2015-04-28bOleServer/bMac vars want to be of type boolStephan Bergmann1-3/+3
Change-Id: Ie86c43f594486b38b779df2fbc8bd8f15682fa7b
2015-04-28DropTargetHelper::ExecuteDrop return type is sal_Int8/DND_ACTION_*Stephan Bergmann3-4/+4
Change-Id: Id25c19d556a11ae0a767f177ca9f6efb5ab2e478
2015-04-28CheckBox::GetSavedValue return type is TriStateStephan Bergmann1-1/+1
Change-Id: I15fe6556ec236267d820cb26f297cee45fe55d10
2015-04-28TabBar::GetPageBits return type is TabBarPageBits (aka sal_uInt16)Stephan Bergmann1-1/+1
Change-Id: I3f1970c3ccf5df32005596bbcca8e09e481a980b
2015-04-28Ruler::StartDrag return type wants to be boolStephan Bergmann4-10/+10
Change-Id: Ica4957a5575a6ec5d6ff2b6fddaa3d637426d851
2015-04-28IcnCursor_Impl::GetSortListPos bVertical param wants to be of type boolStephan Bergmann2-6/+6
Change-Id: I2d6cbddb5dbaca33b41d87aefbb5559b3b30f674
2015-04-28SfxItemSet::PutDirect return value is unusedStephan Bergmann2-5/+4
Change-Id: Icf3e09318677655897f4a5308f066829982b9520
2015-04-28RepositoryExternal.mk: gengal needs runtime dependency on unorcMichael Stahl1-0/+1
Change-Id: I33f7592cf990f9298fec375d06a86c16ac4389b3
2015-04-28use sensible variable naming, tdf#85432 follow-upEike Rathke2-12/+12
Change-Id: Ibb468ff3b4c3210c4c5df60fbd42d74884bbfdb3
2015-04-28don't assume Country to be always present, tdf#85432 follow-upEike Rathke1-2/+7
For example, 'C' was displayed as "C_" Also, append Variant if present to display the full locale identifier, for example "en_US.UTF-8" Change-Id: I00c7bf832df25c00cc014589c4662806f8bf1137
2015-04-28gtk3: use native tab item sizeCaolán McNamara3-6/+22
Change-Id: Iaef296c44f866bbcbcd2f2148402aef217c81b2c
2015-04-28tdf#90890: hyperlink inside textbox is not exported after roundtrip.yogesh.bharate0013-2/+37
Problem Description: - Text box hyperlink is not exported after roundtrip. XML Difference: in drawing1.xml Original file: <xdr:cNvPr id="2" name="TextBox 1"> <a:hlinkClick xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" r:id="rId1" tooltip="text123"/> </xdr:cNvPr> After RT: <xdr:cNvPr id="0" name="CustomShape 1"/> <a:hlinkClick> is missing. Change-Id: I01082de5d7d2e1a9323e84f54c97d5444cab13cd Solution: Added support for hyperlink in text box. Reviewed-on: https://gerrit.libreoffice.org/15555 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-04-28fix assert on re-export of fdo72640-6.docx to docxCaolán McNamara1-0/+2
and hopefully loads more Change-Id: I04f9f757378e25191d7334bd52e418cf84bdf887
2015-04-28tdf#86606 Removal of additional direct formattingYousuf Philips2-158/+0
Change-Id: Ied176f9e90b78ad2437fe8c6037508be231f6ebe Reviewed-on: https://gerrit.libreoffice.org/15547 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-04-28SfxChildWin_Impl::nVisibility is of type sal_uInt16/SVX_VISIBILITY_*Stephan Bergmann1-1/+1
Change-Id: I4dd0556557ead72b2a2e9f45ccdb35a77efeab4d
2015-04-28SfxDispatcher::GetShellAndSlot_Impl return type wants to be boolStephan Bergmann2-6/+6
Change-Id: I7897ce11621a7aac991ea64897d8fdeb06c3d2d7
2015-04-28bFound var wants to be of type boolStephan Bergmann1-2/+2
Change-Id: I106f8414fcf28fe314b14156d004bdb0cf20f023
2015-04-28SfxDispatcher::Call_Impl return value is unusedStephan Bergmann2-7/+3
Change-Id: Iecaff2b1b5449751a9787a3b27c70495d82cc623
2015-04-28DBG_PRINT_ENTRY expects a 4th arg of type intStephan Bergmann1-1/+1
Change-Id: Id89f3436d9f9e142d8845381b483bdf8697dd1da
2015-04-28FlashExporter::exportBackgrounds return type is sal_uInt16Stephan Bergmann1-2/+2
Change-Id: Ic75d0893f4e0e8893c683661d3c6f3f91653b267
2015-04-28Dialog::Execute return type is short/VclResponseTypeStephan Bergmann2-3/+3
Change-Id: I40fb77dff3112ee154d6d413757af6593486280d
2015-04-28executedDialog _nExecutionResult param is of type sal_Int16/VclResponseTypeStephan Bergmann1-1/+1
Change-Id: Ied27330db3af9b33ddccbda52da927202f112dab
2015-04-28SvxRTFParser::ReadBorder/BackgroundAttr bTableDef param wants to be boolStephan Bergmann4-7/+7
Change-Id: I78c34a539a62ed129309305ce6e37a8feb19b1fd
2015-04-28Outliner::RemovingPagesHdl return type wants to be boolStephan Bergmann2-3/+3
Change-Id: I7d57d560f28683a840022cf766ef22cc50683349