summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-11Modifying comments to meet doxygen standardsAbdulmajeed Al-Abaulrazzaq
Change-Id: I363ce532c7d11e798c2a5cc67b1b7893dcd0a389 Reviewed-on: https://gerrit.libreoffice.org/596 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-09-11Remove unnecessary #ifndef guardsTakeshi Abe
Change-Id: I0b393c97f8781d99bf5d3be4065864379eab004c Reviewed-on: https://gerrit.libreoffice.org/594 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-09-11Improvement on previous commitStephan Bergmann
Change-Id: I10984b6ac4128ad46f512dade0f4e0084d0b9348
2012-09-11fdo#46808, Adapt task::PasswordContainer UNO service to new styleNoel Grandin
Create a merged XPasswordContainer2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I245b566b43e4646f10914b0aee13b2a0b0e296ae
2012-09-11blind fix for toolkit_unoapiNoel Power
Change-Id: I545b712c5fb72d8de415752b7fb4ec20ab3fcee0
2012-09-11Stray circular dependency of tk on svtStephan Bergmann
Change-Id: I766178a729030fbe13dd42f82fc88d58e21439d7
2012-09-11use _use_static_libraries here again to ensure proper dependencyMatúš Kukan
Change-Id: I04fb35b6eac1c1777e67de9877417cfe7cc5aac8
2012-09-11Unused includesStephan Bergmann
Change-Id: I756b89012bc1cdef3a9b4612d9b2195fbe1f5f16
2012-09-11Missing "this->" qualificationStephan Bergmann
Change-Id: I341e73bd2d8a240c4e31916393729efba8d9a4e2
2012-09-11-Werror=unused-but-set-variableStephan Bergmann
Change-Id: I66c577b3d22a64a09412bd18a46d8d45eb6d1142
2012-09-11-Werror=non-virtual-dtorStephan Bergmann
Change-Id: Icf2b94ba307c1e355ef035dbe9a70c9a650f75c9
2012-09-11Updated iconsAlexander Wilms
Change-Id: I59d741a638185b02a430abf4f9391381af0c6bcb
2012-09-11Make update_tree.pl work with internal xmllintStephan Bergmann
Change-Id: I5985e484ffd031e0526c2de7765df113b51bb7e8
2012-09-11Stray "use Carp"Stephan Bergmann
Change-Id: Iba0cc40699bd7d5f2d4c5964d8005f41814bfe8e
2012-09-11-Werror,-Wunused-private-field (various sw)Stephan Bergmann
Change-Id: Ib2becb2af810da0fa3d24bd0aa21887d41e2f34c
2012-09-11-Werror,-Wunused-private-field (various sd)Stephan Bergmann
Change-Id: Ib0756e3730783f2c842a835782452279ad8f189b
2012-09-11-Werror,-Wunused-private-field workaround (BluetoothServer)Stephan Bergmann
Change-Id: I7c5428c74f6d7ff759ed9853cb44bcd7c2d3d514
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
Change-Id: Ia30a2bb6b1f36304a3c420db1d28d177d429a19b
2012-09-11-Werror,-Wunused-private-field (SC_TOKEN_FIX_MEMBERS -> ScRawTokenBase)Stephan Bergmann
Change-Id: If9172eaed5ef1bf853e6e29cc81141f226aac264
2012-09-11-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I99badd3ed5c3b86180bbf172f8239e692d6df11b
2012-09-11-Werror,-Wnon-literal-null-conversion (various sw)Stephan Bergmann
Change-Id: Ibab710f57b599b239e3d7e0dc2faec53d994f2f5
2012-09-11-Werror,-Wnon-literal-null-conversion (SwInsertFld_Data ctor)Stephan Bergmann
...also, the "sal_True" argument was probably meant for the "sal_Bool bIsAutoLanguage = sal_True" parameter rather than the "sal_Unicode cSep = ' '" one. Change-Id: Iafa038ffaf37c45d6157f7f14e4d529e65dba501
2012-09-11-Werror,-Wnon-literal-null-conversion (SpellStart(..., *pConvArgs = 0))Stephan Bergmann
Change-Id: Ice0f4e4ae6f2e46fb130aded184ef91c7635660c
2012-09-11-Werror,-Wnon-literal-null-conversion (GetDrawOutliner(* pObj=NULL))Stephan Bergmann
Change-Id: Id7c6b45411f0786e416bab7e70570d5d921bf216
2012-09-11-Werror,-Wnon-literal-null-conversionStephan Bergmann
The wrong use of GetBoolValue overload appears to be in there "for a very long time already." Change-Id: I14c8ffefd5f16c52e6eb4197bc50b7f0b4ca322e
2012-09-11-Werror,-Wunused-valueStephan Bergmann
Change-Id: I30a2d1c5ad0611eeb69ee50dadfb847981d0a61d
2012-09-11fdo#53009: For msi installer, only default-select a subset of dictionariesStephan Bergmann
Change-Id: I3ee3fb5e5142ce4956776467b2ffcb19ed3b10c2
2012-09-11fdo#53520: One more dict pt vs. pt-PT inconsitencyStephan Bergmann
Change-Id: Idad02284eaa033a029a2ff7d03bde83800ba738a
2012-09-11Some code simplificationStephan Bergmann
Change-Id: I01eb2bf6fe03845787e8869a2f90bb2fced4f933
2012-09-11disable scrollable Frame ( not working well )Noel Power
Change-Id: I09dc7b656c7ff19b937936e0b8436022d287cc87
2012-09-11get scrollbar details actually read for groupboxNoel Power
<sigh> the display with groupbox is disappointing, there are many artifacts and the size of the area you actually need to scroll wrong, perhaps we actuall really need a proper groupbox Change-Id: Iba6ff62718728324a461806cef61ee6a6a438ddf
2012-09-11fixed the unable to close dialog when vert scrollbars setNoel Power
Change-Id: If15a2b7312577a8285dc1ab1dea1ccb7c4824ed6
2012-09-11make interface for scrollablity properties to allow more code sharingNoel Power
Change-Id: I0e03360808e73426848820d807f741c13c76abf8
2012-09-11some more tweaking to import scrollbar data for mso Frame & UserformNoel Power
also removed printf(s) Change-Id: If83565dcd97b276e1f6a8488a9f1d23066c2a9ff
2012-09-11add persistence support for the scrollable attributesNoel Power
Change-Id: I6fc196233f997e540301cac2cdf1b99d48aa2bde
2012-09-11fix scroll top & scroll leftNoel Power
Change-Id: If333932a0f3cfde6e8459ca3506a609207982f96
2012-09-11better scrolling, support for scroll width and scroll heightNoel Power
scroll top & scroll left not working that successfully Change-Id: I61e49c15798a1754822fb0802cbd17bab07327cd
2012-09-11misc fixes and improvementsNoel Power
hook in new properties into the property controller allow new values to be passed to control Change-Id: Ibbf1c1de4bfc7cb15e46d0d6704a025e5f0d048c
2012-09-11mpre debug, fix more obvious fobarsNoel Power
Change-Id: I88664f7dd09c8d6cdc1c18e87b3cd40b7e3bb246
2012-09-11attempt own scrollNoel Power
Change-Id: I4abc00bf4fcebb098b63cc2c3638e0d573381ca5
2012-09-11crummy but psuedo usable scrollable dialogNoel Power
Change-Id: I93c49f2e2e313f27b660f3998cb5e8e2cd520ada
2012-09-11orcus: use Package to deliver librariesMichael Stahl
Manually copied files aren't cleaned Change-Id: I35b08ed6f10b9405d569c06c624d0702f1f6e5fa
2012-09-11gbuild: UnpackedTarball: don't need over-engineered 82 lineMichael Stahl
... perl script to convert line ends. Change-Id: Ia2f6f38b39876946ba4471f99a7622241ae72017
2012-09-11Fix liblangtag and GLib checks for iOS and AndroidTor Lillqvist
Change-Id: If6b46ebdb63d7688830f5ee712c124c07e93661b
2012-09-11we still need to register the libraryMatúš Kukan
Change-Id: Ia3c38ec42bcf5b36465bca3bfee81c4008c937c3
2012-09-11fix few problems with gbuildized liborcusMatúš Kukan
Change-Id: Ic8717085f0f71470eadc225eb062c1dee24d24f7
2012-09-11orcus: use gb_UnpackedTarball_fix_end_of_line so patch appliesMichael Stahl
Change-Id: I455ae6cb2b99253c1a66d8d4ddab3ba5e1e9fb80
2012-09-11no ascii >127 chars in string literalsLuboš Luňák
Change-Id: Icf7fadc27823b0cd32795f3ab685602f9ad6c99c
2012-09-11fdo#39625 Make existing cppunittests workRadu Ioan
Make sal_rtl_uri cppunittest work - removed call to simpleheader.hxx - added call in Module_sal.mk for sal_rtl_uri - created mk for cppunittest for sal_rtl_uri - removed duplicate include - change from t_print to printf Change-Id: I928ade62eb51ba1cb0a74e347411b344d57e97d0 Reviewed-on: https://gerrit.libreoffice.org/590 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-09-11::rtl::OUString to OUString correction in accessibilityRicardo Montania
Change-Id: Ib59e07ef5dcdd2f30bc5abee2e958cbda57e9629 Reviewed-on: https://gerrit.libreoffice.org/589 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>