Home
last modified time | relevance | path

Searched refs:sRemove (Results 1 – 2 of 2) sorted by relevance

/trunk/main/unotools/source/config/
H A Dhistoryoptions.cxx330 const ::rtl::OUString sRemove = ::rtl::OUString::valueOf((sal_Int32)i); in impl_truncateList() local
331 xOrderList->getByName(sRemove) >>= xSet; in impl_truncateList()
334 xOrderList->removeByName(sRemove); in impl_truncateList()
583 ::rtl::OUString sRemove; in AppendItem()
585 xSet->getPropertyValue(s_sHistoryItemRef) >>= sRemove; in AppendItem()
586 xItemList->removeByName(sRemove); in AppendItem()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiOptionsEventHandlerImpl.java50 static final String sRemove = "Remove"; field in WikiOptionsEventHandlerImpl
273 else if ( sMethod.equals( sRemove ) ) in callHandlerMethod()
296 return new String[] { sExternalEvent, sAdd, sEdit, sRemove }; in getSupportedMethodNames()

Completed in 43 milliseconds