Home
last modified time | relevance | path

Searched refs:value (Results 201 – 225 of 1887) sorted by last modified time

12345678910>>...76

/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py166 return str( code.value, 'utf-8' )
168 return code.value
413 value_node = node.value
502 def setPropertyValue( self, name, value ): argument
503 log.debug( "ScriptBrowseNode.setPropertyValue called " + name + "=" +str(value ) )
571 def setValue( self, name, value ): argument
1049 def insertByName( self, name, value ): argument
1050 log.debug( "insertByName called " + str( name ) + " " + str( value ))
1060 def replaceByName( self, name, value ): argument
1061 log.debug( "replaceByName called " + str( name ) + " " + str( value ))
/trunk/main/pyuno/source/module/
H A Dpyuno.cxx564 int PyUNO_setattr (PyObject* self, PyObject* attr_name, PyObject* value) in PyUNO_setattr() argument
566 int PyUNO_setattr (PyObject* self, char* name, PyObject* value) in PyUNO_setattr()
581 Any val= runtime.pyObject2Any(value, ACCEPT_UNO_ANY); in PyUNO_setattr()
/trunk/main/padmin/source/
H A Drtsetup.src170 Text [ en-US ] = "Current ~value" ;
/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Dcheckrunningofficelanguagepack.cxx92 std::_tstring value = GetMsiProperty(handle, sProperty); in IsSetMsiProperty() local
93 return (value.length() > 0); in IsSetMsiProperty()
/trunk/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx266 bool GetMsiProp( MSIHANDLE handle, LPCSTR name, /*out*/std::string& value ) in GetMsiProp() argument
277 value = buff; in GetMsiProp()
/trunk/main/offapi/type_reference/
H A Dtypelibrary_history.txt52 change const value com.sun.star.configuration.backend.NodeAttribute:MASK to
/trunk/main/oox/source/dump/
H A Dbiffdumper.ini251 0x3FFF=uint16,dec,value
489 0x00C9=double,dec,value
490 0x00CA=uint16,bool,value
492 0x00CC=int16,dec,value
608 shortlist=CFRULE-TYPE,1,value,formula
779 0x0001=show-value
974 0x0004=show-value
1152 shortlist=CHSTRING-TYPE,0,text,category-default,value-default,x-prefix,x-postfix,y-prefix,y-postfix…
1170 0x0004=show-value
H A Ddumperbase.ini69 # - <value>, <firstvalue>, <bitfield>, <bitmask> etc. denote integer values.
71 # - <bool> denotes a boolean value. Possible values are 0|1|false|true.
85 # exclude = <value>[,<value>...]
87 # <value> = <constname>
105 # 1 = my-value
108 # 0x0004 = other-value
111 # - Defines the name 'my-value' for the constant 1.
129 # exclude = <value>[,<value>...]
226 # - <bitfield>: The mask of the embedded bitfield. Must be a value with
241 # - noshift = <bool>: If set to 'true', the extracted value will be
[all …]
H A Doledumper.ini502 0x0000000000400000=value
524 0=value-is-row-index
590 0x00000080=value
616 0x00000080=value
676 0x00000400=get-value-index
677 0x00000800=put-value-index
678 0x00001000=value-type
689 0x0001=exclusive-value
/trunk/test/testuno/source/pvt/uno/
H A DConversion.java154 private PropertyValue propertyValue(String name, Object value) { in propertyValue() argument
157 p.Value= value; in propertyValue()
/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java203 …public static void setValueToCell(XSpreadsheet xSpreadsheet, int column, int row, double value) th… in setValueToCell() argument
205 xCell.setValue(value); in setValueToCell()
469 public static void setProperties(Object obj, String propName, Object value) throws Exception { in setProperties() argument
472 xPropertySet.setPropertyValue(propName, value); in setProperties()
485 Object value = xPropertySet.getPropertyValue(propName); in getProperties() local
487 return value; in getProperties()
497 public static void setCellProperties(XCell xCell, String propName, Object value) throws Exception { in setCellProperties() argument
499 setProperties(xCell, propName, value); in setCellProperties()
/trunk/test/testuno/source/fvt/uno/sw/frame/
H A DFrameAnchorType.java48 @RunWith(value = Parameterized.class)
H A DFramePosition.java47 @RunWith(value = Parameterized.class)
H A DFrameShadow.java51 @RunWith(value = Parameterized.class)
H A DFrameWrapType.java50 @RunWith(value = Parameterized.class)
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DCellAlignment.java57 @RunWith(value = Parameterized.class)
H A DCellBorder.java55 @RunWith(value = Parameterized.class)
H A DCellColor.java54 @RunWith(value = Parameterized.class)
H A DCellEffectOverline.java56 @RunWith(value = Parameterized.class)
H A DCellEffectUnderline.java56 @RunWith(value = Parameterized.class)
H A DCellFontSize.java54 @RunWith(value = Parameterized.class)
H A DCellProtected.java55 @RunWith(value = Parameterized.class)
/trunk/test/testuno/source/fvt/uno/sc/chart/
H A DChartAxis.java53 @RunWith(value = Parameterized.class)
H A DChartDataLabel.java52 @RunWith(value = Parameterized.class)
H A DChartGrid.java53 @RunWith(value = Parameterized.class)

Completed in 132 milliseconds

12345678910>>...76