# # 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # PRJNAME=pyuno PRJ=.. .INCLUDE : settings.mk .INCLUDE : pyversion.mk ROOT=$(MISC)/pyuno-doc FILES=\ $(ROOT)/python-bridge.html \ $(ROOT)/customized_setup.png \ $(ROOT)/mode_component.png \ $(ROOT)/mode_ipc.png \ $(ROOT)/modes.sxd \ $(ROOT)/optional_components.png \ $(ROOT)/samples/swriter.py \ $(ROOT)/samples/swritercomp.py \ $(ROOT)/samples/ooextract.py \ $(ROOT)/samples/biblioaccess.py \ $(ROOT)/samples/swritercompclient.py \ $(ROOT)/samples/hello_world_pyuno.zip $(MISC)/pyuno-doc.zip : dirs $(FILES) -rm -f $@ cd $(MISC) && zip -r pyuno-doc.zip pyuno-doc dirs .PHONY : -mkdir $(ROOT) -mkdir $(ROOT)/samples $(ROOT)/samples/hello_world_pyuno.zip : hello_world_comp.py Addons.xcu -rm -f $@ zip $@ hello_world_comp.py Addons.xcu $(ROOT)/samples/% : % -rm -f $@ $(COPY) $? $@ $(ROOT)/% : ../doc/% -rm -f $@ $(COPY) $? $@ ice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering
AgeCommit message (Expand)Author
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni
2013-11-29Revert "Resolves: fdo#71527 make presenter console not crash/useless"Thorsten Behrens
2013-11-28Resolves: fdo#71527 make presenter console not crash/uselessCaolán McNamara
2013-10-07XCanvas does no longer imply XBitmapCanvasThorsten Behrens
2013-06-25Fix some idl descriptionsJulien Nabet
2013-06-04*api: fix loads of badly documented parametersMichael Stahl
2013-06-04*api: doxygen complains about lonely "." being list markerMichael Stahl
2013-06-04*api: fix bunch of lists that doxygen warns aboutMichael Stahl
2013-06-04*api: fix unterminated tagsMichael Stahl
2013-06-04*api: fix all unknown commandsMichael Stahl
2013-06-04*api: convert all unsupported html tagsMichael Stahl
2013-06-04*api: convert <listing> and @exampleMichael Stahl
2013-06-04*api: clean up multi-line and mal-formed XML tagsMichael Stahl
2013-06-04*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>Michael Stahl
2013-06-04*api: convert remaining <member>Michael Stahl
2013-06-04*api: replace <member>Foo</member>Michael Stahl
2013-06-04*api: convert <member>Foo::bar</member>Michael Stahl
2013-06-04*api: convert <member>method</member> to method()Michael Stahl
2013-06-04*api: convert <type scope="bar">Foo</type>Michael Stahl
2013-06-04*api: convert <type>Foo</type>Michael Stahl
2013-05-08fdo#46808, Use service constructor for rendering::MtfRendererNoel Grandin
2012-12-21clean up all the UNO IDL module header guardsNoel Grandin
2012-11-07split idl with multiple class into one idl per.Norbert Thiebaud
2012-11-07rebase XCanvasNorbert Thiebaud
2012-11-07split idl with multiple class into one idl per.Norbert Thiebaud
2012-11-07rebase XColorSpace and XBitmapCanvasNorbert Thiebaud
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-09-27re-base on ALv2 code. Includes:Michael Meeks