summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)AuthorFilesLines
2012-05-14fdo#49750 findbar: try to fill empty textfield with selected textMiklos Vajna1-1/+19
Change-Id: I583bb91e7fc325557abcc0756506133112da895c
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida1-1/+1
This can be safely substituted by the normal DATE. Change-Id: I I6b4ccfa342a8d7b638b013cdce64a0b7ff477ec0
2012-05-11removed unused static dataTakeshi Abe1-4/+0
Change-Id: I76d0aaaee472e1ce114b98c22a7e8e570d5f45c5
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl1-10/+10
Variables should have module name as prefix to prevent collisions.
2012-05-05Resolves: fdo#49340 GetFocus during dtoring causes reentry to dying windowCaolán McNamara1-0/+1
Change-Id: I79cf2dcd3e1126e95a8d89d7ebcfea0c06cbdb05
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida1-1/+3
Change-Id: I Iae5abcd0936f176b0b8976b6ea50cfe3e18593b4
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet2-3/+3
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8
2012-05-03include header for ConvertGDIMetaFileToWMF()Takeshi Abe3-8/+3
Change-Id: Ic80c12a3e9c4cb5e3ce01fa84384e1c7bdbe3057
2012-05-03nuke dead codeTakeshi Abe6-190/+0
Change-Id: I1884cfcbe7276d902ba3f8525ffe39c7f33b729e
2012-05-03sal_Bool to boolTakeshi Abe1-3/+3
Change-Id: I18a1b214982ddcd8189dfa2eff2ec2811293b3cc
2012-05-03removed unused definesTakeshi Abe6-12/+0
Change-Id: I14ff1f7631949dcc9842147aa34f4aa5987664e8
2012-05-02Cleaned up CommandLineArgsStephan Bergmann1-5/+1
* Support for dead arguments has been removed. ** Especially, dead UCB_CONFIGURATION_KEY1/2_xxx values have also been removed, and code initializing UCB has been simplified accordingly. * For the sake of simplicity, behaviour has been changed slightly. For example, passing both --calc --writer now always lets --writer win (whereas in the past the one mentioned first, i.e., --calc in this example, would win). Change-Id: Id40a19b9ef96db0d439cadd96ba491bf640d28fb
2012-04-30fdo#48536: prevent lineends from exceeding the background areaIvan Timofeev1-5/+4
Change-Id: I17d404640494c3964bdbada8f855af6e97823c2d
2012-04-30make ResId::toString a non-static memberCaolán McNamara17-58/+59
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-28extract ImplTwipsToMM/ImplMMToTwips into a common headerTakeshi Abe7-28/+37
Change-Id: I8d4aa1326a6e9f903b536ec2656155bfe1ce4988
2012-04-28removed unused definesTakeshi Abe12-55/+0
Change-Id: I892902a8a4c6c01092d53019bc8a1b3f88667a4f
2012-04-28removed dead codeTakeshi Abe7-139/+0
Change-Id: If67f8e981e034890e4fde2280f537fdfff6af0ff
2012-04-27Resolves: fdo#39825 Make detection of certificate folder ui-configurableCaolán McNamara1-2/+2
Display in the (unix) options gui the NSS cert dir that has been auto-detected for use with digital signatures. Show the other detected possibilities and allow it to be overridden. The autodetection should basically work out of the box, but if there's some bustage at least the UI can be used to sort it out and/or let developers debug it. This removes the need for the horrible MOZILLA_CERTIFICATE_FOLDER hack, though that's still supported.
2012-04-27removed unused definesTakeshi Abe7-37/+0
2012-04-27removed dead codeTakeshi Abe5-88/+0
2012-04-27removed unused headerTakeshi Abe1-60/+0
2012-04-26WaE: msvc2008 unsafe mix of bool and sal_BoolCaolán McNamara1-17/+17
2012-04-26Resolves: fdo#47733 keyboard navigation broken for SvxSimpleTableContainerCaolán McNamara2-0/+8
2012-04-26Assign com.sun.star.drawing.Shapes at index 0Takeshi Abe1-1/+1
Thanks to Eike for review.
2012-04-25callcatcher: remove freshly unused codeCaolán McNamara2-8/+0
2012-04-23callcatcher: fix up isControlVisibleCaolán McNamara1-8/+5
2012-04-23PATCH: Remove unused code from editingVicente Rafael Estevez Vacas6-40/+0
2012-04-23Add some more timelogging, for graphic export here.Thorsten Behrens1-0/+5
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold1-8/+2
2012-04-20removed unused const/static dataTakeshi Abe2-12/+0
2012-04-19svx: fix debug warnings from STL conversionMichael Stahl2-2/+6
2012-04-19Convert SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin2-4/+3
2012-04-19Convert SV_DECL_PTRARR to std::vectorNoel Grandin2-7/+6
2012-04-19Convert SV_DECL_PTRARR_SORT to std::setNoel Grandin3-54/+61
2012-04-19Convert SV_DECL_PTRARR_SORT to std::setNoel Grandin3-11/+10
2012-04-19fdo#48473 Missing translation of local String constantRegina Henschel1-2/+3
Consolidated two occurences of the same string into macro (to prevent them to diverge again)
2012-04-18callcatcher: update listCaolán McNamara2-10/+0
2012-04-18condition is always trueCaolán McNamara1-16/+11
2012-04-16upgrade GetValueTextByPos family to rtl::OUStringCaolán McNamara13-34/+34
2012-04-15findbar: Allow F3 to search next when in the find combobox.Jan Holesovsky1-1/+1
2012-04-15findbar: Kill copy'n'paste.Jan Holesovsky3-202/+37
2012-04-12remove formfeedsThomas Arnhold1-1/+1
2012-04-12n#717947: Fixed pdf export (of images).Muthu Subramanian1-3/+3
2012-04-10Remove VERBOSE part 3Rob Snelders1-1/+1
2012-04-09fdo43752: PPTX import fix affected odp imports.Muthu Subramanian5-2/+26
Related bugs: n#719989, n#719997
2012-04-09do not put things directly into $(WORKDIR)David Tardon2-2/+2
2012-04-09add package deps for resourcesDavid Tardon4-6/+26
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl5-12/+12
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)