# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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/. # $(eval $(call gb_Library_Library,oglcanvas)) $(eval $(call gb_Library_set_componentfile,oglcanvas,canvas/source/opengl/oglcanvas)) $(eval $(call gb_Library_use_sdk_api,oglcanvas)) $(eval $(call gb_Library_use_libraries,oglcanvas,\ sal \ cppu \ basegfx \ cppuhelper \ comphelper \ vcl \ tk \ tl \ i18nlangtag \ canvastools \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,oglcanvas,\ canvas/source/opengl/ogl_bitmapcanvashelper \ canvas/source/opengl/ogl_canvasbitmap \ canvas/source/opengl/ogl_canvascustomsprite \ canvas/source/opengl/ogl_canvasfont \ canvas/source/opengl/ogl_canvashelper \ canvas/source/opengl/ogl_canvastools \ canvas/source/opengl/ogl_spritecanvas \ canvas/source/opengl/ogl_spritedevicehelper \ canvas/source/opengl/ogl_textlayout \ canvas/source/opengl/ogl_texturecache \ )) $(eval $(call gb_Library_use_externals,oglcanvas,\ boost_headers \ glew \ )) ifeq ($(strip $(OS)),MACOSX) $(eval $(call gb_Library_use_system_darwin_frameworks,oglcanvas,\ Cocoa \ OpenGL \ )) else ifeq ($(strip $(OS)),WNT) $(eval $(call gb_Library_use_system_win32_libs,oglcanvas,\ gdi32 \ glu32 \ opengl32 \ )) else $(eval $(call gb_Library_add_libs,oglcanvas,\ -lGL \ -lX11 \ )) endif # vim: set noet sw=4 ts=4: ce-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/styles
AgeCommit message (Expand)Author
2016-07-08loplugin:redundantcast: redundant static_casts in svxStephan Bergmann
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2015-12-26svx: change instances of maName to more descriptive namesChris Sherlock
2015-09-07svx: fix font rendering in the style previewMichael Stahl
2015-09-07tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl
2015-08-27loplugin:passstuffbyrefStephan Bergmann
2015-08-27ColorSets: add preview to ThemePanel, move impl. to own fileTomaž Vajngerl
2015-08-27Show previews of style presets in sidebarTomaž Vajngerl
2015-07-17StyleManager: move style search to its own methodTomaž Vajngerl
2015-07-17create the stlye preview renderer with style as parameterTomaž Vajngerl
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-21loplugin:passstuffbyrefStephan Bergmann
2015-04-21StyleManager & StylePreviewRenderer + common implementationTomaž Vajngerl