1. 26 Agu, 2013 40 kayıt (commit)
    • Fridrich Štrba's avatar
      Document a bit the Ugly bad and nasty workaround · 2492604c
      Fridrich Štrba yazdı
      Somehow, under same circumstances, MSVC creates object code for 2
      inlined functions. Nobody here uses them, so simply define them away
      so that there be no dupplicate symbols anymore.
      
      The symbols extents and indices come from boost::multi_array.
      
      (cherry picked from commit 5b734c8e)
      
      Change-Id: I7283ecff340d95f16bb3a8d0aae97e166fa5f0e4
      2492604c
    • Stephan Bergmann's avatar
      uno-skeletonmaker has -l, does not need -env:UNO_TYPES · 7412cb31
      Stephan Bergmann yazdı
      Change-Id: I08ba8a9e84582a50a7893625139e43408be77278
      7412cb31
    • Eike Rathke's avatar
      translated comments · d4d5af73
      Eike Rathke yazdı
      Change-Id: I29cbd65d57b1c6cc26039c0f5472ecb9e669e6a7
      d4d5af73
    • Eike Rathke's avatar
      typo in comment · 6dc98de9
      Eike Rathke yazdı
      Change-Id: I4557da1d51f563be93ed33bf7a2d1804a73ed07f
      6dc98de9
    • Eike Rathke's avatar
      sal_Bool to bool · 52810eb4
      Eike Rathke yazdı
      Change-Id: I3ba3a2074495d01f7877f449ed9b8723161fdd2f
      52810eb4
    • Vishv Brahmbhatt's avatar
      Small fix to the previous commit. · 84bbcab3
      Vishv Brahmbhatt yazdı
      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
      84bbcab3
    • Thorsten Behrens's avatar
      Some cleanup and consolidation of the Impress layout work. · 1eecb8df
      Thorsten Behrens yazdı
      Also make unit test work again after Mac-app like path changes.
      
      Change-Id: I13eae20141650e1d1d826a794d1f19baaef5f561
      1eecb8df
    • Vishv Brahmbhatt's avatar
      Making changes to unit-test as well. · f78db7cb
      Vishv Brahmbhatt yazdı
      Have made changes to unit-test file of 'layoutlist.xml' as well.
      
      Change-Id: Ia4d85fd7935a935b77dfbb475a38a087520865b4
      f78db7cb
    • Vishv Brahmbhatt's avatar
      Few changes to position co-ordinates of layouts. · 46ab418b
      Vishv Brahmbhatt yazdı
      Made appropriate changes to the position co-ordinates of layoutlist.xml.And
      now diff of 'vertical layouts' comes empty.
      
      Change-Id: Idd4ced9e7551dc95fd42e2a9767894fff121914d
      46ab418b
    • Vishv Brahmbhatt's avatar
      Adding entries to "objectlist.xml" · 08913f85
      Vishv Brahmbhatt yazdı
      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
      08913f85
    • Vishv Brahmbhatt's avatar
      Creating a new demo XML file · c3631606
      Vishv Brahmbhatt yazdı
      A small demo version of new XML file, to store the remaining of the 'magic numbers' left in the
      "sdpage.cxx".
      
      Change-Id: I2883782dbdfd5a68f707631faec2e7b1d62a00de
      c3631606
    • Vishv Brahmbhatt's avatar
      Deleting the required files. · 2c6e9b2d
      Vishv Brahmbhatt yazdı
      The files were left to be deleted in the previous commit ,now deleting them.
      
      Change-Id: I1243e6383d3cd96dccf1a786e9b9fc840e46f0a7
      2c6e9b2d
    • Vishv Brahmbhatt's avatar
      Deleting useless unit-test files/directory. · 14c81676
      Vishv Brahmbhatt yazdı
      Deleting the "empty_directory" entries of "unittest/user/*" in 'Package_unittest.mk' and corresponding
      files from the "test/user-template/*" directory.
      
      Change-Id: Ia53a18bf7d55bfaba91f9bb8c2a15d3578e35e11
      14c81676
    • Vishv Brahmbhatt's avatar
      Few name conventions changes. · 8a1ccacb
      Vishv Brahmbhatt yazdı
      Changed the name of attributes from "title-shape-relative-height" to "relative-height" & all others.
      
      Change-Id: I3010e8faf8a9bf347a7bec366449bbba77f0a69f
      8a1ccacb
    • Vishv Brahmbhatt's avatar
      Adding vertical layouts to XML file. · 9b7a693e
      Vishv Brahmbhatt yazdı
      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
      9b7a693e
    • Vishv Brahmbhatt's avatar
      Fixed a broken unit-test. · 96087f52
      Vishv Brahmbhatt yazdı
      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
      96087f52
    • Vishv Brahmbhatt's avatar
      Making few changes to the parser logic. · 07dccf03
      Vishv Brahmbhatt yazdı
      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
      07dccf03
    • Vishv Brahmbhatt's avatar
      Few changes to "drawdoc.cxx". · 20ee726d
      Vishv Brahmbhatt yazdı
      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
      20ee726d
    • Vishv Brahmbhatt's avatar
      Getting vector from "SdDrawDocument" · 421d0e3c
      Vishv Brahmbhatt yazdı
      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
      421d0e3c
    • Vishv Brahmbhatt's avatar
      Refactoring changes in the "sdpage.cxx" · e0ebeb1f
      Vishv Brahmbhatt yazdı
      Few removal changes from "sdpage.cxx" some more are still to be done.
      
      Change-Id: I60e98ef54cb8e10a007820d83280a16c0407f97a
      e0ebeb1f
    • Vishv Brahmbhatt's avatar
      Few changes to the logic of parsing · 6671f931
      Vishv Brahmbhatt yazdı
      This changes are pushed for quick reference as there are some more changes
      that are left to be done.
      
      Change-Id: I8c79fa7730dcab9250bebe6bd84f49a8664e338d
      6671f931
    • Vishv Brahmbhatt's avatar
      Temporarily adding new methods to "drawdoc.cxx". · 7885ead7
      Vishv Brahmbhatt yazdı
      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
      7885ead7
    • Thorsten Behrens's avatar
      Fix a warning. · 52abaef5
      Thorsten Behrens yazdı
      Change-Id: I522d4d950c3eed61a6e247557e48fbbf952e435e
      52abaef5
    • Vishv Brahmbhatt's avatar
      Refactoring changes in the "sdpage.cxx" · ddb7afe6
      Vishv Brahmbhatt yazdı
      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
      ddb7afe6
    • Vishv Brahmbhatt's avatar
      Made changes in the unit-test of other configuration files · 95afd8e6
      Vishv Brahmbhatt yazdı
      Unit-test path is changed for the "effects.xml" and "transitions.xml" to avoid "unit-test" error.
      
      Change-Id: Ia871b16b9b9c1bec96fa3d208dc9171c287b020a
      95afd8e6
    • Vishv Brahmbhatt's avatar
      Added few more new samples to "layoutlist.xml" · a1f2fb38
      Vishv Brahmbhatt yazdı
      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
      a1f2fb38
    • Vishv Brahmbhatt's avatar
      Changed the logic of parsing · 84bfb880
      Vishv Brahmbhatt yazdı
      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
      84bfb880
    • Vishv Brahmbhatt's avatar
      Solved the unit-test problem · 8089be83
      Vishv Brahmbhatt yazdı
      Changed the destination path of test-profile at "test/Package_unittest.mk".
      
      Change-Id: I24ae595af22c38141add0ab8446281c3ccc84707
      8089be83
    • Vishv Brahmbhatt's avatar
      Added a for loop to "CalcAutoLayoutRectangles" to change logic. · c9b06499
      Vishv Brahmbhatt yazdı
      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
      c9b06499
    • Vishv Brahmbhatt's avatar
      Solved the identation problem related to "layoutlist.xml". · ac5b9651
      Vishv Brahmbhatt yazdı
      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
      ac5b9651
    • Vishv Brahmbhatt's avatar
      Solved the "unit-test" error related to parser. · 6ef55374
      Vishv Brahmbhatt yazdı
      This error may also prevail with the unit-tests of "effects.xml & "transitions.xml" present in Impress.xcs.
      
      Change-Id: I2c661e62840911f9e21919e54271d30fd996798f
      6ef55374
    • Vishv Brahmbhatt's avatar
      Adding new Slide Layouts Samples to "layoutlist.xml". · da5bca5b
      Vishv Brahmbhatt yazdı
      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
      da5bca5b
    • Vishv Brahmbhatt's avatar
      Working version of XML parser from configuration file path · 2fd74b3b
      Vishv Brahmbhatt yazdı
      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
      2fd74b3b
    • Vishv Brahmbhatt's avatar
      Changing the XML parser with configuration file path · 4a281deb
      Vishv Brahmbhatt yazdı
      Updating the "getRootElement" function.So "layoutlist.xml" can be read from actual configuration path.
      
      Change-Id: Iee636d32e629e935e46a18572646659780ae20e3
      4a281deb
    • Vishv Brahmbhatt's avatar
      Creation of XML parser function · 58056cd7
      Vishv Brahmbhatt yazdı
      Updating the first working version of parser function "readLayoutPropFromFile".And it parses information from XML file for layout
      "AUTOLAYOUT_TITLE_2VTEXT".
      
      Change-Id: I24a52ae8c2b0c18ef806d9723d7eb6a7e43a20ec
      58056cd7
    • Fridrich Štrba's avatar
      Ugly bad and nasty workaround for some dupplicate symbols issue · 5b734c8e
      Fridrich Štrba yazdı
      Change-Id: I7283ecff340d95f16bb3a8d0aae97e166fa5f0e4
      5b734c8e
    • Eike Rathke's avatar
      resolved fdo#68437 append the bDetectSpecialNumber "true" string in options · aaa1bc40
      Eike Rathke yazdı
      Regression introduced with 465dbaec
      
      Change-Id: I7c05c7f246dddd0271c421aa358068365d44fb98
      aaa1bc40
    • Caolán McNamara's avatar
      drop unused helpids fully · 4c96fa78
      Caolán McNamara yazdı
      Change-Id: I1490fda183bb2315e3d6947941478fa3dd8ed6fb
      4c96fa78
    • Caolán McNamara's avatar
      drop unused help ids · fa22dd91
      Caolán McNamara yazdı
      Change-Id: I576f28dc33f7891c7df25e0200e19d02a5824023
      fa22dd91
    • Caolán McNamara's avatar
      Updated core · 65f8980f
      Caolán McNamara yazdı
      Project: help  3bb6a44f94e5fa896748085a54f91f4ecffacc38
      65f8980f