summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/notxtfrm.cxx
AgeCommit message (Expand)Author
2023-07-14sw layout xml dump: extract SwNoTextFrame::dumpAsXml() from SwFrameMiklos Vajna
2023-05-26tdf#155190 svx,sw: PDF export: don't tag SwNoTextFrame as ArtifactMichael Stahl
2023-02-15replace RES_GRAPHIC_PIECE_ARRIVED and RES_LINKED_GRAPHIC_STREAM_ARRIVEDBjoern Michaelsen
2023-02-01Resolves: tdf#152845 AutoText preview not readable in high contrast modeCaolán McNamara
2022-11-30tdf#124601 sw: fix misplaced images in table cellsMiklos Vajna
2022-11-17split the paint method a little moreNoel Grandin
2022-11-17flatten the ImplPaint* methods a littleNoel Grandin
2022-11-17split the paintGraphicUsingPrimitivesHelper methodNoel Grandin
2022-11-08Update handling of AntiAliasing settings and processor2dArmin Le Grand (allotropia)
2022-08-04add more SwPosition::AssignNoel Grandin
2022-08-02introduce SwPosition::GetNodeNoel Grandin
2022-06-16loplugin:moveitNoel Grandin
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen
2022-03-02use SfxItemSet::GetItemIfSet in sw/source/core/docNoel Grandin
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen
2021-12-05use visitor in ViewObjectContact::createPrimitive2DSequenceNoel Grandin
2021-11-19Drop F_2PIMike Kaganski
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-31drawinglayer: remove extendedInformation from ViewInformation2DTomaž Vajngerl
2021-07-25use officecfg for drawing optionsNoel Grandin
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin
2021-06-21replace dynamic_cast<SwFlyFreeFrame> with cheaper checkNoel Grandin
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-17split OutputDevice from WindowNoel Grandin
2021-04-28createPixelProcessor2DFromOutputDevice won't return nullCaolán McNamara
2021-03-12Revert "tdf#114076: Expand ClipRange to next PixelBound" ...Xisco Fauli
2021-02-20loplugin:refcounting in swNoel
2020-12-29use Degree10 in SwRotationGrfNoel Grandin
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen
2020-11-17SwGrfNode: Remove graphic arrived hackBjoern Michaelsen
2020-11-12replace RES_GRF_REREAD_AND_INCACHE with sw::GrfRereadAndInCacheHintBjoern Michaelsen
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-28NoTextFrame: Modify no more ...Bjoern Michaelsen
2020-10-26std::unique_ptr -> std::optionalNoel
2020-10-20use tools::Long in swNoel
2020-10-06loplugin:const* make some params and methods constNoel
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-08-01loplugin:flatten in sw/core/docNoel Grandin
2020-06-16sw: remove useless SET_CURR_SHELL macroMiklos Vajna
2020-04-18simplify some SwRect code - use the SwRect Add* variantsNoel Grandin
2020-03-26Extend loplugin:cstylecast to certain function-style castsStephan Bergmann
2020-03-23Fix typosAndrea Gelmini
2020-02-27tdf#130951 Use the correct OutputDeviceArmin Le Grand