summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-11Avoid duplicate symbols & use setUp() and tearDown() for the item pool.Kohei Yoshida
2012-04-11Just use the internal item pool already written for the edit engine.Kohei Yoshida
2012-04-11removed unused includes in tpformula.hxxAlbert Thuswaldner
2012-04-11You *are* fixed.Kohei Yoshida
2012-04-11Set default items to the item pool, do this and that, and now the test passes.Kohei Yoshida
2012-04-11Removed the source file of SharedFormulaBuffer, which is no longer used.Kohei Yoshida
It has been replaced by SheetDataBuffer.
2012-04-11needs ure and base-class setUp does necessary stuffCaolán McNamara
2012-04-11first part for ScTable::GetAutoFillPreviewMarkus Mohrhard
Actually this is a bit more tricky. Currently it is showing wrong values for hidden rows/columns
2012-04-11ScTable::FillAuto should work with hidden rows/columsn now tooMarkus Mohrhard
2012-04-11add unit test for autofillMarkus Mohrhard
2012-04-11make ScTable::FillSeries work correctly with hidden rows/columnsMarkus Mohrhard
2012-04-11Do this special case search only when the array is large enough.Kohei Yoshida
Otherwise the normal linear search should be sufficient. Eventually we need to use a better algorithm here than this special case handling...
2012-04-11Add the right license header here...Kohei Yoshida
2012-04-11Attempt to add general-purpose unit test for editeng.Kohei Yoshida
But instantiating EditEngine causes segfault. The line is commented out for now.
2012-04-11Removing a member that's not used.Kohei Yoshida
2012-04-11fix windows buildIvan Timofeev
2012-04-11vcl: win: fix RTL menu separator and gutter, checkmarks are still misplacedIvan Timofeev
2012-04-11Bin pointless "added by shizhoubo" style commentsTor Lillqvist
2012-04-11Link the executables with gb_STDLIBSTor Lillqvist
2012-04-11fdo#38276: Improve the ">>" toolbar overflow menuIain Billett
2012-04-11Drop unused EGL stuffTor Lillqvist
2012-04-11Drop plasma_now()Tor Lillqvist
2012-04-11remove sundir* stuff from installer that was used for the proprietary productAndras Timar
2012-04-11Export chart X,Y errorbars.Rafael Dominguez
- Remove using older properties to get errorbars data. - Only export X errorbars when using ODF VERSION >= 1.2. - Use the dimension attribute to set errorbar direction.
2012-04-11Move exporting chart errorbars code to its own method.Rafael Dominguez
2012-04-11Calculate correct standard deviation for XErrorBar.Rafael Dominguez
- Add method to calculate X standard deviation. - Set correct XErrorBar position when using standard deviation error type.
2012-04-11Display correct errorbars columns in chart data browser.Rafael Dominguez
2012-04-11move ScProgress outside of ScTable::FillMarkus Mohrhard
2012-04-11this can be a reference surelyCaolán McNamara
2012-04-11drop unused membersCaolán McNamara
2012-04-11Replace deprecated List with std::vector<StyleReplaceData>.Rafael Dominguez
2012-04-11Replace deprecated List for std::vector<SdPage*>.Rafael Dominguez
2012-04-11fix misleading variable name prefix notationCaolán McNamara
2012-04-11Replace deprecated List class for std::map<sal_uInt16,rtl::OUString>.Rafael Dominguez
2012-04-11Remove usage of List in InsertBookmarkAsPage_FindDuplicateLayouts.Rafael Dominguez
Use vector<rtl::OUString> instead of deprecated List class.
2012-04-11use a String through-out in order that logic via CheckPageName is unchangedCaolán McNamara
2012-04-11Overload View::GetExchangeList to use vector instead of List.Rafael Dominguez
2012-04-11Overload AbstractSdInsertPagesObjsDlg::GetList.Rafael Dominguez
- Use vector instead of deprecated List class. - Use OUString instead of String.
2012-04-11Overload SdInsertPagesObjsDlg::GetList.Rafael Dominguez
To return selected entries to a vector instead to a deprecated List structure.
2012-04-11Overload SdPageObjsTLB::GetSelectEntryList.Rafael Dominguez
To return selected entries to a vector instead to a deprecated List structure.
2012-04-12removed dead codeTakeshi Abe
2012-04-12removed useless static dataTakeshi Abe
2012-04-12removed unused definesTakeshi Abe
2012-04-11smoketest CppUnit lib is only a thin wrapper around smoketest libStephan Bergmann
2012-04-11set correct value of FINDPRODUCT propertyAndras Timar
2012-04-11callcatcher: update listCaolán McNamara
2012-04-11UniString->rtl::OUStringCaolán McNamara
2012-04-11String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara
2012-04-11WaE: some more boost warningsCaolán McNamara
2012-04-11CLucene headers are better in inc/externalCaolán McNamara