summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/textboxhelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2025-06-05SwAttrPool: pass SwDoc by refXisco Fauli1-18/+18
2025-04-16Make UINames and Programmatic Names typesafeNoel Grandin1-1/+1
2025-03-12use more concrete UNO class in swNoel Grandin1-24/+19
2025-02-14use more concrete UNO in writerNoel Grandin1-1/+2
2024-11-28tdf#163913 Implement font-relative marginsJonathan Clark1-2/+2
2024-11-19improve loplugin passparamsbyrefNoel Grandin1-1/+1
2024-11-18tdf#163486: PVS: dereferencing of a potential null pointerXisco Fauli1-2/+5
2024-11-12loplugin:reftotemp in swNoel Grandin1-6/+6
2024-11-12sw: use SAL_RET_MAYBENULL in GetDocShell()Xisco Fauli1-3/+5
2024-09-17use more concrete UNO types in swNoel Grandin1-2/+3
2024-09-06tdf#152142 sw: fix RTL as-char textbox compat flag special caseJonathan Clark1-2/+13
2024-09-04NFC prep for tdf#143899: move TextBoxIsFramePr into SwTextBoxHelperJustin Luth1-0/+26
2024-08-29tdf#152142 sw: fix RTL as-char anchored textbox positioningJonathan Clark1-5/+15
2024-08-17tdf#162211 tdf#158384 layoutInCell: doTextBoxPositioning betterJustin Luth1-6/+25
2024-08-17Fix wrong = where == was intendedMike Kaganski1-1/+1
2024-08-15tdf#162480: Make sure to use correct anchor point for text box creationMike Kaganski1-5/+31
2024-08-09It seems that SdrPage must not contain nullptrMike Kaganski1-8/+6
2024-08-09Simplify a bitMike Kaganski1-7/+5
2024-08-05tdf#162075 sw textbox: map a shape's wordwrap=no to the frame's width typeMiklos Vajna1-0/+14
2024-07-22crashtesting tdf135164-3.docxNoel Grandin1-32/+38
2024-07-15remove RecalcObjOrdNums in DoTextBoxZOrderCorrectionNoel Grandin1-8/+1
2024-06-26simplify logic in DoTextBoxZOrderCorrectionNoel Grandin1-16/+4
2024-06-13loplugin:ostr in sw/../coreNoel Grandin1-2/+2
2024-01-01Replace "size() != 0 with !empty()" (sw)Julien Nabet1-1/+1
2023-10-22Use getXWeak in swMike Kaganski1-2/+1
2023-10-18use more SdrObjList::begin/end in swNoel Grandin1-14/+11
2023-05-12drop solarmutex guard from SwTextBoxHelper::isTextBoxNoel Grandin1-1/+1
2023-04-28Revert "Revert "introduce sw::SpzFrameFormat ...""Bjoern Michaelsen1-3/+2
2023-04-27Revert "introduce sw::SpzFrameFormat ..."Stephan Bergmann1-2/+3
2023-04-24introduce sw::SpzFrameFormat ...Bjoern Michaelsen1-3/+2
2023-01-31tdf#153289: remove problematic assertionMike Kaganski1-1/+0
2022-11-24add SwFormatAnchor::GetAnchorNode methodNoel Grandin1-13/+9
2022-11-24Remove some unused includesMiklos Vajna1-1/+0
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-1/+1
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel1-1/+10
2022-08-19use more SwPosition::GetContentIndexNoel Grandin1-12/+2
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin1-1/+1
2022-08-03tdf#143703 sw: always assign name for fly sectionVasily Melenchuk1-2/+4
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-6/+6
2022-07-21use more concrete UNO classes in writerNoel Grandin1-7/+9
2022-07-12tdf#142715 sw: fix crash on exit when textbox inserted to tableAttila Bakos (NISZ)1-11/+2
2022-07-11tdf#148687 tdf#149173 tdf#149546 sw: fix crash with textboxesAttila Bakos (NISZ)1-100/+209
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-5/+5
2022-06-29tdf#149550 sw: fix crash by implementing nested textbox copyAttila Bakos (NISZ)1-1/+80
2022-05-19tdf#148720 sw DOCX: fix jumbled group textbox regressionAttila Bakos (NISZ)1-0/+5
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann1-29/+25
2022-04-27tdf#146449 sw: fix Z-order after undoingAttila Bakos (NISZ)1-6/+5
2022-04-01tdf#147485 sw: fix group shape crash using std::shared_ptrAttila Bakos (NISZ)1-31/+61
2022-03-24loplugin:constantparamNoel Grandin1-14/+14
2022-03-11loplugin:constparamsNoel Grandin1-1/+1