/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/ |
H A D | _XTableColumns.java | 223 oObj.removeByIndex(0,2); in _removeByIndex() 237 oObj.removeByIndex(0,1); in _removeByIndex() 250 oObj.removeByIndex(1,1); in _removeByIndex() 279 oObj.removeByIndex(-1,1); in _removeByIndex() 289 oObj.removeByIndex(cnt, 1); in _removeByIndex() 300 oObj.removeByIndex(0,0); in _removeByIndex()
|
H A D | _XTableRows.java | 99 oObj.removeByIndex(0,1); in _removeByIndex() 105 oObj.removeByIndex(-1,1); in _removeByIndex()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/ |
H A D | _XLabelRanges.java | 73 oObj.removeByIndex(anz - 1); in _removeByIndex() 78 oObj.removeByIndex(anz); in _removeByIndex()
|
H A D | _XCellRangesQuery.java | 106 oRows.removeByIndex(4, oRows.getCount() - 4); in before() 107 oColumns.removeByIndex(4, oColumns.getCount() - 4); in before()
|
/trunk/main/reportdesign/source/ui/dlg/ |
H A D | CondFormat.cxx | 222 m_xCopy->removeByIndex( _nCondIndex ); in impl_deleteCondition_nothrow() 267 m_xCopy->removeByIndex( (sal_Int32)nOldConditionIndex ); in impl_moveCondition_nothrow() 495 m_xFormatConditions->removeByIndex(k); in Execute()
|
/trunk/main/sw/qa/complex/writer/ |
H A D | CheckIndexedPropertyValues.java | 71 xCont.removeByIndex(0); in checkIndexedPropertyValues() 87 xCont.removeByIndex(25); in checkIndexedPropertyValues()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/ |
H A D | _XIndexContainer.java | 168 oObj.removeByIndex(Index); in _removeByIndex() 189 oObj.removeByIndex(100); in _removeByIndex()
|
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/ |
H A D | InsertDeleteRowAndColumn.java | 98 xRows.removeByIndex( 2, 2 ); in testInsertDeleteRows() 144 xColumns.removeByIndex( 0, 1 ); in testInsertDeleteColumns()
|
/trunk/main/framework/source/fwe/classes/ |
H A D | rootactiontriggercontainer.cxx | 171 void SAL_CALL RootActionTriggerContainer::removeByIndex( sal_Int32 Index ) in removeByIndex() function in framework::RootActionTriggerContainer 181 PropertySetContainer::removeByIndex( Index ); in removeByIndex()
|
/trunk/main/comphelper/source/container/ |
H A D | IndexedPropertyValuesContainer.cxx | 55 virtual void SAL_CALL removeByIndex( sal_Int32 nIndex ) 142 void SAL_CALL IndexedPropertyValuesContainer::removeByIndex( sal_Int32 nIndex ) in removeByIndex() function in IndexedPropertyValuesContainer
|
/trunk/main/reportdesign/source/core/api/ |
H A D | FixedText.cxx | 287 void SAL_CALL OFixedText::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException… in removeByIndex() function in reportdesign::OFixedText 289 m_aProps.removeByIndex(Index); in removeByIndex()
|
H A D | FormattedField.cxx | 329 void SAL_CALL OFormattedField::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsExce… in removeByIndex() function in reportdesign::OFormattedField 331 m_aProps.removeByIndex(Index); in removeByIndex()
|
H A D | ImageControl.cxx | 418 void SAL_CALL OImageControl::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsExcept… in removeByIndex() function in reportdesign::OImageControl 420 m_aProps.removeByIndex(Index); in removeByIndex()
|
H A D | FixedLine.cxx | 488 void SAL_CALL OFixedLine::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException… in removeByIndex() function in reportdesign::OFixedLine 490 m_aProps.removeByIndex(Index); in removeByIndex()
|
H A D | Shape.cxx | 383 void SAL_CALL OShape::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, la… in removeByIndex() function in reportdesign::OShape 385 m_aProps.removeByIndex(Index); in removeByIndex()
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbaformatconditions.cxx | 69 mxSheetConditionalEntries->removeByIndex(i); in Delete() 261 mxSheetConditionalEntries->removeByIndex(i); in removeFormatCondition()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | unocpres.cxx | 127 void SAL_CALL SdXCustomPresentation::removeByIndex( sal_Int32 Index ) in removeByIndex() function in SdXCustomPresentation 156 removeByIndex( Index ); in replaceByIndex()
|
/trunk/main/svx/source/unodraw/ |
H A D | gluepts.cxx | 68 …virtual void SAL_CALL removeByIndex( sal_Int32 Index ) throw(lang::IndexOutOfBoundsException, lang… 416 void SAL_CALL SvxUnoGluePointAccess::removeByIndex( sal_Int32 Index ) in removeByIndex() function in SvxUnoGluePointAccess
|
/trunk/main/forms/source/misc/ |
H A D | InterfaceContainer.cxx | 547 removeByIndex(0); in read() 1099 void SAL_CALL OInterfaceContainer::removeByIndex(sal_Int32 _nIndex) throw( IndexOutOfBoundsExceptio… in removeByIndex() function in frm::OInterfaceContainer 1183 removeByIndex(nPos); in removeByName()
|
/trunk/main/svx/source/form/ |
H A D | fmobj.cxx | 174 xParent->removeByIndex( nPos ); in impl_isolateControlModel_nothrow() 303 xOldParent->removeByIndex(nPos); in SetPage()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/ |
H A D | com.sun.star.comp.office.SwXTableColumns.csv | 4 "SwXTableColumns";"com::sun::star::table::XTableColumns";"removeByIndex()"
|
H A D | com.sun.star.comp.office.SwXTableRows.csv | 6 "SwXTableRows";"com::sun::star::table::XTableRows";"removeByIndex()"
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScLabelRangesObj.csv | 6 "ScLabelRangesObj";"com::sun::star::sheet::XLabelRanges";"removeByIndex()"
|
H A D | com.sun.star.comp.office.ScTableRowsObj.csv | 6 "ScTableRowsObj";"com::sun::star::table::XTableRows";"removeByIndex()"
|
H A D | com.sun.star.comp.office.ScAnnotationsObj.csv | 6 "ScAnnotationsObj";"com::sun::star::sheet::XSheetAnnotations";"removeByIndex()"
|