summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
2011-11-18I need to parse the range up-front.Kohei Yoshida2-15/+19
2011-11-18Populate the query entries directly.Kohei Yoshida4-114/+111
2011-11-18Pick up more boolean data directly.Kohei Yoshida3-23/+8
2011-11-18Simplified & clarified the connection logic.Kohei Yoshida2-17/+31
2011-11-18Let's use std::vector instead.Kohei Yoshida2-14/+15
2011-11-18Removed pointless inlining of methods.Kohei Yoshida2-8/+41
2011-11-18Store case sensitivity flag directly.Kohei Yoshida4-16/+19
2011-11-18Store filter orientation in the query param.Kohei Yoshida2-6/+4
2011-11-18Started working on de-UNO-izing the filter import.Kohei Yoshida2-19/+25
2011-11-18Added handler to handle the new <table:filter-set-item> elements.Kohei Yoshida5-13/+191
2011-11-11ByteString->rtl::OStringCaolán McNamara1-15/+25
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida5-55/+48
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida3-19/+25
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-3/+3
2011-11-06little refactoring in ods import codeMarkus Mohrhard2-19/+21
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida4-0/+4
2011-11-04More on avoiding direct access to pStr, also fixed several memory leaks.Kohei Yoshida3-9/+11
2011-11-04Moved ScQueryEntry out of global.?xx to queryparam.?xx.Kohei Yoshida1-0/+1
2011-11-04Let's not use a hard-coded MAXQUERY all over the place.Kohei Yoshida1-1/+1
2011-11-04calc big doc : ScMyTables::NewSheet method cleaningLaurent Godard2-53/+42
2011-11-04catch exception by const referenceTakeshi Abe2-5/+5
2011-11-03ditch ScXMLExportDatabaseRanges::getOperatorXMLCaolán McNamara2-59/+0
2011-11-03callcatcher: drop unused methodsCaolán McNamara2-19/+0
2011-11-03callcatcher: ditch some unused codeCaolán McNamara2-367/+0
2011-11-02calc big file : refactor loading to avoid unecessary testsLaurent Godard2-18/+3
2011-10-31Revert "Move ScPostIt storage from ScBaseCell->ScDocument"Michael Meeks2-4/+4
2011-10-31Move ScPostIt storage from ScBaseCell->ScDocumentKevin Hunter2-4/+4
2011-10-28More reduction of scoping inside nested for loop.Kohei Yoshida1-35/+40
2011-10-28More reduction of scoping inside for loop.Kohei Yoshida1-38/+38
2011-10-28Reduce excessive scoping.Kohei Yoshida1-60/+92
2011-10-18WaE: unreachable codeTor Lillqvist1-1/+0
2011-10-18WaE: unreachable codeTor Lillqvist1-1/+0
2011-10-17WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist1-1/+1
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl2-5/+12
2011-10-11#i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl11-19/+22
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl19-110/+151
2011-10-07delete NULL is safeTakeshi Abe2-27/+0
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-1/+1
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara4-0/+14
2011-09-06related #i114504: don't assume external references are always file urlsNiklas Nebel1-12/+16
2011-08-30More string conversion around ScDocumentLoader.Kohei Yoshida1-10/+5
2011-08-28some additional sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard41-384/+383
2011-08-28some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard23-458/+437
2011-08-28sal_Bool->bool in xmlcelli.[ch]xxMarkus Mohrhard2-40/+40
2011-08-28some initial refactoring in xmlcelli.cxxMarkus Mohrhard1-11/+9
2011-08-26String to rtl::OUString.Kohei Yoshida2-17/+14
2011-08-25 rename pLastTable to pCurrentTabMarkus Mohrhard2-39/+39
2011-08-25improve import performance, save last sheet in ScMyTablesLaurent Godard2-40/+44
2011-08-25some minor restructuring, code still needs refactoringMarkus Mohrhard1-4/+4
2011-08-25sal_Bool -> bool in ScTableMarkus Mohrhard2-4/+4