summaryrefslogtreecommitdiff
path: root/sfx2/source
AgeCommit message (Collapse)Author
2013-09-04startcenter: Rename variablesKrisztian Pinter
Change-Id: I3137502e6ee3c4c4dce6ac1b99325f5e8c771e02 Reviewed-on: https://gerrit.libreoffice.org/5805 Reviewed-by: Krisztian Pinter <pin.terminator@gmail.com> Tested-by: Krisztian Pinter <pin.terminator@gmail.com>
2013-09-03Resolves: fdo#68726 make navigator child dialog float on topCaolán McNamara
i.e. set its parent to the thing it wants to be on top of As an aside I'm not entirely sure that this little dialog has the decorations set on it that it would like, I suspect it wants to be more like the tearable-off font color floatingwindow. But lets not muddy the waters in this commit. Change-Id: I9e0c35fbb66e50c04c7b28904d3937cf9ae417f4
2013-09-03warning C4701: potentially uninitialized local variable 'pItem' usedStephan Bergmann
Change-Id: I04cc1589139841f50fcaa5ef9e1deaf53fb00096
2013-09-03startcenter: Add tooltips for thumbnails with long filenamesKrisztian Pinter
Change-Id: Id9bab881f74b40691cb3e7364af78758d769a8a6 Reviewed-on: https://gerrit.libreoffice.org/5756 Reviewed-by: Krisztian Pinter <pin.terminator@gmail.com> Tested-by: Krisztian Pinter <pin.terminator@gmail.com>
2013-09-03Remove more unused methodsMarcos Paulo de Souza
Change-Id: I79548f9dd1b83ef940e7a1302cf7b728610fed4a Reviewed-on: https://gerrit.libreoffice.org/5757 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-09-02WaE: statement aligned ... [loplugin]Tor Lillqvist
Change-Id: I80256c748fecf1e5d7ffa73fdcde0ed453455b72
2013-09-02WaE: use of logical '&&' with constant operandTor Lillqvist
A warning that reveals what surely must be coding glitches. Thanks, Clang. Change-Id: Ieb1e09b91a4ab63c2ab15bb4874ac82b57c174cf
2013-09-02feature/cmis rebase: fixed uno DateTime constructionCédric Bosdonnat
Change-Id: Ibbbbaf0445bb1cdaaf83b9449f4d4fbba6097b24
2013-09-02CMIS properties: make multiple valuesCao Cuong Ngo
Change-Id: I0d5ed8fbfd113940aadc117bcc7cf751be246071
2013-09-02CMIS properties: fix update issueCao Cuong Ngo
Change-Id: Ia04c588c7491cf9a4a5430b364b52ac89adf2f90
2013-09-02CMIS properties dialog: get multiple valuesCao Cuong Ngo
Change-Id: Ife7562d52cc3070c8d409f2da68d4e2aa5faea69
2013-09-02CMIS properties dialog: fix scrollCao Cuong Ngo
Change-Id: I4f65adea63267dcafa448001fed7693f55378751
2013-09-02Convert CMIS properties dialog to .uiCao Cuong Ngo
Change-Id: I98caf59352bb5e57c7685cb24561ddb2966b6035
2013-09-02CMIS: fix file saving issueCao Cuong Ngo
Change-Id: I60cccb841fea5ce493f004c73ecf50468019f860
2013-09-02CMIS: add document ID when saving.Cao Cuong Ngo
The document ID is needed in case the get object by path of the CMIS document doesn't work (like Google Drive) Change-Id: I151d5433a19caeaf4a542b69cd9e95dde58722e7
2013-09-02CMIS properties: Add type to the UNO APICao Cuong Ngo
Change-Id: Ie4f32bc840cdfab1d5f600991cd6ac8aabcb1f87
2013-09-02CMIS properties dialogCao Cuong Ngo
Use Sequence directly instead of creating intermediate properties Change-Id: I194342678d7f56f34cc24a56440827e795e6be95
2013-09-02Properties dialogCao Cuong Ngo
Only call CMIS update properties when it is a CMIS document. Change-Id: Ibccd2effcf7e839f71523233fd3e69b5d464a310
2013-09-02CMIS properties dialogCao Cuong Ngo
Only update modified properties Change-Id: I985cba20abd9b2d5b25bfa3c716ad6df94178c72
2013-09-02CMIS properties dialogCao Cuong Ngo
Uses sal_Int64 instead of sal_Int32 in Number properties. Because the type used in Any is Hyper. Change-Id: I9a4c72a8bb72c2403120cafa06541fb5434f282b
2013-09-02CMIS properties dialogCao Cuong Ngo
Greyed out YesNo button when the property is readonly Change-Id: I093651c9a17e8e1e23a164a6f91d6971d3ecc67a
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 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