Michael T. Whiteley
dcfd4beb21
childs -> children
2011-12-08 11:32:41 +02:00
Michael Stahl
4f01d343cd
property name spelling s/Visiable/Visible/
2011-12-03 00:48:17 +01:00
Norbert Thiebaud
c0bed9c72e
remove precompiled_xxx.hxx/cxx
2011-11-27 18:07:55 -06:00
Norbert Thiebaud
ac33b825d1
remove include of pch header from svtools
2011-11-27 13:24:31 -06:00
Cédric Bosdonnat
f4f4a899f0
RTF import: partly fixed the WMF images scaling.
2011-11-24 16:08:46 +01:00
Julien Chaffraix
2559cab126
FDO#42454 - EasyHack: remove code associated with unused icons
...
Removed SV_ICON_ID_MACRO and its reference in the code as it was
unused.
Removed 2 icons that were not referenced anymore.
2011-11-18 17:10:21 +00:00
Julien Chaffraix
f38e28e106
Follow-up on SV_ICON_ID_HTML_DOCUMENT removal.
...
Remove this entry now that we have removed the associated image
from imagemgr.src.
2011-11-18 17:10:20 +00:00
Stephan Bergmann
b11bd0323e
Removed comphelper -> unotools processfactory.hxx duplication.
2011-11-14 11:50:26 +01:00
Caolán McNamara
1987a5c777
callcatcher: remove unused code
2011-11-14 07:35:58 +00:00
Caolán McNamara
5dbd8286f4
ByteString->rtl::OString
2011-11-10 09:28:39 +00:00
Caolán McNamara
8e482e60c5
an indexOfL would be useful
2011-11-10 09:28:39 +00:00
Caolán McNamara
c52fbc04a9
callcatcher: some unused methods
2011-11-08 10:01:43 +00:00
Caolán McNamara
994a737a31
callcatcher: update list
2011-11-07 12:27:32 +00:00
Daniel Di Marco
f7303fcac7
eliminate SvUShorts type
2011-11-01 12:19:05 +00:00
Caolán McNamara
e84482a383
Use language/script specific CTL/CJK sample text in font preview
...
i.e. font names are often typically in English, so fairly useless
to take the English name to preview what effect the font will have
in a CTL/CJK script.
More languages and scripts need to be added, but this should be
sufficient to bootstrap this up
2011-10-21 11:27:39 +01:00
Caolán McNamara
ada3148079
add makeRepresentativeTextForLanguage to generate sample text
...
add initial code to generate language specific sample preview text samples for
use for font previewing in format->character
2011-10-20 12:54:56 +01:00
Tomofumi Yagi
8c2902ecbf
fdo#37129: Fix the drawing of dotted and dashed borders in Calc.
2011-10-20 11:05:17 +02:00
Caolán McNamara
6016eb1ec1
rework sample text generator for different scripts
...
split out code that creates sample text for different scripts
add extra scripts and sample text
add extra space between sample text preview and font name
add guess-script from opentype unicode coverage bits
split out code that knows the names of symbol fonts which don't
have symbol encoding set
2011-10-20 08:55:02 +01:00
Jan Holesovsky
538da29dca
Kill unused code in Ruler.
2011-10-09 19:55:03 +02:00
Harri Pitkänen
77cb41a734
Remove code related to previously disabled HTML 3.2 export
2011-10-06 20:03:33 +01:00
Tor Lillqvist
8f51cde01f
WaE: 'argument' : truncation of constant value
...
FILEVIEW_SHOW_NONE 0x80 so it doesn't fit into a sal_Int8. So make the
nFlags argument to the second SvtFileView constructor sal_uInt8
instead.
2011-10-05 17:39:21 +03:00
Caolán McNamara
04723baf6e
callcatcher: various unused methods
2011-10-04 09:00:05 +01:00
Caolán McNamara
1f5c696c37
add mode-lines to .m files and last round of merged files, etc.
2011-09-30 09:09:25 +01:00
Maciej Rumianowski
ef01fae275
Replace SvULongs with std::vector in sfx2
...
Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools
2011-09-29 08:09:19 +02:00
Caolán McNamara
d63a3b885a
callcatcher: remove unused code
2011-09-26 10:18:40 +01:00
Caolán McNamara
fee307d452
deugly HTMLOutFuncs::ConvertStringToHTML
2011-09-23 09:02:24 +01:00
Caolán McNamara
bee6de695c
don't consider this a candidate unless explicitly requested
2011-09-22 16:06:32 +01:00
Caolán McNamara
ac58231a01
ByteString->rtl::OString[Buffer]
2011-09-22 15:01:04 +01:00
Julien Nabet
02d811071c
fdo #37007 Add Math symbol "There does not exist".
2011-09-17 20:38:27 +02:00
Lionel Elie Mamane
f7ed67f2cf
cleanup BrowseBox, DbGridControl & friends handle & invalid column handling
...
- BrowseBox: Check Handle column-related invariants when adding a
column:
# only one handle column
# it is the first
- BrowseBox: Check column id-related invariants when adding a column:
# Id is not the special "handle column" value
# Id is not the special "invalid ID" value
# unicity of the ID among columns
- GetColumnId: return BROWSER_INVALIDID, not 0 (== id of handle
column) for an invalid column; adapt code calling GetColumnId to
this change.
- Use the correct const or #define'd symbol instead of magic
constants; introduce such a symbol if needed
- General other miscellaneous cleanups:
# Translation of comments
# typo/spelling in comments, error messages and the like
# parenthesise #define'd value
# use SAL_MAX_UINT16 instead of USHRT_MAX where a sal_uInt16 is
expected
# BrowseBox::SetColumnTitle: nItemId is checked to be non-zero, so
don't test if for zeroness again.
2011-09-12 16:40:51 +02:00
Caolán McNamara
3a53904ae6
callcatcher: update list
2011-09-08 09:29:31 +01:00
Caolán McNamara
04ce2cea24
callcatcher: drop some Impl methods, regenerate list
2011-09-05 10:54:21 +01:00
Caolán McNamara
e99a072c0e
add a fairly efficient read_LEuInt16s_AsOUString, merge similar things
2011-09-05 10:54:19 +01:00
Caolán McNamara
af60795f76
callcatcher: some more unused code
2011-09-05 10:54:19 +01:00
Kohei Yoshida
2c00fc5206
No macros for the com::sun: ⭐ :foo.
2011-09-02 02:00:40 -04:00
Caolán McNamara
8fd3e7c091
callcatcher: chop, hack, slay
2011-08-30 09:32:23 +01:00
Caolán McNamara
de82a40f84
callcatcher: drop various unused methods
2011-08-29 09:56:08 +01:00
Caolán McNamara
fa19c5ec08
callcatcher: various
2011-08-29 09:56:06 +01:00
Caolán McNamara
012072ebd7
valgrind: various unused code
2011-08-29 09:56:05 +01:00
Harri Pitkänen
b4052c88e4
Remove HTML_CFG_MSIE_40_OLD
...
This export format has not been available in the UI but there were still
a few references to it left in the source.
2011-08-26 17:22:59 +03:00
Harri Pitkänen
92a985e7c6
Remove extra #define
...
HTML_CFG_MSIE was an alias for HTML_CFG_MSIE_40, just use it everywhere
for clarity.
2011-08-26 17:22:57 +03:00
Caolán McNamara
37fff5e32a
remove newly unused code
2011-08-25 14:42:38 +01:00
Caolán McNamara
005f5d443e
remove freshly unused methods
2011-08-25 09:42:07 +01:00
Caolán McNamara
ac1530a37e
callcatcher: yet more unused code
2011-08-25 09:42:06 +01:00
Caolán McNamara
cb97526259
callcatcher: remove various unused methods
2011-08-24 11:21:42 +01:00
Tor Lillqvist
172e6f6362
Add comment with discussion on what existing comments claim
2011-08-23 08:20:14 +03:00
Matúš Kukan
fdbe98ebb5
unusedcode: svt::
2011-08-23 01:28:24 +02:00
Noel Power
117281ba12
fix leaking 'Pictures' streams from basic dialogs in base
...
With database document, any contents of the Pictures folder ( afaics only basic dialogs store content here ) is never cleaned up between saves.
2011-08-22 15:44:55 +01:00
Cédric Bosdonnat
3a8f89bc2f
Cleaned up the HIDs in the color config
2011-08-22 14:26:30 +02:00
Joseph Powers
cc3ba7e937
unusedcode.easy: Cleanup GraphicObject
2011-08-21 21:35:58 -07:00