Filter registration and some simple filters (also descriptions). Desperate splitting of code into small shared libraries for historical reasons presumably (OS/2 and Windows 3.x). The libraries produced from the code in each subdirectory of filter/source/graphicfilter are graphic format import or export filters. But they don't have uniform API. Some have either an GraphicImport or GraphicExport entry point, and are loaded and used in a uniform fashion from code in svtools/source/filter/filter.cxx. Others have different API and are loaded from other places. For instance "icgm" has ImportCGM, and is loaded and used by sd/source/filter/cgm/sdcgmfilter.cxx (!). Svgreader is used for "File->Open" and then to choose the svg file. For "Insert->Picture->From File", see svgio/source/svgreader directory. ==================== filter configuration ==================== The filter configuration consists of two parts, the type definition in filter/source/config/fragments/types/ and the actual filter definition in filter/source/config/fragments/filters/. Each file type e.g. text file should be represented by exactly one type definition. This type can then be referenced by several different filters, e.g. calc text, writer text. lue='distro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/win/gdi/DWriteTextRenderer.cxx
AgeCommit message (Expand)Author
2019-07-06Constify GlyphItemJan-Marek Glogowski
2019-05-06Related: tdf#114209 vcl DirectWrite rotation: don't truncate to int degreesMiklos Vajna
2019-04-30tdf#114209 vcl win DirectWrite: handle rotated textMiklos Vajna
2019-04-24Related: tdf#113076 vcl win DirectWrite: handle stretched textMiklos Vajna
2019-04-05Replace legacy dynamically-loaded functions with statically linked onesMike Kaganski
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-25-Wc++11-narrowing (clang-cl)Stephan Bergmann
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny
2018-03-02drop old tools/gen methods in vclNoel Grandin
2017-11-02Improve failed HRESULT reporting on debugMike Kaganski
2017-11-02Related: tdf#113347: properly check HRESULT valueMike Kaganski
2017-10-27loplugin:includeform: vcl (Windows)Stephan Bergmann
2017-10-23chmod 0755 -> 0644 for some source filesStephan Bergmann
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-08-31loplugin:constparams: vcl (clang-cl)Stephan Bergmann
2017-07-25tdf#109281 add fallback to GDI back when we can't bind a DCTomaž Vajngerl
2017-07-20tdf#107166 improve AA mode selection, retry, more checksTomaž Vajngerl
2017-07-17DWrite: resolve unreachable code warningTomaž Vajngerl
2017-07-17DWrite: HRESULT checks for debug modeTomaž Vajngerl
2017-07-17DWrite: move impl. of some methods to the cxxTomaž Vajngerl
2017-07-17factor out DWrite renderer from winlayoutTomaž Vajngerl