summaryrefslogtreecommitdiff
path: root/sfx2/inc
AgeCommit message (Collapse)Author
2012-11-07CMIS: added CheckIn dialogCédric Bosdonnat
Change-Id: Iba938986478b880b7026285f607972a2e4d72283
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat
Although the implementation is here, the dialogs to show when clicking on the menu items aren't there yet. Change-Id: I14886ec8ea8b97a35ca6c8474bc33e30da1a86d3
2012-10-31CMIS: added CheckOut in the File menuCédric Bosdonnat
Change-Id: I5f003556065cff34cec38148bc3bb4da20692e54
2012-10-31CMIS: don't show up checkout info bar if the document is not versionableCédric Bosdonnat
Change-Id: I7761e0b06e151822a63a7273a4e61d5cdc648311
2012-10-31InfoBars: implemented ResizeCédric Bosdonnat
Change-Id: Iad2c4b57b28cf06260b7890dfc9309df60fb5184
2012-10-30sal_Bool to boolTakeshi Abe
Change-Id: I87d6e518aebcd0074f673b84b66df27ae9a0a15a
2012-10-29fdo#46808, use service constructor for task::JobExecutorNoel Grandin
Also remove some unnecessary fields.
2012-10-27callcatcher: update list, stop hiding uncalled tests :-)Caolán McNamara
Change-Id: I9bd81a9c5e85db4512a3e4768c9b87696c91b7bc
2012-10-23fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new styleNoel Grandin
Create a merged XFolderPicker2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I4a2c2a8d491a8d5633c19ddcea547f0efe75b91d
2012-10-18expose m_pActionArea so subclasses can add buttons to the right placeCaolán McNamara
Change-Id: If0169cc12dc7b2b70996a5798b8c59b2e6e2edae
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida
There is no reason to keep SvLBox separate. Change-Id: I0b34aa8f8ca539d4f4f0f9cea9fa9b8faec241e8
2012-10-11CMIS: Implemented the CheckOut button of the InfoBarCédric Bosdonnat
Implementing it needed: + Adding XCmisDocument::checkOut method and implement it in SfxBaseModel + Moving the CMIS properties loading into a SfxBaseModel private method to factorize code. + Adding the SfxInfoBarContainerChild registration in all modules Change-Id: I35bcb53cd2feff354aa5d9245897d0631cc924a0
2012-10-11CMIS: Show an infobar when the document isn't checked outCédric Bosdonnat
Telling the user that the document isn't checked out is pretty important as it may cause troubles for the Save operation later (depending on the server policy) Change-Id: Ia101d37cc6266170914ae2cbd90accea1f377f60
2012-10-11CMIS: Provide the CMIS properties in the UNO API of documentsCédric Bosdonnat
Change-Id: Ieb48f615a80e1fa2d49b4efada1f8f9fc4349c29
2012-10-11InfoBars: first implementationCédric Bosdonnat
Change-Id: I4b18f19f5cf13d648a8d10cc31c63bb330a86b6f
2012-10-05convert password dialog to .uiCaolán McNamara
Change-Id: Ib2e9c5a72239fc0fa3a54ac3717d90fe1b779d63
2012-10-02XubString->OUStringCaolán McNamara
Change-Id: Id64cdd70c2877ff71c5bc90286fab6b3d8ab7ad4
2012-09-28convert hard-coded layout of two-lines tabpage to .uiCaolán McNamara
Change-Id: I87da59af50420993303111dae0ec4456ae15cc20
2012-09-28enable SfxModelessDialog to load from .ui as wellCaolán McNamara
Change-Id: I31c93091778b9fd51521699c955df8834b9168ff
2012-09-28put apply button into button action areaCaolán McNamara
2012-09-28tweak SfxTabDialog so that it can use VclBuilder provided 'internal' widgetsCaolán McNamara
2012-09-28dynamically create SfxTabDialog widgetsCaolán McNamara
so we can easily implement creating them vs reusing builder-provided ones.
2012-09-28Implement conversion scheme for dialogs without changing their codeCaolán McNamara
This supports a scheme where we can change over a dialog to GtkBuilder xml without touching its code by the presence of a .ui file in the right place e.g. share/config/soffice.cfg/cui/10000.ui for the zoom dialog
2012-09-28park VclBuilder integration into SfxModalDialog for the momentCaolán McNamara
2012-09-28retro-fit dialog child traversal with nextLogicalChildOfParentCaolán McNamara
retro-fit the logic that search dialog's children for keyboard short cuts and default focus widgets etc
2012-09-28make SfxTabDialog layout buttons with button-boxCaolán McNamara
2012-09-12targetted VBA re-work.Noel Power
2012-09-07First cut on integrating liborcus into libreoffice tree....Kohei Yoshida
It introduces the 'FilterProvider' property in the media descriptor to optionally bypass the normal loading process and let the external filter provider to handle the loading. For now I'm overwriting the csv import filter just to see how this could work just as an experiment. Orcus still needs a lot of work, and it crashes very often at the moment. Change-Id: I11b34572c71073144804a7d0dd5176c8067d8deb
2012-09-05Some clean up of previous commitStephan Bergmann
Change-Id: I14097acf09e9663af7d7abc5f0c9d481880ecc51
2012-08-29Unused declarationsStephan Bergmann
Change-Id: Iec879819cb328bade35de8a946f38a419fa8737a
2012-08-27Modified the wording of the Save-on-Exit-DialogSamuel Mehrbrodt
Change-Id: Ie3a02efc4541754ba553909ad03a115258890351 Reviewed-on: https://gerrit.libreoffice.org/491 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2012-08-27Remove remaining checks for HTMLMODE_SOME_ABS_POSHarri Pitkänen
This HTML mode is never disabled for any HTML export options. Thus it is not necessary to check for it. Completes the cleanup started in commit feeb57e0a63cdcd81898050d059e7933f62c5292 Change-Id: I3ea27ea52cdc355f19d0d2fb33ac92262df5d13f Reviewed-on: https://gerrit.libreoffice.org/488 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2012-08-23rtl::OUString -> OUStringRafael Dominguez
Change-Id: Id435edc2d2f8801bde4be6e4acbe42608e0be179
2012-08-23Rename class from TemplateOnlineView to TemplateRemoteView.Rafael Dominguez
Change-Id: I3d1cc00274c4f758cb4e8e6a09cea9cb63b0a733
2012-08-21template manager: setFontAttribute on TextLayouterDevice is neededCédric Bosdonnat
or you could have some weird values initialised much earlier (remember, that TextLayouterDevice shares its device) Change-Id: Ia8e44e578dc1bff6bdc97a3007db51e20692593d
2012-08-21Remove unused attributes from ThumbnailView class.Rafael Dominguez
Change-Id: I4cb95d4f2f11eed332067e332bd9dfd95d119ce9
2012-08-20PreInit and MemoryError can be removed from coreCaolán McNamara
The logic of 8fb5a686f40eadd2bdd9519fc65f23cc29ec3163 in binfilter appears to hold for core as well Change-Id: I73cd47586c4c83858f9eca92e019ad0108b514e0
2012-08-20Ask user if it wants to overwrite a templateRafael Dominguez
Change-Id: I4e0aa8938ebd197b4b77767b9930a389569ba98d
2012-08-20Remove unused functions.Rafael Dominguez
Change-Id: Ie02db475949809254bfb941b6acbf1c887bfd8e5
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I7162523a26488b8528a91ec7abd587f55647acbb
2012-08-15Disable general manager actions while in save mode.Rafael Dominguez
Change-Id: I46496f75b7a9f441c989f8a750ecc675781162af
2012-08-15Save template in the currently open overlay.Rafael Dominguez
Change-Id: I8b577ee7ab73384486b4756dd303e595da9210f8
2012-08-15Save a template to selected folders.Rafael Dominguez
Change-Id: I16969fa0b28ff5f1e5abe7e58ad8522c03b3ea4e
2012-08-15Add save templates command to manager.Rafael Dominguez
Change-Id: Ic538f23f1d8c4ba8f1a47386e1d16337cf2650c9
2012-08-15Close dialog when clicking the close button.Rafael Dominguez
Change-Id: Idc07559a2635a3fb19cfba07e564c90fad913c12
2012-08-15restore the old value for SID_ATTR_ZOOMIvan Timofeev
regression from 6484ccb4edad34d03d1300929fe20788f41b255e, can be seen for example in Writer's page preview mode, changing zoom by a mouse wheel does not update the zoom slider. these slot ids are sometimes collected into an array to pass to SfxBindings::Invalidate(sal_uInt16*), which requires a _sorted_ array, so let's not modify the values and break the sort order. Change-Id: I9cb59a6eed2f19dfb3a308d7654d8b0b1779ae6b
2012-08-14Display template preview in property dialog.Rafael Dominguez
Change-Id: I7479bac95a93a156889e19921373c441ef8fd881
2012-08-14Display template information like author,type,keywords,etc.Rafael Dominguez
Change-Id: I541ba1e40bd320701fac5d75615c8c9486dfebb9
2012-08-14Display template preview and information when clicking properties.Rafael Dominguez
Change-Id: I9a783c39f04a19cd65a292f3ebff923bb845f2c4