summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-07CID#707643 uninitialized membersCaolán McNamara
Change-Id: I23386c780bf484652a518d907d7dc0cc3c910040
2013-10-07Related: fdo#38838 remove UniString::SearchAndReplaceAsciiCaolán McNamara
Change-Id: I86019d7ab248679cd8518a621fe8e3721b44aeb0
2013-10-07restore original nPos incrementCaolán McNamara
b0caeafc1add0b52b3d7a9dc80f50080ba439f59 changed the logic of lcl_GetTokenToParaBreak slightly, from nPos+=1 to nPos+=2, which worries me a bit Change-Id: Ifb621a0bf8ea0705f39f35461449632c592e65e9
2013-10-07Use URL as fallback for DocumentBaseURL in css.document.MediaDescriptorStephan Bergmann
...in SfxDocumentMetaData::getURLProperties, to avoid "tools/source/fsys/urlobj.cxx:1741: cannot make <[...]> absolute against broken base <>" warnings when SvXMLImport::GetAbsoluteReference tries to make absolute against an erroneously empty base URI any relative URIs contained in the document's meta data. As a consequence, such relative URIs contained in the document's meta data will now be made absolute upon loading in SfxDocumentMetaData::getURLProperties. However, I saw no negative consequences of that (other than having to adapt sfx2/qa/complex/sfx2/DocumentProperties.java in the obvious way). Whether a document written out again contains such meta data URIs as absolute or relative is only controlled by "Tools - Options... - Load/Save - General - Save - Save URLs relative to file system" and not affected by this fix. (I verified that by loading sfx2/qa/complex/sfx2/testdocuments/TEST.odt, which contains a relative meta:auto-reload xlink:href="../TEST.odt" in its meta.xml, and saving it as a new file, with and without "Save URLs relative to file system" checked, and inspecting the resulting documen's meta.xml entries.) Change-Id: Ia1b6004c8597a726eb59c6b2234fd3ecb0bdcc09
2013-10-07fix build: use rAttribs :)Thomas Arnhold
Change-Id: I383bd331090603aa9a159e41ef26be8d8e1c5ff3
2013-10-07really fix itThomas Arnhold
arg. sorry... Change-Id: I57836c574f4f622296c38d7a0adb6adcbb768aa2
2013-10-07fix buildThomas Arnhold
Change-Id: I105e9ab5177f99b9f3a6f49308e06f690e46bf0b
2013-10-07Fix fdo#70220 Superscript not imported from pptx.Thorsten Behrens
Import works now, though EditEngine still fscks up font scaling - seems for CharEscapementHeight to work, there has to be reference, non-scaled text in the same portion ... Change-Id: I5505ae83bd6b700ebe8c3465beec40a4df2efb78
2013-10-07html export: <table> has no cols attribute in 4.0Thomas Arnhold
Moreover it's rendundant, because we have <col> and <colgroup>. Change-Id: Ic39a5dafdf252a7a7052681e7791aa57b99860bd
2013-10-07drop PURE_HTMLThomas Arnhold
Change-Id: I977e279706d2e53d9b2edc4e8719aa88187e97fc
2013-10-07html export: 4.0 needs type attribute for style tagThomas Arnhold
Change-Id: Iaa076f639a4da564945385ee616d346c4f0d0889
2013-10-07html export: use only HTML 4.0 for exportThomas Arnhold
Change-Id: I36d8ddf7b8b38e27686c6cc51ef2a676394f97fb
2013-10-07html export: export attributes with literalsThomas Arnhold
This improves validity of generated html files. Change-Id: I3fbf92e861d9a3931870e25beaaf9f91a469f40c
2013-10-07writerfiler: remove some unused definitions in doctokMiklos Vajna
Change-Id: I6fbf2034632bea432848e99474c82ccff0e0565c
2013-10-07sfx2: use a smart pointer in IMPL_SfxBaseModel_DataContainerMiklos Vajna
Change-Id: Ia13c94e05d26d66ebee00ca89030b6947c5efc0c
2013-10-07Use org.junit.Assert.assertEquals where appropriateStephan Bergmann
Change-Id: I3811578a76f6c5c98c955819ca004f2062d273b8
2013-10-07Also cope with intermittend DisposedExceptionsStephan Bergmann
...while waiting for the .uno:PrintPreview request to be processed, see 5b5c52a3a4d048bba8c18dfb06ffca25c670d099 "Try make this more robust in slow environments." (However, to avoid an endless loop in case DisposedExceptions are caused by a crash of soffice.bin, cap the loop at 10 sec.) Change-Id: I13518eea46deb68731604ef08461bad5bb5f7cdf
2013-10-07CID#736510 mem leaks in early error return casesCaolán McNamara
Change-Id: I85dff67d5d92e1024e9b449f1298678e7f5ff9e6
2013-10-07CID#1028072 leak undo in corner caseCaolán McNamara
Change-Id: If2371a25c9030c13617df692e82729090280d8f0
2013-10-07CID#708782 unused pointer valueCaolán McNamara
Change-Id: I15c34278a3dca19547c77be7aca670fbbc2d2037
2013-10-07CID#738572 uninitialized membersCaolán McNamara
Change-Id: Ie3614d86e27aab67cfe68bea76de30b775173fb3
2013-10-07CID#738564 uninitialized memberCaolán McNamara
Change-Id: I35a4d3d412b1848fe3ef8aed600471fc1c8a61d2
2013-10-07CID#707638 uninitialized membersCaolán McNamara
Change-Id: Ic0757e544e42f7ca07cddec379d2d647822d9923
2013-10-07CID#704124 wrong operator used, harmless thoughCaolán McNamara
Change-Id: I029a8df204ea4faf16e801ff90cd715adfe8e713
2013-10-07CID#704127 coverity gold, typo, should be 0x0020 not 0x002Caolán McNamara
Change-Id: I22895d43efef47850dfb9162f75bf5a9e39f9614
2013-10-07CID#705101 try and help coverity out re infinite loopCaolán McNamara
Change-Id: I4a072d4d3bb510b65d213cf3cd1f5e06c519d830
2013-10-07CID#705102 try and help coverity out re infinite loopCaolán McNamara
Change-Id: I04fee0ebe13e6f3ab8f517c99929d30ecbc7fd62
2013-10-07CID#708496 uninitialized memberCaolán McNamara
Change-Id: I9118853324a84fc2e4d3db46d95c6ef3b266667d
2013-10-07CID#708574 uninitialized membersCaolán McNamara
Change-Id: I9b004005ac1136861759a33cee08cd945ac7d993
2013-10-07CID#708635 uninitialized membersCaolán McNamara
Change-Id: I875f11347c8d73297ef19c7da858b7246ebd44ca
2013-10-07CID#708895 unused variableCaolán McNamara
Change-Id: I09ff8a9e7c15c45d6d95c6abd750a4f1386a87ac
2013-10-07CID#707636 uninitialized membersCaolán McNamara
Change-Id: I7eba8ac0f676a2a16dc12ed423356539aec7148b
2013-10-07CID#738563 uninitialized memberCaolán McNamara
Change-Id: I5413099beb3b30f92b58f973fa4bb03f29e7f5c3
2013-10-07more fix higher debug level buildCaolán McNamara
Change-Id: Ifc76287f330818d87f52af9186caf787471a94a9
2013-10-07CID#738562 uninitialized memberCaolán McNamara
Change-Id: I65f64b1604c9c0aa3538d6e9384014fd44e16c0b
2013-10-07CID#738561 uninitialized memberCaolán McNamara
Change-Id: Icac2ca781f067975746d4b861fcbd60e6577b64e
2013-10-07CID#738560 uninitialized memberCaolán McNamara
Change-Id: I270455041b73450e6ed1fc5a05e68c88db4310ab
2013-10-07CID#984418 unused returned pointerCaolán McNamara
Change-Id: I92864b2491882e0553b87d9d87d126ec30ef3974
2013-10-07CID#984417 unused returned pointerCaolán McNamara
Change-Id: I638d7d89b7c1414aac34bcf1c92fdde8eee98e2a
2013-10-07CID#738954 unused returned pointerCaolán McNamara
Change-Id: Ieb47b91dd745db400c7ad4756167de758a625a64
2013-10-07CID#708571 uninitialized membersCaolán McNamara
Change-Id: I786b81d0982e814a9f9f8d88cb724042de7cfd81
2013-10-07CID#736943 clamp no of ttc entries to physical maxCaolán McNamara
Change-Id: Ic63defe9c14c6ee2b86bd5b7730a570238ca3981
2013-10-07fix higher debug level buildCaolán McNamara
Change-Id: I091a198bc1fac17434ae64c18560dda48d6d5142
2013-10-07CID#708514 uninitialized membersCaolán McNamara
Change-Id: Ib799d3d3ce968bca87d5841d2ecd8cd2f7c51dd0
2013-10-07CID#738896 uninitialized membersCaolán McNamara
Change-Id: I69d93000df942d6f4ff6a6bfff4862eb199ea2a0
2013-10-07sal_Bool to boolTakeshi Abe
Change-Id: Ie8e35c4342db6e2dc35fca33cee7b4d71cfcb732
2013-10-07DOCX:fdo#43093 fix wrong direction and alignment for RTLFaisal M. Al-Otaibi
Change-Id: If362d80a86a7493f2d43e6d661b94fc03942711f
2013-10-07Avmedia/VLC: Fixing some errors when creating libvlc_instance_t.Minh Ngo
condition wait is temporary only for non-windows system. Looks like there is some hang. Must be investigate later... Change-Id: Ia20227503f70244d33411164d4af95ba69e86509
2013-10-07Avmedia/VLC: Adding some todoMinh Ngo
Change-Id: I5c01ae2f0e2109460aa332b31b524f855b87948a
2013-10-07Avmedia/VLC: Using *_new_location instead of *_new_path function.Minh Ngo
There are some bug in *_new_location in the latest VLC versions. It doesn't parse URI correctly from the string "file:///blah-blah-blah". Change-Id: Iae54ad79fce0775a2f0a325766f713ff43e5d9ed