summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard
2011-11-06ByteString->rtl::OStringCaolán McNamara
2011-11-06make filter ByteString freeCaolán McNamara
2011-11-06aString is always emptyCaolán McNamara
2011-11-06ByteString->rtl::OStringCaolán McNamara
2011-11-06ByteString->rtl::OStringCaolán McNamara
2011-11-06no need for intermediate string hereCaolán McNamara
2011-11-06ByteString->rtl::OStringCaolán McNamara
2011-11-06make sfx2 ByteString freeCaolán McNamara
2011-11-06sw now ByteString free except for windows related onesCaolán McNamara
2011-11-06StaticIsEnabledBroadcasting can only be trueCaolán McNamara
2011-11-06callcatcher: update and remove some more unused methodsCaolán McNamara
2011-11-06little refactoring in ods import codeMarkus Mohrhard
2011-11-06RTFDocumentImpl: use boost::shared_ptr for m_pInStream and m_pGraphicHelperMiklos Vajna
2011-11-06RTF import: close file descriptor once import finishedMiklos Vajna
2011-11-06RTF import: delete graphic helper once it's not used (fdo#42640)Miklos Vajna
2011-11-06cppcheck: avoid possible null pointer dereferencesIvan Timofeev
2011-11-06cppcheck: drop redundant checksIvan Timofeev
2011-11-05Why build empty objects.Joseph Powers
2011-11-05precompiled_basegfx.hxx is empty, so don't include it.Joseph Powers
2011-11-05Cleanup basegfx headers a littleJoseph Powers
2011-11-05make some methods constEike Rathke
2011-11-05limit spamming in non verbose modeNorbert Thiebaud
2011-11-05Drop unnecessary inclusions of <sal/main.h>Tor Lillqvist
2011-11-05Remove the unused <l10ntools/vosapp.hxx> headerTor Lillqvist
2011-11-05Class description.Kohei Yoshida
2011-11-05Removed queryentry.hxx include from lookupcache.hxx header.Kohei Yoshida
2011-11-05Moved ScCompare and ScCompareOptions out of the header.Kohei Yoshida
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida
2011-11-04Temporarily disabling the new autofilter popup due to a set-back.Kohei Yoshida
2011-11-04Hide the query strings member, and add relevant methods for it.Kohei Yoshida
2011-11-04Do the simple string equality matching in ScQueryEntry instead.Kohei Yoshida
2011-11-04A little cleanup.Kohei Yoshida
2011-11-04More on extracting complex evaluations...Kohei Yoshida
2011-11-04Another complex if condition extracted.Kohei Yoshida
2011-11-04Using for loop here is better than while loop.Kohei Yoshida
2011-11-04Extracted complex if conditions into own methods. Much more readable.Kohei Yoshida
2011-11-04Prefer STL over heap array.Kohei Yoshida
2011-11-04Set pStr private and discovered several more direct access to this member.Kohei Yoshida
2011-11-04More on avoiding direct access to pStr, also fixed several memory leaks.Kohei Yoshida
2011-11-04Remove direct access to the query string (pStr).Kohei Yoshida
2011-11-04Support rtl::OUString reference here as well.Kohei Yoshida
2011-11-04Calling delete on NULL pointer is safe.Kohei Yoshida
2011-11-04Moved ScQueryEntry out of global.?xx to queryparam.?xx.Kohei Yoshida
2011-11-04const correct ness etc & mutable only for lazy-initializing accessor.Kohei Yoshida
2011-11-04Let's not use a hard-coded MAXQUERY all over the place.Kohei Yoshida
2011-11-04sal_Bool to bool.Kohei Yoshida
2011-11-04Test-run the filter query after pressing OK. It's far from perfect.Kohei Yoshida
2011-11-04Calculate window size and geometries of controls based on menu items.Kohei Yoshida
2011-11-04Populate the popup with unique values and the default action items.Kohei Yoshida