summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-05sc: Make this selection count consistent with Writer’sAdolfo Jayme Barrientos
Change-Id: I11c7c94a52e4be7286a919e61818d08d5b9ad623
2015-03-06use DrawHandle for drawing of tab sizer in tabbarTomaž Vajngerl
Change-Id: I3aacb177d209db74ffadf5284550cdd4972554de
2015-03-06add DrawHandle to DecorationViewTomaž Vajngerl
Change-Id: Ie063071cc57d756fd5da20a15533a6857940f676
2015-03-06tabbar: scroll tabs with wheelTomaž Vajngerl
Change-Id: I9d7d1e16c34eac75652a1275b6e4ac3f7973cb56
2015-03-05TyposAndras Timar
Change-Id: I33a740af4ccbcaa9ed4e3ffd79c4f8cda9b37dc4
2015-03-05Simplify o3tl::LazyUpdateStephan Bergmann
Change-Id: I7569a20877411a5ceb4a7475d82cb634eb6cb114
2015-03-05ScCompiler::HandleTableRef() implement ALL caseEike Rathke
In general it should work like this.. Change-Id: Ic45ca6138c1b252ce9d216ce61c7129c055342ef
2015-03-05don't count table ref item separator as parameter separatorEike Rathke
... similar to ocArrayOpen,ocArrayClose Change-Id: I10b4cd2f74167cc57ef7a2ed96e0e98f0cd86805
2015-03-05ocTableRefOpen,ocTableRefClose are of StackVarType svSepEike Rathke
Change-Id: Icfbf088ee8d91d90779dc804b7dff299df1170a4
2015-03-05add '[' and ']' to conventions' char flags where appropriateEike Rathke
Change-Id: Ic82ccfcba08ce276eac08609de215ba8edf8e813
2015-03-05introduce ocTableRefOpen,ocTableRefCloseEike Rathke
Change-Id: Ia9d54fd582f8e195edaa05937ee0f0290e56875f
2015-03-05translate comments while at itEike Rathke
Change-Id: I62cce7321dfe038d1723c73ba9deb0450a03f0e5
2015-03-05add ocTableRef to lcl_IsReference()Eike Rathke
Change-Id: I63b41ea4619098390824f335859d62b4fa8fcc66
2015-03-05V801: Decreased performanceCaolán McNamara
Change-Id: I48c716d87ce3e46f61393ae140bf2e05d9fd6241
2015-03-05Try a different approach to get the style hierarchy rightCaolán McNamara
in order to get the font colors for menus right. includes revert "set parent styles to fall back to" This reverts commit 710d034467a96270175d6a1edf8d655a8345a4c3. Change-Id: Ica73a30a44a5dd61a8310f2bee74068c406f470a
2015-03-05sd: fix non-WNT buildMichael Stahl
Change-Id: I187c4d1bef306ec05985cd6e8072d044e12a993f
2015-03-05gbuild: stop disabling MSVC warning C4996 on --enable-dbgutil buildsMichael Stahl
... makes it hard to clean up these problems. But the warnings on almost every std::copy and std::transform are obnoxious, so disable them with _SCL_SECURE_NO_WARNINGS Change-Id: Ieea611175fb16b78ff972d194767d3d192992de5
2015-03-05shell: warning C4996 function call with parameters that may be unsafeMichael Stahl
Change-Id: Id70289b0c88dd203cac6301303fe7452088f60f9
2015-03-05sd: BluetoothServer: fix deprecation warning C4996, use WSAQUERYSETWMichael Stahl
Change-Id: I07e6757f447ad1c4514f2ddcdf26589190445870
2015-03-05sal: replace usage of deprecated socket functionsMichael Stahl
inet_ntoa, gethostbyname, gethostbyaddr are all deprecated in the Windows SDK 8.1; use the replacement functions unless targetting WinXP. Change-Id: Ic290ce925835c97f0ca0c611d1fd2675d0045ec7
2015-03-05sal,sd: use newer InetPtonW API when not building for WinXP targetMichael Stahl
... i.e. decide based on target instead of SDK version. Change-Id: I225588d34f961c19e223ed9c1b9a934cd5196cf7
2015-03-05connectivity: remove bogus setting of NTDDI_VERSIONMichael Stahl
The value set here does not correspond to any valid value in sdkddkver.h; it is a mystery what setting an invalid value is supposed to achieve. Change-Id: I76b1da148806e249870154efda3e6c4fa20010bf
2015-03-05gbuild: on WNT, target Windows XP with 7.1 SDK, and Vista with 8.x SDKMichael Stahl
Since with the 8.x SDK it is not possible to target Windows XP anyway according to MSDN, just set _WIN32_WINNT to _WIN32_WINNT_VISTA so that we can at least work on cleaning up API calls deprecated in SDK 8.1. Change-Id: Ic433caf454f57187b91ef6fdec3f3bcde3f1af79
2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl
... and remove the definitions in makefiles, except in fpicker, which defines a different value for the Vista file picker. The WINVER value is derived automatically from _WIN32_WINNT by SDK header sdkddkver.h. Change-Id: I73358a9bf5d070f71821654cae2a29335a754a21
2015-03-05vcl: tweak some optional usage of Windows 7 or later symbols...Michael Stahl
... so that -D_WIN32_WINNT=0x0502 does not break the build. Change-Id: I423ba9c194dc4928d59e1713255bce9c3150bcc2
2015-03-05shell: remove unnecessary explicit -D_WIN32_IEMichael Stahl
Change-Id: Ib6d9233e8c322fd7165fce8763bb2a4eee9a7850
2015-03-05fpicker: remove checks for obsolete _WIN32_WINNT versionsMichael Stahl
Change-Id: Ie354e0237b97c872936bd0c87ad014ffc2ba56da
2015-03-05configure: Windows SDKs < 7.1 are not supported, do not check for themMichael Stahl
Change-Id: I3558ca7fa3d2a2c47d1066e3bd24aeb7619452e0
2015-03-05set parent styles to fall back toCaolán McNamara
makes menubar font get correct color for me under f21 Change-Id: I5ef842cc151e07d13a0dca7a982f0e2d95e5c6d6
2015-03-05mpMenuBarItemStyle is unusedCaolán McNamara
Change-Id: I64fcac75b96747d7ea7ac857e8a316c73ad82265
2015-03-05fix typoCaolán McNamara
Change-Id: I523bdcccc7ad84e9eb9bcfb7c9b436b4614bc97b
2015-03-05this drawAlphaBitmap variant is unusedCaolán McNamara
Change-Id: Id2f9073969babe7ad5984f87949ed870f9d5a8f7
2015-03-05Explicitly default the copy ctorStephan Bergmann
(better than making it implicitly declared, as defining it defaulted is deprecated for that case because of the user-declared copy assignment op) Change-Id: I0c2c4c063e19e3a15b06e75d0c080911acf26ca3
2015-03-05Actually execute testPDFImportSkipImagesStephan Bergmann
Change-Id: Ie3dda6d7ea24031eadf86801867a94f95c11310e
2015-03-05V801: Decreased performanceCaolán McNamara
Change-Id: I5e7b5327b542f610efb0960b8bcfad10e04025b5
2015-03-05add Item enum to ScTableRefTokenEike Rathke
Change-Id: Ie35d717fd55e6bbde958d3f2be4dac5f489467f9
2015-03-05use ScTableRefToken in ScRawToken::CreateToken()Eike Rathke
Change-Id: I895f142667a593bc5fc4f33f2417cbee991e503a
2015-03-05introduce ScTableRefTokenEike Rathke
Change-Id: Id6f7f0fbc120072cf6a61229838e39c4a53aeee7
2015-03-05error for css::sheet::FormulaToken with ocTableRef not implementedEike Rathke
Change-Id: I1d95b0168e880029e1fe319f025e586944f636ab
2015-03-05add HandleTableRef()Eike Rathke
Change-Id: I95e80bfa11177e1a52f3215d27448f4642091bad
2015-03-05handle ocTableRef same as ocDBAreaEike Rathke
Change-Id: Id64556850ef0d44db1ff4dedb41e0e1cb9735b76
2015-03-05rename ScInterpreter::ScTable/s() to ScSheet/s() to follow ocSheet/sEike Rathke
Change-Id: Ia0db62b27577c64d3d6f6603f2e2c72b56cf1a81
2015-03-05rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/sEike Rathke
Like their function names and to prevent confusion that ocTableRef would be related. Change-Id: I739c7d8e0413aa1e573facdef6bdd854c462f14d
2015-03-05introduce SC_OPCODE_TABLE_REF / ocTableRefEike Rathke
Change-Id: I74cd756fe41b75791f7c2665373e33aec04b1eee
2015-03-05remove SC_START_INDEX_DB_COLL binary file format legacyEike Rathke
There's no ocName that should be ocDBArea instead anymore. Change-Id: Idbbb62330bfdc5c4e83f99436490e12d90cfd1d4
2015-03-05rename confusing HandleSingleRef() to more appropriate HandleColRowName()Eike Rathke
Change-Id: Ib2e6d5cd9863ac1f9b0ba9b192f5d17d489ed19f
2015-03-05-Werror,-Wunused-functionStephan Bergmann
Change-Id: I46f438646c79421eafa894ee0803a3dd8c75c319
2015-03-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorTakeshi Abe
in starmath. Change-Id: I823b352b2b6bdc247bdb3ce875953430546a3be8 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2015-03-05Unit tests for PDF importMihai Varga
The PDF file consists of a text section followed by an image. So in the first test there should be 2 shapes (text and image) while in the second test which has the SkipImages filter option, there should be a single shape. Change-Id: I30ba0a832b665aa2fd5182b18778b485c62d7590 Reviewed-on: https://gerrit.libreoffice.org/14552 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-05remove dots from Delete buttons for OpenCL listsStanislav Horacek
because they invokes no dialog Change-Id: I0a3c09923cfd29ffa01237e14f3eefd1536764f3 Reviewed-on: https://gerrit.libreoffice.org/14744 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>