summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* Related: fdo#47250 catch harderCaolán McNamara2012-10-141-1/+1
* lcl_createTemplate declared but not definedCaolán McNamara2012-10-121-2/+0
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-125-10/+10
* Merged SvTreeListBox and SvLBox.Kohei Yoshida2012-10-116-33/+33
* CMIS: Implemented the CheckOut button of the InfoBarCédric Bosdonnat2012-10-117-22/+126
* CMIS: Show an infobar when the document isn't checked outCédric Bosdonnat2012-10-116-4/+60
* CMIS: Provide the CMIS properties in the UNO API of documentsCédric Bosdonnat2012-10-113-4/+72
* InfoBars: first implementationCédric Bosdonnat2012-10-118-0/+384
* import password echo char settingCaolán McNamara2012-10-111-4/+4
* Revert "More clash avoidance for DISABLE_DYNLOADING in general, not just iOS"Tor Lillqvist2012-10-111-6/+4
* More clash avoidance for DISABLE_DYNLOADING in general, not just iOSTor Lillqvist2012-10-111-4/+6
* fix blank dialogs: now need to explicitly call show on containersCaolán McNamara2012-10-091-0/+2
* Some cppcheck cleaningJulien Nabet2012-10-072-2/+2
* DISABLE_DYNLOADING fixes and minor cleanupTor Lillqvist2012-10-072-10/+30
* add needed libraries to sfx2_metadatatablePeter Foley2012-10-071-0/+2
* Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist2012-10-072-2/+43
* convert password dialog to .uiCaolán McNamara2012-10-0512-423/+489
* fdo#46071: Do not hide windows based on nil "Visible" propertyStephan Bergmann2012-10-051-1/+1
* fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2012-10-045-19/+13
* Fixes/improvements on previous commitStephan Bergmann2012-10-048-20/+16
* fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin2012-10-048-52/+38
* rename THIRDPARTYLICENSEREADME.html to LICENSE.htmlAndras Timar2012-10-031-1/+1
* n#782597: Allow adding external templatesCédric Bosdonnat2012-10-032-12/+8
* XubString->OUStringCaolán McNamara2012-10-021-2/+2
* XubString->OUStringCaolán McNamara2012-10-024-162/+152
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-012-4/+4
* Use comphelper::getComponentContextStephan Bergmann2012-09-292-48/+18
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-283-6/+0
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-281-6/+6
* gbuild: clean up Mac OS X framework handling:Michael Stahl2012-09-281-2/+4
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-283-3/+6
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-283-0/+3
* fdo#54744: Fix broken logic of string comparisonStephan Bergmann2012-09-281-1/+1
* adapt ThumbnailView::ImplInitScrollBarCaolán McNamara2012-09-281-1/+1
* move layout diagnostics to vcl.layout channelCaolán McNamara2012-09-281-8/+0
* convert hard-coded layout of two-lines tabpage to .uiCaolán McNamara2012-09-283-1/+13
* convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara2012-09-281-0/+12
* enable SfxModelessDialog to load from .ui as wellCaolán McNamara2012-09-282-8/+22
* get_by_name -> get and pretty up widget type castingCaolán McNamara2012-09-281-11/+10
* ditch over complex property bucketsCaolán McNamara2012-09-281-11/+2
* fix merge conflictCaolán McNamara2012-09-281-1/+1
* put apply button into button action areaCaolán McNamara2012-09-282-15/+21
* tweak SfxTabDialog so that it can use VclBuilder provided 'internal' widgetsCaolán McNamara2012-09-282-29/+84
* dynamically create SfxTabDialog widgetsCaolán McNamara2012-09-282-100/+111
* move dialog-contained widget builder into dialog baseclassCaolán McNamara2012-09-281-47/+1
* put the cui zoom dialog into the right placeCaolán McNamara2012-09-281-1/+1
* Implement conversion scheme for dialogs without changing their codeCaolán McNamara2012-09-282-30/+43
* implement sucking in the padding from the themeCaolán McNamara2012-09-281-4/+0
* park VclBuilder integration into SfxModalDialog for the momentCaolán McNamara2012-09-282-2/+48
* retro-fit dialog child traversal with nextLogicalChildOfParentCaolán McNamara2012-09-281-3/+3