summaryrefslogtreecommitdiff
path: root/sw/inc
AgeCommit message (Expand)AuthorFilesLines
2014-07-19fix debug=t buildCaolán McNamara1-0/+4
2014-07-18remove unnecessary "const &" qualifier from T* parametersNoel Grandin1-1/+1
2014-07-17SwFmtNoBalancedColumns: add doxygen commentMiklos Vajna1-0/+1
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2-2/+2
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner3-75/+17
2014-07-15Refactored IDocumentOutlineNodes out of SwDoc.Valentin Kettner1-10/+5
2014-07-15Refactored IDocumentListsAccess out of SwDoc.Valentin Kettner3-52/+7
2014-07-15Refactored IDocumentListItems out of SwDoc.Valentin Kettner1-18/+5
2014-07-15Refactored IDocumentLinksAdministration out of SwDoc.Valentin Kettner2-18/+16
2014-07-15Refactored IDocumentTimerAccess in SwDoc into DocumentTimerManager.Valentin Kettner1-13/+5
2014-07-15Refactored IDocumentChartDataProviderAccess in SwDoc.Valentin Kettner1-11/+4
2014-07-12CppunitTest_tiledrendering: disable SwVirtFlyDrawObj assert for nowMiklos Vajna1-0/+1
2014-07-12Add get/setPart to ITiledRenderable, and implement for sw/sc.Andrzej Hunt1-0/+3
2014-07-11new loplugin: externalandnotdefinedNoel Grandin6-4/+110
2014-07-11fdo#76279 Invalid Citation on RoundTripSourav2-0/+5
2014-07-09Related: #i125215# MarkManager: remove unnecessary mark containerOliver-Rainer Wittmann1-5/+0
2014-07-04remove unnecessary header macro wizardryNoel Grandin3-17/+2
2014-07-03make these global level residsCaolán McNamara1-0/+6
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida1-0/+5
2014-07-02sw: clean up over-abstracted string constantsMichael Stahl1-52/+52
2014-07-02FN_UNO_FIRST_SHARE_CONTENT replaced by SID_ATTR_PAGE_SHARED_FIRSTMichael Stahl1-1/+0
2014-07-02drop unused helpidsCaolán McNamara1-2/+0
2014-07-02DLG_MM_DBTABLEPREVIEWDIALOG and DLG_MM_MAILBODY conversion to .uiSzymon Kłos1-2/+0
2014-07-02fdo#76260 - switch O(N^2) lookup in SwStyleSheetIterator to O(N)Michael Meeks1-1/+5
2014-07-01loplugin:saloverrideStephan Bergmann1-1/+1
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand5-11/+17
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand15-161/+130
2014-07-01coverity#707290 Uncaught exceptionCaolán McNamara1-1/+1
2014-06-30sw: better encapsulate StyleSheet iterator's list.Michael Meeks1-10/+16
2014-06-27Related: #i78498# Do not keep OutlineLevel attribute at paragraph...Oliver-Rainer Wittmann3-19/+26
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2-2/+0
2014-06-26drop the functional partsCaolán McNamara1-6/+0
2014-06-26Resolves: #i124914# reset certain language dependent pool defaults...Oliver-Rainer Wittmann1-14/+20
2014-06-25pagedesc: Consolidate FindPageDescByName() and FindPageDesc().Jan Holesovsky1-3/+1
2014-06-25pagedesc: It's better when MakePageDesc returns a pointer.Jan Holesovsky1-1/+1
2014-06-25Let SwTextBoxHelper::findTextBoxes() return a setMiklos Vajna1-4/+3
2014-06-25remove spurious com::sun::star::util prefixMichael Stahl1-2/+2
2014-06-25remove spurious com::sun::star::text prefixMichael Stahl1-2/+2
2014-06-25remove spurious com::sun::star::script prefixMichael Stahl1-1/+1
2014-06-25remove spurious ::com::sun::star::sdbcx namespace prefixMichael Stahl2-3/+3
2014-06-25remove spurious com::sun::star::chaosMichael Stahl2-3/+3
2014-06-25Add ITiledRenderable.Andrzej Hunt1-1/+13
2014-06-24sw: update hintid comments to match realityMiklos Vajna1-33/+33
2014-06-24Add SwTextBoxHelper::findShapesMiklos Vajna1-0/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin4-10/+10
2014-06-23fdo#76260 - the wrong way to get a 10% win with an N^3 operation.Michael Meeks1-0/+1
2014-06-23SwContentType::FillMemberList: ignore TextFrames which are used as TextBoxesMiklos Vajna1-2/+2
2014-06-19SwDoc::SetFlyFrmAttr: sync position between draw shape and its textboxMiklos Vajna1-0/+4
2014-06-19sw: add UI for removing the textbox of a draw shapeMiklos Vajna2-0/+2
2014-06-19sw: add UI for adding a textbox for a draw shapeMiklos Vajna2-0/+2