Home
last modified time | relevance | path

Searched refs:py (Results 1 – 25 of 81) sorted by relevance

1234

/trunk/main/pyuno/
H A DPackage_py.mk25 $(eval $(call gb_Package_add_file,pyuno_py,bin/pyuno/pythonloader.py,source/loader/pythonloader.py))
26 $(eval $(call gb_Package_add_file,pyuno_py,bin/pyuno/uno.py,source/module/uno.py))
27 $(eval $(call gb_Package_add_file,pyuno_py,bin/pyuno/unohelper.py,source/module/unohelper.py))
29 $(eval $(call gb_Package_add_file,pyuno_py,bin/pyuno/pythonloader.py,source/loader/pythonloader.py))
30 $(eval $(call gb_Package_add_file,pyuno_py,bin/pyuno/uno.py,source/module/uno.py))
31 $(eval $(call gb_Package_add_file,pyuno_py,bin/pyuno/unohelper.py,source/module/unohelper.py))
33 $(eval $(call gb_Package_add_file,pyuno_py,lib/pyuno/pythonloader.py,source/loader/pythonloader.py))
34 $(eval $(call gb_Package_add_file,pyuno_py,lib/pyuno/uno.py,source/module/uno.py))
35 $(eval $(call gb_Package_add_file,pyuno_py,lib/pyuno/unohelper.py,source/module/unohelper.py))
/trunk/main/l10ntools/scripts/
H A Dmakefile.mk38 PYFILES = $(BIN)$/const.py \
39 $(BIN)$/l10ntool.py \
40 $(BIN)$/pseudo.py \
41 $(BIN)$/sdf.py \
42 $(BIN)$/xhtex.py \
43 $(BIN)$/xtxex.py
51 @$(PYTHON) $(BIN)/xtxex.py > /dev/null
53 @$(PYTHON) $(BIN)/xtxex.py >& /dev/null
56 $(BIN)$/%.py : tool/%.py
H A Dxhtex30 exec python $SOLARVERSION/$INPATH/bin/xhtex.py "$@"
32 exec python $SOLARVERSION/$INPATH/bin$UPDMINOREXT/xhtex.py "$@"
36 exec python $SOLARVERSION/$INPATH/bin/xhtex.py "$@"
38 exec python $SOLARVERSION/$INPATH/bin$UPDMINOREXT/xhtex.py "$@"
H A Dxtxex30 exec python $SOLARVERSION/$INPATH/bin/xtxex.py "$@"
32 exec python $SOLARVERSION/$INPATH/bin$UPDMINOREXT/xtxex.py "$@"
36 exec python $SOLARVERSION/$INPATH/bin/xtxex.py "$@"
38 exec python $SOLARVERSION/$INPATH/bin$UPDMINOREXT/xtxex.py "$@"
/trunk/main/l10ntools/prj/
H A Dd.lst52 ..\%__SRC%\bin\const.py %_DEST%\bin%_EXT%\const.py
53 ..\%__SRC%\bin\l10ntool.py %_DEST%\bin%_EXT%\l10ntool.py
54 ..\%__SRC%\bin\pseudo.py %_DEST%\bin%_EXT%\pseudo.py
55 ..\%__SRC%\bin\sdf.py %_DEST%\bin%_EXT%\sdf.py
60 ..\%__SRC%\bin\xhtex.py %_DEST%\bin%_EXT%\xhtex.py
61 ..\%__SRC%\bin\xtxex.py %_DEST%\bin%_EXT%\xtxex.py
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dmakefile.mk64 $(DLLDEST)$/core.py \
65 $(DLLDEST)$/importer.py \
66 $(DLLDEST)$/main.py \
67 $(DLLDEST)$/impl.py \
68 $(DLLDEST)$/samplecomponent.py \
69 $(DLLDEST)$/testcomp.py \
83 $(DLLDEST)$/%.py: %.py
107 cd $(DLLDEST) && $(TEST_ENV) && $(PYTHON) main.py
/trunk/main/python/
H A Dpython-ssl.patch1 diff -ur misc/Python-2.7.18/PC/VS9.0/build_ssl.py misc/build/Python-2.7.18/PC/VS9.0/build_ssl.py
2 --- misc/Python-2.7.18/PC/VS9.0/build_ssl.py 2020-01-10 00:33:20.903051000 -0500
3 +++ misc/build/Python-2.7.18/PC/VS9.0/build_ssl.py 2020-01-10 00:33:30.274973000 -0500
10 diff -ur misc/Python-2.7.18/setup.py misc/build/Python-2.7.18/setup.py
11 --- misc/Python-2.7.18/setup.py 2020-01-10 00:33:20.477509000 -0500
12 +++ misc/build/Python-2.7.18/setup.py 2020-01-10 00:33:30.276902000 -0500
H A Dpython-solver-before-std.patch1 diff -ur misc/Python-2.7.18/setup.py misc/build/Python-2.7.18/setup.py
2 --- misc/Python-2.7.18/setup.py 2016-06-25 16:49:32.000000000 -0500
3 +++ misc/build/Python-2.7.18/setup.py 2016-09-02 17:09:20.687419000 -0500
/trunk/main/pyuno/demo/
H A Dmakefile.mk37 $(ROOT)$/samples$/swriter.py \
38 $(ROOT)$/samples$/swritercomp.py \
39 $(ROOT)$/samples$/ooextract.py \
40 $(ROOT)$/samples$/biblioaccess.py \
41 $(ROOT)$/samples$/swritercompclient.py \
54 $(ROOT)$/samples$/hello_world_pyuno.zip : hello_world_comp.py Addons.xcu
56 zip $@ hello_world_comp.py Addons.xcu
/trunk/main/embedserv/source/embed/
H A Dtracker.cxx372 int *px, *py; in TrackHandle() local
374 GetModifyPointers(nHandle, &px, &py, &xDiff, &yDiff); in TrackHandle()
412 if (py != NULL) in TrackHandle()
496 int *px, *py; in AdjustRect() local
497 GetModifyPointers(nHandle, &px, &py, NULL, NULL); in AdjustRect()
514 if (py != NULL && nAbsHeight < m_sizeMin.cy) in AdjustRect()
518 &_afxRectInfo[(int*)py - (int*)&m_rect]; in AdjustRect()
790 int nHandle, int** ppx, int** ppy, int* px, int* py) in GetModifyPointers() argument
818 if (py != NULL) in GetModifyPointers()
819 *py = **ppy; in GetModifyPointers()
[all …]
/trunk/main/pyuno/source/module/
H A Dmakefile.mk110 $(DLLDEST)$/uno.py \
111 $(DLLDEST)$/unohelper.py \
120 $(DLLDEST)$/uno.py \
121 $(DLLDEST)$/unohelper.py \
129 $(DLLDEST)$/%.py: %.py
/trunk/main/scripting/source/pyprov/
H A Dmakefile.mk38 $(DLLDEST)$/pythonscript.py \
39 $(DLLDEST)$/officehelper.py \
40 $(DLLDEST)$/mailmerge.py
42 $(DLLDEST)$/%.py: %.py
/trunk/main/scp2/source/python/
H A Dfile_python.scp70 Name = "unohelper.py";
82 Name = "officehelper.py";
94 Name = "uno.py";
102 Name = "pythonloader.py";
147 Name = "pythonscript.py";
319 Name = "smtpd.py";
320 Target = STRING(CONCAT3(smtpd,PYMAJMIN,.py));
/trunk/main/instsetoo_native/util/
H A Dmakefile.mk107 $(BIN)$/uno.py \
108 $(BIN)$/unohelper.py \
109 $(BIN)$/pythonloader.py \
110 $(BIN)$/pythonscript.py \
111 $(BIN)$/officehelper.py \
112 $(BIN)$/mailmerge.py
336 $(BIN)$/%.py : $(SOLARSHAREDBIN)$/pyuno$/%.py
/trunk/main/python/prj/
H A Dbuild.lst1 py python : SO:so_prereq solenv OPENSSL:openssl NULL
2 py python nmake - w,vc7 py_mkout NULL
3 py python nmake - u py_mkout NULL
/trunk/main/pyuno/source/loader/
H A Dmakefile.mk75 $(DLLDEST)$/pythonloader.py
80 $(DLLDEST)$/%.py: %.py
/trunk/main/canvas/source/tools/
H A Dsurfacerect.hxx61 bool pointInside( sal_Int32 px, sal_Int32 py ) const in pointInside()
69 if(py < y1) return false; in pointInside()
70 if(py >= y2) return false; in pointInside()
/trunk/main/desktop/test/deployment/active/
H A Dmakefile.mk53 active_python.py
62 $(MISC)/$(TARGET)/active_java.jar active_python.py \
66 $(SHL1TARGETN:f) active_java.jar active_python.py
/trunk/ext_libraries/gtest/
H A Dgtest-python3.patch1 --- misc/build/gtest-1.7.0/scripts/fuse_gtest_files.py 2020-01-25 02:36:23.509596000 +0200
2 +++ misc/build/gtest-1.7.0/scripts/fuse_gtest_files.py 2020-01-25 02:50:02.624028000 +0200
89 # fuse_gtest_files.py GTEST_ROOT_DIR OUTPUT_DIR
/trunk/main/desktop/test/deployment/passive/
H A Dmakefile.mk57 $(MISC)/$(TARGET)/passive_java.jar passive_python.py
67 $(MISC)/$(TARGET)/passive_java.jar passive_python.py \
72 passive_java.jar passive_python.py
/trunk/main/toolkit/src2xml/
H A DREADME6 The main executable file is located in ./source/src2xml.py. Run
8 source/src2xml.py --help
H A Ddryrunall.sh22 source/src2xml.py --dry-run --includes-from=include.lst $(cat src.lst) "$@"
H A Dsw.sh23 source/src2xml.py --include-path=$(tr '\n' ':' < include-sw.lst) --dry-run $(cat src-sw.lst) "$@"
/trunk/main/scripting/examples/
H A Dmakefile.mk47 ZIP4LIST=python/HelloWorld.py python/Capitalise.py python/pythonSamples
/trunk/main/scripting/prj/
H A Dd.lst9 ..\%__SRC%\bin\*.py %_DEST%\bin%_EXT%\pyuno\*
10 ..\%__SRC%\lib\*.py %_DEST%\lib%_EXT%\pyuno\*

Completed in 61 milliseconds

1234