Home
last modified time | relevance | path

Searched refs:label (Results 1 – 25 of 247) sorted by relevance

12345678910

/aoo41x/main/offapi/com/sun/star/text/
H A DReferenceFieldPart.idl81 /** The numbering label and depending of the reference field context numbering lables of
85 … <p>The contents of the list label of the paragraph, at which the bookmark respectively the
91 … Additional condition, which suppresses the addition of a superior level's list label content:
92 … The list label of the referenced item can already contain numbers of a superior levels. Assume X
93 … be the level of the most superior level, then no list label content of superior levels greater or
101 /** The numbering label of the reference is displayed.
104 … <p>The contents of the list label of the paragraph, at which the bookmark respectively the
111 …/** The numbering label and numbering lables of superior list levels of the reference are displaye…
114 … <p>The contents of the list label of the paragraph, at which the bookmark respectively the
117 … Additional condition, which suppresses the addition of a superior level's list label content:
[all …]
H A DPositionAndSpaceMode.idl41 /** positioning and spacing of list label via label width and position
47 /** positioning and spacing of list label via label alignment
/aoo41x/main/slideshow/qa/debug/
H A Dcolors.sh29 node0 [label="INVALID",style=filled,fillcolor="0.5,0.2,0.5"]
30 node1 [label="UNRESOLVED",style=filled,fillcolor="0.0,1.0,1.0"]
31 node2 [label="RESOLVED",style=filled,fillcolor="0.17328679513998632735430803036454,1.0,1.0"]
32 node4 [label="ACTIVE",style=filled,fillcolor="0.34657359027997265470861606072909,1.0,1.0"]
33 node8 [label="FROZEN",style=filled,fillcolor="0.51986038541995898206292409109363,1.0,1.0"]
34 node16 [label="ENDED",style=filled,fillcolor="0.69314718055994530941723212145818,1.0,1.0"]
/aoo41x/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePickerControlAccess.idl97 /** Set the label of the specified element. If the specified element
98 doesn't support setting a label, this method has no effect.
101 Identifies the element for which the label should be set.
104 The label to be set.
112 /** Returns the label of the specified element.
115 Identifies the element for which the label should be returned.
118 The label of the specified element or an empty string if
119 the specified element has no or supports no label or the
/aoo41x/main/scripting/java/com/sun/star/script/framework/browse/
H A DDialogFactory.java224 Object label = xMultiServiceFactory.createInstance( in createConfirmDialog() local
227 setDimensions(label, 15, 5, 134, 12); in createConfirmDialog()
230 XPropertySet.class, label); in createConfirmDialog()
260 xNameCont.insertByName("PromptLabel", label); in createConfirmDialog()
332 Object label = xMultiServiceFactory.createInstance( in createInputDialog() local
335 setDimensions(label, 15, 5, 134, 12); in createInputDialog()
338 XPropertySet.class, label); in createInputDialog()
378 xNameCont.insertByName("PromptLabel", label); in createInputDialog()
/aoo41x/main/fpicker/source/unx/kde4/
H A DKDE4FilePicker.cxx435 void SAL_CALL KDE4FilePicker::setLabel( sal_Int16 controlId, const ::rtl::OUString &label ) in setLabel() argument
453 cb->setText(toQString(label)); in setLabel()
473 QString label; in getLabel() local
488 label = cb->text(); in getLabel()
502 return toOUString(label); in getLabel()
562 QString label; in addCustomControl() local
567 label = toQString(s); in addCustomControl()
568 label.replace("~", "&"); in addCustomControl()
571 widget = new QCheckBox(label, _extraControls); in addCustomControl()
/aoo41x/main/offapi/com/sun/star/chart2/data/
H A DXDataSequence.idl63 /** creates a label that describes the origin of this data
67 no label sequence. In this case you can call this method at
68 the value sequence to obtain a fitting replacement label.</p>
71 label can be generated.</p>
76 denotes what part of the range should be used for label
86 no label.
91 In a spreadsheet this would typically be a label like "Column x"
H A DLabelOrigin.idl70 /** Uses the column name for label generation. A spreadsheet
74 label generation may be empty. Of course, it could also
81 /** Uses the column name for label generation. A spreadsheet
85 label generation may be empty. Of course, it could also
/aoo41x/main/offapi/com/sun/star/sheet/
H A DXLabelRanges.idl41 /** provides methods to access the members of a label range collection
51 /** adds a new label range to the collection.
54 the cell range containing the titles of the label range.
57 the cell range containing the values of the label range.
65 /** removes a label range from the collection.
H A DLabelRanges.idl44 /** represents a collection of label ranges in a spreadsheet document.
53 /** provides methods to access the members of the label range collection
60 /** provides access to the label ranges via index.
69 /** creates an enumeration of all label ranges.
/aoo41x/main/hsqldb/
H A Dmakefile.mk57 BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -f $(ANT_BUILDFILE) j…
60 BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.debug="on" -f $(ANT_BUILDFILE) jar
62 BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) jar
/aoo41x/main/qadevOOo/tests/java/ifc/io/
H A D_XObjectOutputStream.java85 String label = (String)propSet.getPropertyValue("String"); in _writeObject() local
86 log.println("Object with label '" + label + "' was read"); in _writeObject()
88 tRes.tested("writeObject()", label.equals("XObjectOutputStream")) ; in _writeObject()
/aoo41x/main/offapi/com/sun/star/form/
H A DDataAwareControlModel.idl149 /** references to a control model within the same document which should be used as a label.
152 A very common design method for forms is to group a data aware control with a label control,
156 <type scope="com::sun::star::form::component">FixedText</type> which's label is "E-Mail",
160 …examine it's label, and use this label to refer to the <type scope="com::sun::star::form::componen…
176 … labelled by label controls only (<type scope="com::sun::star::form::component">FixedText</type>),
/aoo41x/main/fpicker/source/aqua/
H A DControlHelper.cxx373 NSString *label = m_aMapListLabels[pControl]; in createUserPane() local
375 NSTextField *textField = createLabelWithString(label); in createUserPane()
841 NSTextField *label = m_aMapListLabelFields[(NSPopUpButton*)pControl]; in layoutControls() local
842 NSRect labelFrame = [label frame]; in layoutControls()
886 NSTextField *label = m_aMapListLabelFields[(NSPopUpButton*)pControl]; in layoutControls() local
887 NSRect labelFrame = [label frame]; in layoutControls()
896 [label setFrame:labelFrame]; in layoutControls()
/aoo41x/main/forms/qa/integration/forms/
H A DFormLayer.java187 XPropertySet label = createControlAndShape( "FixedText", _xPos, _yPos, 25, 6 ); in createLabeledControl() local
188 label.setPropertyValue( "Label", _label ); in createLabeledControl()
194 field.setPropertyValue( "LabelControl", label ); in createLabeledControl()
197 label.setPropertyValue( "Name", _label + "_Label" ); in createLabeledControl()
H A DRadioButtons.java82 …private XPropertySet insertRadio( int nXPos, int nYPos, String label, String name, String refValue… in insertRadio() argument
84 return insertRadio( nXPos, nYPos, label, name, refValue, null ); in insertRadio()
88 …private XPropertySet insertRadio( int nXPos, int nYPos, String label, String name, String refValue… in insertRadio() argument
92 xRadio.setPropertyValue( "Label", label ); in insertRadio()
/aoo41x/main/offapi/com/sun/star/chart/
H A DChartDataPointProperties.idl112 /** specifies a string that is used to separate the parts of a data label (caption)
118 /** specifies a number format for the display of the value in the data label
124 /** specifies a number format for the display of the percentage value in the data label
130 /** specifies a relative position for the data label
/aoo41x/main/scripting/java/org/openoffice/idesupport/ui/
H A DMethodPanel.java89 JLabel label = new JLabel("Available Methods:"); in initUI() local
94 label.setLabelFor(pane); in initUI()
100 add(label, BorderLayout.NORTH); in initUI()
H A DScriptPanel.java106 JLabel label = new JLabel("Scripts:"); in initUI() local
107 label.setLabelFor(pane); in initUI()
112 add(label, BorderLayout.NORTH); in initUI()
/aoo41x/main/cui/source/customize/
H A Deventdlg.cxx105 OUString label; in SvxEventConfigPage() local
107 utl::ConfigManager::PRODUCTNAME ) >>= label; in SvxEventConfigPage()
108 nPos = aSaveInListBox.InsertEntry( label ); in SvxEventConfigPage()
/aoo41x/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java911 return cr.label;
1071 Object label;
1168 label = dialog.insertLabel(LABEL + i,
1223 UnoDialog2.setEnabled(label, b);
1276 else if (control == label)
/aoo41x/main/scripting/workben/installer/
H A DInstallWizard.java271 JLabel label = new JLabel(); in main() local
290 …XmlUpdater xud = new XmlUpdater(officePath, label, progressbar, bNetworkInstall, bBindingsInstall … in main()
295 IdeUpdater ideup = new IdeUpdater(netbeansPath, label, progressbar); in main()
/aoo41x/main/apache-commons/java/codec/
H A Dmakefile.mk60 BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -f $(ANT_BUILDFILE) j…
62 BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) jar
/aoo41x/main/apache-commons/java/lang/
H A Dmakefile.mk61 BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -f $(ANT_BUILDFILE) j…
63 BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) jar
/aoo41x/main/rhino/
H A Dmakefile.mk59 BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -Dno-xmlbeans=true jar
61 BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dno-xmlbeans=true jar

Completed in 299 milliseconds

12345678910