summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2013-09-02CMIS properties dialogCao Cuong Ngo
When it's a CMIS document, don't update custom properties, which also prevents cmis properties aren't updated. Change-Id: Ia26d9ae5debae9c5de347ed309a3f07cfda4a475
2013-09-02Cmis properties dialogCao Cuong Ngo
when value is empty, set to String type Change-Id: Ic9cabfa6437342ff8962e9d758e745d802e8f73b
2013-09-02Cmis update propertiesCao Cuong Ngo
Change-Id: I13db07386f766019701ad9348988dcede718660c
2013-09-02CMIS properties dialog: update propertiesCao Cuong Ngo
Change-Id: Ia506713b61dc6c1343eac3640863c86a2fc3f18f
2013-09-02CMIS properties dialog: Fixed the "*" location bugCao Cuong Ngo
Tried to change the WB_PASSWORD but didn't work. Change-Id: Id872fe041fc16b5d705c779372e2084f686cfd07
2013-09-02Properties dialogCao Cuong Ngo
Change the Location GtkLabel in general tab to multiple lines. However for unknown reason the text become all "*". Change-Id: Ia9553f93303ed5f831f61adda0f060a889e7086a
2013-09-02Cmis PropertyCao Cuong Ngo
Add MultiValued, OpenChoice and Choices to CMIS Property Change-Id: Iade033c86878368b39a0264ad0a56d0286e6bffb
2013-09-02CMIS properties dialogCao Cuong Ngo
Rename CmisPropertyValues to CmisProperty Change-Id: I7360e6b55406c1abe381c8d915be41d972498167
2013-09-02CMIS properties dialogCao Cuong Ngo
Set ReadOnly depends on CMIS properties Change-Id: I8aa29ab01d8a7f3ba2f71f17623a970dd9df8af4
2013-09-02CMIS propertiesCao Cuong Ngo
Create a CmisPropertyValue with additional DisplayName, Updatable and Required properties. Change-Id: Ia20d76a739ac5c51d7c89ef6f1a40a299697cb0e
2013-09-02CMIS properties dialogCao Cuong Ngo
Fixed type width Change-Id: I0afbfcb33539533269f2867972a8ab71e6dadef7
2013-09-02CMIS properties dialogCao Cuong Ngo
Change property name and type to FixedText Change-Id: I568e213efb0cd0fb0167d8dab397f67b3fa1f69e
2013-09-02CMIS properties dialogCao Cuong Ngo
Fix properties type editing Change-Id: Ic36f0351ec738e7444508f8326c23e89150c9603
2013-09-02CMIS properties dialog: load CMIS properties into the dialogCao Cuong Ngo
Change-Id: I40561de3ce944f017a79995d1ef38584443fbf02
2013-09-02CMIS properties dialog initializeCao Cuong Ngo
Change-Id: I1bdc2a9e8d2ee916fa37f836baf750385c820da4
2013-09-02startcenter: Fix overlapping template thumbnails in Start CenterKrisztian Pinter
Change-Id: Id6e72a83f32a61889307713db32167e47d447b2a
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer
Change-Id: I7409f7a58796c9bf7542b6a7904ad40581637eeb
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer
This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
2013-08-31Some trivial string clean upStephan Bergmann
Change-Id: I68c738152250e0cbd317e903cb088c60e9b40566
2013-08-30startcenter: Tweak button layout in Start CenterKrisztian Pinter
Change-Id: I7a02b5c831b268f326d30c331065c57deceeb6ee
2013-08-30Resolves: fdo#66700 don't crash on querying zoom state with no SfxObjectShellCaolán McNamara
Change-Id: Id2943c92ce6deaae3e4d507a35c08466db21cece
2013-08-30startcenter: Add toggle to view templates in Start CenterKrisztian Pinter
Change-Id: I17aa3bfbb7f4b0eca525dd15d6866c6951d5d20f Reviewed-on: https://gerrit.libreoffice.org/5543 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
things got a little out of hand and I ended up converting quite a bit of calc to OUString Change-Id: I056326d37ffefa8c120cb2e564d166dd9f20f216
2013-08-29-Werror,-WundefStephan Bergmann
Change-Id: Iaef2e4dec0d2fc8d0583fe2a56b5e0bcba667d8c
2013-08-29disable/disconnect style preview from styles dialogNoel Power
So, the logic for firing the Preview start/end slots is disabled now, I think the present dialog's behaviour could be very confusing, really we need to have the preview done on the item the mouse is over (like font preview) but I haven't had time to try and do that yet, also imho it makes more sense to actually replace that styles dialog for calc. I leave the code in place now so at least someone might be able to enable and experiment with it. Change-Id: I62adb9c217e9887d8df5ecea1e8ca071a570ab3e
2013-08-29add support for in-place style previewNoel Power
selecting a style in the styles dialog ( without double clicking ) will apply the style to the currently selected cell(s) You can with the keys navigate to other styles and they in turn will also be applied. Preview will end when you click back onto the document. *FIXME* - the styles dialog isn't really suitable for previewing, a new dialog ( possibly in the toolbar ) might be nicer ( see Excel ) *FIXME* - when there is a multiple selection the highlight colour (applied as a transparent overlay) is most annoying ( and is mixed with any background colour applied if part of a style ) see ( ScGridWindow::UpdateSelectionOverlay() ) However my puny attempts to make the selection use a transparent colour made all the borders of the selected cells dissappear. I guess maybe a box/border around each selected cell ( or group of cells ) would also work but I didn't try that Change-Id: I0950e79085ffb75f60ee961835665df0c230172f
2013-08-29Resolves: #i123091# Request repaints of panels on every deck layoutingAndre Fischer
(cherry picked from commit 98bd1aded3ffa1df24bfec28624bdf5129533c45) Conflicts: sfx2/source/sidebar/DeckLayouter.cxx Change-Id: I7f9b9d0cf3305cafafcb752a5e1da84f341b59c9
2013-08-29orig code guarded against matching on the first charCaolán McNamara
as well as not matching anywhere Change-Id: Id4e46943189e19421b6f9fbc38d51d542d9428b6
2013-08-29more windows fix after my OUString changesNoel Grandin
MSVC having trouble with the OUString const-char-* overloads and the ternary operator. Change-Id: Iae88dfe26288b1b6d059b8166349686280f97348
2013-08-29fix windows build after my OUString changesNoel Grandin
missed a chunk inside an #if defined(WNT) block Change-Id: I8c49d2c92f77471e8d0c7c46491f6faba7fbc677
2013-08-29fix windows build after my OUString changesNoel Grandin
Change-Id: Icbab6e710bd369ba0daaa679a01988f4a7b51703
2013-08-29convert sfx2/source/bastyp/* from String to OUStringNoel Grandin
Change-Id: I984ca2833d65ce37967058b1cb5800c61defe88c
2013-08-29convert sfx2/source/control/* from String to OUStringNoel Grandin
Change-Id: I89f5cfe46b789a4a08d4b9f096e95d7cf0a887e1
2013-08-29convert sfx2/source/dialog/* from String to OUStringNoel Grandin
Change-Id: Ifa4c7ac957ea0c329cbe867c116465bcfb4f314e
2013-08-29convert sfx2/source/doc/* from String to OUStringNoel Grandin
Change-Id: Id9a58c4dca372dc36bdd8a359c7c0101cfffd88c
2013-08-29convert chunk of sfx internal code from String to OUStringNoel Grandin
Change-Id: Ibf728d8a80d62cb3b2bfa985d4e685b9749f7ab8
2013-08-29convert sfx2/inc/inettbc.hxx from String to OUStringNoel Grandin
Change-Id: I851423df2cbb71b1ebf51751b200eb2391ae0551
2013-08-29convert sfx2/inc/srchdlg.hxx from String to OUStringNoel Grandin
Change-Id: I344787557f7e9b46ba2a323ba7d3c30ecfa33f12
2013-08-29convert source/appl/fileobj.hxx from String to OUStringNoel Grandin
Change-Id: Ie48cc6bac841ca975a9419be230268c195f35840
2013-08-29convert sfx2/source/appl/helpinterceptor.hxx from String to OUStringNoel Grandin
Change-Id: I3999e64cdc7c538fa300ec5ad648ec257f6faa3b
2013-08-29convert sfx2/source/appl/newhelp.hxx from String to OUStringNoel Grandin
Change-Id: I6991c168b5732dc228c113c5a834a43f691c0eed
2013-08-29convert sfx2/source/dialog/filedlgimpl.hxx from String to OUStringNoel Grandin
Change-Id: Ifc010ec9e3a052b069baf524465a5d45522a808e
2013-08-29convert sfx2/source/doc/oleprops.hxx from String to OUStringNoel Grandin
Change-Id: Ib61bed6ae4ebc42dd5174350fed37d1df1ff73af
2013-08-29convert sfx2/source/doc/querytemplate.hxx from String to OUStringNoel Grandin
Change-Id: Iac77125e03354f24c0e27f630af7acab47fcd327
2013-08-29convert sfx2/source/inc/alienwarn.hxx from String to OUStringNoel Grandin
Change-Id: Iea3643b7a2571bf0eb114769bccd2195b373c043
2013-08-29remove unnecessary header sfx2/source/inc/fltfnc.hxxNoel Grandin
the only method it declares no longer exists, to inline its includes into the places using it. Change-Id: I1fed09835f221a34722dbdd3f33a079a373d8b36
2013-08-29remove SfxFilterDialog code, appears to be deadNoel Grandin
only the header file exists Change-Id: If2c59dc40655482ac94c7f624fd31396dc62da16
2013-08-29convert sfx2/source/inc/objshimp.hxx from String to OUStringNoel Grandin
Change-Id: I9f83effda2be8e7edbdd7fbb32245ecaf90cd1d2
2013-08-29convert sfx2/source/inc/sfxtypes.hxx from String to OUStringNoel Grandin
Change-Id: Ie70182562baf15dbc35be3b97d7e902db9ffc88a
2013-08-29convert sfx2/source/inc/templdgi.hxx from String to OUStringNoel Grandin
Change-Id: Iabd69d07c0d6e13e969bcedddf75506123074f34