Files
libreoffice/include/vcl/svpforlokit.hxx
Tor Lillqvist 7edd92c557 Drop paintTile's row stride output parameter that nobody is interested in
Change-Id: I166b4b713c2ea52c62c52045bb2073b6d84c1547
2015-03-20 13:14:44 +02:00

27 lines
828 B
C++

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_VCL_SVPFORLOKIT_HXX
#define INCLUDED_VCL_SVPFORLOKIT_HXX
#include <vcl/virdev.hxx>
#include <vcl/dllapi.h>
// These functions are for use by LibreOfficeKit only, I think
class SalFrame;
VCL_DLLPUBLIC void InitSvpForLibreOfficeKit();
VCL_DLLPUBLIC SalFrame* GetSvpFocusFrameForLibreOfficeKit();
VCL_DLLPUBLIC vcl::Window* GetSalFrameWindowForLibreOfficeKit(SalFrame *pSF);
#endif // INCLUDED_VCL_SVPFORLOKIT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */