summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-2/+2
2012-11-28Fix various build breaks.Kohei Yoshida2-2/+2
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin5-6/+14
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin2-8/+8
2012-11-28fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-1/+2
2012-11-27dbaccess: warning C4530: C++ exception handler used ... specify /EHscMichael Stahl1-5/+2
2012-11-27fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann4-4/+0
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl1-1/+0
2012-11-26Typo in commentLionel Elie Mamane1-1/+1
2012-11-25fixup trailing token error.Michael Meeks1-1/+1
2012-11-25German comment translationsMarkus Maier24-204/+197
2012-11-23some i18n wrappers with LanguageTagEike Rathke8-12/+12
2012-11-22AllSettings with LanguageTagEike Rathke8-7/+8
2012-11-20Merge branch 'feature/killsdf'Andras Timar1-1/+1
2012-11-17use LanguageTagEike Rathke1-5/+2
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida15-2/+16
2012-11-15Store tree list entry items in ptr_vector & const correct-ness.Kohei Yoshida1-2/+2
2012-11-15Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida4-6/+4
2012-11-15ensure translations are built before using themDavid Tardon1-1/+4
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2-6/+4
2012-11-13convert extension dialog to .uiCaolán McNamara1-1/+1
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar72-517/+552
2012-11-11Fix the scope of the variable 'pApprove' can be reducedJulien Nabet1-2/+1
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin11-30/+28
2012-11-05fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifierNoel Grandin1-1/+1
2012-11-02include stl headers for used featuresLionel Elie Mamane1-0/+1
2012-11-02Columns should know their tableLionel Elie Mamane2-14/+30
2012-11-02Don't abort when column has no (Catalog|Schema|Table)NameLionel Elie Mamane1-3/+6
2012-11-02optimisation: take ref to OUString instead of constructing temp objectLionel Elie Mamane2-2/+2
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat5-0/+10
2012-10-31CMIS: added CheckOut in the File menuCédric Bosdonnat5-0/+5
2012-10-30Properly spell out "dbaccess"Stephan Bergmann2-9/+9
2012-10-29Use SvTreeListEntries to store child entries.Kohei Yoshida5-18/+18
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky4-5/+10
2012-10-25XubString->OUStringCaolán McNamara6-7/+7
2012-10-24fdo#46808, use service constructor for frame::GlobalEventBroadcasterNoel Grandin1-3/+3
2012-10-23fdo#46808, use service constructor for frame::ModuleManagerNoel Grandin2-2/+2
2012-10-23fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new styleNoel Grandin2-9/+2
2012-10-23Make SvTreeEntryList private to svtools.Kohei Yoshida2-22/+24
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2-5/+6
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida8-12/+12
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida40-393/+393
2012-10-19Remove direct reference to SvListEntry outside svtools.Kohei Yoshida2-6/+8
2012-10-19Remove direct reference to SvTreeList outside svtools.Kohei Yoshida1-3/+3
2012-10-13Merge branch 'master' into feature/killsdfAndras Timar51-153/+138
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-10-11Prevent infinite recursion during make check.Kohei Yoshida1-1/+1
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida15-18/+17
2012-10-10add missing dep on svl/solar.hrcDavid Tardon1-1/+2
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist2-1/+5