module ooo { module vba { module powerpoint { constants PpTextUnitEffect { const long ppAnimateByCharacter = 2; const long ppAnimateByParagraph = 0; const long ppAnimateByWord = 1; const long ppAnimateUnitMixed = -2; }; }; }; }; t repository'/>
summaryrefslogtreecommitdiff
path: root/svx/source/dialog/langbox.cxx
AgeCommit message (Expand)Author
2018-12-10use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2018-11-06Revert "For iOS, do actually export UI builder factory functions"Tor Lillqvist
2018-11-05Use BUILDER_FACTORY_EXPORT instead of SAL_DLLPUBLIC_EXPORTTor Lillqvist
2017-11-22loplugin:flatten in svxNoel Grandin
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-08-29svx: Mark functions as localTakeshi Abe