# # 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 . # # the path to the office installation (e.g. /home/joe/OpenOffice.org1.1Beta) setenv OOOHOME /src4/OpenOffice.org1.1Beta2 # don't modify anything beyond these lines #--------------------------------------------- setenv PYTHONHOME $OOOHOME/program/python if( ! $?LD_LIBRARY_PATH ) then setenv LD_LIBRARY_PATH endif if(! $?PYTHONPATH ) then setenv PYTHONPATH endif if( ! $?LD_LIBRARY_PATH ) then setenv LD_LIBRARY_PATH endif if( "$PYTHONPATH" != "" ) then setenv PYTHONPATH $OOOHOME/program:$OOOHOME/program/pydemo:$OOOHOME/program/python/lib:$PYTHONPATH else setenv PYTHONPATH $OOOHOME/program:$OOOHOME/program/pydemo:$OOOHOME/program/python/lib endif setenv LD_LIBRARY_PATH $OOOHOME/program:$LD_LIBRARY_PATH if( $?PYTHONHOME ) then setenv PATH $PYTHONHOME/bin:$PATH endif # vim:set shiftwidth=4 softtabstop=4 expandtab: /option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationfactory.cxx
AgeCommit message (Expand)Author
2024-11-12loplugin:reftotemp in slideshowNoel Grandin
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-03clang-tidy modernize-pass-by-value in slideshowNoel Grandin
2022-04-10use more string_viewNoel Grandin
2021-03-26loplugin:flattenNoel
2020-08-31document physics animations and related codeSarper Akdemir
2020-08-28tdf#136152: make physics animation effects handle animations with jumpy startsSarper Akdemir
2020-08-26tdf#136097: make physics animation effects handle skips and rewindsSarper Akdemir
2020-08-22add bounciness velocity and density options to physics animationsSarper Akdemir
2020-08-21make physics animations handle sequential animations correctlySarper Akdemir
2020-08-21box2dtools renaming some for claritySarper Akdemir
2020-08-17fix box2dtools build error for non debug buildsSarper Akdemir
2020-08-09make physics based animation effects part of the animation engineSarper Akdemir
2020-05-25fix an incorrectly removed lineLuboš Luňák
2020-05-22remove unnecessary polypolygon subdivideLuboš Luňák
2020-03-12Revert "loplugin:constfields in slideshow"Noel Grandin
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-25loplugin:makeshared in slideshowNoel Grandin
2020-01-03tdf#42949 Fix IWYU warnings in slideshow/Gabor Kelemen
2019-10-19loplugin:virtualdead unused param in Animation::prefetchNoel Grandin