/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ module ooo { module vba { module access { constants AcFindField { const long acAll = 0; const long acCurrent = -1; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ itle='lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/sc/sdi/drawsh.sdi
AgeCommit message (Expand)Author
2024-08-29tdf#161826 - Add uniform Glow effect for texts in shapesBalazs Varga