summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+1
2022-05-24modernize and improve PropertySetInfoNoel Grandin2-4/+0
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk2-5/+30
2022-05-05use more o3tl::getTokenNoel Grandin2-11/+12
2022-05-04use more string_view in unotoolsNoel Grandin1-1/+1
2022-05-03Just use Any ctor instead of makeAny in svtoolsStephan Bergmann12-42/+40
2022-05-03add o3tl::equalsAsciiNoel Grandin1-3/+4
2022-04-29use more string_view in INetURLObjectNoel Grandin5-7/+7
2022-04-25Resolves: tdf#141441 get and set selected entry when "unfrozen"Caolán McNamara1-16/+12
2022-04-20loplugin:passstuffbyrefNoel Grandin1-1/+1
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-9/+10
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin2-3/+4
2022-04-06tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski2-92/+45
2022-04-02loplugin:stringviewparam convert methods using compareToNoel Grandin1-4/+4
2022-03-29a11y: Use new table model change types for row/col ins/delMichael Weghorn2-25/+25
2022-03-24Resolves tdf#140439 - AutoFormat Table preview not using DOCCOLORHeiko Tietze1-2/+4
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák1-4/+2
2022-03-03Recheck modules sv* with IWYUGabor Kelemen24-24/+11
2022-03-02remove self-assignLuboš Luňák1-1/+1
2022-03-02memcpy-param-overlapStephan Bergmann1-1/+1
2022-03-01avoid a temporary buffer, append to the resulting one (tdf#145862)Luboš Luňák1-24/+14
2022-03-01use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák5-44/+47
2022-02-17svtools: fix lost replacement non-rendered graphic when updating it failsMiklos Vajna1-1/+10
2022-02-17svtools: extract EmbeddedObjectRef::dumpAsXml() from SwOLEObjMiklos Vajna2-0/+41
2022-02-07tdf#113191: Add 21 and 42 in size list for CJK for typographic scale conventionJulien Nabet1-0/+2
2022-02-05Related: tdf#146836 daisy chain together some more event handlersCaolán McNamara1-6/+27
2022-02-04Resolves: tdf#146997 use sal_Int64 instead of sal_Int32 for spinbutton valuesCaolán McNamara1-8/+8
2022-01-31tdf#83523 ruler: Invalidate full ruler rect on app bg changeJustin Luth1-0/+6
2022-01-31support for the WebP image format (tdf#114532)Luboš Luňák5-17/+88
2022-01-28We no longer know how to contact TLX anywayStephan Bergmann1-15/+0
2022-01-27Resolves tdf#128258 - Draw a dotted line before hidden columns/rowsHeiko Tietze1-0/+2
2022-01-26tdf#146602 Add Pennsylvania Dutch {pdc-US} 0x06AF to language listEike Rathke1-1/+2
2022-01-26weldPopupWindow is always implemented by nowCaolán McNamara1-1/+1
2022-01-26give more wriggle room to avoid hitting max pixmap size with super hidpiCaolán McNamara1-1/+1
2022-01-25Related: tdf#146971 remove %PRODUCTNAME from accessible-descriptionCaolán McNamara1-1/+1
2022-01-14Resolve tdf#124572 - Draw a faint line between tabsHeiko Tietze1-0/+11
2022-01-10use less SvStream::Flush()Noel Grandin1-1/+1
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski1-1/+1
2022-01-01osl::Mutex->std::mutex in Svt*OptionsNoel Grandin5-30/+38
2021-12-25use comphelper::WeakComponentImplHelper in ValueSetAccNoel Grandin2-23/+17
2021-12-21Fix typo and removed duplicated commentAndrea Gelmini1-2/+2
2021-12-20osl::Mutex->std::mutex in AcceleratorExecuteNoel Grandin1-14/+14
2021-12-19use more cppu::BaseMutexNoel Grandin1-1/+0
2021-12-18Resolves: tdf#145853 Add Interslavic Latin|Cyrillic to language listEike Rathke1-1/+3
2021-12-17tdf#146250 fix SvxHtmlOptions::IsDefaultTextEncodingNoel Grandin1-1/+2
2021-12-12Small simplificationMike Kaganski1-12/+3
2021-12-11tdf#146173: combine non-BMP characters' surrogates correctlyMike Kaganski1-0/+20
2021-12-10tdf#146048: detect UTF-16 without BOMMike Kaganski2-60/+40
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-12-01tdf#145964 related: also drop special-casing in TransferableHelper::SetStringMike Kaganski1-1/+1