summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-07-05make unoCheckStruct uglier but detect unfixed type assignment + add new testsNoel Power2-30/+102
Change-Id: I6160e7d1abeeda1ea89e2fe15a9155041f2e5adb
2012-07-05sw: SwLayHelper should not consider the page after first page a first pageMiklos Vajna1-0/+5
Change-Id: Ic82dc11cca65692e221f49d43adb8b72a07aec7d
2012-07-05audit and re-license writerperfect.Fridrich Štrba46-869/+194
Written entirely by non-Oracle contributors to LibreOffice. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-05Revert "Remove unused throbber.src"Thomas Arnhold1-0/+106
This reverts commit 0d53a8336bd6b55fb89873ce7e2cd623468f282e. This file isn't referenced in any other file. For me those icon files are not in any images*.zip file. But the update extension seems to use the Throbber class, which refers to this icons. To be absolutely sure I revert the change. Maybe someone else wants to have a look at this.
2012-07-05sw: InsertNewPage() should fall back from first to left/right as wellMiklos Vajna1-0/+5
Change-Id: I87715dcf843b025b8291a76bdfdd3a06d2ffac23
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida13-0/+119
Or else the pivot table would generate erroneous results or crash after refresh. Change-Id: Ia14a6e3d25112e6ecd62d21928639f75e6a8ba7c
2012-07-05SwLayHelper: when the page style name changes, we have a first pageMiklos Vajna1-1/+2
Previously we only considered the first page of the whole document as first page, which was incorrect. Change-Id: I2e37fe504a5baee986d63d0cdef166f836877174
2012-07-05changes to "Replaced deprecated tools/String with OUString in ScMatrix"Eike Rathke1-2/+2
Errors during compile: * sc/source/core/tool/interpr1.cxx: In member function ‘const String& {anonymous}::VectorMatrixAccessor::GetString(SCSIZE) const’: sc/source/core/tool/interpr1.cxx:4629:71: error: returning reference to temporary [-Werror] * with --enable-werror * sc/source/core/tool/interpr1.cxx: In function ‘void {anonymous}::lcl_GetLastMatch(SCSIZE&, const {anonymous}::VectorMatrixAccessor&, SCSIZE, bool)’: sc/source/core/tool/interpr1.cxx:4724:52: error: ambiguous overload for ‘operator==’ in ‘aStr == (& rMat)->{anonymous}::VectorMatrixAccessor::GetString((rIndex + -1u))’ sc/source/core/tool/interpr1.cxx:4728:52: error: ambiguous overload for ‘operator==’ in ‘aStr == (& rMat)->{anonymous}::VectorMatrixAccessor::GetString((rIndex + 1u))’ Change-Id: I28eb3d23f4d5c08a30534abdf940597923cbb68c
2012-07-05Replaced deprecated tools/String with OUString in ScMatrixSören Möller5-32/+44
Change-Id: If431e5ef8b5c97384a1bb1c7fa36c6894ece8343
2012-07-05fix missing makefile, also add a further test to test_nested_struct.cxxNoel Power2-0/+87
Change-Id: I7da88595fd3024f72b260267e34200375358e401
2012-07-05sorted all include statements alphabetically in sw/source/core/bastyp/Philipp Riemer13-149/+150
* fixing the missing include statements in shellres.hxx (bjoern-michaelsen) Change-Id: I976586b346facf38905391bd336b7f08b218f4a4
2012-07-05split out some common basic test stuff, add intial nested struct testNoel Power4-46/+139
Change-Id: I8da6b3166e40e92c31ee001ce19938f286e057b9
2012-07-05logerrit: for review, we need to grep for revision, not refMiklos Vajna1-2/+6
Change-Id: I0fb8b1e4f14e153adae7a2ec1b3adbb0dab5c847
2012-07-05fix ./logerrit reviewBjoern Michaelsen1-1/+2
* ./logerrit review did not resolve the ChangeId to a SHA * ./logerrit did still echo the command instead of executing it. Change-Id: Ie4f8630f7a83134d6eb7992f4a61b5d3faf7e138
2012-07-05sc: fix sc_subsequent_filters_testMiklos Vajna2-2/+4
Change-Id: I4dc88ff0d5e191b27b18f8ce3a9e9175fbd8c6ed
2012-07-05removed useless forward declarations of classTakeshi Abe53-133/+0
Change-Id: I13cf52cc4e1cf8d5e2453d7ac4b68cc8c64cd011
2012-07-05xmloff: unused includes in txtimpMiklos Vajna1-22/+0
Change-Id: I0a4feed51067f6b222d60f569dd794f2439fc790
2012-07-05xmloff: implement first page header/footer import/exportMiklos Vajna10-18/+131
Change-Id: I920c236125ae044fe66cf0eacafdfc94ef81a4fd
2012-07-05clean up include guards in sbxvar.hxxMichael Stahl1-19/+3
Change-Id: I802d142ae93b3e9c7d42ab98d5c757df94a82196
2012-07-05fix Windows build, include vectorMichael Stahl1-4/+6
Change-Id: Ia07e12c9fa5430d7f8fa02a2a8ab6cde3aafa41a
2012-07-05remove forgotten debug printfDavid Tardon1-1/+0
Change-Id: Iff5a53735d78a2afcf90299a5f28a47f1376e393
2012-07-04Convert local var from SvPtrarr to std::vectorNoel Grandin1-4/+4
Change-Id: If19e08f88844d0aec7ad537a8f99e52b96c1a409
2012-07-04Remove unused forward declarationsNoel Grandin1-1/+0
Change-Id: I30514b3ff2d63b039496b1e336447ed129ca6a18
2012-07-04Convert aItems field of SvLBoxEntry class from SvPtrarr to std::vectorNoel Grandin2-13/+16
Change-Id: I96d676ded52ebdf0f68b051b06cecf717d56e813
2012-07-04Convert aTabs field in SvTreeListBox from SvPtrarr to std::vectorNoel Grandin8-52/+50
Change-Id: I901c6df67fc95cfb2ac3ea15e69a47c5fc3161b6
2012-07-04fix previous STL conversion commit:Michael Stahl3-18/+16
- the reverse_iterator actually points to the element preceding the original "it", so on the first iteration it shouldn't be incremented, as that has happened implicitly already - it's best to use iterators to iterate over maps - also fix some pre-existing operator delete[] mismatch Change-Id: I969d1b79eb970792ee8b0578347ffb59d5a64379
2012-07-04Convert SvPtrarr to std::vector<SvxIconChoiceCtrlEntry*>Noel Grandin3-88/+80
Change-Id: I70a3907f659f26817bca5c7049a0f301ae5f10ed
2012-07-04fix previous STL conversion commit:Michael Stahl1-3/+2
Change-Id: I08c346dff3d62240a24091f569f04be2f517b7b0 SwAutoCompleteWord::InsertWord: pNew has to be inserted in both branches
2012-07-04Convert Svptrarr to std::deque<SwAutoCompleteString*>Noel Grandin2-60/+54
And convert some salBool to bool. Change-Id: I57248b2a316009d0b4e6f5d24963a361312bafd9
2012-07-04fix previous STL conversion commit:Michael Stahl1-1/+1
SvxIconChoiceCtrl_Impl::GetColumn: pColumns is now a map, so don't test the index against the size, but check the index only via find. Change-Id: I9451000f8c2fe7a7b0c745f3b8c8d61e35879b43
2012-07-04Convert Svptrarr to boost::ptr_map<sal_uInt16, SvxIconChoiceCtrlColumnInfo>Noel Grandin2-26/+14
Much better than trying to make an array behave like a map Change-Id: Ifbebc9a98b475788f0db349954bc6aba18fddf18
2012-07-04Convert Svptrarr to std::vector<Rectangle*>Noel Grandin2-19/+19
And also convert some sal_Bool to bool Change-Id: I9af69118cf1020d806a16b8f0ffdeb01120d404a
2012-07-04Convert Svptrarr to std::vector<SwPosition*>Noel Grandin2-8/+8
Change-Id: I0e6db9fb0e628cc0d4e6556c71542bd0efc48a86
2012-07-04Convert Svptrarr to std::vector<const SwUserFieldType*>Noel Grandin3-13/+13
Also convert method return type from sal_Bool to bool Change-Id: I259e99709297d4c3b9b74643920e2afefa469a93
2012-07-04Convert Svptrarr to std::set<const SwTxtFld*>Noel Grandin2-11/+9
Change-Id: I71bfd2075c7dd7a97fd5553c8e55e614d6be4cf3
2012-07-04Convert Svptrarr to std::deque<const SwTxtAttr*>Noel Grandin2-15/+14
Change-Id: I527814582214401a1f7dd9c192e6aa96e45f7819
2012-07-04Convert Svptrarr to std::vector<SvGlobalName*>Noel Grandin2-11/+8
Change-Id: Iafd2dc1d4bf4bf3dd875a33a37ea9038f3e083fe
2012-07-04Convert Svptrarr to std::vector<SwRedline*>Noel Grandin1-6/+5
Change-Id: I0185a08d2ebb6751b802972f14bf46edfc63c9e7
2012-07-04Convert Svptrarr to std::vector<SwPosition*>Noel Grandin1-13/+9
Change-Id: I1527f6c319d536286e1dc12c8c9ffa3b6a0e3713
2012-07-04Convert Svptrarr to std::vectorNoel Grandin1-13/+4
Change-Id: Ia385f3b004f9d4744035b43e0e049dbb19da774b
2012-07-04Targeted cleanup of namespacesFridrich Štrba1-27/+27
Change-Id: I9e3449b44ff47f77f72da398c4f651519b824bfd
2012-07-04fixed wrong string copy logic in ScFormulaCell::CompileDBFormula()Eike Rathke1-1/+1
Change-Id: Ib87cff1ddff02de073b1c09703e1b550b7a3a740
2012-07-04use SAL_UNUSED_PARAMETER instead of local macroLuboš Luňák2-45/+2
2012-07-04Removing a directory committed by mistakeFridrich Štrba11-40487/+0
Change-Id: I5a03c71c303e786a0efb3397e887b8a6d7385932
2012-07-04initial attempt at fdo#47263 allow direct access to nested uno structsNoel Power3-38/+491
2012-07-04fix drawing of calc input line when vcl backend supports CTRL_FRAMEIvan Timofeev1-1/+2
it is counterintuitive, but FRAME_DRAW_NWF was introduced to shrink a draw rectangle on its way, regardless of native CTRL_FRAME support (see d02e19e3d8697132f63eca353047a572b1e459ea). And that is what we want for the calc input line. Change-Id: Ie2f8bc6e2e21a56b081b8c71cc2b642b8f05848f
2012-07-04No need to suppress warnings anymoreFridrich Štrba2-17/+1
The corresponding classes in libwpd-0.9.x have virtual destructor if they have virtual functions. Change-Id: Ibf97b45e7ce7d5949ac8bea0a8c204b548f567e4
2012-07-04Use page thumbnails for icons.Iain Billett6-58/+90
Change-Id: I5df6341e5d1d8d775d2676d4ef5a52a528c6615c
2012-07-04Moved headers in xml files. Save page 1 thumbnail in onDestroy.Iain Billett19-7/+40526
Change-Id: I7586c6475a8e717f3db24a31dca2b1e31068edc2
2012-07-04Added licence headers on java & xml files.Iain Billett12-0/+83
Change-Id: I2b9a62e3426e7842baeac24cf122fc83b4f238da