/aoo42x/main/writerfilter/source/resourcemodel/ |
H A D | resourcemodel.cxx | 66 o.addItem(tmpStr); in dump() 128 output.addItem(tmpStr); in startTable() 146 output.addItem(tmpStr); in startRow() 158 output.addItem(start); in startCell() 159 output.addItem(", "); in startCell() 164 output.addItem(end); in endCell() 203 output.addItem(tmpStr); in endParagraphGroup() 267 output.addItem("<shape>"); in startShape() 312 output.addItem(tmpStr); in text() 353 output.addItem(tmpStr); in utext() [all …]
|
/aoo42x/main/writerfilter/source/doctok/ |
H A D | WW8ResourceModelImpl.cxx | 73 output.addItem(tmpStr); in startTable() 79 output.addItem("</tabledata.table>"); in endTable() 91 output.addItem(tmpStr); in startRow() 96 output.addItem("</tabledata.row>"); in endRow() 102 output.addItem("<tabledata.cell>"); in startCell() 103 output.addItem(start); in startCell() 104 output.addItem(", "); in startCell() 109 output.addItem(end); in endCell() 110 output.addItem("</tabledata.cell>"); in endCell() 148 output.addItem(tmpStr); in endParagraphGroup() [all …]
|
H A D | WW8FKPImpl.cxx | 96 o.addItem("<fkp type='CHP'>"); in dump() 107 o.addItem(sBuffer); in dump() 111 o.addItem("</fkp>"); in dump() 160 o.addItem("<fkp type='PAP'>"); in dump() 171 o.addItem(sBuffer); in dump() 176 o.addItem("</fkp>"); in dump()
|
H A D | PLCF.hxx | 173 output_.addItem("<plcf>"); in dump() 182 output_.addItem("<plcfentry cpandfc=\"" + aFc.toString() + "\">"); in dump() 184 output_.addItem("</plcfentry>"); in dump() 186 output_.addItem("</plcf>>"); in dump()
|
H A D | WW8StreamImpl.cxx | 184 o.addItem("<stream>"); in dump() 199 o.addItem("</stream>"); in dump()
|
H A D | WW8DocumentImpl.cxx | 1646 output.addItem("<substream-names>"); in resolve() 1647 output.addItem(mpStream->getSubStreamNames()); in resolve() 1648 output.addItem("</substream-names>"); in resolve()
|
H A D | WW8PropertySetImpl.cxx | 186 o.addItem(toString()); in dump()
|
/aoo42x/main/qadevOOo/tests/java/mod/_forms/ |
H A D | OListBoxControl.java | 158 box.addItem("Item1", (short) 0); in createTestEnvironment() 159 box.addItem("Item2", (short) 1); in createTestEnvironment() 164 box.addItem("Item1", (short) 0); in createTestEnvironment() 165 box.addItem("Item2", (short) 1); in createTestEnvironment()
|
/aoo42x/main/writerfilter/inc/resourcemodel/ |
H A D | SubSequence.hxx | 200 o.addItem(sBuffer); in dump() 224 o.addItem("<exception/>"); in dump() 227 o.addItem("</sequence>"); in dump() 342 o.addItem(tmpStr); in dumpLine()
|
H A D | OutputWithDepth.hxx | 58 void addItem(const T & aItem); 102 void OutputWithDepth<T>::addItem(const T & aItem) in addItem() function in writerfilter::OutputWithDepth
|
/aoo42x/main/toolkit/source/layout/core/ |
H A D | import.cxx | 128 pImport->mxRadioGroups.addItem( aRadioGroup, xRadio ); in WidgetElement() 232 void RadioGroups::addItem( rtl::OUString id, uno::Reference< awt::XRadioButton > xRadio ) in addItem() function in layoutimpl::RadioGroups 247 group->addItem( xRadio ); in addItem() 254 void RadioGroups::RadioGroup::addItem( uno::Reference< awt::XRadioButton > xRadio ) in addItem() function in layoutimpl::RadioGroups::RadioGroup
|
H A D | import.hxx | 49 void addItem( rtl::OUString id, css::uno::Reference< css::awt::XRadioButton > xRadio ) 58 void addItem( css::uno::Reference< css::awt::XRadioButton > xRadio );
|
H A D | root.hxx | 93 void addItem( const rtl::OUString &rName,
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | ListModelBinder.java | 104 unoList.addItem(getItemString(i), i); in insert() 187 … xlist.addItem((renderer != null ? renderer.render(items[i]) : items[i].toString()), i); in fillList() 202 … xComboBox.addItem((renderer != null ? renderer.render(items[i]) : items[i].toString()), i); in fillComboBox()
|
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/ |
H A D | ParcelPropertiesVisualPanel.java | 49 languagesComboBox.addItem("Java"); in ParcelPropertiesVisualPanel() 50 languagesComboBox.addItem("BeanShell"); in ParcelPropertiesVisualPanel()
|
H A D | SelectPathVisualPanel.java | 64 installationsComboBox.addItem(oi); in SelectPathVisualPanel() 68 installationsComboBox.addItem("<empty>"); in SelectPathVisualPanel()
|
/aoo42x/main/toolkit/source/layout/vcl/ |
H A D | wfield.cxx | 341 mxComboBox->addItem( rtl::OUString( rStr ), nPos ); in InsertEntry() 516 mxListBox->addItem( rtl::OUString( rStr ), nPos ); in InsertEntry() 529 mxListBox->addItem( rtl::OUString( rStr ), nPos ); in RemoveEntry()
|
/aoo42x/main/forms/source/xforms/ |
H A D | collection.hxx | 95 sal_Int32 addItem( const T& t ) in addItem() function in Collection 236 addItem( t ); in insert()
|
H A D | model_ui.cxx | 436 sal_Int32 nInstance = mpInstances->addItem( aSequence ); in newInstance() 757 mpBindings->addItem( pBestBinding ); in getBindingForNode()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | shutdowniconaqua.mm | 256 [menu addItem: pNewItem]; 333 [i_pMenu addItem: pItem]; 345 [i_pDockMenu addItem: pItem];
|
/aoo42x/main/odk/examples/java/Inspector/ |
H A D | MethodParametersDialog.java | 201 jComboBox.addItem("True"); in ParameterPanel() 202 jComboBox.addItem("False"); in ParameterPanel()
|
/aoo42x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XComboBox.java | 150 oObj.addItem("Item1", itemCount); in _addItem()
|
H A D | _XListBox.java | 170 oObj.addItem("Item1", itemCount) ; in _addItem()
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XComboBox.idl | 78 [oneway] void addItem( [in] string aItem, [in] short nPos );
|
/aoo42x/main/qadevOOo/objdsc/forms/ |
H A D | com.sun.star.comp.forms.OComboBoxControl.csv | 60 "OComboBoxControl";"com::sun::star::awt::XComboBox";"addItem()"
|