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