summaryrefslogtreecommitdiffstats
path: root/svtools/source/contnr
Commit message (Expand)AuthorAgeFilesLines
* ResMgr with LanguageTagEike Rathke2013-03-291-1/+1
* -Wunused-macrosStephan Bergmann2013-03-272-9/+0
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-8/+8
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-194-21/+21
* vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl2013-03-131-4/+4
* fdo#38838: Converting String/UniString to OUStringelixir2013-03-111-2/+2
* Documentation to avoid a real use-after-free bugMarc-André Laverdière2013-03-111-0/+3
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-085-0/+14
* don't broadcast pref size changed if we've a size req setCaolán McNamara2013-03-081-1/+2
* fdo#60148 Clean up warnings from the Clang compiler pluginnccuong2013-03-061-1/+1
* sal_Bool to boolTakeshi Abe2013-03-041-1/+1
* remove unused and commented out codeThomas Arnhold2013-03-041-26/+0
* loplugin: unused variablesThomas Arnhold2013-02-252-2/+0
* fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac2013-02-242-5/+5
* sal: update log areasThomas Arnhold2013-02-231-1/+1
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
* Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac2013-02-141-25/+24
* update outputsize on parent resize and recalculate boundsCaolán McNamara2013-02-111-3/+3
* resorted SvTreeLists munged horriblyCaolán McNamara2013-02-101-0/+1
* move java options page .ui to cui and adapt codeCaolán McNamara2013-02-081-0/+14
* rhbz#903615 avoid null ptr dereferenceDavid Tardon2013-02-041-0/+12
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-212-2/+2
* we only ever want the preferred window size from GetOptimalSizeCaolán McNamara2013-01-141-17/+5
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-211-7/+5
* Remove some newly tagged unused methodsJulien Nabet2012-12-142-34/+0
* Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara2012-12-121-1/+1
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-6/+0
* fdo#46808, use service constructor for i18n::CollatorNoel Grandin2012-11-301-1/+1
* Let's make it so that selected = highlighted + logically selected.Kohei Yoshida2012-11-292-4/+3
* Introduce a 'highlighted' state which differs from a 'selected' state.Kohei Yoshida2012-11-292-2/+16
* I didn't mean to check this in....Kohei Yoshida2012-11-291-48/+0
* Use bitfield for better readability.Kohei Yoshida2012-11-291-29/+22
* Remove unused method & remove header include by using forward declaration.Kohei Yoshida2012-11-295-5/+10
* Now we can officially hide these flag values.Kohei Yoshida2012-11-291-0/+7
* More on removing direct access to tree entry's view flags.Kohei Yoshida2012-11-292-11/+14
* Avoid direct use of flag value.Kohei Yoshida2012-11-292-6/+14
* Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida2012-11-293-18/+70
* Try to reduce direct access/manipulation of the flag value.Kohei Yoshida2012-11-282-7/+11
* Get it to build after the rebase.Kohei Yoshida2012-11-281-0/+10
* Finally merge SvViewData and SvViewDataEntry.Kohei Yoshida2012-11-284-56/+39
* Use std::vector over c-style pointer array.Kohei Yoshida2012-11-282-7/+18
* Make SvViewDataItem a struct, with only one public data member...Kohei Yoshida2012-11-283-17/+5
* sal_Bool to bool.Kohei Yoshida2012-11-281-2/+2
* Move SvViewDataEntry and SvViewDataItem into these files too.Kohei Yoshida2012-11-282-31/+27
* Make these methods non-inline.Kohei Yoshida2012-11-281-0/+54
* Extract SvViewData into separate header/source files.Kohei Yoshida2012-11-283-26/+97
* Hide this, and don't expose method definitions of exported class.Kohei Yoshida2012-11-281-0/+5
* String=>OUString in svl's inettype and fall-outNorbert Thiebaud2012-11-271-5/+8
* String->OUString in svl urifilter and restrictedpathsNorbert Thiebaud2012-11-271-6/+6
* some i18n wrappers with LanguageTagEike Rathke2012-11-231-1/+1