summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-02convert apply styles dialog to .uiCaolán McNamara
Change-Id: Id596ceaebc0dda3be046be89f22b6bf1a304fa4e
2013-09-02ucb: rename "cmisucp" log area for consistencyMichael Stahl
Change-Id: Ie9ef3324bb7a9e954db57548d7862a90b070ebd3
2013-09-02ucb: add missing ucb.core log area, and ftp/ext tooMichael Stahl
Change-Id: Ifa2df0e2dcc193ae02202687c0d6b7ab930db58f
2013-09-02String->OUStringIvan Timofeev
Change-Id: Ic7e61d002638991f2d69462d343f1b29bc9b0040
2013-09-02String->OUStringIvan Timofeev
Change-Id: I0557dcc191aab97adb6aa68ebee1970a11600f4f
2013-09-02remove unused varsIvan Timofeev
Change-Id: I2e7caabbc8464a2a6ee214085e7ea43ba436e030
2013-09-02We don't support Win9x anymore, remove legacy codeJesús Corrius
Change-Id: I12afdc1c25bb09d20fd0698831642b953e08bb63
2013-09-02fdo#68750: ensure that GetSuggestedEndOfSentence makes progressMichael Stahl
Checking a string of 17399 spaces takes 20 seconds here in GrammarCheckingIterator::GetSuggestedEndOfSentence() because BreakIterator_Unicode::endOfSentence() will always return 0 as a result regardless of what nStartPos it gets. Change-Id: Id02440a91d7015c2896e387854445ee5383092fa
2013-09-02ucb: fixed bad init of shared_ptrCédric Bosdonnat
Change-Id: I3d7fc2c01d58da58eb984ad5c10435f86f87f56a
2013-09-02rework SwIndexTreeLB to be a SvSimpleTable to make .ui conversion easierCaolán McNamara
Change-Id: I7ce02cb53e6164e69f0d4efd9863ba16a4fab025
2013-09-02@RESPONSEFILE shouldn't be necessary for the few cppumaker -X argumentsStephan Bergmann
Change-Id: I4d53223c12b7c8f793b236f9b2657bd339b345e9
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-02pocheck now removes entries from .po files which are incorrectViktor Varga
Change-Id: I1749714154be9c2aea7a8623719c38601abc13ba Reviewed-on: https://gerrit.libreoffice.org/5750 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-09-02WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'Tor Lillqvist
Change-Id: I556d03a5bbd74faa26d73a8e84147c9743c20507
2013-09-02WaE: unused function 'removeFragment'Tor Lillqvist
Change-Id: I9f62a2eef5113e0ab1c06f818b2a64ad84c06b84
2013-09-02prepare to accept partial BCP47 (lll-Ssss-CC-vvvvvvvv)Eike Rathke
Change-Id: I3c65cb43696a829f29ab573b7b6e424a39d1a547
2013-09-02feature/cmis rebase: fixed uno DateTime constructionCédric Bosdonnat
Change-Id: Ibbbbaf0445bb1cdaaf83b9449f4d4fbba6097b24
2013-09-02libcmis: add a mandatory patch for GDrive feature to properly workCédric Bosdonnat
Change-Id: I1bd183508b7f481feed641f8658c0baea6f743bd
2013-09-02Updated libcmis to 0.4.1: only build changes for distrosCédric Bosdonnat
Change-Id: Ie5bd26d0fd9e3cd2b590b3b1ee1753faee533d63
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-02Updated internal libcmis to 0.4.0Cédric Bosdonnat
Change-Id: I9ea14c00016e0390a90cae4c15abb34b879b31a7
2013-09-02CMIS: use FolderPtr instead of Folder pointerCao Cuong Ngo
Change-Id: Iac68f67e94ddcc6b0bb2877763176b2efcc9b7d8
2013-09-02CMIS: add BaseURI property to remove warningCao Cuong Ngo
Change-Id: I936e497d88781b9e8fd43532fda23379ff56e25f
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-02Store the decision about the certificate in a container to remember itCédric Bosdonnat
Change-Id: I19da6c1aeb7fada97166d37c68fa5ba242bbcaba
2013-09-02UCB Show more infos about errors loading UCPCédric Bosdonnat
Change-Id: Ibc67cde1766f1259f4e5099160d469412fb4e89e
2013-09-02fdo#61589: ask what to do with invalid SSL certificates in CMIS UCPCédric Bosdonnat
Change-Id: I3cf688f7070e3e8cb2db532d8e034961504a8160
2013-09-02Resolves CMIS file picker propertyset out of range warningCao Cuong Ngo
Add missing properties Change-Id: Id3475fe4d07b33c4c0b31f54075dc011122b15bd
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 Google Drive get repositoriesCao Cuong Ngo
We don't have to create a session just to get a dummy repository. Change-Id: I0193d499d5a45aaa6fa7d1d18301e70ab550518d
2013-09-02CMIS: make GDrive work with pathCao Cuong Ngo
Change-Id: Ib85be2887219e6067a1b6c227515504020f9a4e7
2013-09-02CMIS: getRepositories should call createSessionCao Cuong Ngo
Change-Id: Ia64e15ab53155118dcfdd007a5d76e649bdeded9
2013-09-02CMIS: the file picker prefer path to IDCao Cuong Ngo
Change-Id: I3a8d52411176d29f67340d8b668b8e9cc940d648
2013-09-02CMIS create sessionCao Cuong Ngo
Add sslCheck flag in CreateSession Change-Id: I0dda9b89e529623cbed00f35f10a924120475480
2013-09-02CMIS: connect LO to Google DriveCao Cuong Ngo
Change-Id: I2c1b1d3e2bfd50ceb8647e62d37512ee3a0b9dae
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-02Switched to use libcmis' future 0.4.0 codeCédric Bosdonnat
This means that building with internal libcmis won't work. Make install libcmis master code and use --with-system-libcmis to build after this commit Change-Id: I3df31b299cfc462436681bb36a62c626b3ce3dfe
2013-09-02Cmis update propertiesCao Cuong Ngo
Change-Id: I13db07386f766019701ad9348988dcede718660c
2013-09-02CMIS properties dialogCao Cuong Ngo
Convert Any to Cmis properties Change-Id: I307d337363a84bae8585625ee3eeb641fde25792