summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/svtabbx.cxx
AgeCommit message (Expand)Author
2015-01-04A bit of cleanup.Jan Holesovsky
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-11callcatcher: update unused codeCaolán McNamara
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-25svtools/svtabbax.hxx: sal_Bool->boolNoel Grandin
2014-03-25Reduce IAccessibleTabListBox to what's actually usedStephan Bergmann
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-10the return of callcatcherCaolán McNamara
2014-01-13longparas: STRING_LEN is intended here to expand to string lenCaolán McNamara
2013-11-25Integrate branch of IAccessible2Steve Yin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-09-17convert SVTOOLS module from String to OUStringNoel Grandin
2013-08-22convert svtools/source/contnr/* from String to OUStringNoel Grandin
2013-08-22convert include/svtools/brwbox.hxx from String to OUStringNoel Grandin
2013-08-17SvTabListBox::GetToken: sal_Unicode* to OUString + OUString::getTokenMatteo Casalin
2013-08-15Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"Michael Stahl
2013-08-15convert include/svtools/svtabbx.hxx from String to OUStringNoel Grandin
2013-08-12XubString->OUStringCaolán McNamara
2013-08-05fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan
2013-07-18ditch some XubStringsCaolán McNamara
2013-07-12XubString->OUStringCaolán McNamara
2013-07-11XubString->OUStringCaolán McNamara
2013-04-18allow tree and tab boxes to have borders via .uiCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida
2012-11-15Store tree list entry items in ptr_vector & const correct-ness.Kohei Yoshida
2012-11-15Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida
2012-10-25XubString->OUStringCaolán McNamara
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida
2012-08-28-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-07-15Resolves: fdo#37279 and #i78701# startEditingAtNode does nothingCaolán McNamara
2012-07-04Convert aTabs field in SvTreeListBox from SvPtrarr to std::vectorNoel Grandin
2012-06-19death to some UniStringsCaolán McNamara
2012-04-30make ResId::toString a non-static memberCaolán McNamara
2012-04-25refactor ImpSvtDataCaolán McNamara
2012-03-14svtools/source/contnr: translate commentsStefan Knorr (astron)
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-18Remove unused codeElton Chung
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2011-12-08childs -> childrenMichael T. Whiteley