Home
last modified time | relevance | path

Searched refs:field (Results 126 – 150 of 491) sorted by relevance

12345678910>>...20

/trunk/test/testuno/source/fvt/uno/sw/field/
H A DPageNumberField.java21 package fvt.uno.sw.field;
186 Object field = enumeration.nextElement(); in isContainPageNumberField() local
187 XPropertySet props = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, field); in isContainPageNumberField()
/trunk/main/offapi/com/sun/star/i18n/
H A DXCalendar.idl86 Set the value of a field.
92 A value of the allowed range for the field index.
98 Get the value of a field.
116 Add an amount to a field.
/trunk/main/offapi/com/sun/star/awt/
H A DXCurrencyField.idl37 /** gives access to the value and formatting of a currency field.
43 /** sets the value which is displayed in the currency field.
49 /** returns the value which is currently displayed in the currency field.
H A DXDateField.idl37 /** gives access to the value and settings of a date field.
43 /** sets the date value which is displayed in the date field.
52 /** returns the date value which is currently displayed in the date field.
H A DXNumericField.idl37 /** gives access to the value and formatting of a numeric field.
43 /** sets the value which is displayed in the numeric field.
49 /** returns the value which is currently displayed in the numeric field.
H A DXTimeField.idl37 /** gives access to the value and settings of a time field.
43 /** sets the time value which is displayed in the time field.
53 /** returns the time value which is currently displayed in the time field.
/trunk/main/offapi/com/sun/star/text/fieldmaster/
H A DBibliography.idl36 /** specifies service of a Bibliography field master.
70 <LI><P>Determines the bibliography field that is used to sort by.</P>
81 /** contains the locale of the field master
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/excel/
H A DTestCalc_Rangetest2.log28 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="x"
29 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="<>"
30 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="="
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A DTestCalc_Rangetest2.log32 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="x"
33 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="<>"
34 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="="
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/
H A DTestCalc_Rangetest2.log32 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="x"
33 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="<>"
34 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="="
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/excel/
H A DTestCalc_Rangetest2.log28 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="x"
29 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="<>"
30 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="="
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A DTestCalc_Rangetest2.log32 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="x"
33 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="<>"
34 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="="
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A DTestCalc_Rangetest2.log32 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="x"
33 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="<>"
34 ITEM Assertion OK : - Range("J4:J11").AutoFilter field:=1, Criteria1:="="
/trunk/main/oox/source/dump/
H A Dxlsbdumper.ini673 0x0001=server-field
675 0x0004=database-field
677 0x0010=member-property-field
769 -2=data-field
788 0x04=disable-field-list
813 0x00000040=enable-field-props
822 0x00008000=field-print-titles
827 0x00200000=has-page-field-style
849 0x00000200=single-field-filters
852 0x00001000=field-list-sort-asc
/trunk/main/offapi/com/sun/star/form/component/
H A DDatabaseComboBox.idl45 /** This service specifies a combo box which is data-aware, and can be bound to a database field.
48 of the field it is bound to. In addition, as a combo box contains a list where the user
63 content is to be committed into the database field the control is bound to,
H A DDatabaseListBox.idl83 to a database field, the column value is stored in the
84 database field identified by the property
90 the current database field.</dd>
94 stored in the current database field.</dd>
/trunk/main/unodevtools/source/skeletonmaker/
H A Djavatypemaker.cxx255 sal_uInt16 field, in printSetPropertyMixinBody() argument
259 RTFieldAccess propFlags = checkAdditionalPropertyFlags(reader, field, method); in printSetPropertyMixinBody()
260 OString fieldname = codemaker::convertString(reader.getFieldName(field)); in printSetPropertyMixinBody()
261 bool bound = (reader.getFieldFlags(field) & RT_ACCESS_BOUND ? true : false); in printSetPropertyMixinBody()
273 OString fieldtype = codemaker::convertString(reader.getFieldTypeName(field)); in printSetPropertyMixinBody()
H A Dcpptypemaker.cxx260 sal_uInt16 field, in printSetPropertyMixinBody() argument
263 RTFieldAccess propFlags = checkAdditionalPropertyFlags(reader, field, method); in printSetPropertyMixinBody()
264 OString fieldname = codemaker::convertString(reader.getFieldName(field)); in printSetPropertyMixinBody()
265 bool bound = (reader.getFieldFlags(field) & RT_ACCESS_BOUND ? true : false); in printSetPropertyMixinBody()
274 reader.getFieldTypeName(field)); in printSetPropertyMixinBody()
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotSourceDimension.idl64 used for a data pilot field.</p>
98 i.e. as row field and data field.</p>
/trunk/main/offapi/com/sun/star/frame/
H A DXStatusbarController.idl40 A generic status bar field is represented as a simple text field. A status
196 field of the corresponding control.
204 into the field of the corresponding control.
/trunk/main/sw/source/ui/fldui/
H A Dfldui.src99 Text [ en-US ] = "Input field" ;
103 Text [ en-US ] = "Input field (variable)" ;
107 Text [ en-US ] = "Input field (user)" ;
115 Text [ en-US ] = "DDE field" ;
/trunk/main/offapi/com/sun/star/form/
H A DFormComponentType.idl107 /** specifies a field to display and edit a numeric value.
111 /** specifies a field to display and edit a currency value.
123 …/** specifies a control to edit, in the form of a spin field, a value from a continuous range of v…
/trunk/main/extensions/source/dbpilots/
H A Dgroupboxpages.src105 Text [ en-US ] = "Should one option field be selected as a default?" ;
134 Text [ en-US ] = "No, one particular field is not going to be selected." ;
231 …Text [ en-US ] = "You can either save the value of the option group in a database field or use it …
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java590 Field field; in calculateFieldDescriptions() local
592 field = zClass.getDeclaredField(info.getName()); in calculateFieldDescriptions()
604 ? getTypeDescription(field.getType(), info) in calculateFieldDescriptions()
606 field); in calculateFieldDescriptions()
/trunk/main/sal/inc/sal/
H A Dmacros.h35 # define SAL_FIELDOFFSET(type, field) ((sal_Int32)(&((type *)16)->field) - 16) argument

Completed in 125 milliseconds

12345678910>>...20