summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa2013-07-231-0/+2
| | | | | | | Change-Id: Ib0edc828691c6a8edbd1f45d3c0e2851c32c865f Reviewed-on: https://gerrit.libreoffice.org/5013 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* expand out the U2S and S2U macros from sfxuno.hxxNoel Grandin2013-07-231-5/+0
| | | | | | They are vestiges of the old string classes. Change-Id: I5dd458bd2dac5f2e867ddaa731190f159b8a3b65
* Revert "WaE: "HAVE_GCC_ATTRIBUTE_WARN_UNUSED" is not defined"Tor Lillqvist2013-07-231-1/+1
| | | | | | Nope, that caused warning: unknown attribute 'warn_unused' ignored with Clang. This reverts commit 68c8dcec1f8689191e1be3366ec3c127096ae4d4.
* WaE: "HAVE_GCC_ATTRIBUTE_WARN_UNUSED" is not definedDavid Tardon2013-07-231-1/+1
| | | | Change-Id: Id45e2a5c31471b4f5a59c4511bbacc12f78356f6
* convert sfx2 UNO services to WeakImplHelperNoel Grandin2013-07-234-381/+16
| | | | | | ...removing the SFX_ UNO-related macros as a result. Change-Id: I56542885847ff0adc604f309ed7e2582b7529f3f
* adjust for upstreaming of warn_unused attributeLuboš Luňák2013-07-231-3/+3
| | | | | | | The warn_unused attribute has been upstream to GCC and Clang, so use it if present. Still warn about STL types if those do not use it yet (which is the status as of now). Change-Id: I3c003e44c08d1d141e23bba38cf92e663a5ac353
* Update commentZolnai Tamás2013-07-221-2/+2
| | | | Change-Id: I26dd6b741b538da1c372534b55870c22ebd3d046
* coverity#1038312: Dereference before null checkJulien Nabet2013-07-221-0/+4
| | | | | | | Change-Id: Ibe9babbe8610bf70a80b819e21d24c6572436092 Reviewed-on: https://gerrit.libreoffice.org/5015 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Remove unused convertDateTimeTZ and convertDateTZJulien Nabet2013-07-211-6/+0
| | | | Change-Id: I177584f6988cf3cb31c5508262d3907ef6be23d7
* callcatcher: update unused codeCaolán McNamara2013-07-201-29/+0
| | | | Change-Id: Id12614722ed106ca595df13d22b6c5e315deb2ac
* callcatcher: update unused codeCaolán McNamara2013-07-193-3/+0
| | | | | | ResId loaders begining to melt away Change-Id: Ied10d95f6561f24b2305d202847b7e7c39eb63c3
* remove Application::GetWorkAreaPosSizePixelNoel Grandin2013-07-192-3/+0
| | | | | | | | | | | | This internal API has always been problematic because we cannot support it under the Linux toolkits, where it has in fact always just returned the size of the screen. Change-Id: I406bcbca8a4161b4261ef46940823bb07c6ad18b Reviewed-on: https://gerrit.libreoffice.org/4976 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
* add a callback mechanism for post-expansion mode changeCaolán McNamara2013-07-191-0/+3
| | | | Change-Id: I9219706bcc54c846b846550d88fef1e29f7cb63a
* Cleanup String in connectivityNorbert Thiebaud2013-07-193-5/+5
| | | | | | | Change-Id: Ica1cf0ac9e9da9c943e50ba77b1ce4a9dc7f8300 Reviewed-on: https://gerrit.libreoffice.org/4895 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa2013-07-191-0/+1
| | | | | | | Change-Id: I8ab8f69413561c5e5a198bb11f07920720c48d25 Reviewed-on: https://gerrit.libreoffice.org/4886 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* ditch some XubStringsCaolán McNamara2013-07-181-6/+6
| | | | Change-Id: I4e54102819123a0b10fcade20df3485ec86543d0
* Resolves: #i122720# Adapted HasText() to SdrObjectArmin Le Grand2013-07-173-0/+7
| | | | | | | | | | | | | | | (cherry picked from commit 880138a7794e7e641cdcf49277ed01b54ca93c59) Conflicts: cui/source/tabpages/swpossizetabpage.cxx cui/source/tabpages/textattr.cxx cui/source/tabpages/transfrm.cxx svx/inc/svx/svdobj.hxx svx/inc/svx/svdotable.hxx svx/inc/svx/svdotext.hxx svx/source/svdraw/svdobj.cxx Change-Id: Ic2564b845425ba63e6ae2ad6a80f3bfdb8a2f287
* allow radiobuttons and checkbox images to be aligned from .uiCaolán McNamara2013-07-171-0/+1
| | | | Change-Id: Iee7b970344ac85e4b8ce51f1c3b5ae6605c05843
* Move hasBigImages() from ToolboxController to SfxToolBoxController.Jan Holesovsky2013-07-172-1/+1
| | | | | | | | | We want to decide whether the images are big or not based on the real (underlying) ToolBox, not on the global setting, because we can have both toolbars with large as well as small icons visible at the same time (small in sidebar, large in toolbars). Change-Id: I046a12a495f2038df9a571f5779794a639bae6dc
* n#820077: Import images with duotone filter.Muthu Subramanian2013-07-173-0/+27
| | | | Also, contains implementation for a simple duotone filter.
* add and use VclExpander::[g|s]et_expandedCaolán McNamara2013-07-161-0/+8
| | | | Change-Id: I3b4e0947e85a7f6d6533dd17f39542584087c68a
* fdo#63133: Write tools/tempfile.hxx outPalenik Mihály2013-07-161-66/+0
| | | | | | | | | | | | I deleted TempFile class and changed it to utl::TempFile class -which in unotools/tempfile.hxx- in the followings: Storage, StgTmpStrm, SwXMailMerge classes; and RenderAsEMF function. I modified header in precompiled_sw.hxx. Change-Id: I3dae5333dc42538e1b905f6a6bbc85534c591dc1 Reviewed-on: https://gerrit.libreoffice.org/4938 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
* fb-sdbc: Added logging supportAndres Gomez2013-07-161-0/+1
| | | | | | | | | | Remember that in order to enable the logging output it is needed to properly set the SAL_LOG environment variable. For example: $ SAL_LOG="+INFO.connectivity.firebird" solver/unxlngx6/installation/opt/program/soffice.bin
* Delete SvCacheStream classPalenik Mihály2013-07-162-67/+4
| | | | | | | | | | | | | | | | I changed SvCacheStream class to SvMemoryStream class in the following: MSE40HTMLClipFormatObj, SfxLockBytesItem, SwEditShell, INetMIMEMessageStream classes, MakeLockBytes_Impl function and SwUnoCursorHelper namespace. I modified header the precompiled_sw.hxx, wrtsh1.cxx, unoobj2.cxx. I added two functions in SvMemoryStream class: GetBuffer and GetSize, and I renamed the old GetSize function to GetBufSize. I deleted SvCacheStream class. Change-Id: I929236538dfbe23cccfd1eb85f10c1d5411baa8d Reviewed-on: https://gerrit.libreoffice.org/4847 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
* convert versions of dialog to .uiCaolán McNamara2013-07-163-33/+30
| | | | Change-Id: I1be2211b5c936e6e00f2fe81883b8fb1e67ef550
* convert delete dictionary query to .uiCaolán McNamara2013-07-151-1/+0
| | | | Change-Id: I5016207a6cf592ce0a7f7a8033825f88c7a22d16
* add missing log areasLuboš Luňák2013-07-151-0/+3
| | | | | | From 7650a82702ec9d13e3a52ea84b9666ee4e9f9a62 . Change-Id: Ie20010fa0a8be6992a1ac7fb4c4dffc8cf0c9cbd
* can drop RID_SFXDLG_NEWDICTCaolán McNamara2013-07-152-3/+1
| | | | Change-Id: I15d1669a870f991ae4c8428838b22c33a2c021f0
* sax: more s/TimeZone/Timezone/Michael Stahl2013-07-151-4/+4
| | | | Change-Id: I9b50e53b131fc835e792c52de6560d77ac454be9
* sidebar: Further cleanup of AreaPropertyPanel.Jan Holesovsky2013-07-151-1/+0
| | | | Change-Id: I8cbb4bf4dfed2689d21247f1abb7d024d4995cbb
* sidebar: Get AreaPropertyPanel basically to work.Jan Holesovsky2013-07-151-3/+0
| | | | Change-Id: Ib5f05346ab5b38b4f3ec30f95b2435c9231d13ab
* sidebar: AreaPropertyPanel conversion to .uiPrashant Pandey2013-07-151-0/+3
| | | | Change-Id: I1c291b3806a483a7ce50c64d0fbf2f28204c132e
* Fix build.Jan Holesovsky2013-07-151-1/+1
| | | | Change-Id: Ia08b6e87b5be3ca2994e0c5fbc6b91c1a800208e
* i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl2013-07-152-7/+27
| | | | | | | | | | | - fix interface of sax::Converter to allow passing time zones (rename the parsing methods while at it to reduce pointless overloading) - SfxDocumentMetaData supports DateWithTimezone and DateTimeWithTimezone in user-defined properties - add some ugly hacks to SfxCustomPropertiesPage to preserve existing time zones (which are not displayed in UI currently) Change-Id: Ice94112b9d79c285f80b5beda15f0ace91db97f3
* callcatcher: update unused codeCaolán McNamara2013-07-152-3/+0
| | | | | | All FontSizeBoxs and SmFontPickListBoxs are now .ui loaded, .res ctors unused Change-Id: I50aa8606fefacab0b15b6795a7ba90dff8109802
* remove String::ReplaceAsciiCaolán McNamara2013-07-141-2/+0
| | | | | | last remaining users used it as a complicated way to do a simple thing Change-Id: I810b1542b03bd6faa54f6f076b58cb7d3e680ab0
* String::SearchAndReplaceAllAscii -> OUString::replaceAllCaolán McNamara2013-07-142-2/+1
| | | | Change-Id: I5091835c9f71c712f15996e5c6263fc5f21f6f96
* added static convertTo...() methodsEike Rathke2013-07-131-0/+68
| | | | | | | | Standalone conversions from Locale and LangID do not need a LanguageTag instance. Provide simple static methods. For consistency also static methods to convert from BCP47, but using a temporary instance. Change-Id: I5edd27e917ef9e92e8ec457e715b7558d7e4660f
* XubString->OUStringCaolán McNamara2013-07-125-33/+36
| | | | Change-Id: I07f4db038114174a65ed453096d566d699e8fce8
* constify these methodsCaolán McNamara2013-07-121-4/+4
| | | | Change-Id: I72173ef6cbea28afe9f349aa57a94cbfd537a851
* Related: fdo#54493 determine if a CJK/CTL keyboard is installedMarc Garcia2013-07-121-0/+5
| | | | Change-Id: If21a34c69f58612f8ec2eba1253f325f352962cd
* Turn basebmp::Format into a proper enumStephan Bergmann2013-07-122-29/+34
| | | | Change-Id: I4067c5039c7b5c74a1c144721dd7260de54dd2bf
* THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRAStephan Bergmann2013-07-121-2/+1
| | | | Change-Id: I917c4136614664a1816769300707f170312c885d
* Related: fdo#66817 ensure VclExpander label is mnemonic for disclosure buttonCaolán McNamara2013-07-121-0/+1
| | | | Change-Id: I11c9a35e3d50a827127e4542a40f6f29580d4e8b
* use LanguageTag, and a FIXME-BCP47 comment in loadTranslations()Eike Rathke2013-07-121-1/+1
| | | | Change-Id: I9fd4c0a3887dd3d7ac756f0399a8a030d116f68a
* DefaultFontConfiguration and FontSubstConfiguration with LanguageTagEike Rathke2013-07-121-6/+4
| | | | Change-Id: I6c111392537d114358d0574f2dbdf40f684b5103
* eliminated some back and forth conversion between bcp47 and LocaleEike Rathke2013-07-121-35/+4
| | | | Change-Id: If97a4b695262a99979dbab1bcec75fe694c4de80
* Resolves: fdo#66815 avoid resetting the selection when values are unchangedCaolán McNamara2013-07-111-6/+2
| | | | Change-Id: I88534e0b0e8302630193f77d2d85c4029a5a8f52
* ORDER BY columns are prioritarily *SELECT* columnsLionel Elie Mamane2013-07-111-0/+8
| | | | | | | | | as opposed to *table* columns, and notwithstanding HSQLDB 1.8 (our embedded database) bugs. Actually, supporting ORDER BY on non-select (but table) columns is OPTIONAL for DBMSs (but quite common) Change-Id: I6725dfda36b09429a78262bff6f3d3e3dd9032b6
* added getMatchingFallback()Eike Rathke2013-07-111-2/+29
| | | | Change-Id: I5805ab98049bd7dfd8ca1b58632f6c0115197bdd