summaryrefslogtreecommitdiff
path: root/sw/source/uibase
AgeCommit message (Expand)AuthorFilesLines
2020-11-08Drop outline content visibility window Ctrl+click actionJim Raykowski1-1/+1
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara6-16/+15
2020-11-06disentangle writer's SID_FM_CONTROL_IDENTIFIER handlingCaolán McNamara4-17/+23
2020-11-06Adjust tooltip for Outline Content VisibilitySeth Chaiklin1-1/+1
2020-11-05retire most of SwModifyBjoern Michaelsen1-2/+2
2020-11-05tdf#137532: do not reset attributes deleting selectionXisco Fauli1-7/+0
2020-11-03Related: rhbz#1893846 GetActiveWrtShell can return nullCaolán McNamara1-1/+1
2020-11-02move SwCondCollCondChg on top of SfxHintBjoern Michaelsen1-3/+1
2020-11-02Field, FieldType: Remove remaining calls to ModifyNotificationBjoern Michaelsen1-1/+1
2020-11-02create common macro and method for logging unknown attributesNoel1-1/+1
2020-11-02sw: prefix members of SwDistance, SwLayIdle, SwOszControl and ...Miklos Vajna2-14/+14
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel1-4/+0
2020-11-01use officecfg for ShowLinkWarningDialogNoel Grandin1-2/+2
2020-11-01use officecfg for Experimental flagNoel Grandin1-0/+8
2020-10-30don't need to include sfx2/sidebar/SidebarToolBox.hxxCaolán McNamara1-1/+0
2020-10-30Related: tdf#98868 add SwDoc& member to SwTOXTypeCaolán McNamara1-1/+1
2020-10-30convert some tools::Long->sal_Int32Noel2-2/+2
2020-10-28std::set->o3tl::sorted_vector in swNoel Grandin4-10/+10
2020-10-28tdf#95096 add a DeleteSurroundingText to SwEditWinCaolán McNamara2-0/+29
2020-10-28cid#1468665 Dereference after null checkCaolán McNamara1-1/+1
2020-10-28convert some more long -> tools::LongNoel1-2/+2
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara2-0/+8
2020-10-26sw: prefix members of SwContentViewConfig, SwCursorConfig, SwGridConfig ...Miklos Vajna2-126/+126
2020-10-21tdf#137568 grey-out Format - Comments in menu, when no commentsSeth Chaiklin1-0/+3
2020-10-21new tools::Degree10 strong typedefNoel Grandin4-6/+6
2020-10-20use tools::Long in swNoel80-535/+537
2020-10-19sw: prefix members of SwFlowFrame, SwXLinkTargetSupplier, ...Miklos Vajna1-231/+231
2020-10-15tdf#137105: crash in table with Style Inspector activeAron Budea1-3/+3
2020-10-15tdf#34355 sw,offapi,officecfg: show track changes in marginLászló Németh7-5/+41
2020-10-14tdf#135260 sw_redlinehide: fix insert-with-delete differentlyMichael Stahl1-0/+4
2020-10-14tdf#137025 sw: apply textbox padding set in TextAttila Bakos (NISZ)1-0/+8
2020-10-13static_cast after dynamic_castNoel3-12/+12
2020-10-12sw: prefix members of SwFormatAnchor, SwXDocumentPropertyHelper, ...Miklos Vajna1-61/+61
2020-10-10we are cloning the contents of a temporary std::unique_ptrCaolán McNamara1-1/+1
2020-10-10cid#1467976 Dereference after null checkCaolán McNamara1-1/+1
2020-10-09Added optional parameter Enabled for uno:SpellOnlineMert Tumer1-1/+5
2020-10-08tdf#136964 Writer Navigator: Use same Headings expanded statesJim Raykowski1-6/+12
2020-10-08use sal_Int32 for style-sheet indexNoel Grandin1-2/+2
2020-10-07Resolves: tdf#137274 comment node not expandable when there are commentsCaolán McNamara1-4/+5
2020-10-06Online: Copy hyperlink location. / Core side.gokaysatir1-3/+10
2020-10-06loplugin:const* make some params and methods constNoel7-10/+10
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara1-1/+0
2020-10-05SwUndoParagraphSigning never passed null SwDoc*Caolán McNamara1-6/+6
2020-10-05SwGetRefFieldType ctor never passed a null SwDoc*Caolán McNamara2-8/+8
2020-10-04the SwDocShell(SwDoc*, ...) variant is never passed a null SwDoc*Caolán McNamara4-6/+6
2020-10-04MakeCopy family never called with a null SwDoc* argCaolán McNamara1-9/+7
2020-10-04SwSvxUnoDrawPool ctor never passed a null SwDoc*Caolán McNamara3-18/+13
2020-10-04SwDrawModel ctor always dereferences its SwDoc* argCaolán McNamara2-2/+2
2020-10-04SwDrawContact::GetTextObjectsFromFormat always dereferences is SwDoc* argCaolán McNamara2-2/+2
2020-10-02CID#1467666 Unchecked return value (CHECKED_RETURN)Jim Raykowski1-2/+2