summaryrefslogtreecommitdiff
path: root/sc/source/ui/navipi
AgeCommit message (Expand)AuthorFilesLines
2018-12-10use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2-3/+2
2018-01-16shapes provide their name through the container::XNamed interface, tdf#114932Markus Mohrhard1-3/+3
2018-01-12Add back initialization of ScNavigatorSettings::maExpandedVecStephan Bergmann1-0/+1
2017-11-09new loplugin simplifydynamiccastNoel Grandin2-6/+6
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann4-52/+52
2017-10-20tdf#112100 Select shape name in NavigatorTamas Bunth2-0/+70
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-4/+4
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt2-5/+5
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-25loplugin:constparam in sc part6Noel Grandin1-3/+3
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin1-1/+2
2017-07-21migrate to boost::gettextCaolán McNamara4-113/+19
2017-07-17Translate randomly found German commentsJohnny_M1-1/+1
2017-07-17Fix typosAndrea Gelmini1-1/+1
2017-07-14use more OUString::operator== in scNoel Grandin1-1/+1
2017-07-03loplugin:unusedfields bIsMarked in SvTreeListEntryNoel Grandin1-20/+1
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M2-6/+6
2017-06-28loplugin:unusedfields in sc part1Noel Grandin2-3/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-21Fix typosAndrea Gelmini1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-3/+3
2017-05-16loplugin:checkunusedparams in sc(part5)Noel Grandin1-1/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-8/+5
2017-04-26remove sc bitmaps from .src filesCaolán McNamara3-76/+21
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-4/+1
2017-04-10the active document window should be radio entriesCaolán McNamara1-3/+3
2017-04-10ScPopupMenu is now unusedCaolán McNamara3-3/+0
2017-04-10convert scenario menu to .uiCaolán McNamara2-33/+8
2017-04-10convert RID_POPUP_DROPMODE menu to .uiCaolán McNamara3-54/+59
2017-04-05tdf#39468 Translate German commentsJens Carl2-67/+66
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2-2/+2
2017-03-12nZoomId is already a ToolBox item ID, not an item positionStephan Bergmann1-1/+1
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara4-4/+4
2017-01-24adjust the hide of the zoom so its dynamic on docking/undocking navigatorsCaolán McNamara1-7/+12
2017-01-24Resolves: tdf#105450 calc navigator gets 0 height on toggle off/on when dockedCaolán McNamara1-8/+8
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-2/+2
2017-01-19sc: load BitmapEx resources instead of Image onesCaolán McNamara2-16/+16
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-1/+1
2017-01-05Resolves: tdf#104919 crash with empty ScNavigatorDlg memberCaolán McNamara1-0/+2
2017-01-03tdf#43157 Cleanup OSL_ASSERT in scenwnd.cxxMuhammet Kara1-1/+1
2016-12-22unwind RID_IMAGELIST_NAVCONT ImageListCaolán McNamara2-19/+40
2016-12-21remove newly unused SfxImageManagerCaolán McNamara1-1/+0
2016-12-20convert SFX_EVENT constants to scoped enumNoel Grandin1-2/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin2-13/+13
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl2-6/+6
2016-10-30Let Menu dispose submenusMaxim Monastirsky1-2/+2