summaryrefslogtreecommitdiff
path: root/sc/source/ui/navipi
AgeCommit message (Expand)AuthorFilesLines
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-2/+0
2024-01-29use existing timer to refresh notes laterCaolán McNamara1-1/+1
2024-01-17SC navigator: fix changing language of contenttreeAttila Szűcs1-1/+17
2024-01-10tdf#158704 Add "Delete Comment" command to the Navigator context menuRafael Lima1-1/+12
2024-01-10tdf#158763 Focus the document after clicking Edit CommentRafael Lima1-0/+1
2023-12-22tdf#158652 notify navigator on insert/edit/delete commentOliver Specht1-0/+1
2023-12-21Remove DeleteItemOnIdlexArmin Le Grand (allotropia)1-0/+1
2023-12-16tdf#158514 Add "Edit Comment" entry to the navigator popupRafael Lima1-0/+38
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann1-3/+3
2023-10-06bHiddenDoc is always false and aHiddenName is always emptyCaolán McNamara1-69/+26
2023-10-06aStrHidden and SCSTR_HIDDEN are unusedCaolán McNamara1-1/+0
2023-10-06aHiddenTitle is always an empty stringCaolán McNamara2-21/+1
2023-10-06ScContentTree::LoadFile can't be calledCaolán McNamara1-32/+0
2023-10-06cool#7373 the document doesn't change in onlineCaolán McNamara1-0/+5
2023-10-06Related: cool#7373 add an SfxHintId::ThisIsAnSfxEventHintCaolán McNamara1-2/+3
2023-09-15reduce casting around ScDocShellNoel Grandin1-2/+2
2023-05-12LOK: Navi-10 hide not needed controlsAttila Szűcs1-0/+6
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski3-9/+9
2023-03-06no need to allocate these separatelyNoel Grandin1-10/+10
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-1/+1
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl1-1/+1
2022-09-04Simplify by using replace instead of replaceAt in loop (sc/navipi/content.cxx)Julien Nabet1-5/+1
2022-08-22cid#1509273 Unchecked dynamic_castCaolán McNamara1-10/+9
2022-08-18loplugin:moveitNoel Grandin1-2/+2
2022-03-25loplugin:constantparamNoel Grandin1-4/+1
2022-03-03improve ScMark* classes a bitLuboš Luňák1-6/+3
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen2-2/+0
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-6/+6
2021-12-04loplugin:stringliteraldefine in scNoel Grandin1-9/+9
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-18drop unnecessary TODOCaolán McNamara1-1/+0
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski2-4/+4
2021-09-28gives names to all the Idles and TasksNoel Grandin1-0/+1
2021-09-17rather return ref from getCharClassPtrNoel Grandin1-3/+3
2021-08-12tdf#95549 speed up navigator tree loadNoel Grandin2-2/+6
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-1/+1
2021-05-01tdf#141973 create the text column to insert intoCaolán McNamara1-1/+1
2021-04-28Related: tdf#130326 skip calling Refresh if its already just calledCaolán McNamara2-4/+22
2021-04-27Related: tdf#130326 drop ScContentTree::ObjectFreshCaolán McNamara2-58/+2
2021-04-27Related: tdf#130326 allow bulk_insert_for_each to insert under a nodeCaolán McNamara1-30/+29
2021-04-24typo: NavigatoeDlg->NavigatorDlgCaolán McNamara1-3/+3
2021-04-24Related: tdf#130326: GetDrawNames doesn't do anything when !bisInNavigatoeDlgCaolán McNamara1-16/+15
2021-04-23tdf#130326 clamp number of items in calc content treeNoel Grandin1-0/+9
2021-04-23tdf#141824 init navigator to possibly floating in base ctorCaolán McNamara1-6/+8
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-23tdf#133159 store current config before changing sheetCaolán McNamara1-1/+13
2021-03-11remove intermediate containers in sidebarsCaolán McNamara2-29/+30
2021-03-11rename SfxChildWindowContext::GetFloatingWindow to what it doesCaolán McNamara1-2/+2
2021-03-11register navigator individually in each module that it exists inCaolán McNamara1-10/+31