summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star
AgeCommit message (Expand)AuthorFilesLines
2013-04-22Fixed the preview bug.feature/pyweb-wizardJavier Fernandez1-5/+7
2013-04-12Fixed bug in the FTPDialogJavier Fernandez2-2/+3
2013-04-12Fixed bug in the ZIP publisher.Javier Fernandez1-8/+5
2013-04-11Waiting for the XSLT Transformation before going on with the task.Javier Fernandez2-42/+47
2013-04-11Replace static methods by instance methods.Javier Fernandez14-106/+113
2013-04-11Fixed bug related to the duplicated items in the exporters list.Javier Fernandez2-31/+31
2013-04-11Adding keyListenners for testing purposes.Javier Fernandez1-3/+19
2013-04-11Implementing the createDOM method for the CGDocument class.Javier Fernandez4-53/+91
2013-04-11Fixed typos.Javier Fernandez2-1/+2
2013-04-11Implementing the XSLT Layout templates.Javier Fernandez3-29/+120
2013-04-11Using the xml.dom.DocumentBuilder service instead of the "minidom".Javier Fernandez2-9/+8
2013-04-11Fixed bugs in the FTP publisherJavier Fernandez8-145/+102
2013-04-11Fixed bug in the zip publisher url.Javier Fernandez2-6/+12
2013-04-11Fixed bug in the UCB "listFiles" method.Javier Fernandez2-23/+12
2013-04-11Fixed bug in the document list box.Javier Fernandez6-15/+61
2013-04-11Fixed bug in the docUp/Down buttons.Javier Fernandez2-3/+3
2013-04-11WedConfigSet: Fixed bug in the way the childrenList was using the cp_Index.Javier Fernandez1-7/+3
2013-04-11Implementing the Design DataAware features and ItemListeners.Javier Fernandez5-36/+109
2013-04-11WWD_Events: Asigning the settings to the new added document.Javier Fernandez1-0/+1
2013-04-11Avoid using static attributes, using instance ones instead.Javier Fernandez3-153/+137
2013-04-11Implementing the docUp/docDown functionality when importing docs.Javier Fernandez2-18/+21
2013-04-11Implementing the ListDataListener functionality.Javier Fernandez9-18/+192
2013-04-11ImageList: Fixed bug in focus and item selection.Javier Fernandez1-2/+2
2013-04-11WWD_Events: check out whether doc is None (shouldn't happen) before "mount".Javier Fernandez1-2/+3
2013-04-11SystemDialog: "initialize" raises an exception. It seems win32 only.Javier Fernandez1-2/+2
2013-04-11CGDesign: Added getter/setter methods for style and layout attributes.Javier Fernandez2-1/+17
2013-04-11DataAware: use the getter/setter methods as alternative access.Javier Fernandez1-2/+11
2013-04-11UnoDialog: Added the "getModel" method.Javier Fernandez1-0/+8
2013-04-11UnoDialog: using the "xUnoDialog" attibute instead of "xWindow".Javier Fernandez1-2/+2
2013-04-11PeerConfig: fixed typos.Javier Fernandez1-3/+5
2013-04-11Desktop: added methods for generating the preview.Javier Fernandez1-1/+20
2013-04-11Added templates creation code, but implementation is still pending.Javier Fernandez2-4/+5
2013-04-11FilterExporter: added new exporter class.Javier Fernandez1-0/+57
2013-04-11IconsDialog must implement the ListModel iface. isHighContrastModeActivated.Javier Fernandez5-13/+99
2013-04-11IconsDialog: this class must implement the ImageList.IImageRenderer interface.Javier Fernandez1-1/+2
2013-04-11IconsDialog: getIconsetNum must return an intenger.Javier Fernandez1-1/+1
2013-04-11BackgroundsDialog: Set listModel (ListModel iface) and handling mouse events.Javier Fernandez3-19/+43
2013-04-11BackgroundsDialog: Implementing the BGRender interface.Javier Fernandez1-10/+6
2013-04-11ImageListDialog: the ARenderer class must implement the IRenderer interface.Javier Fernandez1-1/+2
2013-04-11ImageList: setSelected check if "_object" is an Integer, to call setSelected1.Javier Fernandez1-4/+7
2013-04-11ImageList: Implementing the IImageRender interface.Javier Fernandez1-3/+13
2013-04-11ImageList: the POSITION_Y and index values must be an integer.Javier Fernandez1-14/+29
2013-04-11ImageList: "listModel" as instance of ListModel, instead of a plain list.Javier Fernandez1-36/+58
2013-04-11New interface ListModel added.Javier Fernandez1-0/+33
2013-04-11DocumentPreview: using the "getProperties" instance method.Javier Fernandez1-2/+3
2013-04-11Properties: added "getProperty" instance method.Javier Fernandez1-0/+6
2013-04-11DataAware: the check about value being "assignable" us not working.Javier Fernandez1-2/+3
2013-04-11ListModelBinder: use the "toString" method instead of "cp_Name" attribute.Javier Fernandez6-1/+15
2013-04-11UnoDataAware: checking out whether the value is a list, creating a tuple.Javier Fernandez1-1/+6
2013-04-11FileAccess: Added more utility functions.Javier Fernandez1-8/+29