summaryrefslogtreecommitdiff
path: root/padmin
AgeCommit message (Expand)AuthorFilesLines
2014-02-27fdo#75540 setProcessServiceFactory must be called before InitVCLStephan Bergmann1-24/+30
2014-02-19chmod spadmin script executableMichael Stahl1-0/+0
2013-12-16initial install-package-foo target for partial installsBjoern Michaelsen1-1/+1
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+5
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-6/+6
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl1-2/+0
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-20drop unnecessary tools/string includesCaolán McNamara2-2/+2
2013-10-01convert padmin module from String to OUStringNoel Grandin15-135/+135
2013-09-30Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara1-3/+4
2013-09-27Related: fdo#38838 remove UniString::SearchBackwardCaolán McNamara4-9/+10
2013-09-25Start hacking --enable-canonical-installation-tree-structure back into shapeTor Lillqvist1-1/+1
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-2/+2
2013-09-23Try to fix cross-compilationTor Lillqvist1-1/+1
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák3-6/+6
2013-08-12convert vcl/ppdparser.hxx from String to OUStringNoel Grandin2-5/+5
2013-08-12XubString->OUStringCaolán McNamara1-8/+8
2013-06-28always call setDeferredProperties for dialog get/set titleCaolán McNamara1-2/+0
2013-05-29fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold3-3/+3
2013-05-22AppendAscii cleanupRicardo Montania1-2/+6
2013-05-17add some bordersCaolán McNamara1-2/+2
2013-05-16replace %s in printer settings dialog with printernameCaolán McNamara1-13/+9
2013-05-16Remove code associated with psprint::CompatMetricOverride serviceNoel Grandin1-1/+1
2013-05-15String.AppendAscii DropRicardo Montania4-18/+12
2013-05-10More gb_PROGRAMDIRNAME clean upStephan Bergmann1-1/+1
2013-05-07officecfg: remove Package_cppheaderMichael Stahl1-1/+4
2013-04-23padmin: let Package deliver to $INSTDIRMichael Stahl2-3/+6
2013-04-11rename UI to UIConfigDavid Tardon2-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák12-76/+63
2013-04-05new module i18nlangtagEike Rathke2-2/+2
2013-03-29ResMgr with LanguageTagEike Rathke1-8/+4
2013-03-28Remove RTL_CONSTASCII_(U)STRINGPARAM in padminChr. Rossmanith3-24/+20
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
2013-03-19further OUString cleanupThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-03-15various .ui fixes caught by linter toolJack Leigh2-0/+2
2013-03-15various efforts to consistently apply HIG rulesCaolán McNamara1-6/+2
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-14fix the non-intuitive OUString::replaceFirst() usageLuboš Luňák1-10/+10
2013-03-12Len() != isEmpty()Caolán McNamara1-1/+1
2013-03-12Len() != isEmpty()Caolán McNamara1-4/+4
2013-03-12Len() != isEmpty()Caolán McNamara1-1/+1
2013-03-12Len() != isEmpty()Caolán McNamara1-2/+2
2013-03-12fdo#38838: Replaced some String with OUStringelixir6-100/+95
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold3-11/+11