summaryrefslogtreecommitdiff
path: root/sw/inc
AgeCommit message (Expand)Author
2014-07-18remove unnecessary "const &" qualifier from T* parametersNoel Grandin
2014-07-17SwFmtNoBalancedColumns: add doxygen commentMiklos Vajna
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-07-15Refactored IDocumentOutlineNodes out of SwDoc.Valentin Kettner
2014-07-15Refactored IDocumentListsAccess out of SwDoc.Valentin Kettner
2014-07-15Refactored IDocumentListItems out of SwDoc.Valentin Kettner
2014-07-15Refactored IDocumentLinksAdministration out of SwDoc.Valentin Kettner
2014-07-15Refactored IDocumentTimerAccess in SwDoc into DocumentTimerManager.Valentin Kettner
2014-07-15Refactored IDocumentChartDataProviderAccess in SwDoc.Valentin Kettner
2014-07-12CppunitTest_tiledrendering: disable SwVirtFlyDrawObj assert for nowMiklos Vajna
2014-07-12Add get/setPart to ITiledRenderable, and implement for sw/sc.Andrzej Hunt
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-07-11fdo#76279 Invalid Citation on RoundTripSourav
2014-07-09Related: #i125215# MarkManager: remove unnecessary mark containerOliver-Rainer Wittmann
2014-07-04remove unnecessary header macro wizardryNoel Grandin
2014-07-03make these global level residsCaolán McNamara
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida
2014-07-02sw: clean up over-abstracted string constantsMichael Stahl
2014-07-02FN_UNO_FIRST_SHARE_CONTENT replaced by SID_ATTR_PAGE_SHARED_FIRSTMichael Stahl
2014-07-02drop unused helpidsCaolán McNamara
2014-07-02DLG_MM_DBTABLEPREVIEWDIALOG and DLG_MM_MAILBODY conversion to .uiSzymon Kłos
2014-07-02fdo#76260 - switch O(N^2) lookup in SwStyleSheetIterator to O(N)Michael Meeks
2014-07-01loplugin:saloverrideStephan Bergmann
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand
2014-07-01coverity#707290 Uncaught exceptionCaolán McNamara
2014-06-30sw: better encapsulate StyleSheet iterator's list.Michael Meeks
2014-06-27Related: #i78498# Do not keep OutlineLevel attribute at paragraph...Oliver-Rainer Wittmann
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann
2014-06-26drop the functional partsCaolán McNamara
2014-06-26Resolves: #i124914# reset certain language dependent pool defaults...Oliver-Rainer Wittmann
2014-06-25pagedesc: Consolidate FindPageDescByName() and FindPageDesc().Jan Holesovsky
2014-06-25pagedesc: It's better when MakePageDesc returns a pointer.Jan Holesovsky
2014-06-25Let SwTextBoxHelper::findTextBoxes() return a setMiklos Vajna
2014-06-25remove spurious com::sun::star::util prefixMichael Stahl
2014-06-25remove spurious com::sun::star::text prefixMichael Stahl
2014-06-25remove spurious com::sun::star::script prefixMichael Stahl
2014-06-25remove spurious ::com::sun::star::sdbcx namespace prefixMichael Stahl
2014-06-25remove spurious com::sun::star::chaosMichael Stahl
2014-06-25Add ITiledRenderable.Andrzej Hunt
2014-06-24sw: update hintid comments to match realityMiklos Vajna
2014-06-24Add SwTextBoxHelper::findShapesMiklos Vajna
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-23fdo#76260 - the wrong way to get a 10% win with an N^3 operation.Michael Meeks
2014-06-23SwContentType::FillMemberList: ignore TextFrames which are used as TextBoxesMiklos Vajna
2014-06-19SwDoc::SetFlyFrmAttr: sync position between draw shape and its textboxMiklos Vajna
2014-06-19sw: add UI for removing the textbox of a draw shapeMiklos Vajna
2014-06-19sw: add UI for adding a textbox for a draw shapeMiklos Vajna
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara