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
fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git]
/
oovbaapi
/
ooo
/
vba
/
access
/
AcFindField.idl
blob
ccb7231c4e3ea8d3f7e34b7101bb5ccea6f37502
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
module
ooo
{
module
vba
{
module
access
{
3
constants AcFindField
{
4
const long
acAll
=
0
;
5
const long
acCurrent
= -
1
;
6
};
7
}; }; };
8
9
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */