Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-30 | Adjust the dialog size to make sure the bottom text is visible. | Kohei Yoshida | |
This ensures that the bottom text "Drag the fields from ..." is visible on all platforms. Previously this text overlapped with the data and row field windows on Windows XP. | |||
2011-08-30 | WaE: debug=t | Caolán McNamara | |
2011-08-30 | String / bool conversions for ScTableLink. | Kohei Yoshida | |
2011-08-30 | More string conversion around ScDocumentLoader. | Kohei Yoshida | |
2011-08-29 | More string & bool conversion. | Kohei Yoshida | |
2011-08-29 | sal_Bool to bool. | Kohei Yoshida | |
2011-08-29 | Unused data member. | Kohei Yoshida | |
2011-08-29 | String to rtl::OUString. | Kohei Yoshida | |
2011-08-29 | Some cleanups & removed lazy macros. | Kohei Yoshida | |
2011-08-29 | More on String to rtl::OUString. | Kohei Yoshida | |
2011-08-29 | String to rtl::OUString. | Kohei Yoshida | |
2011-08-29 | String to rtl::OUString, and I forgot to commit the new headers. | Kohei Yoshida | |
2011-08-29 | Hide ScDragData and ScClipData from scmod.hxx, clean up ScModule a bit. | Kohei Yoshida | |
2011-08-29 | sal_Bool to bool. | Kohei Yoshida | |
2011-08-29 | sal_Bool to bool. | Kohei Yoshida | |
2011-08-29 | String to rtl::OUString. | Kohei Yoshida | |
2011-08-29 | Rename class XColorTable to XColorList | Joseph Powers | |
The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List. | |||
2011-08-29 | fix typos and includes | Caolán McNamara | |
2011-08-29 | merge together 5 or ascii isalpha/isalnum/isdigit implementations | Caolán McNamara | |
2011-08-29 | tweak for change | Caolán McNamara | |
2011-08-28 | some additional sal_Bool -> bool in sc/source/filter/xml | Markus Mohrhard | |
2011-08-28 | some more sal_Bool -> bool in sc/source/filter/xml | Markus Mohrhard | |
2011-08-28 | sal_Bool->bool in xmlcelli.[ch]xx | Markus Mohrhard | |
2011-08-28 | some initial refactoring in xmlcelli.cxx | Markus Mohrhard | |
2011-08-27 | Extracted a common code block. | Kohei Yoshida | |
2011-08-27 | need argument by reference here | Markus Mohrhard | |
2011-08-26 | I forgot to increment the DB collection position. | Kohei Yoshida | |
This fixes infinite loops during pivot table layout dialog initialization. | |||
2011-08-27 | don't use macro here | Markus Mohrhard | |
2011-08-26 | String to rtl::OUString. | Kohei Yoshida | |
2011-08-26 | translate some comments in ScPrintFunc::DoPrint | Markus Mohrhard | |
2011-08-26 | bool cleanup. | Kohei Yoshida | |
2011-08-26 | catch by const ref | Caolán McNamara | |
2011-08-26 | convert package to gbuild | Matúš Kukan | |
2011-08-26 | fdo#40378 compile defined names that had unresolveds during load | Eike Rathke | |
Dependencies of defined names must not depend on the order in which they are inserted during file load. In a second step compile defined names that had unresolved names during load, and only those. | |||
2011-08-26 | In-line comment. | Kohei Yoshida | |
2011-08-26 | Actually I can handle repeat horizontal alignment beforehand. | Kohei Yoshida | |
2011-08-26 | Actually there is no such thing as repeat orientation. | Kohei Yoshida | |
2011-08-26 | Removing bogus OSL_FAIL. | Kohei Yoshida | |
2011-08-26 | Shrink the method of DrawEditStandard(). | Kohei Yoshida | |
Now that we have dedicated methods for other orientations, we can simplify the logic of DrawEditStandard() which no longer needs to catch all cases. | |||
2011-08-26 | We can't overwrite the orientation value here. | Kohei Yoshida | |
2011-08-25 | Method for asian vertical orientation. | Kohei Yoshida | |
2011-08-25 | Second if condition is always true when the first one is. | Kohei Yoshida | |
2011-08-25 | hasLineBreak is always true for stacked orientation. | Kohei Yoshida | |
2011-08-25 | Separate method for asian vertical orientation. | Kohei Yoshida | |
2011-08-25 | Fill EditDrawStacked(). | Kohei Yoshida | |
2011-08-25 | see 792dee46f2b35a21167af182416803c0b80b517c | Markus Mohrhard | |
2011-08-25 | be extrasave and check for problems with ScRangeName::insert | Markus Mohrhard | |
2011-08-25 | rename pLastTable to pCurrentTab | Markus Mohrhard | |
2011-08-25 | improve import performance, save last sheet in ScMyTables | Laurent Godard | |
calls to ptr_vector::back need way to much time in ScMyTables::AddRow and ScMyTables::AddColumn, this removes the need to call ptr_vector::back every time | |||
2011-08-25 | some minor restructuring, code still needs refactoring | Markus Mohrhard | |