summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Collapse)AuthorAgeFilesLines
* reduce overzealous namingLuboš Luňák2012-04-062-6/+6
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-24/+24
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-2/+2
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
* no use is made of FmFormObj::m_nTypeCaolán McNamara2012-04-052-13/+0
|
* pure virtual with unused baseclass implCaolán McNamara2012-04-051-3/+0
|
* Method declared but not implemented. Removing...Kohei Yoshida2012-04-041-1/+0
|
* dbgutil fix.Kohei Yoshida2012-04-041-3/+4
|
* De-coupled ContentNode from XubString inheritance.Kohei Yoshida2012-04-047-69/+171
|
* Merge EditAttrib into EditCharAttrib.Kohei Yoshida2012-04-042-37/+13
| | | | This separation makes no sense.
* removed unused definesTakeshi Abe2012-04-052-12/+0
|
* I need to check for empty-ness here too.Kohei Yoshida2012-04-031-1/+3
|
* Check for empty-ness of vector before accessing the first element.Kohei Yoshida2012-04-031-3/+8
| | | | I hope this will keep Stephan's tinderbox happy. If not...
* Unused local variables.Kohei Yoshida2012-04-031-2/+0
|
* More dbgutil build fix.Kohei Yoshida2012-04-032-5/+5
|
* WaE: for Norbert's Mac OS tinderbox.Kohei Yoshida2012-04-031-1/+1
|
* Fix the dbgutil build.Kohei Yoshida2012-04-031-3/+3
|
* Removed the last SC_DECL_PTRARR from editdoc.hxx.Kohei Yoshida2012-04-036-83/+148
|
* Another SV_DECL_PTRARR killed.Kohei Yoshida2012-04-038-77/+107
|
* Make ImpEditEngine explicitly non-copyable.Kohei Yoshida2012-04-031-6/+7
|
* Use initializer to initialize boolean's.Kohei Yoshida2012-04-032-36/+32
|
* Bool cleanup.Kohei Yoshida2012-04-038-78/+77
|
* This ought to be private...Kohei Yoshida2012-04-031-2/+1
|
* Another SV_DECL_PTRARR to kill.Kohei Yoshida2012-04-035-25/+14
|
* Unprintable character.Kohei Yoshida2012-04-031-2/+2
|
* Bool-ness.Kohei Yoshida2012-04-032-14/+14
|
* One less SV_IMPL_VARARRAY.Kohei Yoshida2012-04-034-35/+56
|
* No more protected visibility; class inheritance is gone.Kohei Yoshida2012-04-031-1/+1
|
* We can now access the nodes directly from EditDoc.Kohei Yoshida2012-04-033-9/+22
|
* Make them non inline.Kohei Yoshida2012-04-032-14/+14
|
* Use initializer for this. No need to call SetModified to false.Kohei Yoshida2012-04-031-13/+2
|
* Boolean cleanup.Kohei Yoshida2012-04-032-16/+17
|
* Little code shuffling (now that it's all in one source file).Kohei Yoshida2012-04-031-9/+6
|
* Merged editdoc2.cxx into editdoc.cxx.Kohei Yoshida2012-04-033-555/+492
|
* Moving method definitions.Kohei Yoshida2012-04-032-46/+46
|
* Merged ContentList into EditDoc.Kohei Yoshida2012-04-034-44/+30
| | | | There is no reason for this separation to exist.
* Tuck these typedefs under their respective classes.Kohei Yoshida2012-04-031-2/+2
|
* Meaningless typedefs for pointer types.Kohei Yoshida2012-04-031-3/+1
|
* convert SvxNumberFormat to rtl::OUStringCaolán McNamara2012-04-021-6/+6
|
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-021-3/+3
|
* callcatcher: remove some unused codeCaolán McNamara2012-04-023-14/+1
|
* further sc/editeng unbreakingLuboš Luňák2012-03-304-4/+24
| | | | this boost::ptr_vector idea is seriously broken
* const dataLuboš Luňák2012-03-301-6/+6
| | | | Especially given it's not namespaced (const is automatically static).
* avoid sc crashesLuboš Luňák2012-03-303-14/+2
| | | | | | | | Boost is reportedly 'expertly designed C++ library', so why do I find the idea of a container containing pointers but exposing them by value to be rather retarded? I don't know why exactly this crashes, but I expect std::sort() either either does unwanted copies that break things or the copies slice off inherited classes.
* removed duplicate includes in desktop / editengTakeshi Abe2012-03-3012-23/+0
|
* Remove unnecessary tools/table.hxx #includesNoel Grandin2012-03-292-2/+0
|
* callcatcher: update listCaolán McNamara2012-03-293-29/+3
|
* -Werror=sign-compareStephan Bergmann2012-03-291-1/+1
| | | | ...solved by recasting the offending expression.
* fix constness compile errorLuboš Luňák2012-03-294-3/+16
|
* SaveGetObject() is presumably meant to be safe rather than savingLuboš Luňák2012-03-2911-107/+107
|
* I assume the asserts are safer before non-checked accessLuboš Luňák2012-03-291-3/+3
|