summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Collapse)AuthorAgeFilesLines
* we don't want any of these to be streamed out/in as 64bit valuesCaolán McNamara2012-02-282-7/+11
|
* callcatcher: remove newly unused methods and update listCaolán McNamara2012-02-281-7/+0
|
* use read_uInt16s_ToOUString instead of hand-crafted loopCaolán McNamara2012-02-281-3/+2
|
* Removed dead codeMarc-André Laverdière-Papineau2012-02-273-168/+0
| | | | * Removed unused SvInplaceEdit
* Avoid temporary rtl::OUStringTakeshi Abe2012-02-281-2/+2
| | | | in scripting / sdext / starmath / stoc / svtools / svx
* Removed unused codeSzabolcs Dezsi2012-02-2710-66/+0
|
* drop UniString::CreateFromInt64Caolán McNamara2012-02-271-2/+2
|
* ditch archaic filter-tracer remnantsCaolán McNamara2012-02-272-50/+0
|
* Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann2012-02-232-4/+4
|
* fdo#46411 added [pjt-AU] Pitjantjatjara to language listEike Rathke2012-02-231-0/+1
|
* Adapted SvtMatchContext_Impl to safer-to-use salhelper::ThreadStephan Bergmann2012-02-232-37/+32
|
* Adapted FileViewContentEnumerator to safer-to-use salhelper::ThreadStephan Bergmann2012-02-233-53/+15
|
* revert slew of debug code committed in errorMichael Meeks2012-02-222-8/+0
|
* fdo#37210 - UI: Calc usability improvement: Merge cells on right mouse clickGreggory Hernandez2012-02-222-0/+8
|
* WaE: duplicateBranchThomas Arnhold2012-02-211-13/+3
|
* fdo#46382 s/Slovakian/Slovak/Andras Timar2012-02-211-1/+1
|
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-212-4/+4
| | | | to equalsIgnoreAsciiCaseAscii("...")
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-201-1/+1
|
* Remove unused codePetr Vorel2012-02-201-6/+0
|
* move SvListView from Table to ptr_map, related fdo#45679Markus Mohrhard2012-02-202-55/+58
|
* svtools: remove unused GraphicObject::GetReleaseFromCacheThomas Arnhold2012-02-192-9/+0
|
* svtools: Remove obsolete GraphicFilter::{Do,Has}ImportDialogThomas Arnhold2012-02-192-33/+0
| | | | And simplify sdgrffilter because this if is always true.
* Fix typos in commentsElton Chung2012-02-181-1/+1
|
* Remove unused codeElton Chung2012-02-182-13/+0
|
* Removed unused code from svl and sfx2Szabolcs Dezsi2012-02-172-3/+3
|
* ValueSet: from #defines to enum, with reduced scopeMatteo Casalin2012-02-172-10/+18
|
* ValueSet: use support function to clarify codeMatteo Casalin2012-02-172-39/+30
|
* ValueSet: factor out duplicated code in InsertItemMatteo Casalin2012-02-172-64/+16
|
* ValueSet: fix a test condition and remove an obsoleted header fileMatteo Casalin2012-02-171-3/+2
|
* ValueSet: merge almost empty implementation to main classMatteo Casalin2012-02-174-101/+78
|
* ValueSet: removed unused membersMatteo Casalin2012-02-172-11/+0
|
* ValueSet: sal_Bool to boolMatteo Casalin2012-02-172-124/+118
|
* Avoid unnecessary auto_ptrMatteo Casalin2012-02-173-68/+66
|
* Removed unused functions from MultiLineEdit in svtools moduleSzabolcs Dezsi2012-02-162-22/+0
|
* callcatcher: update unused code listCaolán McNamara2012-02-164-22/+0
|
* Fixed some more apparent misuses of RTL_CONSTASCII_USTRINGPARAMStephan Bergmann2012-02-151-2/+2
|
* Various string function clean upStephan Bergmann2012-02-156-38/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM.
* unusedcode.easy: Removed unused codeAlexander Bergmann2012-02-153-27/+0
|
* WaE: unused code thinkoMichael Meeks2012-02-131-1/+0
|
* Remove unused codeElton Chung2012-02-134-33/+0
|
* fdo#39491 more of unnecessary include pathsMatúš Kukan2012-02-104-4/+0
|
* fdo#39491 remove nonexistent include pathsMatúš Kukan2012-02-103-3/+0
|
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-106-7/+0
|
* move this include path to RepositoryExternal.mkMatúš Kukan2012-02-101-1/+0
|
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe2012-02-102-9/+9
|
* unographic: delete unused GraphicDescriptor::isValid()Greg Kroah-Hartman2012-02-092-9/+0
|
* Replaced String by rtl::OUString in SvxMacroTakeshi Abe2012-02-091-1/+1
|
* Missing newline at end of fileStephan Bergmann2012-02-082-2/+2
| | | | | ...needed by simplified l10ntools programs to be pushed shortly (that no longer translate line endings, and hopefully get away with it).
* Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|