summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)AuthorFilesLines
2013-04-29fdo#39468 Translation and cleanupChris Sherlock2-25/+1
2013-04-21fix access to invalid string positionMarkus Mohrhard1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza4-23/+23
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-6/+10
2013-04-15basic inplace Font preview for calcNoel Power1-1/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák15-107/+106
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-05Resolves: fdo#61940 unable to change shape fill colorsCaolán McNamara1-2/+11
2013-04-04unwind tangled mess around spinner buttonsMichael Meeks1-46/+8
2013-04-03Asserting rtl::O[U]StringBuffer::operator [] preconditionsStephan Bergmann1-1/+1
2013-04-02Fix typo: addtional => additional in the comment.Golnaz Irannejad1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-3/+0
2013-03-26fdo#39468 Translate German comments - vcl/source/control/Christian M. Heller5-47/+41
2013-03-26Kill double conversion from NumericBoxZolnai Tamás1-36/+44
2013-03-25Translate German comments, fix some whitespacePhilipp Weissenbacher6-417/+114
2013-03-23Fix wrong copy paste, should be UNDERLINE_DASHDOT and not UNDERLINE_DOTTEDJulien Nabet1-1/+1
2013-03-18Reuse ImplPower10()Chr. Rossmanith1-19/+5
2013-03-14restore incrementing time fields by area cursor is inCaolán McNamara1-6/+13
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl2-5/+5
2013-03-12Replace XubString with OUString (vcl/ilstbox)Chr. Rossmanith1-11/+11
2013-03-11Make ComboBox::CalcSize to return the right widthZolnai Tamás1-0/+2
2013-03-11use approximate_char_width instead of GetTextWidth('X')Caolán McNamara1-1/+1
2013-03-11XubString->OUStringCaolán McNamara1-2/+2
2013-03-07Add a SAL_INFO()Tor Lillqvist1-0/+1
2013-03-07OUString::replaceAt() does not replace in-placeTor Lillqvist1-1/+1
2013-03-07Do not call OUStringBuffer::copy with bad argumentStephan Bergmann1-1/+2
2013-03-07Oops, this is a conflict resolution problemFridrich Štrba1-1/+1
2013-03-07Replace (Xub)String with OUString in vcl(field)Chr. Rossmanith2-197/+188
2013-03-07Replaced XubString with OUString in vcl(combobox)Chr. Rossmanith1-32/+33
2013-03-06merge isLayoutEnabledsCaolán McNamara1-1/+1
2013-03-06some XubString->OUStringCaolán McNamara2-10/+10
2013-03-05fdo#39468 translate German comments in /vcl V2Christian M. Heller3-48/+47
2013-03-04include scrollbar width in optimalsize if vert scrollbar is always shownCaolán McNamara1-0/+8
2013-03-04callcatcher: unused codeCaolán McNamara2-38/+0
2013-03-04fdo#39468 translate German comments in vclChristian M. Heller2-14/+15
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-28Remove dead voice command codeTor Lillqvist1-37/+0
2013-02-25loplugin: improve indentationThomas Arnhold2-5/+5
2013-02-25Related: fdo#60764 APPFONT is 1/8 avg char *height* & 1/4 avg char *width*Caolán McNamara2-6/+2
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-24WaE: unused parameterTor Lillqvist1-1/+1
2013-02-24loplugin: unused variablesThomas Arnhold3-7/+0
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac1-2/+2
2013-02-23allow setting ComboBox max-width-chars via propertiesCaolán McNamara1-0/+9
2013-02-23sal: update log areasThomas Arnhold1-1/+1
2013-02-22Resolves: fdo#60764 sort options can grow too wide to fit on screenCaolán McNamara2-0/+38
2013-02-15tabpages size req not factoring in border widthCaolán McNamara1-1/+2
2013-02-12fdo#46808, convert i18n::InputSequenceChecker to new-styleNoel Grandin1-8/+3
2013-02-07decrement for-loop variable instead of incrementing itChr. Rossmanith1-1/+1
2013-02-06replace (Xub)String with OUString in vclChr. Rossmanith9-108/+105