Commit graph

1574 commits

Author SHA1 Message Date
Caolán McNamara
119b0a666d callcatcher: update list 2012-04-16 15:21:38 +01:00
Caolán McNamara
3f70484461 catch by const reference 2012-04-16 15:21:37 +01:00
Caolán McNamara
b5dbfd61f0 callcatcher: update unused code 2012-04-16 15:21:35 +01:00
Miklos Vajna
b8b69ab088 oox::drawingml::Shape: OSL_TRACE -> SAL_INFO 2012-04-13 10:44:08 +02:00
Miklos Vajna
99deffbeba oox: fix doxygen syntax to avoid misleading output in ShapeModel 2012-04-12 14:18:24 +02:00
Thomas Arnhold
032439617e unusedcode.easy: remove FilterBase::openSubStorage 2012-04-12 11:39:53 +02:00
Thomas Arnhold
ab01a70b7f unusedcode.easy: Remove BinaryFilterBase 2012-04-12 11:39:13 +02:00
Thomas Arnhold
a555fa2fd5 unusedcode.easy: remove FilterBase::requestEncryptionData 2012-04-12 11:39:11 +02:00
Caolán McNamara
be3ee9c889 callcatcher: update unused code list 2012-04-12 09:46:23 +01:00
Caolán McNamara
bb7d331ecd callcatcher: update list 2012-04-11 12:06:24 +01:00
Muthu Subramanian
1c44b263d7 fdo43752: PPTX import fix affected odp imports.
Related bugs: n#719989, n#719997
2012-04-09 18:24:11 +05:30
Szabolcs Dezsi
e4fb171d3a Replaced a few equal calls with == 2012-04-08 19:24:00 +02:00
Michael Stahl
4c50f23f87 LinkTarget.mk: remove gb_LinkTarget_add_package_headers 2012-04-08 01:05:53 +02:00
Michael Stahl
c923f7d2c2 gbuild: "use" vs. "add":
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
  (i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
  (i.e. it is registered at the Module, has it's own makefile, may be
  in a different module than the target)
2012-04-08 01:05:52 +02:00
Julien Nabet
c893a820c4 Fix Redundant assignment of "nModToken" in switch 2012-04-07 21:16:01 +02:00
Caolán McNamara
aefbfc7101 callcatcher: update and remove newly unused methods 2012-04-07 15:54:16 +01:00
Julien Nabet
942acfd678 Some cleaning in oox::dump :
oox::dump::InputObjectBase
oox::dump::Output
2012-04-07 01:40:42 +02:00
Szabolcs Dezsi
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
99268dbe1f Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
2012-04-06 20:03:41 +02:00
Szabolcs Dezsi
743f22045c Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 15:07:41 +02:00
Szabolcs Dezsi
8a01ee6243 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 14:30:05 +02:00
Caolán McNamara
5688b51bcb UniString::CreateFromInt32 -> rtl::OUString::valueOf 2012-04-05 13:59:05 +01:00
Petr Vorel
07ff032c80 remove unused code (oox) 2012-04-05 13:01:22 +02:00
Caolán McNamara
e6409de0f8 don't leak pDefaultTableStyle 2012-04-02 14:53:49 +01:00
Muthu Subramanian
8866e1986d n747499: PPTX embedded media playback.
Currently plays the embedded audio files.
The image for the audio file seems to be
rendered bad, currently.
2012-04-02 17:35:54 +05:30
Luboš Luňák
d825e23cc4 include guard 2012-04-01 20:20:25 +02:00
Caolán McNamara
45e4f9e99b callcatcher: regenerate unused code list 2012-03-30 14:07:20 +01:00
Caolán McNamara
8a8532181a drop extra unused inlines and remains of unconstructable class 2012-03-29 21:07:04 +01:00
Petr Vorel
4b7e6d6eab remove unused code (oox) 2012-03-29 20:33:22 +01:00
Caolán McNamara
21ca084795 callcatcher: update list 2012-03-29 12:44:23 +01:00
Caolán McNamara
8ae666c4fc remove left-over class stub 2012-03-28 16:45:16 +01:00
Petr Vorel
21628c6397 remove unused code (oox, sc) 2012-03-28 16:45:15 +01:00
Miklos Vajna
1c2d7eba4a n#751117 oox: make sure position is not lost during VML import of rotation 2012-03-28 12:21:28 +02:00
Miklos Vajna
b9f79762f0 ShapeTypeModel::maFlip: correct bogus doxygen comment 2012-03-28 10:36:29 +02:00
Miklos Vajna
4159a4e6ce n#751117 oox: implement VML import of shape style 'flip' 2012-03-28 10:28:51 +02:00
Miklos Vajna
559ecabbfc n#751117 oox: implement VML import of v:line token 2012-03-28 10:27:46 +02:00
Miklos Vajna
8b8fad38b2 n#751117 oox: implement VML import of shape style 'rotation' 2012-03-28 10:27:46 +02:00
Petr Vorel
16410cdcb9 remove unused code (oox, sc) 2012-03-27 16:52:46 +01:00
Petr Vorel
226d310c1a remove unused code (oox) 2012-03-26 15:30:24 +01:00
Miklos Vajna
2452e28a06 oox: fix doxygen syntax to avoid misleading output in ShapeTypeModel 2012-03-26 13:08:19 +02:00
Michael Stahl
b2f5298077 .hxx files don't need executable bits 2012-03-23 21:58:13 +01:00
Michael Stahl
6295fd6012 .cxx files don't need executable bits 2012-03-23 21:58:13 +01:00
Cédric Bosdonnat
3751ab6910 n#751573: docx, no mso-fit-shape-to-text means the textbox size is fixed 2012-03-23 15:28:50 +01:00
Miklos Vajna
51cfbf0cfa n#751054 fix VML import of absolutely positioned pictures
There were multiple issues here:

- convertEmuToHmm() not handling negative values
- position:absolute style property being ignored
- mso-position-vertical-relative is not converted to
  text::RelOrientation
- SwAnchoredDrawObject::_SetPositioningAttr() re-positioning already
  positioned objects
- DomainMapper_Impl::PushShapeContext() inserting positioned objects as
  character
2012-03-22 11:03:26 +01:00
Miklos Vajna
5881168bf8 oox: it's EMU, not MEU 2012-03-21 16:39:40 +01:00
Tor Lillqvist
2a1171929e chmod -x 2012-03-21 13:00:45 +02:00
Caolán McNamara
08fd513e71 callcatcher: update list 2012-03-20 20:35:53 +00:00
Petr Vorel
04919d8f9c remove unused code (oox, sc) 2012-03-20 13:48:12 +00:00
Petr Vorel
c2dc50c34b removed unused code 2012-03-20 12:57:34 +00:00
Luboš Luňák
4975086217 workaround for msvc instantiating things it shouldn't
The cppu::ImplInheritanceHelper1 ctor should not get instantiated, but MSVC2008
does so and then it fails to compile.
2012-03-17 08:19:21 +01:00