summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
AgeCommit message (Expand)AuthorFilesLines
2022-04-29use more string_view in INetURLObjectNoel Grandin1-2/+2
2022-04-25sw content controls, checkbox: add document model & UNO APIMiklos Vajna2-0/+118
2022-04-20loplugin:passstuffbyrefNoel Grandin1-1/+1
2022-04-19sw: check if cursor position is valid before inserting fileMichael Stahl1-0/+10
2022-04-16use more string_view in swNoel Grandin3-24/+25
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-9/+11
2022-04-12sw: document SwXMeta::ImplMiklos Vajna1-3/+7
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+2
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin2-3/+4
2022-04-08use more subView when converting to Int32Noel Grandin2-3/+3
2022-04-04forcepoint#101 sw: fix inserting at-page shapes to not set anchor posMichael Stahl2-1/+4
2022-04-04sw content controls: include this in the UNO API text portion enumMiklos Vajna3-1/+58
2022-04-03cid#1503361: Incorrect expression (USELESS_CALL)Julien Nabet1-1/+1
2022-04-01sw content controls: add UNO API to insert this with custom propsMiklos Vajna3-0/+117
2022-03-31sw fly frames: add Tooltip uno propertyMiklos Vajna2-0/+13
2022-03-31tdf#148273 docx import: fix section break format leak to bulletsSarper Akdemir1-0/+9
2022-03-31sw content controls: add UNO API to insert thisMiklos Vajna4-2/+734
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen9-13/+0
2022-03-24sw fields: add Title uno propertyMiklos Vajna1-0/+1
2022-03-23loplugin:unusedfieldsNoel Grandin1-8/+4
2022-03-17tdf#148013 speed up loading large file with lots of redlinesNoel Grandin1-1/+2
2022-03-11new loplugin:trivialdestructorNoel Grandin1-4/+0
2022-03-10ODT export: omit unreferenced <text:list xml:id="...">Miklos Vajna1-0/+16
2022-03-10Recheck sw headers with IWYUGabor Kelemen5-0/+5
2022-03-03sw clearing breaks: include this in the UNO API text portion enumMiklos Vajna5-10/+43
2022-03-03use SfxItemSet::GetItemIfSet in sw/source/core/unocoreNoel Grandin4-58/+49
2022-03-02sw clearing breaks: add UNO API to insert this with custom clear / char propsMiklos Vajna3-13/+95
2022-03-01sw clearing breaks: add UNO API to insert thisMiklos Vajna2-1/+242
2022-02-24use more TypedWhichIdNoel Grandin1-1/+2
2022-02-17Refetch in case SwTextNode::InsertItem causes it to be deletedCaolán McNamara1-0/+2
2022-02-11svx::PropertyChangeNotifier improvementsNoel Grandin1-1/+1
2022-02-10no need to use shared_ptr in PropertyChangeNotifierNoel Grandin1-2/+2
2022-02-07Simplify sequences uses in sw (2)Julien Nabet2-22/+19
2022-02-06Simplify sequences uses in swJulien Nabet3-10/+3
2022-02-05lok: render image preview with lower resolutionSzymon Kłos2-1/+16
2022-01-22Use o3tl::convert instead of OutputDevice::LogicToLogicMike Kaganski1-2/+2
2022-01-21fix opengl slide transitionNoel Grandin2-3/+0
2022-01-21tdf#122995 Trigger Chart refresh directly in UpdateCharts for SWArmin Le Grand (Allotropia)1-1/+5
2022-01-19sw: generalize ModelToViewHelper to handle all NonTextFieldmarksMichael Stahl1-10/+1
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin10-64/+64
2022-01-01osl::Mutex->std::mutex in SwChartDataNoel Grandin1-31/+32
2022-01-01osl::Mutex->std::mutex in SwXTextField*Noel Grandin1-20/+16
2022-01-01osl::Mutex->std::mutex in SwXFrameNoel Grandin1-10/+9
2021-12-31osl::Mutex->std::mutex in SwXBookmarkNoel Grandin1-8/+8
2021-12-31osl::Mutex->std::mutex in SwXParagraphNoel Grandin1-8/+9
2021-12-31osl::Mutex->std::mutex in SwXMetaNoel Grandin1-16/+17
2021-12-31osl::Mutex->std::mutex in SwXDocumentIndexMarkNoel Grandin1-6/+10
2021-12-31osl::Mutex->std::mutex in SwXFootnoteNoel Grandin1-8/+8
2021-12-30osl::Mutex->std::mutex in SwXTextSectionNoel Grandin1-7/+7
2021-12-30osl::Mutex->std::mutex in SwXTextTableNoel Grandin1-34/+40