- 30 Agu, 2012 19 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: Ice64f084a04b879ccaec66f9a679f82ab9001547
-
Caolán McNamara yazdı
Change-Id: I6c746d678f8472251b6d2139b7c46ffe2a7767c0
-
Tor Lillqvist yazdı
Change-Id: Idb06612e30b6ef3e9ce26d461f3664fbafdb1cab
-
Cédric Bosdonnat yazdı
Change-Id: I3b2118dea19a8ef3683ce192b3be703114bc02ae
-
Jung-uk Kim yazdı
Change-Id: Ide36957d1826f5ac20b14a6919abfc684c33cb9c
-
Stephan Bergmann yazdı
Change-Id: I24bf5a91544269e9284c52aedca1fcd8435a8e4a
-
Lionel Elie Mamane yazdı
Change-Id: Id14e14222615df33f5da7bab6f73d2752ae41509
-
Lionel Elie Mamane yazdı
Change-Id: Ib88fecd856c9767cafa0191d3d93b372776d414a
-
Tor Lillqvist yazdı
Put only the presumably not so interesting long list of input files into the response file, have options (which might be what one wants to see if using verbose=t) on the command line as such. Change-Id: Ia73614744f4fba65bc47dc463197941e65eae78f
-
Miklos Vajna yazdı
Also remove the #if 0 I forgot to remove previously. Change-Id: I2cc5e1407c509414c8395d0fd63ab3b379bef04f
-
Miklos Vajna yazdı
SectionPropertyMap::PrepareHeaderFooterProperties() already backed up m_nTopMargin to have the same result when that method is called multiple times. Do the same for the header footer height values as well to match the WW8 behaviour. Change-Id: Ib2347abc3db39308900c7721c0e15de040d9a01f
-
Tor Lillqvist yazdı
Change-Id: Iecbd3d88e963222e9bf44412fc84245edb6659dc
-
Stephan Bergmann yazdı
Change-Id: I892e8cd4a46496199b3a78a1f08cc96dfa3c2f03
-
Stephan Bergmann yazdı
Change-Id: I65eac6ab34d2d54eeaa2bc14838711f700d0d535
-
Stephan Bergmann yazdı
Change-Id: I43186271f36f67a95a7e3766e1998ea42531e596
-
Stephan Bergmann yazdı
Change-Id: Ia8242f98f2c1d4256bf84c6ad4f57f998d895d50
-
Lionel Elie Mamane yazdı
Change-Id: I24d1f3af5d428e735a94fc9a69960244d0225513
-
Lionel Elie Mamane yazdı
Change-Id: I19be63f1cfa57386dd661ab8f98dc21b5ff8d22c
-
Lionel Elie Mamane yazdı
This demonstrates a confusion between *values* and *patterns* Change-Id: I207aa53950166e915bbad22b022c88d07ee6300d
-
- 29 Agu, 2012 21 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I07497cf288004931d4212e92decd18fb8c685a78
-
Caolán McNamara yazdı
Change-Id: I029df0a94158acc5ca9705f53070d39d297b7b17
-
Caolán McNamara yazdı
Change-Id: I2c2eac4fd848925fada754ced03328fa5320f901
-
Caolán McNamara yazdı
Change-Id: Ia55c8696657c459423d745e298630d549e4125df
-
Caolán McNamara yazdı
Change-Id: I3616e62689246a091d9f26d69105a27f64553d48
-
Stephan Bergmann yazdı
Change-Id: I8711d5476664d37ffdbf025b8e07a9bc21530908
-
Andras Timar yazdı
Change-Id: I07c3a456b36a4f032f5e158632eccd4370ce0085
-
Stephan Bergmann yazdı
Change-Id: I6f6222d7c4c928b29ac092d3afef125f2e552b8e
-
Stephan Bergmann yazdı
Change-Id: I990167289fe39bbfdb3b40abf8fc522dabb7cc20
-
Uray M. János yazdı
Change-Id: I4f0a0304d7dd23ed8ce011e6f8f90e170bfbe5df Cleanup in Tools > Options > User Data Change-Id: If89f19e22b6efeb0fdd811ff8afe2cb6c0b0bf4e Reviewed-on: https://gerrit.libreoffice.org/500Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Uray M. János yazdı
Now all names in basctl are in namespace 'basctl'. There were lots of names that included the word 'Basic' or 'BasicIDE' in it, e.g. BasicIDEData, BasicDocumentEntry, BasicTreeListBox, BasicIDEModule, IDEBaseWindow etc. This information is now stored in the namespace name, so the names could be shortened: basctl::DocumentEntry, basctl::TreeListBox, basctl::Module, basctl::BaseWindow etc. Some other minor changes: * LibInfos, LibInfoItem, LibInfoKey -> LibInfos, LibInfos::Item, LibInfos::Key * The header guards are now uniformly BASCTL_FILENAME_HXX, instead of e.g. _FILENAME_HXX, which is undefined behaviour because of the '_'. * namespace BasicIDE, BasicIDEGlobals, basicide -> namespace basctl * BASICIDE_TYPE_MODULE, ... -> basctl::TYPE_MODULE, ... Change-Id: I2a9b493562d0d8a2510d569798fbe9e1161b7c9b Reviewed-on: https://gerrit.libreoffice.org/501Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Eike Rathke yazdı
Implemented user editable date acceptance patterns. The introduction of strict date parsing using locale dependent date acceptance patterns in 3.6.0 wasn't always welcomed. Besides that not every locale had patterns for incomplete (only day and month) date input, users also complained about not being able to key in dates on numeric keypads if the locale's date separator wasn't '/' or '-' This commit implements a "Date acceptance patterns" edit field under Tools->Options->LanguageSettings->Languages that follows the selected locale and enables the user to add patterns. Example de-DE locale: * default patterns: D.M.Y;D.M. * to enable additional input on numeric keypad: D.M.Y;D.M.;D-M-Y;D-M * if 3-4 shall not result in a date, D-M- could be used instead of D-M * note that to enter an ISO 8601 Y-M-D date with a D-M-Y pattern active one needs to enter a year >31 or with at least 3 digits, e.g. 011 Change-Id: I9e20fcb168578b02d0f0248a0e209942e0f27113
-
Markus Mohrhard yazdı
Change-Id: I997f96e0a9f6aa4c2ed7f2d3811a84fdfda05683
-
Markus Mohrhard yazdı
Change-Id: I8e523fbb53b9c40075b62ee32d79eee0b408168e
-
Jan Holesovsky yazdı
Change-Id: Id891e048d1914d8e274f3f540c4038a299e57ae8
-
Tor Lillqvist yazdı
Change-Id: I1c8c978d62072cdb08bd64e6f38fe11983091375
-
Noel Power yazdı
Change-Id: Iedbe5238deb7ed011423ef211e7fb1e498d27387
-
Stephan Bergmann yazdı
Change-Id: Icc0b617bd639666e44effbb4554bb4f7f0e778e8
-
Jan Holesovsky yazdı
Change-Id: Id94b5d0aa4d4b6236831f3720cb24efca70be649
-
Caolán McNamara yazdı
osl_getModuleHandle under unix can have a NULL pModuleName and the underlying GetModuleHandle on windows allows a NULL modulename as well Change-Id: Iaf154e635e9c96cbc62d525a7552339ce132f3dc
-
Stephan Bergmann yazdı
Change-Id: Iec879819cb328bade35de8a946f38a419fa8737a
-