summaryrefslogtreecommitdiff
path: root/svtools/source/contnr
AgeCommit message (Expand)AuthorFilesLines
2013-05-14Remove obsolete RestrictedPath env var supportStephan Bergmann5-36/+4
2013-04-25fix scrolling performance of listboxes with hundreds of entriesCaolán McNamara1-6/+24
2013-04-24add border width to optimal size when presentCaolán McNamara1-0/+6
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza3-4/+4
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane2-2/+2
2013-04-18allow tree and tab boxes to have borders via .uiCaolán McNamara2-3/+18
2013-04-10SvtPathOptions with LanguageTagEike Rathke2-5/+2
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin2-18/+15
2013-04-07Some cppcheck cleaningJulien Nabet1-4/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák12-129/+126
2013-03-29ResMgr with LanguageTagEike Rathke1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann2-9/+0
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-8/+8
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold4-21/+21
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl1-4/+4
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-2/+2
2013-03-11Documentation to avoid a real use-after-free bugMarc-André Laverdière1-0/+3
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim5-0/+14
2013-03-08don't broadcast pref size changed if we've a size req setCaolán McNamara1-1/+2
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-1/+1
2013-03-04sal_Bool to boolTakeshi Abe1-1/+1
2013-03-04remove unused and commented out codeThomas Arnhold1-26/+0
2013-02-25loplugin: unused variablesThomas Arnhold2-2/+0
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac2-5/+5
2013-02-23sal: update log areasThomas Arnhold1-1/+1
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-25/+24
2013-02-11update outputsize on parent resize and recalculate boundsCaolán McNamara1-3/+3
2013-02-10resorted SvTreeLists munged horriblyCaolán McNamara1-0/+1
2013-02-08move java options page .ui to cui and adapt codeCaolán McNamara1-0/+14
2013-02-04rhbz#903615 avoid null ptr dereferenceDavid Tardon1-0/+12
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2-2/+2
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara1-17/+5
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-7/+5
2012-12-14Remove some newly tagged unused methodsJulien Nabet2-34/+0
2012-12-12Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara1-1/+1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-6/+0
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-1/+1
2012-11-29Let's make it so that selected = highlighted + logically selected.Kohei Yoshida2-4/+3
2012-11-29Introduce a 'highlighted' state which differs from a 'selected' state.Kohei Yoshida2-2/+16
2012-11-29I didn't mean to check this in....Kohei Yoshida1-48/+0
2012-11-29Use bitfield for better readability.Kohei Yoshida1-29/+22
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida5-5/+10
2012-11-29Now we can officially hide these flag values.Kohei Yoshida1-0/+7
2012-11-29More on removing direct access to tree entry's view flags.Kohei Yoshida2-11/+14
2012-11-29Avoid direct use of flag value.Kohei Yoshida2-6/+14
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida3-18/+70
2012-11-28Try to reduce direct access/manipulation of the flag value.Kohei Yoshida2-7/+11
2012-11-28Get it to build after the rebase.Kohei Yoshida1-0/+10
2012-11-28Finally merge SvViewData and SvViewDataEntry.Kohei Yoshida4-56/+39