summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdReplace.idl
blob: f09d42ef90c7dd5737e85dec25e54311f829740f (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdReplace {
        const long wdReplaceAll = 2;
        const long wdReplaceNone = 0;
        const long wdReplaceOne = 1;
    };
}; }; };
0'>2013-05-14trying to unbreak windows buildFridrich Štrba 2013-05-14Uploading libmwaw 0.1.9Fridrich Štrba 2013-05-08Include <cctype> for std::tolower() to fix MSVC buildTor Lillqvist 2013-05-08Uploading libmwaw 0.1.8Fridrich Štrba 2013-05-07gbuild: ExternalProject: remove second parameter again...Michael Stahl 2013-05-07lib*: consistently name all UnpackedTarball and ExternalProjectMichael Stahl 2013-05-07gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl 2013-03-15move libmwaw to gcc-wrapperPeter Foley 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-13At the end, this might be enough for android buildFridrich Štrba 2013-03-13Ouch, hope the last oneFridrich Štrba 2013-03-13Could this actually fix android?Fridrich Štrba 2013-03-13missing includeFridrich Štrba 2013-03-13Trying to fix Windows build of libmwawFridrich Štrba 2013-03-13libmwaw: let this thing find internal boostMichael Stahl 2013-03-13Trying to fix android build: regenerate with new autotoolsFridrich Štrba 2013-03-13Creating a libmwaw module for library parsing various old Mac file-formatsFridrich Štrba sGuide/OfficeDev/FilterDevelopment/AsciiFilter?h=libreoffice-5-1-2&id=68cd011c907d00493bf2bfde531c1e244819596b'>java: reduce scope, make some methods privateNoel Grandin found by UCDetector Change-Id: Ib1425edde146193a65c242dc159b7e3fbf0e4a2e 2014-08-13java: reduce scope, make member classes privateNoel Grandin found by UCDetector Change-Id: Ief32d078090102b14b60b35fc36542f8d4fb252b 2014-08-13java: reduce scope, make fields privateNoel Grandin found by UCDetector Change-Id: I7f97e15667159cf8ee776e8f32fdcdec8ec00ed6 2014-08-12java: reduce scope, make constants privateNoel Grandin found by UCDetector Change-Id: Ide9975e361ed17ac8cdcbe67ba74c563a9392d57 2014-08-12java: fix broken javadoc tagsNoel Grandin Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b 2014-08-04java: remove commented out code for OpenOffice 3.3Noel Grandin Specifically the comment says: This method not longer necessary since OOo 3.4 where the component registration was changed to passive component registration. For more details see http://wiki.openoffice.org/wiki/Passive_Component_Registration Change-Id: Icfeec634ebc30a270533787b94e2a9a4318778db 2014-08-01typo: more then -> more thanTakeshi Abe Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922 2014-06-29Typo: easiear->easierJulien Nabet Change-Id: I4e10f74e46ef79c3a56dcfb3d1e1bb90d8b5aecf