summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)AuthorFilesLines
2013-09-04Print images in grayscale when printing using the "Black & White".Brian Fraser2-5/+5
Black and white color option found in Impress at File-->Print-->Libreoffice Impress tab Before change, images are printed in pure white, and hence missing from the printouts. Should resolve bug 62838, and is contributed under the LGPLv3+ / MPL. Change-Id: I29e291c2f2baf95b5725b862625f6a206e4cb8ba Reviewed-on: https://gerrit.libreoffice.org/5798 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-03Fix HTML closing tags order for slide notes.Artur Dryomov1-1/+1
Change-Id: Ia6f84965ea0137c58f6bef375e14863d262f7e2b Reviewed-on: https://gerrit.libreoffice.org/5771 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-09-03Remove more unused methodsMarcos Paulo de Souza6-82/+0
Change-Id: I79548f9dd1b83ef940e7a1302cf7b728610fed4a Reviewed-on: https://gerrit.libreoffice.org/5757 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-09-03String->OUStringIvan Timofeev4-12/+12
Change-Id: I5708992ce73edd96f030ee7bfd5fcd9e0e6fca8a
2013-09-03remove stray method declarationIvan Timofeev1-3/+0
Change-Id: Ia536eadc80a969ce16f5d9fb995adfab048b77c1
2013-09-02unused string resourceCaolán McNamara2-5/+1
Change-Id: Icea434caf7a5de1131bcba72b2133f8643428ecd
2013-09-02String->OUStringIvan Timofeev6-67/+63
Change-Id: Ic7e61d002638991f2d69462d343f1b29bc9b0040
2013-09-02String->OUStringIvan Timofeev3-10/+10
Change-Id: I0557dcc191aab97adb6aa68ebee1970a11600f4f
2013-09-02remove unused varsIvan Timofeev2-2/+0
Change-Id: I2e7caabbc8464a2a6ee214085e7ea43ba436e030
2013-09-02extend documentation with gsoc2013 updatesSiqi LIU1-1/+16
2013-09-02remove unused commentsSiqi LIU1-5/+0
2013-09-01String->OUStringIvan Timofeev2-31/+31
Change-Id: I4d822fdb3dfb1e07d2c0e0352809f9d51bf9dfc4
2013-09-01convert SdPageObjsTLB to OUStringIvan Timofeev2-36/+34
Change-Id: Iad3f3a70ccf2d47add5ce7f0c8f9dfa85789a251
2013-09-01Remove some unused code from unusedcode.easyMarcos Paulo de Souza2-48/+0
Change-Id: Ic3e96eebbb914c5b905a8c58532ead9cb01dd41d Reviewed-on: https://gerrit.libreoffice.org/5721 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-01Remove pointless comments and ASCII artTor Lillqvist3-125/+52
Change-Id: I387d7b301643f359f2d6a4c5f51a4dd7f5e1c296
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-1/+5
Change-Id: I7409f7a58796c9bf7542b6a7904ad40581637eeb
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer2-52/+1
This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
2013-08-30ENABLE_BLUETOOTH* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2-12/+12
Change-Id: Ia27882faa9c85c439bc1f77987d766f65f1d8cef Reviewed-on: https://gerrit.libreoffice.org/5699 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-4/+4
things got a little out of hand and I ended up converting quite a bit of calc to OUString Change-Id: I056326d37ffefa8c120cb2e564d166dd9f20f216
2013-08-29unused includeIvan Timofeev1-1/+1
Change-Id: I67e58335815cdbff2887a40737302a328623edf2
2013-08-29convert include/sfx2/childwin.hxx from String to OUStringNoel Grandin1-8/+8
Change-Id: Ide6e1751879c9702299df37c8f14ebed22d31a34
2013-08-29convert includes/sfx2/frame.hxx from String to OUStringNoel Grandin1-2/+0
Change-Id: Ia69548250beb2896cab8c19fe2e635fdc9162f4d
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin3-8/+8
along the way, de-virtual ScDocFunc::InsertAreaLink, since it only has one implementation. Change-Id: I3fc836f9954628f154e01b1c7ae8f90eb7600a76
2013-08-29convert includes/sfx2/lnkbase.hxx from String to OUStringNoel Grandin2-2/+2
Change-Id: I3816ec77dd334823100421dab90d4bc8b67542e3
2013-08-28typo fixAndras Timar1-1/+1
Change-Id: I07a2e5b125db6652ae51b881ad457dd6332ec372
2013-08-26sd: fix C++11ismMichael Stahl1-2/+5
Change-Id: Ia03d4794a8d1fc2967946866a0d2975e5e52d6bb
2013-08-26Small fix to the previous commit.Vishv Brahmbhatt1-2/+2
Making a small logical change,as per my code.Please let me know if some other logic can be used here.'Slide Layouts' did not work properly after previous commit, so pushing this change. Change-Id: Iefbb33503bf1c37bdb899181c58109fb904af6de
2013-08-26Some cleanup and consolidation of the Impress layout work.Thorsten Behrens4-127/+87
Also make unit test work again after Mac-app like path changes. Change-Id: I13eae20141650e1d1d826a794d1f19baaef5f561
2013-08-26Few changes to position co-ordinates of layouts.Vishv Brahmbhatt1-3/+3
Made appropriate changes to the position co-ordinates of layoutlist.xml.And now diff of 'vertical layouts' comes empty. Change-Id: Idd4ced9e7551dc95fd42e2a9767894fff121914d
2013-08-26Adding entries to "objectlist.xml"Vishv Brahmbhatt1-2/+13
Few more entries are added to "objectlist.xml".Only last two magic numbers of "sdpage.cxx" are left to be handled.They are slightly different from rest of the entries. Change-Id: Ic1481606a360695dc57174e5e4037169f91bd611
2013-08-26Creating a new demo XML fileVishv Brahmbhatt1-0/+8
A small demo version of new XML file, to store the remaining of the 'magic numbers' left in the "sdpage.cxx". Change-Id: I2883782dbdfd5a68f707631faec2e7b1d62a00de
2013-08-26Few name conventions changes.Vishv Brahmbhatt2-50/+50
Changed the name of attributes from "title-shape-relative-height" to "relative-height" & all others. Change-Id: I3010e8faf8a9bf347a7bec366449bbba77f0a69f
2013-08-26Adding vertical layouts to XML file.Vishv Brahmbhatt2-173/+35
The new vertical layouts and the old layouts works well on my maschine. Also the 'vertical writing' mode seems to be working perfectly for 'vertical layouts'. And removed the 'switch'case from the "sdpage.cxx". Change-Id: Ic9f6af68cdeb635f79e67b959f95ac0a79c119ca
2013-08-26Fixed a broken unit-test.Vishv Brahmbhatt2-2/+3
Added a new component of "unoxml/source/service/unoxml" in makefile of 'sd_uimpress'. Also few changes in "drawdoc.cxx".Please ignore the changes of unit-test XML file, it has to be deleted in subsequent commit. Change-Id: I50eb516444820c8037aebc8859a322116989d3bf
2013-08-26Making few changes to the parser logic.Vishv Brahmbhatt3-108/+109
The logical change seems to work perfectly,only few of the layouts involving 'vertical title' are left to be handled in the XML file.Also commenting out some of the code in the switch case for temporary reference.It will be deleted in the subsequent commit. Change-Id: I491e414dec3dbd01d8566f23ab31096daa7bbfa8
2013-08-26Few changes to "drawdoc.cxx".Vishv Brahmbhatt3-22/+21
Prettifying some of the code in "drawdoc.cxx".Also few changes related to static_cast is left to be discussed.It will be pushed in the next commit. Change-Id: I30e7550de4e8c40ba100dbe178f357763bee8ca4
2013-08-26Getting vector from "SdDrawDocument"Vishv Brahmbhatt3-73/+7
Deleting some of the unused methods.Also there is some "filter-test/unit-test" error associated with "drawdoc.cxx" methods. But the functionality is working as desired.This one for the quick reference.I am trying to remove those errors in next commit. Change-Id: I2d5507e1945c5d33f72df3b3ec14dc12ee420c16
2013-08-26Refactoring changes in the "sdpage.cxx"Vishv Brahmbhatt1-105/+0
Few removal changes from "sdpage.cxx" some more are still to be done. Change-Id: I60e98ef54cb8e10a007820d83280a16c0407f97a
2013-08-26Few changes to the logic of parsingVishv Brahmbhatt2-79/+78
This changes are pushed for quick reference as there are some more changes that are left to be done. Change-Id: I8c79fa7730dcab9250bebe6bd84f49a8664e338d
2013-08-26Temporarily adding new methods to "drawdoc.cxx".Vishv Brahmbhatt3-12/+104
Adding new methods to "SdDrawDocument" class to set the vector "layoutlist" from the constructor of "SdDrawDocument" and use it in "CalcAutoLayoutRectangles". Build got failed in-between,so authentication of it's working is left to be done. Change-Id: Ia614ab0e1d45022d770e61d27b0ae6c74dc71bf8
2013-08-26Fix a warning.Thorsten Behrens1-1/+1
Change-Id: I522d4d950c3eed61a6e247557e48fbbf952e435e
2013-08-26Refactoring changes in the "sdpage.cxx"Vishv Brahmbhatt1-10/+9
Converted some 'long' to 'int' and 'double' to 'sal_Int32'.So removed the long from the file. Also one of the changes for "readLayoutPropFromFile" will be removed soon. Change-Id: I4e88807908520439fa64f07808af9138c6556890
2013-08-26Added few more new samples to "layoutlist.xml"Vishv Brahmbhatt2-9/+58
New samples are added to "layoutlist.xml" and corresponding changes are made in the "sdpage.cxx". Few changes are still left to be made in the values,which will be done in the next commit. Change-Id: Ia388f416906f4416ec596ae4631a51940e6ccf93
2013-08-26Changed the logic of parsingVishv Brahmbhatt2-50/+60
Have added a vector list of XNode to store the parse XML and referring it instead of XML eveytime. Need to make scope level changes for vector and parseXml() in the next commit. Change-Id: I2f270fc18058772fbf30a2a44e564c8290c316c4
2013-08-26Added a for loop to "CalcAutoLayoutRectangles" to change logic.Vishv Brahmbhatt1-3/+93
Changed the logic of switch case in "CalcAutoLayoutRectangles".This for loop basically traverse through the "layoutlist.xml" and find the appropriate node to a particular "layout" and then fills in the property values to all of it's presobj in the layout. Currently,I have not deleted the switch case,but this 'for loop' aims to replace it. Change-Id: I114614292934af179f9380277021aea350e3b35d
2013-08-26Solved the identation problem related to "layoutlist.xml".Vishv Brahmbhatt2-26/+52
Have added a 'if' conditional statement to know whether layout's child is a empty 'text' node or 'presobj' node.And proceed with rest of the things ,if it is a 'presobj' node.Also the xml files are indented. Change-Id: I676e710b86b1f50dbd861f2cb180bf9be839b867
2013-08-26Adding new Slide Layouts Samples to "layoutlist.xml".Vishv Brahmbhatt2-13/+64
Have added new "Slide Layouts" samples.So commented out the code related to existing slide layouts in "sdpage.cxx" and also added some code for XML parsing of the new layouts. Change-Id: I8f5fdcab5f2eb41e37fa522a7801b388cbfefed5
2013-08-26Working version of XML parser from configuration file pathVishv Brahmbhatt2-17/+18
Added some changes in the "getRootElement" and new "layoutlist.xml" is added for "unit-test" module. XML parser works perfectly in the installation,only the failure of "unit-test" is left to be solved. Some refactoring related to "layoutlist.xml" will be updated soon. Change-Id: If7ed3af40e9b6df26e20881728181eb6c82936d8
2013-08-26Changing the XML parser with configuration file pathVishv Brahmbhatt3-4/+64
Updating the "getRootElement" function.So "layoutlist.xml" can be read from actual configuration path. Change-Id: Iee636d32e629e935e46a18572646659780ae20e3
2013-08-26Creation of XML parser functionVishv Brahmbhatt1-2/+99
Updating the first working version of parser function "readLayoutPropFromFile".And it parses information from XML file for layout "AUTOLAYOUT_TITLE_2VTEXT". Change-Id: I24a52ae8c2b0c18ef806d9723d7eb6a7e43a20ec