summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Collapse)AuthorAgeFilesLines
* reduce ascii noise and useless commentsThomas Arnhold2012-08-082-4/+0
| | | | Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
* remove include comments and boxesThomas Arnhold2012-08-082-5/+0
| | | | Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
* String::AllocBuffer replacementsCaolán McNamara2012-08-072-28/+24
| | | | Change-Id: I278cd66fb4819721bb473796c28598aaf04eb123
* Remove non-existing forward declarationsThomas Arnhold2012-08-073-4/+0
| | | | | | Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-08-062-3/+2
| | | | | | a literal within a OUString. Change-Id: Icc8e22c43f6ddca25cb284a3d45ab39680ad6d1f
* SfxBroadcaster: fix STL conversion:Michael Stahl2012-08-042-27/+51
| | | | | | | | | | | | | | | | | | | | | | | 50cf7caee5bc6d8e066580d13c72b40926fcb69a introduced a regression that makes the smoketest fail on Windows (though strangely not on Linux), because it removed the special handling of null pointers in the SfxBroadcaster's listener array. It is evidently possible that a listener may be either added or removed at the SfxBroadcaster while that SfxBroadcaster is currently doing a Broadcast, hence AddListener and RemoveListener must be careful not to make the in progress iteration through the listener array fail. svllo.dll!SfxBroadcaster::AddListener(SfxListener & rListener={...}) Line 114 + 0x43 bytes C++ svllo.dll!SfxListener::StartListening(SfxBroadcaster & rBroadcaster={...}, unsigned char bPreventDups=0) Line 89 C++ sfxlo.dll!SfxPrintHelper::initialize(const com::sun::star::uno::Sequence<com::sun::star::uno::Any> & aArguments={...}) Line 162 C++ sfxlo.dll!SfxBaseModel::impl_getPrintHelper() Line 3693 C++ sfxlo.dll!SfxBaseModel::Notify(SfxBroadcaster & rBC={...}, const SfxHint & rHint={...}) Line 2583 C++ svllo.dll!SfxBroadcaster::Broadcast(const SfxHint & rHint={...}) Line 56 + 0xb bytes C++ sfxlo.dll!SfxApplication::NotifyEvent(const SfxEventHint & rEventHint={...}, bool bSynchron=true) Line 918 C++ sfxlo.dll!SfxObjectShell::SetInitialized_Impl(const bool i_fromInitNew=true) Line 1146 + 0x37 bytes C++ sfxlo.dll!SfxObjectShell::FinishedLoading(unsigned short nFlags=3) Line 1302 C++ Change-Id: Id27d08faaa2472b57947960a92f19c44df55b72b
* enable preview for 'special' '*' formatsNoel Power2012-08-032-3/+11
| | | | Change-Id: I2f94c3d8d827ecabc6dd5e685bb40954fe2427c4
* cntnrsrt.hxx: remove dead codeMichael Stahl2012-08-022-167/+0
| | | | Change-Id: I004101e814ac3eb1de7a518c2dd9b1f14683eca8
* strip down UniString some moreCaolán McNamara2012-08-027-43/+46
| | | | Change-Id: Ibd749a70a7bbe8c1023edf7bd144aa6547147a12
* Remove unused code: those classes are unusedThomas Arnhold2012-08-011-74/+0
| | | | Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d
* include svl/svdde.hxxCaolán McNamara2012-08-012-6/+2
| | | | Change-Id: Ib8696dad1905cbcd12d6c3dd42720eea3f883c6f
* Fix mingw build of svlFridrich Štrba2012-07-311-5/+9
| | | | Change-Id: I9992dba75903fea3d31be73de69e49f439df3a41
* DdeServices has forward declarations so can't be typedef'dMichael Stahl2012-07-311-1/+1
| | | | Change-Id: I1455d380cbb8b096255a0d3cb402ff0dc4d35996
* svarray.hxx: 'e's pining for the fjords...Michael Stahl2012-07-314-301/+0
| | | | Change-Id: I3eeb257092a76744482ebd2d0eccaa29ead8a644
* remove DECLARE_LISTCaolán McNamara2012-07-312-9/+3
| | | | Change-Id: Ic74476797edbb08ed6721ea9a7d23b0dd042b4ce
* use of a pointer to a temporary strings buffer is very wrongCaolán McNamara2012-07-311-9/+11
| | | | Change-Id: Id5bee1f5120afb6efb60245a4606a4a15bb6db79
* strip down the PTRARR macro to the bits the last two uses requireCaolán McNamara2012-07-311-45/+2
| | | | Change-Id: I60323cd849e98b194af43e80aebc699ab662ed0e
* remove unnecessary includes of svl/svarray.hxxCaolán McNamara2012-07-304-4/+0
| | | | Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
* C40_GETPOS is unnecessary nowCaolán McNamara2012-07-301-2/+0
| | | | Change-Id: Ida64fbeba996c8e3deb7591be825b61d17044d9c
* ditch SV_DECL_PTRARR_SORT_DELCaolán McNamara2012-07-301-73/+3
| | | | Change-Id: Ie57f283b2087564afe9b700d1f35a3be52f1e940
* Remove strange DummyTypeCaolán McNamara2012-07-292-17/+11
| | | | | | I can see no purpose to DummyType Change-Id: I25d9d3b321df28f8c2bcb4bf915eb176a14fdaf8
* expand out some rats nests of macrosCaolán McNamara2012-07-291-152/+132
| | | | Change-Id: Ibd0a5779339f4ff00063f93c1b452e61c35a5a2a
* SV_DECL_PTRARR_GEN only used once, expand it outCaolán McNamara2012-07-291-16/+13
| | | | Change-Id: I57bc5ff6f5f1f9fe8475a2f8417d312d5bae4aee
* callcatcher: strip SvPtrarr down to the used piecesCaolán McNamara2012-07-292-61/+0
| | | | Change-Id: I79e53acd886422a3691cc9a5916a271d02b3f7d9
* svarray.hxx: clean out much more cruftThomas Arnhold2012-07-291-90/+0
| | | | Change-Id: Id506fdcd832aca1f55b2406d9232a55ed55e6c19
* expand final SV_DECL_VARARR SV_IMPL_VARARR SvPtrarr macroCaolán McNamara2012-07-282-206/+145
| | | | | | | there's only one use of SV_DECL_VARARR/SV_IMPL_VARARR left as SvPtrarr, so expand it into something semi-readable. Change-Id: Ibaefda867c87c029d1bdf085b4f6517aec8bd5a3
* dung out the unused pre-stl macrosCaolán McNamara2012-07-281-71/+0
| | | | | | remove the unused macros post Noel Grandin, et. al.'s stl conversion work Change-Id: I8ab930214a74c3aaac90c8ca9581010a04ce662e
* update comment about SvPtrArrCaolán McNamara2012-07-281-1/+1
| | | | Change-Id: I1944a04a5732d328f542c0819b43edc6fad9f7ac
* convert SfxListenerArr_Impl from SvPtrarr to std::vectorCaolán McNamara2012-07-283-70/+38
| | | | Change-Id: I7f46731d880da30dc2dda011b31818437c955f2d
* convert DdeItemImp to std::vectorNoel Grandin2012-07-271-10/+15
| | | | | | ... with some fixes from the committer. Change-Id: I51e0c14222a90e7826711b6bc02a6b70eef887b5
* include osl/diagnose.h for OSL_ENSURECaolán McNamara2012-07-251-0/+1
| | | | Change-Id: I64ed84dc6f5939e110a5051bc9c701e5dee1ba85
* delete svl/svstdarr.hxxMichael Stahl2012-07-255-38/+0
| | | | Change-Id: Ia3d1d8dbe100443410b80c3881f10ab51b2d0419
* remove typedef StringPtrMichael Stahl2012-07-251-2/+0
| | | | Change-Id: Ibb5b1c02a15fb1b6e4b45737b2afa9f065318071
* svstdarr.hxx: remove SvXub_StrLensMichael Stahl2012-07-251-3/+0
| | | | Change-Id: Ia1d171b00cfbf2e541928213c39005ac873db938
* move SvStringsISortDtor to editeng/svxacorr.hxxMichael Stahl2012-07-252-22/+0
| | | | Change-Id: I4465281396f44f53ba87db0a405586294ea65076
* Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vectorNoel Grandin2012-07-252-46/+15
| | | | Change-Id: Ie1fa9b3cc2aef83ae9a82fbc110a08b2f298daef
* Revert "hrc cleanup: Remove unused cstitem.src"Norbert Thiebaud2012-07-181-0/+23
| | | | This reverts commit ae95e31831916df760503bfc2496b7bc55bc638b.
* Revert hrc string cleanupThomas Arnhold2012-07-182-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts mostly all of my hrc string cleanup commits. As Markus stated in dc05a825e71316e6f602e5c8dfcd3d10ecb6252f those are erroneous and mostly untested. And therefore absolutely unsave. I only did test them by compiling and checking the main screens. Cleaning those files seems to be much more complicated than I thought. So to be absolutely save I do this huge revert. Sorry for this. Revert "hrc cleanup: Further cleanup" This reverts commit 60212988e1cd84169afb028a4255b6f935f1fd4b. Revert "hrc cleanup: Remove unused strings" This reverts commit 0e2d7550dd287843b70c03dee952c02f9bd8afb5. Revert "hrc cleanup: Remove unused Strings in sfx2/source/doc/doc.hrc" This reverts commit efb74b5dfdb773ba53b29080e1996a93d2c1cac2. Revert "hrc cleanup: Remove unused Strings in cui" This reverts commit 527e8f61868210c54bdad650f16390bda03c4353. Revert "hrc cleanup: Remove unused Strings in desktop" This reverts commit ac3800fbb9f3251276302b24fa0542441276a34f. Revert "hrc cleanup: Remove unused cstitem.src" This reverts commit ae95e31831916df760503bfc2496b7bc55bc638b. Revert "hrc cleanup: Remove unused strings in wizards" This reverts commit 20f9a1744319ecdf18c9ab6d0873bb586eb4d03f. Revert "hrc cleanup: Remove unused Strings in sfx2" This reverts commit c26d4d34467008418ebf138412e87886694c326c.
* CppunitTest_svl_urihelper fails on MSVCMichael Stahl2012-07-151-0/+3
| | | | Change-Id: Ia1154ab9e677ac0d27eb8cf671139d4e23f78794
* Remove unused HIDsThomas Arnhold2012-07-141-3/+1
| | | | | | Those aren't referenced at any point. Change-Id: Ie66d3828cfc13a826c87f4ca8ca712b6702c96bc
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-141-2/+0
| | | | Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
* hrc cleanup: Remove unused cstitem.srcThomas Arnhold2012-07-133-26/+0
| | | | | | STR_COLUM_DT_AUTO is unused too. Change-Id: Icd14e697842ec7c78131a76daa683aae1b5dfc3f
* some UniString->rtl::OUStringCaolán McNamara2012-07-093-17/+16
| | | | Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
* cast sal_uInt8 to sal_Int32, otherwise it would invoke valueOf(sal_Bool)Ivan Timofeev2012-07-041-1/+1
| | | | Change-Id: Ibdd7b9213c073035a34cab11a6ec6f6d07bc6b13
* explicitly convert to int to help the compiler select overloaded funcDavid Tardon2012-07-041-1/+1
| | | | Change-Id: I8462319d0c5ccea0bc4d5327c94660e2e683e268
* Make windows tinderbox happyOlivier Hallot2012-07-031-6/+6
| | | | | | fix some cast for OUString Change-Id: I20563d404169b9e1f29699d52567760509fabb13
* Get rid of RTL_CONSTASCII_USTRINGPARAM in svl/Olivier Hallot2012-07-0315-202/+136
| | | | Change-Id: I64f3f966011bf07a2ee0c7327feb4a46df595210
* ditch String::CreateFromAsciiCaolán McNamara2012-07-032-9/+8
| | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-023-12/+3
|
* re-base on ALv2 code.Michael Meeks2012-07-02154-3610/+2232
|