repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git]
/
oovbaapi
/
ooo
/
vba
/
excel
/
XlErrorBarDirection.idl
blob
2d7d7fc8ec2bf59e11e4c7a16e80b2483e86272e
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
module
ooo
{
module
vba
{
module
excel
{
3
constants XlErrorBarDirection
{
4
const long
xlX
= -
4168
;
5
const long
xlY
=
1
;
6
};
7
}; }; };
8
9
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */