summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewsh.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-28bool improvementsStephan Bergmann1-9/+9
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan1-2/+2
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann1-2/+1
2014-01-14PrepareClose should probably return boolStephan Bergmann1-5/+5
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-11/+11
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-2/+2
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-08-29convert chunk of sfx internal code from String to OUStringNoel Grandin1-6/+6
2013-08-22convert include/sfx2/viewsh.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-14convert Read/WriteUserData methods to OUString and boolIvan Timofeev1-2/+2
2013-08-14convert GetSelectionText... methods to OUString and boolIvan Timofeev1-3/+3
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold1-1/+1
2013-06-12Related: #i122453# Invalidate slot servers for all view shells...Andre Fischer1-0/+1
2013-04-08viewsh: correct indentationThomas Arnhold1-47/+44
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-51/+51
2013-04-05Remove SvtInternalOptionsThomas Arnhold1-18/+1
2013-04-02sfx2: remove macrosThomas Arnhold1-9/+9
2013-03-25There are many ships in the port of Hamburg but "ownership" is not oneTor Lillqvist1-4/+4
2013-03-04fdo#46808, remove some unnecessary getProcessServiceFactory callsNoel Grandin1-9/+4
2013-02-25loplugin: improve indentationThomas Arnhold1-6/+3
2013-02-09Remove unused methodsThomas Arnhold1-8/+0
2013-01-09fdo#468080, remove unnecessary XMultiServiceFactory from frameworkNoel Grandin1-1/+1
2013-01-07allow menu items to be referred to by a nameCaolán McNamara1-1/+2
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-1/+1
2012-12-20Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat1-15/+0
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-1/+0
2012-10-14Related: fdo#47250 catch harderCaolán McNamara1-1/+1
2012-10-02XubString->OUStringCaolán McNamara1-2/+2
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+1
2012-09-06offapi: move css.ui.UICommandDescription to css.frame.UICommandDescription:Michael Stahl1-2/+3
2012-09-05Some clean up of previous commitStephan Bergmann1-6/+5
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin1-15/+9
2012-09-03fdo#46808, Adapt UICommandDescription UNO service to new styleNoel Grandin1-2/+3
2012-07-24"Send via Bluetooth" (experimental) feature.Muthu Subramanian1-0/+21
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
2012-06-20Convert SV_DECL_PTRARR(SfxViewFrameArr_Impl) to std::vectorNoel Grandin1-6/+6
2012-06-20Convert SV_DECL_PTRARR(SfxViewShellArr_Impl) to std::vectorNoel Grandin1-9/+9
2012-06-02targeted string re-workNorbert Thiebaud1-28/+28
2012-05-22Renamed writer_web_HTML to generic_HTML.Kohei Yoshida1-1/+1
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-9/+9
2012-04-05SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULTIvan Timofeev1-8/+0
2012-03-30removed duplicate includes in sfx2Takeshi Abe1-3/+0
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-25/+2
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-01-24sfx2: fix indentation in viewsh.cxxIvan Timofeev1-267/+261
2012-01-20SV_DECL_PTRARR->std::vectorAugust Sodora1-18/+16