summaryrefslogtreecommitdiff
path: root/sd/source/ui/table
AgeCommit message (Expand)AuthorFilesLines
26 hoursTurn SD_MOD macro to a functionMike Kaganski2-2/+2
2024-10-26cid#1555767 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-09-17use more concrete UNO types in sdNoel Grandin1-9/+12
2024-08-28GetMainViewShell is not trivialNoel Grandin1-6/+12
2024-08-11cid#1558088 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-06-14prefer simple HTML format over RTF while pasting clipboard contentOliver Specht1-0/+26
2024-06-03sd: use SAL_RET_MAYBENULL in GetViewFrame()Xisco Fauli1-6/+9
2024-05-28sd: warning C6011: Dereferencing NULL pointerXisco Fauli1-5/+9
2024-05-28loplugin:ostr in sd/../uiNoel Grandin2-27/+27
2024-05-07WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-1/+1
2024-04-03tdf#146619 Drop unused 'using namespace' in: sd/Gabor Kelemen2-6/+0
2024-01-28cid#1588088 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-01-25make insert row dialog asyncNoel Grandin1-26/+36
2023-10-16Revert "Resolves tdf#156685 - "Object without fill" style for tables"Heiko Tietze1-7/+1
2023-10-05Resolves tdf#156685 - "Object without fill" style for tablesHeiko Tietze1-1/+7
2023-08-25Use std::optional instead of out argumentsMike Kaganski1-2/+1
2023-07-02pAttr is always dereferenced, use a reference instead of a pointerCaolán McNamara1-1/+1
2023-05-26sal_uLong->sal_uInt16Noel Grandin1-3/+3
2023-05-20tdf#139512: partial revert default row height on new sd tablesJustin Luth1-1/+1
2023-04-19tdf#154883 Set doc as modified on applying table styleMaxim Monastirsky1-0/+2
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-14/+14
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-12-07tdf#151185 Make Table Design button toggle-ableRafael Lima1-1/+1
2022-12-01sd: sensible naming for created cell stylesMaxim Monastirsky1-15/+20
2022-11-28[PATCH] Replace some dynamic_cast with UNO_QUERYStephan Bergmann1-1/+2
2022-11-25sd: better detection of user defined cell stylesMaxim Monastirsky1-7/+9
2022-11-22End text edit mode before changing a table styleMaxim Monastirsky1-0/+21
2022-11-21sd: table design editingMaxim Monastirsky1-16/+301
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-1/+1
2022-08-29ref-count SdrObjectNoel Grandin1-8/+8
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-2/+2
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-4/+4
2022-06-22tdf#128150 Adapt sidebar to new "use slide background" propertySamuel Mehrbrodt1-0/+1
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-1/+1
2021-03-24tdf#124176 Use pragma once in sdVincent LE GARREC1-4/+1
2021-03-04remove intermediate TableDesignPanelCaolán McNamara2-142/+1
2021-02-16tdf#140387 grab focus to first panel widget on panel gaining focusCaolán McNamara1-0/+7
2020-12-07tdf#42949 Fix new IWYU warnings in sd/Gabor Kelemen1-1/+0
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2-8/+10
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-10-06loplugin:const* make some params and methods constNoel2-2/+2
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-3/+8
2020-07-07tdf#100772 sd: add uno:DeleteTable to non-NB menusJustin Luth1-0/+2
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: sdStephan Bergmann1-8/+8
2020-06-05Upcoming loplugin:elidestringvar: sdStephan Bergmann1-4/+2
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-9/+9
2020-05-21Make Impress Insert Table dialog asyncSzymon Kłos1-89/+107
2020-05-09compact namespace in sdNoel Grandin2-5/+5