/trunk/main/slideshow/source/engine/ |
H A D | eventmultiplexer.cxx | 786 mpImpl->maNextEffectHandlers.remove( in removeNextEffectHandler() 801 mpImpl->maSlideStartHandlers.remove( rHandler ); in removeSlideStartHandler() 813 mpImpl->maSlideEndHandlers.remove( rHandler ); in removeSlideEndHandler() 885 mpImpl->maPauseHandlers.remove( rHandler ); in removePauseHandler() 896 mpImpl->maViewHandlers.remove( rHandler ); in removeViewHandler() 906 mpImpl->maViewRepaintHandlers.remove( rHandler ); in removeViewRepaintHandler() 936 mpImpl->maShapeCursorHandlers.remove( rHandler ); in removeShapeCursorHandler() 955 mpImpl->maMouseClickHandlers.remove( in removeClickHandler() 980 mpImpl->maMouseDoubleClickHandlers.remove( in removeDoubleClickHandler() 1005 mpImpl->maMouseMoveHandlers.remove( in removeMouseMoveHandler() [all …]
|
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | InterfaceContainer_Test.java | 354 public boolean remove() in remove() method in InterfaceContainer_Test 561 it.remove(); in Iterator_remove() 574 it.remove(); in Iterator_remove() 578 it.remove(); in Iterator_remove() 594 it.remove(); in Iterator_remove() 607 it.remove(); in Iterator_remove() 702 it.remove(); in ListIterator_remove() 715 it.remove(); in ListIterator_remove() 719 it.remove(); in ListIterator_remove() 735 it.remove(); in ListIterator_remove() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/ |
H A D | BasicHandlerProvider.java | 135 xMSFSet.remove(oHandler); in disposeHandler() 136 xMSFSet.remove(oFilter); in disposeHandler() 137 xMSFSet.remove(oConnector); in disposeHandler() 138 xMSFSet.remove(oDocumentHandler); in disposeHandler() 139 xMSFSet.remove(oThreadRunner); in disposeHandler() 140 xMSFSet.remove(oAttributeList); in disposeHandler()
|
/trunk/main/xml2cmp/source/support/ |
H A D | list.hxx | 60 virtual void remove( 62 void pop_back() { remove(size()-1); } in pop_back() 63 void erase_all() { while (size()) remove(size()-1); } in erase_all() 113 virtual void remove( 149 List<XX>::remove(unsigned pos) in remove() function in List 235 DynamicList<XY>::remove( unsigned pos ) in remove() function in DynamicList
|
/trunk/main/wizards/com/sun/star/wizards/common/ |
H A D | ConfigSet.java | 172 childrenList.remove(i--); in readConfiguration() 195 public void remove(Object obj) in remove() method in ConfigSet 198 childrenMap.remove(key); in remove() 200 childrenList.remove(obj); in remove() 204 public void remove(int i) in remove() method in ConfigSet 207 remove(o); in remove() 301 listenerList.remove(javax.swing.event.ListDataListener.class, listener); in removeListDataListener()
|
/trunk/main/sal/workben/ |
H A D | testfile.cxx | 291 rc=pFile->remove( file1 ); in Shutdown() 297 rc=pFile->remove( file2 ); in Shutdown() 304 rc=Directory::remove( dir1 ); in Shutdown() 308 rc=Directory::remove( dir2 ); in Shutdown() 315 rc=pFile->remove( file_on_server ); in Shutdown() 766 rc=pFile->remove( file_not_exist ); in FileCreateAndRemoveTest() 774 rc=pFile->remove( file_not_exist ); in FileCreateAndRemoveTest() 783 rc=pFile->remove( file_not_exist ); in FileCreateAndRemoveTest() 787 pFile->remove( file_not_exist ); in FileCreateAndRemoveTest() 927 File::remove( destPath ); in FileCopyAndMoveTest() [all …]
|
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/ |
H A D | AccessibleEventMulticaster.java | 47 protected XAccessibleEventListener remove(XAccessibleEventListener l) { in remove() method in AccessibleEventMulticaster 52 XAccessibleEventListener a2 = remove(a, l); in remove() 53 XAccessibleEventListener b2 = remove(b, l); in remove() 78 …public static XAccessibleEventListener remove(XAccessibleEventListener l, XAccessibleEventListener… in remove() method in AccessibleEventMulticaster 82 return ((AccessibleEventMulticaster) l).remove(oldl); in remove()
|
/trunk/main/basegfx/source/polygon/ |
H A D | b3dpolygon.cxx | 217 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove() function in CoordinateDataArray3D 385 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove() function in BColorArray 549 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove() function in NormalsArray3D 724 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove() function in TextureCoordinate2D 1314 maPoints.remove(nIndex, nCount); in remove() 1319 mpBColors->remove(nIndex, nCount); in remove() 1330 mpNormals->remove(nIndex, nCount); in remove() 1341 mpTextureCoordiantes->remove(nIndex, nCount); in remove() 1471 remove(nIndex, 1L); in removeDoublePointsAtBeginEnd() 1506 remove(nIndex, 1L); in removeDoublePointsWholeTrack() [all …]
|
H A D | b2dpolygon.cxx | 141 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove() function in CoordinateDataArray2D 458 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove() function in ControlVectorArray2D 945 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove() function in ImplB2DPolygon 950 maPoints.remove(nIndex, nCount); in remove() 954 mpControlVector->remove(nIndex, nCount); in remove() 1068 remove(nIndex, 1); in removeDoublePointsAtBeginEnd() 1113 remove(nIndex, 1); in removeDoublePointsWholeTrack() 1570 void B2DPolygon::remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove() function in basegfx::B2DPolygon 1576 mpPolygon->remove(nIndex, nCount); in remove()
|
/trunk/main/sd/source/ui/dlg/ |
H A D | masterlayoutdlg.cxx | 122 remove( PRESOBJ_HEADER ); in applyChanges() 130 remove( PRESOBJ_FOOTER ); in applyChanges() 138 remove( PRESOBJ_DATETIME ); in applyChanges() 146 remove( PRESOBJ_SLIDENUMBER ); in applyChanges() 159 void MasterLayoutDialog::remove( PresObjKind eKind ) in remove() function in MasterLayoutDialog
|
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | InterfaceContainer.java | 492 synchronized public Object remove(int index) in remove() method in InterfaceContainer 511 synchronized public boolean remove(Object obj) in remove() method in InterfaceContainer 520 remove(index); in remove() 535 boolean bMod= remove( obj); in removeAll() 777 public synchronized void remove() in remove() method in InterfaceContainer.Itr 782 InterfaceContainer.this.remove(lastRetObj); in remove() 783 dataIt.remove(lastRet); in remove()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | XMLTools.java | 329 tagStack.remove(0) ; in endElement() 430 tags.remove(name) ; in startElement() 453 chars.remove(ch) ; in characters() 667 tags.remove(i--); in startElement() 679 tags.remove(i--) ; in startElement() 699 chars.remove(i--); in characters() 711 chars.remove(i--) ; in characters() 723 tagStack.remove(0) ; in endElement() 724 attrStack.remove(0) ; in endElement()
|
/trunk/main/xmlsecurity/tools/uno/ |
H A D | XMLSecurityFrameworkController.java | 422 m_vUnsolvedReferenceIds.remove(i); in findKeyOrReference() 423 m_vUnsolvedReferencedKeeperIds.remove(i); in findKeyOrReference() 424 m_vUnsolvedReferenceRefNum.remove(i); in findKeyOrReference() 799 m_signatureList.remove(0); in endMission() 805 m_encryptionList.remove(0); in endMission() 814 m_vUnsolvedReferenceIds.remove(0); in endMission() 815 m_vUnsolvedReferencedKeeperIds.remove(0); in endMission() 816 m_vUnsolvedReferenceRefNum.remove(0); in endMission()
|
/trunk/main/solenv/bin/ |
H A D | fix_def_file.cmd | 38 /* remove comments */ 41 /* remove wildcards */ 44 /* remove empty lines */ 47 /* remove component_getDescriptionFunc, since it is already added by tg_def */ 51 /* remove GLOBAL symbols */
|
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/ |
H A D | PopupWindow.java | 119 public void remove(java.awt.Component c) { in remove() method in PopupWindow 120 layeredPane.remove(popupLayer); in remove() 131 popupLayer.remove(c); in remove() 175 public void remove(java.awt.Component c) { in remove() method in PopupWindow.ContainerProxy 185 super.remove(c); in remove()
|
/trunk/main/comphelper/qa/ |
H A D | test_weakbag.cxx | 53 ASSERT_TRUE(bag.remove() == ref2) << "remove first ref2"; in TEST_F() 54 ASSERT_TRUE(bag.remove() == ref2) << "remove second ref2"; in TEST_F() 55 ASSERT_TRUE(!bag.remove().is()) << "remove first null"; in TEST_F() 56 ASSERT_TRUE(!bag.remove().is()) << "remove second null"; in TEST_F()
|
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
H A D | Menu.java | 83 protected synchronized void remove(XAccessible unoAccessible) { in remove() method in Menu 90 children.remove(c); in remove() 107 protected void remove(Object any) { in remove() method in Menu 109 remove((XAccessible) AnyConverter.toObject( in remove() 158 remove(event.OldValue); in notifyEvent()
|
/trunk/main/l10ntools/java/jpropex/java/ |
H A D | OrderedHashMap.java | 49 public Object remove( Object key ) in remove() method in OrderedHashMap 51 list.remove( list.indexOf( key ) ); in remove() 52 return hm.remove( key ); in remove() 57 list.remove( idxFrom ); in move()
|
/trunk/main/offapi/com/sun/star/task/ |
H A D | XPasswordContainer.idl | 107 @param Url URL-pattern to remove passwords for. 109 @param UserName Username to remove passwords for. 112 void remove( [in] string Url, [in] string UserName ); 118 @param Url URL-pattern to remove passwords for. 120 @param UserName Username to remove passwords for.
|
/trunk/main/migrationanalysis/src/wizard/ |
H A D | wizard.ulf | 65 … memory to run the analysis.<CR><CR>If necessary use the Task Manager to remove any frozen instanc… 77 …remove this file from the Documents Directory and ensure that all instances of Excel<CR>are closed… 116 …remove this file from the Documents Directory and ensure that all instances of PowerPoint<CR>are c… 122 …If Excel does not appear to be running please check the Task Manager and remove any Excel.exe proc… 131 …remove this file from the Documents Directory and ensure that all instances of Word<CR>are closed … 137 …fore rerunning the analysis.<CR><CR>If necessary use the Task Manager to remove any frozen instanc…
|
/trunk/main/cppuhelper/test/ |
H A D | testcontainer.cxx | 107 iterator.remove(); in test_interfacecontainer() 109 iterator.remove(); in test_interfacecontainer() 111 iterator.remove(); in test_interfacecontainer() 134 iterator.remove(); in test_interfacecontainer()
|
/trunk/main/unotools/source/property/ |
H A D | propertysetinfo.cxx | 46 void remove( const OUString& aName ) throw(); 97 void PropertyMapImpl::remove( const OUString& aName ) throw() in remove() function in PropertyMapImpl 172 void PropertySetInfo::remove( const rtl::OUString& aName ) throw() in remove() function in PropertySetInfo 174 mpMap->remove( aName ); in remove()
|
/trunk/main/comphelper/source/property/ |
H A D | propertysetinfo.cxx | 45 void remove( const OUString& aName ) throw(); 100 void PropertyMapImpl::remove( const OUString& aName ) throw() in remove() function in PropertyMapImpl 187 void PropertySetInfo::remove( const rtl::OUString& aName ) throw() in remove() function in PropertySetInfo 189 mpMap->remove( aName ); in remove()
|
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/ |
H A D | TagPair.java | 95 tagList.remove(0); in TagPair() 130 tagList.remove(tag); in TagPair() 167 contentList.remove(0); in TagPair() 174 contentList.remove(contentList.size()-1); in TagPair()
|
/trunk/main/store/source/ |
H A D | stortree.cxx | 109 void OStoreBTreeNodeData::remove (sal_uInt16 i) in remove() function in OStoreBTreeNodeData 236 storeError OStoreBTreeNodeObject::remove ( in remove() function in OStoreBTreeNodeObject 260 eErrCode = aNodeL.remove (0, rEntryL, rBIOS); in remove() 274 rPage.remove (nIndexL); in remove() 314 rPage.remove (nIndexL); in remove()
|