summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-04-26weld SwLabPageCaolán McNamara1-0/+1
2018-04-26loplugin:useuniqueptr in TextDocNoel Grandin1-1/+1
2018-04-26identify tab pages by name for save/storing active tabCaolán McNamara1-2/+2
2018-04-26Change mouse cursor to Move when over sidebar deck gripKatarina Behrens1-0/+1
2018-04-26set current frame as default SfxRequest dialog parentCaolán McNamara1-2/+2
2018-04-26unused SfxTabDialogController friendCaolán McNamara1-1/+0
2018-04-26Drop sdr::GetResourceString l10n method from svxGabor Kelemen1-5/+0
2018-04-25no users of the numeric SetCurPageId leftCaolán McNamara1-1/+0
2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna1-0/+1
2018-04-25loplugin:useuniqueptr pass BitmapBuffer around via std::unique_ptrNoel Grandin1-1/+2
2018-04-25Revert "make UcbStreamHelper return SvStream by std::unique_ptr"Noel Grandin1-8/+7
2018-04-25make UcbStreamHelper return SvStream by std::unique_ptrNoel Grandin1-7/+8
2018-04-25SvTabListBox::SetTabs, pass count explicitNoel Grandin1-1/+1
2018-04-25loplugin:useuniqueptr in ScrollBarNoel Grandin1-1/+2
2018-04-25loplugin:useuniqueptr in VirtualDeviceNoel Grandin1-1/+2
2018-04-24loplugin:useuniqueptr in OutputDeviceNoel Grandin1-4/+4
2018-04-24Prep mouse event handler to indicate dragging startedKatarina Behrens3-0/+7
2018-04-24loplugin:useuniqueptr in PrinterNoel Grandin1-1/+1
2018-04-24loplugin:useuniqueptr in I18nHelperNoel Grandin1-2/+3
2018-04-24loplugin:useuniqueptr in TabControlNoel Grandin1-1/+1
2018-04-24loplugin:useuniqueptr in TextWindowNoel Grandin1-4/+4
2018-04-24loplugin:useuniqueptr in ToolBoxNoel Grandin1-3/+4
2018-04-24loplugin:useuniqueptr in EditNoel Grandin1-3/+3
2018-04-23set SfxTabPage parent dialog explicitlyCaolán McNamara1-0/+1
2018-04-23move GetConfigId from TabPage to SfxTabPageCaolán McNamara2-2/+2
2018-04-23weld SfxPrintOptionsDialogCaolán McNamara6-45/+43
2018-04-23fix memory management in BitmapConvolutionMatrixFilterNoel Grandin2-15/+4
2018-04-23Translate German commentJohnny_M1-1/+1
2018-04-23loplugin:singlevalfields improve unaryoperatorNoel Grandin4-5/+0
2018-04-23loplugin:useuniqueptr in MenuButtonNoel Grandin1-1/+2
2018-04-23loplugin:useuniqueptr in MoreButtonNoel Grandin1-1/+2
2018-04-23loplugin:useuniqueptr in SplitWindowNoel Grandin1-1/+1
2018-04-23loplugin:useuniqueptr in MenuNoel Grandin1-1/+1
2018-04-23loplugin:useuniqueptr in FloatingWindowNoel Grandin1-1/+2
2018-04-23loplugin:useuniqueptr in ControlNoel Grandin1-1/+2
2018-04-23loplugin:useuniqueptr in StatusBarNoel Grandin1-2/+3
2018-04-23loplugin:useuniqueptr in PopupMenuFloatingWindowNoel Grandin1-1/+2
2018-04-23loplugin:useuniqueptr in Inflater,DeflaterNoel Grandin2-2/+4
2018-04-23loplugin:useuniqueptr in DockingWindowNoel Grandin1-1/+1
2018-04-23vcl: ImplDuoTone() -> BitmapDuoToneFilterChris Sherlock2-2/+36
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara9-14/+38
2018-04-22vcl: ImplEmbossGrey() -> BitmapEmbossGreyFilterChris Sherlock2-1/+36
2018-04-22vcl: ImplMosaic() -> BitmapMosaicFilterChris Sherlock2-1/+36
2018-04-22vcl: ImplSepia -> BitmapSepiaFilterChris Sherlock2-1/+34
2018-04-22vcl: ImplSolarize() to BitmapSolarizeFilterChris Sherlock2-1/+34
2018-04-22vcl: ImplPopArt() -> BitmapPopArtFilterChris Sherlock2-1/+33
2018-04-22vcl: ImplSobelGrey() -> BitmapSobelGreyFilterChris Sherlock2-1/+26
2018-04-22vcl: ImplMedianFilter() -> BitmapMedianFilterChris Sherlock2-1/+28
2018-04-22vcl: introduce BitmapSharpenFilterChris Sherlock2-1/+34
2018-04-22vcl: create BitmapSmoothenFilterChris Sherlock1-0/+34