summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2014-11-25-Werror,-WuninitializedStephan Bergmann1-2/+2
(in CachedPrimitiveBase ctor: base class 'comphelper::OBaseMutex' is uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex') Change-Id: I30855a80ad9dbc3fa90e45d51d2a02794033f2f1
2014-11-24svl: Internalize strmadpt.hxx headerMatúš Kukan1-66/+0
Change-Id: Ia69463f1466349af879da02a23b58702732011c6
2014-11-24Remove not used SvLockBytesInputStreamMatúš Kukan1-61/+0
Change-Id: Id4e0852f6d204b3a1d2a7f5ce281730f5fcad8fd
2014-11-24unotools: Internalize ucblockbytes.hxx headerMatúš Kukan1-196/+0
Change-Id: I1a9b795eda832673a83a426c8bf10d5bb9c28581
2014-11-24SfxModule has GetResMgr so SfxShell and SfxInterface don't need GetResMgrCaolán McNamara3-9/+0
Change-Id: I6160f8b396ac5e5fb799ee03c5b0181fb088cb54
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara1-4/+4
Change-Id: I162199233c9d3feb03e7ab33b777174b2a03035a Reviewed-on: https://gerrit.libreoffice.org/13104 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-24so GetOffResManager_Impl is unusedCaolán McNamara1-1/+0
which makes sense, because all that's left in ofa.res is error strings Change-Id: Ieedcbd5c9c723ac1a89035add11a61d41b2381a9
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara1-2/+2
Change-Id: I21c67b56424de59d7231f8420055775cd5f67aae
2014-11-24ResId return from GetObjectBarResId is only used for its numerical idCaolán McNamara1-1/+1
Change-Id: I173d20d68b25a614e25b1c933cc5f18f7116ab9c
2014-11-24in passing RegisterChildWindow already never used its pStr argCaolán McNamara1-2/+2
Change-Id: I506581507f078a87088c85867724f1c446ea76d5
2014-11-24so RegisterObjectBar's pStr arg is never usedCaolán McNamara1-2/+2
Change-Id: Idf0642255490583fa20a05d2c834b941eb696918
2014-11-24so SfxInterface::GetObjectBarName is now unusedCaolán McNamara1-1/+0
Change-Id: I88f5c84386216339d617589ba6a7e0de1235a9e9
2014-11-24no use is made of _pResMgrCaolán McNamara1-3/+2
so the relevant ctor argument is useless Change-Id: I32f733cc12820f311656b7e140a36c50e504c739
2014-11-24show that GetImageManager never has a NULL moduleCaolán McNamara1-3/+3
and remove resulting dead branches Change-Id: I969c943b9ff7e56d22efb4eff5bee644f9792676
2014-11-24move RID_APPTITLE to desktop where its usedCaolán McNamara1-2/+0
rename the other ones and remove the unused ones Change-Id: I0e636cd5d1799e0f9cb815a4bfa20b16039ecb3f
2014-11-24svl: just make SfxItemPool::GetMasterPool() always availableMichael Stahl1-2/+0
Change-Id: Id2e35c19bf2efb73e6a0939cccf37c92ca30c0aa
2014-11-24svl: convert DBG_ASSERTs in SfxItemSetMichael Stahl1-0/+1
Change-Id: I37e507226e676ee797e6911a0b3da1d1823e750a
2014-11-24Do not depend on libxml include in widely included fileStephan Bergmann1-3/+1
...and hope xmTextWriterPtr expanding to struct _xmlTextWriter * is a stable feature of the libxml2 API Change-Id: Ic5076df5a8b33f71c605b3aef737a99ea96b1753
2014-11-24Factor out EditTextObject::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna1-0/+3
Change-Id: I1dae910e9d14db56d6388a71d76b1a479d5786b0
2014-11-23Forward-declare SfxFrameArr_Impl in sfx2/frame.hxx.Kohei Yoshida1-3/+1
Change-Id: I49f0a16655114bf212ffec957bc6560075115e5c
2014-11-23Forward-declare SfxModuleArr_Impl in sfx2/module.hxx.Kohei Yoshida1-2/+1
This is only used within sfx2. Change-Id: I40d850bcf82ba39dc7cf7d1a5b70c90add4e75c0
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan2-3/+3
Removed XLineStyle Reviewed on: https://gerrit.libreoffice.org/13029 Change-Id: I583575a04988ccf932374e411672ba14a3f3cb2f
2014-11-23fdo#39468 translate German commentsMichael Weghorn7-58/+49
Change-Id: Ic385faed251970c0c686b099023af9efca10a121 Reviewed-on: https://gerrit.libreoffice.org/13040 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-22Apply pimpl to SvKeyValueIterator, to hide ptr_vector from the header.Kohei Yoshida1-10/+5
Change-Id: I16c25d28066fbc8d6357bf89b047763b67bc85bb
2014-11-22ptr_container sometimes requires new_clone function.Kohei Yoshida1-0/+10
This fixes Windows build breakage. Change-Id: I188e38b20674700132c7d7c78304f58748540556
2014-11-22Make NfCurrencyTable a separate header & forward-declare it in zforlist.hxx.Kohei Yoshida2-3/+41
Change-Id: I17b52c277ab6ec8b15e88729feee0a269b75087d
2014-11-22Make SvNumberFormatter's methods non-inline.Kohei Yoshida1-78/+28
This is a high-impact header, included by hundred's of source files. Change-Id: I2b7f1c9e8ffe81ddccd1a541e3474ca302a27e90
2014-11-22vcl: Track the GL context's clip region and update before drawing when neededLouis-Francis Ratté-Boulianne1-0/+1
Change-Id: Ibec92851dc87f6696ee55a8db10fe160cd97d09c
2014-11-22vcl: Move the painting fence to the OpenGL contextLouis-Francis Ratté-Boulianne1-0/+2
Change-Id: I462e68a1ad7a56fafe57504959cf169a70665f81
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne1-0/+8
Change-Id: Ief0e947149c133aaa8e81973e088c4df6432bfdc
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne1-0/+4
Change-Id: Iba64eb42965c86ca5655b9a105ef3f397e033ecf
2014-11-22fdo#86517 make predefined palette names localizableAndras Timar1-0/+4
Change-Id: I3930757c02f9f976fb52cd75c9edab7cf75078c6
2014-11-22This function object can now be hidden.Kohei Yoshida1-5/+0
Change-Id: I22bf2339ba496d5fe433b9df9ef2914860e3350d
2014-11-22Apply pimpl to SvxAutocorrWordList.Kohei Yoshida1-10/+3
And remove <set> and <boost/unordered_map.hpp> header includes from its public header. Change-Id: I7e748009f718f4195bec2348383df07dc67600cd
2014-11-22Make SvxAutocorrWordList explicitly non-copyable.Kohei Yoshida1-0/+4
Change-Id: Idc056fd216bfe0b5e5c0285b1781b0658837f5a2
2014-11-22ptr_vector is not used in this header. Remove it.Kohei Yoshida1-4/+2
Change-Id: I5f884819f777201ddfec60bdac3e503584ead649
2014-11-22vcl: remove commented out friend class from outdev.hxxChris Sherlock1-1/+0
Change-Id: I6064a9017effe49fc7727868398ad73140379708
2014-11-22vcl: remove unnecessary typedef VCLXGraphicsList_implChris Sherlock1-5/+3
Change-Id: Iaaf2f0edf721567f88ffc948501548fddd648428
2014-11-22vcl: remove System as friend of OutputDeviceChris Sherlock1-1/+1
Change-Id: I5ca8c8b1a4cc4c031e5966887b41af766df9fe68 Reviewed-on: https://gerrit.libreoffice.org/13036 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-11-21Same with SfxUnoControllerArr_Impl.Kohei Yoshida1-7/+1
Change-Id: I927621de8f4c486ef0f77ec6c8da336f36b38b3e
2014-11-21Forward declare SfxFoundCacheArr_Impl and SfxFoundCache_Impl in bindings.hxx.Kohei Yoshida1-18/+2
And remove #include <boost/ptr_container/ptr_vector.hpp> from here. Change-Id: I7624444b60ee19f0b5b19e7a7aab0210ddf90d7c
2014-11-21Forward declare all the std::vector based impl container classes.Kohei Yoshida1-4/+3
Now #include <vector> is a goner... Change-Id: Ia2da27bae5fadfa3f6f633e55fcedce405281b67
2014-11-21Forward declare SfxTbxCtrlFactArr_Impl and SfxStbCtrlFactArr_Impl in app.hxx.Kohei Yoshida1-5/+2
Now we can finally remove ptr_vector include from this header. Change-Id: I7aeaa520e10b4eacb1a24ad666086739821e56b0
2014-11-21Forward declare SfxMenuCtrlFactArr_Impl in sfx2/app.hxx public header.Kohei Yoshida2-2/+2
Change-Id: Iaf287912a52eb8785c687a13536fc170094425c7
2014-11-22vcl: remove ImplImageBmp as friend of OutputDeviceChris Sherlock1-1/+0
Change-Id: Ia212aaa10840bae30508579e17ed8d2e9781c46d Reviewed-on: https://gerrit.libreoffice.org/13035 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-11-22svx: remove some pointless default implemented operator== structsMichael Stahl1-20/+2
Change-Id: I792af21b0164fed4b2e22a1f95c3898ec631a25b
2014-11-21vcl: remove ::Bitmap as friend of OutputDeviceChris Sherlock1-1/+0
Change-Id: Idea0fee1ca79ae1660e89ef7038b35cf27358082 Reviewed-on: https://gerrit.libreoffice.org/13013 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-11-21make glxtest available in salmainMarkus Mohrhard1-0/+2
Change-Id: Ic8bc3f2d5d96506590d35138089ead2eac984314
2014-11-21Forward declare SfxChildWinFactArr_Impl in sfx2/app.hxx.Kohei Yoshida1-2/+1
Change-Id: I52128b405e861551a933d9c1625d7741b43ad2b6
2014-11-21maDocFileURLStr is always emptyZolnai Tamás1-6/+0
Change-Id: I34c4a44d4fbe8d721a3a0bda5dbe35c68fe15c13