Age | Commit message (Expand) | Author |
2013-12-16 | fdo#72158 Add Excel 2010 functions | Winfried Donkers |
2013-12-16 | Check IsRefMode() before accessing the ref range. | Kohei Yoshida |
2013-12-16 | Make this non-inline (for easier debugging). | Kohei Yoshida |
2013-12-16 | Do not use C++11 std::vector.data(), use an alternative instead | Douglas Mencken |
2013-12-16 | typo: start period is S, thus 'A = 1' -> 'S = 1' | Andras Timar |
2013-12-14 | Oups | Julien Nabet |
2013-12-14 | cppcheck: fix same expression, no need to cast twice | Julien Nabet |
2013-12-13 | there is no need to expose an ScColumn*, and always check for validity | Eike Rathke |
2013-12-13 | how about style? | Eike Rathke |
2013-12-13 | we do have ValidCol(), so use it | Eike Rathke |
2013-12-13 | const as const can | Eike Rathke |
2013-12-13 | maybe better guard against a NULL child window also here | Eike Rathke |
2013-12-13 | fixed crash when searching via Find Text bar | Eike Rathke |
2013-12-13 | datastreams: Improve usability of the dialog. | Jan Holesovsky |
2013-12-13 | remove unused code (ancient Calc function ZELLERROR) | Winfried Donkers |
2013-12-13 | Revert "Always disable anti-aliasing for drawing cell borders." fdo#60805 | Noel Power |
2013-12-13 | WaE: variable 'itResEnd' set but not used | Tor Lillqvist |
2013-12-13 | Drop duplicate #include | Takeshi Abe |
2013-12-12 | Fix performance regression from ScMatrix conversion to multi_type_matrix. | Kohei Yoshida |
2013-12-12 | Fix "fit to column" breakage. | Kohei Yoshida |
2013-12-12 | Only call ScAccessibleCell::Init once on freshly created cells | Stephan Bergmann |
2013-12-12 | Convert OUString** to std::vector<OUString> in ScFuncDesc | Noel Grandin |
2013-12-12 | resolved fdo#67205 CRITBINOM and BINOM.INV, use ODF OpenFormula description | Eike Rathke |
2013-12-12 | probabilty -> probability | Eike Rathke |
2013-12-12 | CheckInverted() is not used anywhere. | Matúš Kukan |
2013-12-12 | datastreams: Wait with import if we need to repaint. | Matúš Kukan |
2013-12-12 | datastreams: Broadcast data changes. | Matúš Kukan |
2013-12-12 | remove unnecessary casts | Noel Grandin |
2013-12-12 | simplify - use OUString::startsWith where possible | Noel Grandin |
2013-12-12 | Do not use C++-UNO internal static_type functions in client code | Stephan Bergmann |
2013-12-12 | Don't hold css::uno::Type instances by pointer | Stephan Bergmann |
2013-12-11 | Fix paste as link, and a test case to catch it in the future. | Kohei Yoshida |
2013-12-12 | Keep maActiveCell, mpAccCell in sync | Stephan Bergmann |
2013-12-11 | getStatusIndicator can apparently return null | Stephan Bergmann |
2013-12-11 | Let's use a status indicator while exporting to xlsx. | Kohei Yoshida |
2013-12-11 | Revert "Don't hold css::uno::Type instances by pointer" | Stephan Bergmann |
2013-12-11 | Don't hold css::uno::Type instances by pointer | Stephan Bergmann |
2013-12-11 | WaE: : ignoring return value -Werror=unused-result | Tomaž Vajngerl |
2013-12-10 | fdo#66969: Reset group dimension data from all referencing pivot objects. | Kohei Yoshida |
2013-12-10 | Dump group types from pivot cache for debugging. | Kohei Yoshida |
2013-12-10 | fdo#66969: Set selected page name after building all dimension members. | Kohei Yoshida |
2013-12-10 | Allow dumping of internal states of pivot table objects for debugging. | Kohei Yoshida |
2013-12-10 | write the correct 'sort-ascending' value, fdo#72548 | Eike Rathke |
2013-12-10 | GPU Calc: cache more once compiled program in memory | haochen |
2013-12-09 | GPU Calc: fix compiler warnings regarding to member init order | I-Jui (Ray) Sung |
2013-12-09 | Release cl_mem&kernel after sumifs reduction kernel | haochen |
2013-12-09 | be able to read the correct 'sort-ascending' value, fdo#72548 | Eike Rathke |
2013-12-09 | fdo#54938: Convert sc to use cppu::supportsService | Marcos Paulo de Souza |
2013-12-09 | GetBasic and m_pBasic are unused | Caolán McNamara |
2013-12-09 | fix equalsAscii conversion. Noticed in fdo#72391 | Noel Grandin |