#************************************************************************* #* #* $Workfile:$ #* #* Creation date KR 28.06.99 #* last change $Author: fpe $ $Date: 2004-08-19 19:54:13 $ #* #* $Revision: 1.3 $ #* #* $Logfile:$ #* #* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved. #* #************************************************************************* # edit to match directory level PRJ = ..$/..$/..$/.. # same for all makefiles in "help2" PRJNAME = help2 # edit to match the current package PACKAGE = text/shared/00 # uniqe name (module wide); # using a modified forme of package should do here TARGET = text_shared_00 # edit to match the current module MODULE = shared # --- Settings ----------------------------------------------------- .INCLUDE : $(PRJ)$/settings.pmk .INCLUDE : settings.mk # this list matches the *.xhp files to process HZIPFILES = \ 00000001.hzip \ 00000002.hzip \ 00000003.hzip \ 00000004.hzip \ 00000005.hzip \ 00000007.hzip \ 00000010.hzip \ 00000011.hzip \ 00000020.hzip \ 00000021.hzip \ 00000040.hzip \ 00000099.hzip \ 00000202.hzip \ 00000203.hzip \ 00000204.hzip \ 00000205.hzip \ 00000206.hzip \ 00000207.hzip \ 00000208.hzip \ 00000210.hzip \ 00000212.hzip \ 00000213.hzip \ 00000214.hzip \ 00000215.hzip \ 00000401.hzip \ 00000402.hzip \ 00000403.hzip \ 00000404.hzip \ 00000406.hzip \ 00000407.hzip \ 00000408.hzip \ 00000409.hzip \ 00000450.hzip \ 00040500.hzip \ 00040501.hzip \ 00040502.hzip \ 00040503.hzip \ 01000000.hzip \ 01010000.hzip \ 01020000.hzip \ 01050000.hzip \ icon_alt.hzip # --- Targets ------------------------------------------------------ .INCLUDE : target.mk .INCLUDE : $(PRJ)$/makefile.pmk 6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlscript
AgeCommit message (Expand)Author
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-07loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-05constifyLionel Elie Mamane
2015-02-05proper indentationLionel Elie Mamane
2015-02-05destructors are not allowed to throwLionel Elie Mamane
2015-02-05xmlscript: fix import/export of dialog radio-buttonsMichael Stahl
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-01-27WaE: implicit conversion of literal of type 'int' to 'bool'Tor Lillqvist
2015-01-27remove spurious xDocStorage tempCaolán McNamara
2015-01-27Resolves: #i98734# save/load ScaleMode property of image control on dialogsTsutomu Uchino
2015-01-20Some more loplugin:cstylecast: xmlscriptStephan Bergmann