summaryrefslogtreecommitdiff
path: root/cui/source/tabpages
AgeCommit message (Expand)AuthorFilesLines
2013-01-24rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara5-5/+5
2013-01-24set a default height for the number format categoryCaolán McNamara1-1/+3
2013-01-24set mnemonic widgets for background pageCaolán McNamara1-1/+3
2013-01-23Use EnglishTor Lillqvist1-9/+9
2013-01-23When we have symbolic names why not use them consistently thenTor Lillqvist1-4/+4
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith17-71/+71
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac4-16/+13
2013-01-19-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2013-01-18remove backgrnd.srcCaolán McNamara3-325/+0
2013-01-18split out background page and adapt code to .uiCaolán McNamara1-347/+339
2013-01-16WaE: unused variable 'aImgSize'Tor Lillqvist1-2/+0
2013-01-15split out border page and adapt codeCaolán McNamara3-706/+336
2013-01-13callcatcher: update and remove newly unused codeCaolán McNamara1-7/+0
2013-01-11use sizegroups instead of explicit codeCaolán McNamara1-22/+0
2013-01-11Use a sizegroup in the numbering formatting page instead of using codeCaolán McNamara1-10/+0
2013-01-12Drop deserted m_aTransparentTextTakeshi Abe1-2/+0
2013-01-09fdo#45964 - Wrong behavior of words list in AutoCorrect > Word CompletionChristopher Copits1-0/+1
2013-01-07split out numbering options page to cui and adapt codeCaolán McNamara4-748/+251
2013-01-07split out numbering position page to cui and adapt codeCaolán McNamara4-478/+207
2013-01-07we will want to have different helpids, so split numbering pagesCaolán McNamara1-2/+2
2013-01-07pick out graphic numbering page to cui and adapt codeCaolán McNamara3-84/+32
2013-01-07split out pick single and outline numbering page to cui and adapt codeCaolán McNamara2-122/+41
2013-01-07split out pick bullet page to cui and adapt codeCaolán McNamara1-22/+18
2013-01-01remove use of #pragma optimizeLuboš Luňák1-8/+0
2012-12-20Resolves: fdo#58325 give each font category a separate info labelCaolán McNamara1-9/+34
2012-12-17Resolves: fdo#58373 restore label for font is printer/both or unavailableCaolán McNamara1-1/+8
2012-12-13fdo#58060 use acor_und.dat and LANGUAGE_UNDETERMINEDEike Rathke1-3/+3
2012-12-10fdo#55570 - re-factor SvxAutocorrWordList to hide it's innardsMichael Meeks1-1/+3
2012-12-06convert number format page to .uiCaolán McNamara3-718/+352
2012-12-04fdo#57553: Picture dialog Macro tab page: lazily initMichael Stahl1-3/+18
2012-12-03fix higher debug level buildCaolán McNamara1-1/+1
2012-12-01fix String->OUString conversionIvan Timofeev2-6/+6
2012-12-01OUString::valueOf ambiguous overloadsMarkus Mohrhard3-4/+4
2012-11-30fdo#38838 UniString -> OUString in cuiRicardo Montania8-45/+45
2012-11-30fdo#38838 UniString -> OUString in cuiRicardo Montania4-43/+42
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-13/+4
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida1-4/+6
2012-11-25German comment translationsMarkus Maier2-3/+2
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke2-15/+13
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-6/+6
2012-11-22get rid of unnecessary LocaleDataWrapper temporary instancesEike Rathke1-2/+2
2012-11-22AllSettings with LanguageTagEike Rathke3-5/+5
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida1-0/+1
2012-11-15Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida2-3/+3
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin1-1/+1
2012-11-14fdo#42558 Re-adding the "None" option to the page numberingFaisal M. Al-Otaibi1-0/+1
2012-11-14replaceAll returns a new replaced string but leaves the original aloneCaolán McNamara2-7/+7
2012-11-14fdo#38838 UniString removalRicardo Montania2-14/+15
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks3-77/+199