summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-04-29convert DRAG_ constants to scoped enumNoel Grandin
2015-04-29convert _EDIT constants to scoped enumNoel Grandin
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin
2015-04-29convert GALLERY_HINT constants to scoped enumNoel Grandin
2015-04-29convert SGX_IMPORT constants to scoped enumNoel Grandin
2015-04-29convert SVX_ flags to scoped enumNoel Grandin
2015-04-29convert SW_BORDER_MODE constants to scoped enumNoel Grandin
2015-04-29convert CS_ constants to scoped enumNoel Grandin
2015-04-29convert PREVIEW_OBJECTTYPE constants to scoped enumNoel Grandin
2015-04-29convert CTF_ constants to scoped enumNoel Grandin
2015-04-29convert FLT_DATE_ constants to scoped enumNoel Grandin
2015-04-29convert MSDFF_HANDLE_FLAGS_ constants to scoped enumNoel Grandin
2015-04-29convert HANDLE_FLAGS constants to scoped enumNoel Grandin
2015-04-29remove unused codeNoel Grandin
2015-04-29convert WZB_ constants to scoped enumNoel Grandin
2015-04-29Better make the bool conversion operator explicitStephan Bergmann
2015-04-29Remove unnecessary SAL_CALL annotationsStephan Bergmann
2015-04-29delegate RenderContext, invalidate - prgsbar, scrbarTomaž Vajngerl
2015-04-29delegate RenderContext - fixed, group, imgctrlTomaž Vajngerl
2015-04-29vcl edit: Delegate RenderContext to sub-methods, use InvalidateTomaž Vajngerl
2015-04-29vcl button: Delegate RenderContext to sub-methods, use InvalidateTomaž Vajngerl
2015-04-29remove old Paint(Rect&) method in vcl::WindowTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-29remove "y"Tomaž Vajngerl
2015-04-29change Paint input parameter to refTomaž Vajngerl
2015-04-29Add paint with render context to window -> impl. calls old paintTomaž Vajngerl
2015-04-29typedef OutputDevice as RenderContext to pass to Paint methodsTomaž Vajngerl
2015-04-28introduce a CTRL_TAB_HEADER zoneCaolán McNamara
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28expand and remove DECL_PTRHINT macroNoel Grandin
2015-04-28DbgIs* return types want to be boolStephan Bergmann
2015-04-28CursorWrapper::hasOrderedBookmarks return type wants to be boolStephan Bergmann
2015-04-28Ruler::StartDrag return type wants to be boolStephan Bergmann
2015-04-28SfxItemSet::PutDirect return value is unusedStephan Bergmann
2015-04-28SfxDispatcher::GetShellAndSlot_Impl return type wants to be boolStephan Bergmann
2015-04-28SfxDispatcher::Call_Impl return value is unusedStephan Bergmann
2015-04-28SvxRTFParser::ReadBorder/BackgroundAttr bTableDef param wants to be boolStephan Bergmann
2015-04-28Outliner::RemovingPagesHdl return type wants to be boolStephan Bergmann
2015-04-28operator == return type wants to be boolStephan Bergmann
2015-04-28WizardDialog::DeactivatePage return type wants to be boolStephan Bergmann
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann
2015-04-28SbModule::Run return value is unusedStephan Bergmann
2015-04-28allow a different notebook tab font than the rest of the uiCaolán McNamara
2015-04-28tdf#90133 Extend ODF: variable decimal in scientific formatLaurent Balland-Poirier
2015-04-27tdf#90133 Extend ODF: exponent sign of scientific formatLaurent Balland-Poirier
2015-04-27manually setting drop down size is unnecessaryCaolán McNamara
2015-04-27support axis text properties during OOXML export, tdf#90532Markus Mohrhard
2015-04-27enhancement : tdf#90225 Cannot open compressed csv files from calcDennis Francis
2015-04-26add EditBoxValue::cloneCaolán McNamara