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
vcl: flatten BlendFrameCache.cxx
[LibreOffice.git]
/
oovbaapi
/
ooo
/
vba
/
adodb
/
StringFormatEnum.idl
blob
77f9c54a3759c828d96780cc3651b5eb47224209
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
module
ooo
{
module
vba
{
module
adodb
{
3
constants StringFormatEnum
{
4
const long
adClipString
=
2
;
5
};
6
}; }; };
7
8
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */