Searched refs:tuple (Results 1 – 21 of 21) sorted by relevance
/aoo4110/main/basegfx/prj/ |
H A D | d.lst | 84 mkdir: %_DEST%\inc%_EXT%\basegfx\tuple 85 ..\inc\basegfx\tuple\b2dtuple.hxx %_DEST%\inc%_EXT%\basegfx\tuple\b2dtuple.hxx 86 ..\inc\basegfx\tuple\b3dtuple.hxx %_DEST%\inc%_EXT%\basegfx\tuple\b3dtuple.hxx 87 ..\inc\basegfx\tuple\b2ituple.hxx %_DEST%\inc%_EXT%\basegfx\tuple\b2ituple.hxx 88 ..\inc\basegfx\tuple\b3ituple.hxx %_DEST%\inc%_EXT%\basegfx\tuple\b3ituple.hxx 89 ..\inc\basegfx\tuple\b2i64tuple.hxx %_DEST%\inc%_EXT%\basegfx\tuple\b2i64tuple.hxx 90 ..\inc\basegfx\tuple\b3i64tuple.hxx %_DEST%\inc%_EXT%\basegfx\tuple\b3i64tuple.hxx
|
H A D | build.lst | 11 fx basegfx\source\tuple nmake - all fx_tuple fx_inc NULL
|
/aoo4110/main/offapi/com/sun/star/chart2/ |
H A D | XTransformation.idl | 55 /** transforms the given input data tuple, given in the source 57 rules, into a tuple of transformed coordinates in the 64 @param aValues a source tuple of data that is to be 69 @return the transformed data tuple. The length of this
|
/aoo4110/main/scripting/source/pyprov/ |
H A D | mailmerge.py | 465 return tuple(self.recipients) 469 return tuple(self.ccrecipients) 473 return tuple(self.bccrecipients) 481 return tuple(self.aMailAttachments)
|
H A D | pythonscript.py | 599 ret = tuple( scriptNodeList ) 640 return tuple( browseNodeList ) 709 for i in tuple(handler.urlList): 712 ret = tuple( handler.urlList ) 844 return tuple( browseNodeList )
|
/aoo4110/main/boost/ |
H A D | boost_1_55_0.patch | 151 diff -ur misc/boost_1_55_0/boost/tuple/detail/tuple_basic.hpp misc/build/boost_1_55_0/boost/tuple/d… 152 --- misc/boost_1_55_0/boost/tuple/detail/tuple_basic.hpp 2011-01-02 12:25:11.000000000 -0800 153 +++ misc/build/boost_1_55_0/boost/tuple/detail/tuple_basic.hpp 2016-03-23 01:11:12.435344000 -0700
|
H A D | makefile.mk | 155 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/tuple $(INCCOM)$/$(PRJNAME)
|
/aoo4110/main/pyuno/source/module/ |
H A D | pyuno_runtime.cxx | 578 PyRef tuple( PyTuple_New (s.getLength()), SAL_NO_ACQUIRE); in any2PyObject() local 588 PyTuple_SetItem( tuple.get(), i, element.getAcquired() ); in any2PyObject() 596 PyTuple_SetItem( tuple.get(), i, Py_None ); in any2PyObject() 600 return tuple; in any2PyObject()
|
H A D | unohelper.py | 248 ret = tuple(types) , uno.generateUuid()
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | XSimpleCanvas.idl | 104 RGBA color tuple, interpreted in the sRGB color space. 116 RGBA color tuple, interpreted in the sRGB color space.
|
/aoo4110/main/boost/prj/ |
H A D | d.lst | 180 mkdir: %_DEST%\inc%_EXT%\boost\fusion\tuple 181 mkdir: %_DEST%\inc%_EXT%\boost\fusion\tuple\detail 182 mkdir: %_DEST%\inc%_EXT%\boost\fusion\tuple\detail\preprocessed 478 mkdir: %_DEST%\inc%_EXT%\boost\preprocessor\tuple 698 mkdir: %_DEST%\inc%_EXT%\boost\tuple 699 mkdir: %_DEST%\inc%_EXT%\boost\tuple\detail 917 ..\%__SRC%\inc\boost\fusion\tuple\* %_DEST%\inc%_EXT%\boost\fusion\tuple 918 ..\%__SRC%\inc\boost\fusion\tuple\detail\* %_DEST%\inc%_EXT%\boost\fusion\tuple\detail 1208 ..\%__SRC%\inc\boost\preprocessor\tuple\* %_DEST%\inc%_EXT%\boost\preprocessor\tuple 1418 ..\%__SRC%\inc\boost\tuple\* %_DEST%\inc%_EXT%\boost\tuple [all …]
|
/aoo4110/main/basegfx/source/tuple/ |
H A D | makefile.mk | 26 TARGET=tuple
|
/aoo4110/main/basegfx/util/ |
H A D | makefile.mk | 43 $(SLB)$/tuple.lib \
|
/aoo4110/main/basegfx/inc/basegfx/range/ |
H A D | b2dpolyrange.hxx | 57 typedef boost::tuple<B2DRange,B2VectorOrientation> ElementType ;
|
/aoo4110/main/desktop/test/deployment/passive/ |
H A D | passive_python.py | 53 tuple( \
|
/aoo4110/main/udkapi/com/sun/star/beans/ |
H A D | Pair.idl | 30 /** A tuple, or pair.
|
/aoo4110/main/desktop/test/deployment/active/ |
H A D | active_python.py | 54 tuple( \
|
/aoo4110/main/xmloff/inc/ |
H A D | txtlists.hxx | 142 typedef ::boost::tuple<SvXMLImportContextRef,
|
/aoo4110/main/offapi/com/sun/star/xml/sax/ |
H A D | XSAXSerializable.idl | 63 Note that the first part of each tuple is the prefix,
|
H A D | XFastSAXSerializable.idl | 73 Note that the first part of each tuple is the prefix,
|
/aoo4110/main/xmloff/source/text/ |
H A D | txtimp.cxx | 562 typedef ::boost::tuple<
|
Completed in 112 milliseconds