LibreOffice Module sfx2 (master) 1
|
#include <sfx2/thumbnailview.hxx>
#include <vcl/bitmapex.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <com/sun/star/util/URL.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
Go to the source code of this file.
Classes | |
struct | sfx2::LoadRecentFile |
struct | o3tl::typed_flags< sfx2::ApplicationType > |
class | sfx2::RecentDocsView |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::frame |
namespace | sfx2 |
namespace | o3tl |
Enumerations | |
enum class | sfx2::ApplicationType { sfx2::TYPE_NONE = 0 , sfx2::TYPE_WRITER = 1 << 0 , sfx2::TYPE_CALC = 1 << 1 , sfx2::TYPE_IMPRESS = 1 << 2 , sfx2::TYPE_DRAW = 1 << 3 , sfx2::TYPE_DATABASE = 1 << 4 , sfx2::TYPE_MATH = 1 << 5 , sfx2::TYPE_OTHER = 1 << 6 } |