summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-26switch on QuickStarter from installer, UI text addedAndras Timar
Change-Id: I3a2f937603d8804ce2b9d46632b80a74e811324c
2012-06-26removed unused forward declarations of classTakeshi Abe
except moving CGMBitmapDescriptor into filter/source/graphicfilter/icgm/outact.hxx Change-Id: Ib11d1c907b4c52c6e0f261b20992659b52f4c136
2012-06-26fdo#46338 preserve sheet name input of invalid referenceEike Rathke
If sheet name doesn't exist the resulting reference had replaced the sheet name with #REF!, e.g. #REF!.A1, because the actual sheet name is not part of the reference. From a syntactically valid but otherwise invalid non-external reference create an ocBad token instead to preserve the sheet name. Currently a #NAME? error instead of #REF! is generated, further work would be needed to pass specific error values with ocBad. Change-Id: I5a608a74d3b3ff2baa4967f2b2e3078cfecfbabc
2012-06-25change lcl_SetDfltBoxAttr to use a std::mapMichael Stahl
Should hopefully fix the tinderbox breakage due to C++11 syntax as well. Change-Id: I2805b7aae5fd1639177aa9d319652148f347393e
2012-06-25Remove ImplCreateScaled and ImplCreateRotatedScaledTomaž Vajngerl
ImplCreateScaled and ImplCreateRotatedScaled are now not used anymore, so they can be removed. Change-Id: I42bbb49eedd474e580ccc9e7dd9e00609451501b
2012-06-25use only Bitmap scaling and fixes to scalingTomaž Vajngerl
"grfmgr" uses its own scaling functions instead of the scaling functions available on Bitmap object. The step to use the Bitmap::Scale for most scenarios was already made, now the "grfmgr" functions are not used anymore. In addition this commit fixes croping the bitmap with large zoom levels. Change-Id: Ib27029d2cdf4684146befc131e3c72656dfa407c
2012-06-25Cleanup code comments and change Sal_bool to boolTomaž Vajngerl
Change-Id: Iebc86650365041939be0df339790e01391f72e89
2012-06-25remove some unnecessary but harmless vector(0)Michael Stahl
Change-Id: I756f3c601e7eafd22946998963c9fd73e754643a
2012-06-25Convert fields in class SwUpdFtnEndNtAtEnd from Svptrarr to std::vectorNoel Grandin
Change-Id: I67631707788ec273b994d59db6e08aabb6b62991
2012-06-25Convert local var from Svptrarr to std::vectorNoel Grandin
Change-Id: I192bb3c923024b13346cfaa89f34bdddad8434cf
2012-06-25Convert class _SplitTable_Para from using Svptrarr to std::mapNoel Grandin
Along the way, clean up the code. Using a map is much clearer than using co-ordinated arrays. Change-Id: Ic736791e202572cbf7f919f06492d90823537b01
2012-06-25Convert code from Svptrarr to std::vectorNoel Grandin
In the process, clean up the confusion caused by storing completely different stuff in the same vector. Change-Id: I6b688a0bec82bec340f520f01adfa9648a73a068
2012-06-25Convert SwDoc::UnProtectCells to use std::vectorNoel Grandin
Change-Id: Ib1b4756bf26934ded941a7c91c6742e03b942f59
2012-06-25Convert CollectLines methods from Svptrarr to std::vectorNoel Grandin
Change-Id: I41cdf07194ccbb89600b799d32325634130b0a65
2012-06-25Convert CollectCells methods from Svptrarr to std::vectorNoel Grandin
Change-Id: Ic248760338b759476971821252bcfd838e901fef
2012-06-25Convert methods in SwTblFmtCmp from Svptrarr to std:vectorNoel Grandin
Change-Id: Id5ea2ebef401ac414dea5d5376ceaaea08bfe855
2012-06-25Convert SwNode2LayImpl::pUpperFrms field from Svptrarr to std::vectorNoel Grandin
Change-Id: I8f1e1c8a0dc92bf0451198d72a264e2d00ae0b0d
2012-06-25Convert local method lcl_GetLayTree from using Svptrarr to std::vectorNoel Grandin
Change-Id: I806788657a250cccb3740b8b064315e94f58d2f5
2012-06-25Convert local vars in lcl_FindStartEndRow from Svptrarr to std::vectorNoel Grandin
Change-Id: I4c429fa1b2e175f3cf5f24cad7d0d2ff401ed473
2012-06-25Remove unnecessary forward declarationNoel Grandin
Change-Id: I602b38d7dcf494778e6bfa2d92e8393cc0efa3fd
2012-06-25Convert SwTOXBaseSection::UpdatePageNum param from Svptrarr to std::vectorNoel Grandin
Change-Id: I707586eea89cd6250b7c5777c68e51acc88e0701
2012-06-25Convert SwShareBoxFmt and SwShareBoxFmts from Svptrarr to std::vectorNoel Grandin
Change-Id: I9f3b53992af8db54c6e8229c750143a1d5f047a7
2012-06-25Convert methods in ftnbos.hxx from Svptrarr to std::vectorNoel Grandin
Change-Id: Ia2424719aa45fecbe0d3642683bbdc581aaf78ee
2012-06-25Convert local variable from Svptrarr to std::vectorNoel Grandin
Change-Id: I1fc34aa0beffd487c80313e3fed2db158578a6ad
2012-06-25fix previous commit:Michael Stahl
The SwOLELRUCache::InsertObj is wrong for the case when the vector is empty; because "it != begin()" is false then (whereas "if (nPos)" is true), the object would not be inserted. Also do some more cleanup while at it. Change-Id: I9107c8861c77f99b92654aac11fb4d96cccd4307
2012-06-25Convert class SwOLELRUCache from Svptrarr to std::dequeNoel Grandin
Change-Id: I9c63a346db6b8ba3d463d5a9d78ccc21b7f6be5f
2012-06-25Convert some local methods from Svptrarr to std::vector<SwFmt*>Noel Grandin
Change-Id: I071199c477bd27ac30c71f65c1b8938525ce2a58
2012-06-25Remove unused header file fltglbls.hxxNoel Grandin
Change-Id: I7a5ad66d5c2d0f1f78e43f641f95b899a3ab51c1
2012-06-25fix previous commit:Michael Stahl
do not call std::vector::vector(size_t). Change-Id: I634de4cebe49ffe2df8def15a7be99dcb2601d24
2012-06-25Convert SvPtrarr aBoxArr to std::deque<SwTableBox*>Noel Grandin
Change-Id: I97634289e94f34e18d00d88d81d99dae1e593ec1
2012-06-25Convert pFrmFmts member from Svptrarr to std::vectorNoel Grandin
Change-Id: I628709ab09318917083f71dde9f06cfb1c8d1a49
2012-06-25Convert SwRTFParser::RemoveUnusedNumRules from Svptrarr top std::vectorNoel Grandin
Change-Id: I38b5c23e59399babb8bfc2c52455bfff0f7c062e
2012-06-25Remove unused member aTblFmtsNoel Grandin
Change-Id: Iff6180bce4787bb6118a3bab6b4d9cff255e3f37
2012-06-25Convert aRubyCharFmts member from Svptrarr to std:vectorNoel Grandin
Change-Id: I397953f1e2a52a2de7fbdf4ad14cad715fe6fd28
2012-06-25Convert aTOXArr member from Svptrarr to std::vectorNoel Grandin
Change-Id: Ifc7ac28a99c642aac61f898cc65cdfbb0ba170a9
2012-06-25Convert aCntnt member from Svptrar to std::vectorNoel Grandin
Change-Id: I2150102701a650037173bd8497007aad05ee1439
2012-06-25Convert aChrTxtAtrArr from Svptrarr to std::vectorNoel Grandin
Change-Id: Ia0cf3659d3f96574c5725f60e0caec153c93f8b6
2012-06-25Clean up usage of aChrSetArr std::vector, no point in not being type-safeNoel Grandin
Change-Id: Ifdd8e209b708804ca99c67033bbe016726d6e004
2012-06-25Convert GetPageObjs and SetPageObjsNewPages from Svptrarr to std::vectorNoel Grandin
Change-Id: Ia85fc0d4930bc90d8d32d435f4a100f69081d468
2012-06-25Convert Svptrarr usage to std::vectorNoel Grandin
Change-Id: Ia4f8ec61ef5cbcbca79bb242833641a28a97c7d0
2012-06-25Cleanup SwDoc::GetPageDesc(sal_uInt16) const-ness issuesNoel Grandin
The code was casting away the const-ness everywhere. Rather just declare 2 accessor methods, then the code becomes much cleaner. Change-Id: Id6b240536485cfebe044bcc427ba24843cf4c051
2012-06-25Convert SvPtrarr to std::vector<SwProgress*>Noel Grandin
Change-Id: I28174b4f1509ea52e7b9d02041c35e9ab23e25e6
2012-06-25fix previous commit:Michael Stahl
do not call std::vector::vector(size_t). Change-Id: I1e9b7d6acf375f1111f689b5c8ad86d624036301
2012-06-25Convert UCB_GetFileListOfFolder from SvPtrarr to std::vectorNoel Grandin
Change-Id: I460f33d65ee2ea1b16296063715ae4040759b776
2012-06-25SwXTextDefaults: use comphelper/stlunosequence.hxxMiklos Vajna
Change-Id: I4bf0214737c3f37eb4cf514f58e66c72617f857c
2012-06-25Better initialization of members.Jan Holesovsky
Change-Id: I5e11865222dbb966185585fe3fd413834c6c6b9a
2012-06-25Re-introduce a useful MSDN link about DWM and drawing into non-client area.Jan Holesovsky
Change-Id: If56d66f7ee8a509566da0cf5c21ce91bced67310
2012-06-25aero toolbar: Extend the drawing of the toolbar to the menubar area.Jan Holesovsky
Fix the maTopDockingAreaHeight computation too, it did not work. Change-Id: I788c96960a5607482b750d536e522644e236f052
2012-06-25Revert "Reduce copy'n'paste by different nesting of if's."Jan Holesovsky
This reverts commit 83208da599e46dbba39c9e9a5b503bc4e93d4eea.
2012-06-25Revert "aero: Implement a glass menubar on Windows."Jan Holesovsky
This reverts commit 64c696fc92a860fdbbe490ca503391b964dd646f.