summaryrefslogtreecommitdiff
path: root/sfx2/source/view
AgeCommit message (Expand)AuthorFilesLines
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin3-3/+3
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon3-12/+12
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin5-9/+9
2014-10-11convert vcl StateChangedType to enum classNoel Grandin2-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca3-23/+23
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-0/+11
2014-10-03coverity#1242479 Dereference null return valueCaolán McNamara1-4/+1
2014-10-03loplugin: cstylecastNoel Grandin6-14/+14
2014-10-02coverity#1242857 Unused valueCaolán McNamara1-3/+2
2014-09-29sfx2: std::auto_ptr -> std::unique_ptrStephan Bergmann2-2/+1
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann1-11/+0
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-0/+11
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin10-29/+29
2014-09-21Disable the email sending menu entries when sandboxed on OS XTor Lillqvist1-0/+12
2014-09-21Present tense and capitalizationAdolfo Jayme Barrientos1-3/+3
2014-09-17TyposJulien Nabet1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann3-4/+4
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin3-12/+15
2014-09-02fdo#83302 don't display read-only infobar for Base form in normal modeLionel Elie Mamane1-1/+7
2014-09-02fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane1-2/+9
2014-09-02widget leak on filling non-existing infobar in helpCaolán McNamara1-0/+8
2014-09-01Revert "fdo#83302 don't display read-only infobar for Base form in normal mode"Miklos Vajna1-7/+1
2014-09-01Revert "fdo#44081 don't remove 'edit' pop-up menu entry from form in design m...Miklos Vajna1-10/+2
2014-09-01fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane1-2/+10
2014-09-01fdo#83302 don't display read-only infobar for Base form in normal modeLionel Elie Mamane1-1/+7
2014-09-01fdo#83311 Fix infobar for documents with read-only propertySamuel Mehrbrodt1-1/+4
2014-08-29Make opengl chart window always activeZolnai Tamás2-3/+7
2014-08-29fdo#80538 Show an infobar when document is in read-only modeSamuel Mehrbrodt2-3/+27
2014-08-25QueryBox MSG_QUERY_OPENASTEMPLATE -> MessageDialog + stringCaolán McNamara3-9/+10
2014-08-21Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+3
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-5/+5
2014-08-18InfoBox MSG_ERROR_SEND_MAIL and MSG_CANT_CLOSE to StringThomas Arnhold3-16/+10
2014-08-15display amount of *Box elements remaining in .src formatCaolán McNamara1-1/+0
2014-08-09fdo#82278 SfxUInt16Item -> SfxInt16ItemMaxim Monastirsky1-1/+1
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-0/+2
2014-07-25gcc 4.3.4: no matching functionCaolán McNamara1-1/+1
2014-07-25convert the weak reference macro in tools into a templateNoel Grandin3-10/+4
2014-07-17rename the Weak stuff in tools/ref.hxx to WeakRefNoel Grandin1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-0/+1
2014-07-09provide a route to get the default document targetsCaolán McNamara1-9/+10
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-1/+1
2014-07-03error: reference cannot be bound to dereferenced null pointerStephan Bergmann2-10/+9
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud7-43/+43
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-2/+2
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-1/+1
2014-05-27css already means ::com::sun::starThomas Arnhold1-1/+1