summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdRowHeightRule.idl
blob: 4fbe9c2ffabbf972c7ca7ff3af9f1b25d54b9d1b (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdRowHeightRule {
        const long wdRowHeightAtLeast = 1;
        const long wdRowHeightAuto = 0;
        const long wdRowHeightExactly = 2;
    };
}; }; };
b902712e7816bbd8e0df7629462a17f9ad3f'>Remove visual noise from cuiAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-01-28bool improvementsStephan Bergmann 2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann 2012-06-21re-base on ALv2 code.Michael Meeks 2011-02-12Remove precompiled header support.Joseph Powers 2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth 2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien 2010-01-15dba33b: merge m69Ocke Janssen [oj] 2009-10-31#i106421#: move svx/source/cui to cuiMathias Bauer