Searched refs:sRemove (Results 1 – 2 of 2) sorted by relevance
330 const ::rtl::OUString sRemove = ::rtl::OUString::valueOf((sal_Int32)i); in impl_truncateList() local331 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()
50 static final String sRemove = "Remove"; field in WikiOptionsEventHandlerImpl273 else if ( sMethod.equals( sRemove ) ) in callHandlerMethod()296 return new String[] { sExternalEvent, sAdd, sEdit, sRemove }; in getSupportedMethodNames()
Completed in 24 milliseconds