summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview
AgeCommit message (Expand)Author
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-21fdo#83953 Jump to next change when accepting or rejecting a changeSamuel Mehrbrodt
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-15sw: sal_Bool -> boolStephan Bergmann
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-30fdo#80617 Use complete string to allow translation for page number infoSamuel Mehrbrodt
2014-08-27callcatcher: update unused codeCaolán McNamara
2014-08-26convert sw use of template manager to new managerCaolán McNamara
2014-08-26fdo#80617 Simplification of status bar page numberingSamuel Mehrbrodt
2014-08-25convert MSG_PRINT_AS_MERGE with custom buttons to .uiCaolán McNamara
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-22QueryBox DLG_SPECIAL_FORCED -> MessageDialog + stringCaolán McNamara
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-08-18fix buildThomas Arnhold
2014-08-18InfoBox to String finalThomas Arnhold
2014-08-18InfoBox MSG_ERR_INSERT_GLOS to StringThomas Arnhold
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentStatistics our of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-07-26Use more proper integer types + minor optimizationsMatteo Casalin
2014-07-26Use more proper integer types, avoid temporaries, constifyMatteo Casalin
2014-07-26Use more proper integer types, constify some sal_uInt16Matteo Casalin
2014-07-26sal_uInt16 to int + constifyMatteo Casalin
2014-07-26Remove unneeded cast and use a temporary for repeated onesMatteo Casalin
2014-07-26Comment introduction of an additional local scopeMatteo Casalin
2014-07-26sal_uInt16 to long and use Fracion validatorMatteo Casalin
2014-07-26Use Orientation enum instead of sal_uInt16 + some boolMatteo Casalin
2014-07-22sal_uInt16 to more proper types, constify, avoid unneeded castsMatteo Casalin
2014-07-21fdo#80651 - Add 'Single Page' button to Page Preview ToolbarJoren De Cuyper
2014-07-03use assert when followed by derefCaolán McNamara
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-06-30Called C++ object pointer is nullCaolán McNamara
2014-06-28sal_uInt16 to SwTwips and delay downcastsMatteo Casalin
2014-06-27OSL_ENSURE->assert where guaranteed deref followsCaolán McNamara
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25SwView::EnterDrawTextMode: refuse to edit editeng text if texbox is attachedMiklos Vajna
2014-06-17Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-13loplugin:staticcallStephan Bergmann