summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)AuthorFilesLines
2011-12-12slideshow: play back embedded media:Michael Stahl3-4/+14
The slideshow uses the UNO API to access the drawing objects, so add a property to get the temp file URL from the media object.
2011-12-11Remove ByteStringJulien Nabet1-2/+2
2011-12-11Remove ByteStringJulien Nabet1-4/+4
2011-12-09fdo#38545: Show/hide anchor when the anchoring status changes.Kohei Yoshida2-0/+21
Setting a page-anchored object to cell-anchored didn't show the anchor immediately until you unselect the object and re-select it. Same for the cell-anchored to page-anchored direction. This commit fixes it.
2011-12-08n#719989: Rotation needs to be done post flipping.Muthu Subramanian1-5/+6
2011-12-08childs -> childrenMichael T. Whiteley16-63/+63
2011-12-07Remove oooimprovementAugust Sodora2-30/+0
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-07Change "menues" to "menus"Michael T. Whiteley1-1/+1
2011-12-06svx: tweak translations a tiny bitMichael Stahl3-8/+8
2011-12-06Translation of comments in svdraw (part two)Stefan Knorr (astron)10-557/+597
Big thanks to Eike Rathke who rescued the ASCII imagery in svdoedge.cxx.
2011-12-06Removed unnessecary tools/table.hxx includesMarcel Metz2-2/+0
2011-12-06remove duplicated images for basic dialog form controls ( & misc tidyup )Noel Power2-15/+15
2011-12-06callcatcher: update listCaolán McNamara2-7/+0
2011-12-06Make merges of impress210 build.Thorsten Behrens2-2/+2
2011-12-06impress210: #i41995# using view contact to get bound rect for old path ↵Christian Lippka ORACLE6-22/+6
animation import # HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1301475461 -7200 # Node ID d87b5924442237c58b243d83012f655ce59c312d # Parent c6dff567a9e0ee383071e53c64e3f5a06a186015 impress210: #i41995# using view contact to get bound rect for old path animation import
2011-12-06Fix a warning.Thorsten Behrens1-1/+1
2011-12-06impress210: #i117319# disconnect and reconnect to table style on change ↵Christian Lippka ORACLE1-0/+2
model in SdrTableObjImpl # HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1299770834 -3600 # Node ID 8177bdbe49941e3c2a8b62c7c5cf166dcadb7a54 # Parent 6b1140cdac81a77836e5be80033f328a0956c94a impress210: #i117319# disconnect and reconnect to table style on change model in SdrTableObjImpl
2011-12-06impress210: #i117133# put new drawing layer fill and stroke styles in pool ↵Christian Lippka ORACLE3-2/+18
only for newly created documents # HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1299763312 -3600 # Node ID 6b1140cdac81a77836e5be80033f328a0956c94a # Parent 8edc33ef50a3b6ebbc4e88d574b6b1ba57b1dbaa impress210: #i117133# put new drawing layer fill and stroke styles in pool only for newly created documents
2011-12-06impress210: #i41995# fixed import of path animation from sxi filesChristian Lippka ORACLE6-6/+21
# HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1299691949 -3600 # Node ID 8edc33ef50a3b6ebbc4e88d574b6b1ba57b1dbaa # Parent 0b9b11216b0d3401f8824542dd5f2794eb141035 impress210: #i41995# fixed import of path animation from sxi files
2011-12-06impress210: #i50899# clean up fill attributes if fill style changesChristian Lippka ORACLE5-1/+46
# HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1299270680 -3600 # Node ID 69091b8fc77c9951fcdc52b800a37a92dc70bf84 # Parent 20c5c9384888da33596d864251881e6e46bdd339 impress210: #i50899# clean up fill attributes if fill style changes
2011-12-06#158674# some minor customshape fixessj@openoffice.org2-230/+135
# HG changeset patch # User sj <sj@openoffice.org> # Date 1298982488 -3600 # Node ID 95f3a25e5fc5af0502ef95fbba4dad3207051351 # Parent 31d48f0e498a3f8e91c8b2e31c01a6bffc85db65 #158674# some minor customshape fixes
2011-12-06impress210: #i116846# adding uncommited changes from cws impressdefautls1Christian Lippka ORACLE1-1/+1
# HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1297097627 -3600 # Node ID e7f337a6055814068bdc823306bc3a3f9cac48e5 # Parent 80a255ef3468baa8b249e02aa760b0da463e1d26 impress210: #i116846# adding uncommited changes from cws impressdefautls1
2011-12-06impress210: #i105310# set tooltip for items and some refactoringOcke.Janssen@oracle.com19-60/+57
# HG changeset patch # User Ocke.Janssen@oracle.com # Date 1297164555 -3600 # Node ID 902597eed5414555107034f62583c4ccc2cdfd4b # Parent 2f0f385e8b25938777bb9fed6a86a2ff43e0b7cd impress210: #i105310# set tooltip for items and some refactoring
2011-12-06refactor media embedding completely:Michael Stahl4-81/+160
Do the tempfile handling in SdrMediaObj, not in the window; this has the advantage that it works even in the presence of clipboard documents without SfxBaseModels and thus without storage (sc, sw). The SdrMediaObj instances share ownership of a temp file.
2011-12-06SdrMediaObj: copy/paste supportMichael Stahl3-3/+66
This only works properly in Impress, because Calc and Writer lack a SfxBaseModel on their clipboard document.
2011-12-05Remove Large Handles optionStefan Knorr (astron)1-5/+5
This patch removes the option Large Handles everywhere and makes LibO use the larger 9px handles always.
2011-12-05add some form control support for basic dialogsNoel Power2-1/+198
2011-12-03actually play embedded media:Michael Stahl3-5/+14
In order to do this, the media is written to a temp file by avmedia::MediaWindowBaseImpl. This requires some rather ugly hacks to transport the Storage that contains the media to the avmedia stuff, including adding a XModel reference to avmedia::MediaItem.
2011-12-03refactor SdrModel::GetDocumentStreamMichael Stahl3-40/+67
Remove 3 ~identical implementations of GetDocumentStream and the associated struct SdrDocumentStreamInfo.
2011-12-03SdrModel: remove unused pModelStorageMichael Stahl2-7/+0
2011-12-03move LifecycleProxy out of comphelper::OStorageHelperMichael Stahl1-1/+1
... so it can be forward declared
2011-12-03sfx2::FileDialogHelper: refactor construction:Michael Stahl4-6/+8
There are currently 2 different ways to specify what kind of file dialog should be created: the nDialogType and nFlags ctor parameters. Simplify that by using the nDialogType for the API specified variety, and the nFlags only for options that cannot be specified by the API. This allows to get rid of 3 constructors, and the following constants: WB_OPEN, WB_SAVEAS, WB_PASSWORD, SFXWB_PASSWORD, SFXWB_SHOWSTYLES
2011-12-03sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODALMichael Stahl1-1/+1
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke5-10/+31
2011-11-30convert over hidden windows-only ByteStringsCaolán McNamara1-2/+3
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-28correct gluepoint sizing to match new 9x9 glue-points (thanks to Astron)Michael Meeks1-4/+7
2011-11-28Comment translation in svdraw (part one)Stefan Knorr (astron)28-1056/+859
2011-11-28getenv/putenv->osl_setEnvironmentCaolán McNamara1-18/+9
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara6-21/+21
2011-11-28make sure the bOOXMLShape flag is initializedRadek Doulik1-0/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-988/+0
2011-11-27remove pch from the include listNorbert Thiebaud3-4/+1
2011-11-27remove include of pch header from svxNorbert Thiebaud495-964/+0
2011-11-26Remove unnecessary includesAugust Sodora1-4/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-2/+2
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon7-12/+12
2011-11-24Fixed wrong scaling of the anchor iconsTim Hardeck1-2/+2
The size of the anchor icons, handles and similar were always one pixel too small which resulted in a blurry image.
2011-11-23add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara1-1/+9