summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-01-06remove support for deprecated GtkAlignmentCaolán McNamara1-22/+0
2021-01-06Drop comphelper::string::equals; compare OUString to OUStringCharMike Kaganski1-10/+0
2021-01-06bIsBig member is redundantNoel Grandin1-17/+13
2021-01-06Release solar mutex before using an apartment-threaded COM objectMike Kaganski1-0/+20
2021-01-06move the bigint based Scale() implementations to one central placeNoel Grandin2-11/+4
2021-01-06use anonymous union for BigIntNoel Grandin1-2/+5
2021-01-06pdfium: add wrapper for FPDF_OBJECT_* definesMiklos Vajna2-1/+33
2021-01-06Move TIFF reader and writer from filter module into VCLTomaž Vajngerl1-0/+3
2021-01-06loplugin:unusedfieldsNoel1-2/+0
2021-01-05lok: add missing global notifierHenry Castro1-1/+13
2021-01-05sw doc model xml dump: improve keep-with-next outputMiklos Vajna1-0/+2
2021-01-05tdf#131427 Remove button "Texture, Shadow and Color" in 3D Effects dialogshubham6561-1/+0
2021-01-04Fix typosAndrea Gelmini1-1/+1
2021-01-04lok: add lo_sendDialogEvent to post dialog eventsHenry Castro2-0/+16
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann5-6/+15
2021-01-03Degree10->Degree100 in XPolygonNoel Grandin1-3/+3
2021-01-03tighten up asserting in SfxPoolItem::operator==Noel Grandin1-0/+1
2021-01-02BASIC : simplify SbxVariable constructors and remove impl classArnaud Versini1-8/+8
2021-01-02introduce Degree100 strong_int typeNoel31-101/+139
2021-01-02tdf#74702 - vcl: introduce OutputDevice::GetDeviceInfo()Chris Sherlock3-0/+12
2021-01-02Fix some warnings for Raspberry pi 4 (part2)Julien Nabet3-0/+21
2021-01-02tdf#74702 - vcl: introduce OutputDevice::CanEnableNativeWidget()Chris Sherlock3-0/+8
2021-01-01Use Unicode paths on Windows for minidumpsMike Kaganski1-1/+1
2020-12-30use Degree10 in XPolygonNoel Grandin1-3/+4
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl2-5/+57
2020-12-30vcl: Fix isEmpty method in BinaryDataContainerTomaž Vajngerl1-1/+1
2020-12-29use SdrAngleItem for SID_ATTR_TRANSFORM_DELTA_ANGLENoel Grandin1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann47-81/+157
2020-12-29use Degree10 in SwRotationGrfNoel Grandin1-0/+7
2020-12-29jsdialog: export alignment typeSzymon Kłos1-0/+1
2020-12-28Avoid calling memcpy with nullptrStephan Bergmann1-2/+6
2020-12-28jsdialog: dump separator lineSzymon Kłos1-0/+1
2020-12-28ofz#28912 Direct-leak in PPTStyleSheet::PPTStyleSheetCaolán McNamara1-3/+3
2020-12-28jsdialog: handle value change for spinfieldsSzymon Kłos2-0/+7
2020-12-28jsdialog: dump buttonbox propertiesSzymon Kłos1-0/+1
2020-12-28vcl: add BinaryDataContainer and change GfxLink to use itTomaž Vajngerl2-8/+55
2020-12-28use SdrAngleItem for SID_ATTR_TRANSFORM_ANGLENoel Grandin1-1/+2
2020-12-28vcl: remove OutputDevice::ScaleBitmapChris Sherlock2-2/+2
2020-12-27ofz#28918 Direct-Leak in SotStorage::OpenSotStreamCaolán McNamara1-1/+1
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann4-4/+13
2020-12-27Preparations for customized xml entities on exportdante1-1/+1
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock1-2/+1
2020-12-26tools: add Color::IsTransparent()Chris Sherlock1-0/+8
2020-12-26New loplugin:stringliteralvarStephan Bergmann2-6/+6
2020-12-26Improve handle of custom XML entitiesdante2-4/+2
2020-12-25missing include (std::to_string)Stephan Bergmann1-0/+1
2020-12-24Revert "add sal*Int64 conversions to BigInt"Stephan Bergmann1-17/+37
2020-12-24ofz#28907 Direct-leak in MetaAction::ReadMetaActionCaolán McNamara1-1/+1
2020-12-24add sal*Int64 conversions to BigIntNoel Grandin1-37/+17
2020-12-24custom literal for Degree10Noel Grandin7-10/+12