textsearch.hxx (f7bd9df4) | textsearch.hxx (7f9f793f) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 87 unchanged lines hidden (view full) --- 96 ::com::sun::star::util::SearchResult SAL_CALL 97 RESrchFrwrd( const ::rtl::OUString& searchStr, 98 sal_Int32 startPos, sal_Int32 endPos ) 99 throw(::com::sun::star::uno::RuntimeException); 100 ::com::sun::star::util::SearchResult SAL_CALL 101 RESrchBkwrd( const ::rtl::OUString& searchStr, 102 sal_Int32 startPos, sal_Int32 endPos ) 103 throw(::com::sun::star::uno::RuntimeException); | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 87 unchanged lines hidden (view full) --- 96 ::com::sun::star::util::SearchResult SAL_CALL 97 RESrchFrwrd( const ::rtl::OUString& searchStr, 98 sal_Int32 startPos, sal_Int32 endPos ) 99 throw(::com::sun::star::uno::RuntimeException); 100 ::com::sun::star::util::SearchResult SAL_CALL 101 RESrchBkwrd( const ::rtl::OUString& searchStr, 102 sal_Int32 startPos, sal_Int32 endPos ) 103 throw(::com::sun::star::uno::RuntimeException); |
104 void RESrchPrepare( const ::com::sun::star::util::SearchOptions&); |
|
104 105 // Members and methods for the "Weight Levenshtein-Distance" search 106 int nLimit; 107 WLevDistance* pWLD; 108 com::sun::star::uno::Reference < com::sun::star::i18n::XBreakIterator > xBreak; 109 ::com::sun::star::util::SearchResult SAL_CALL 110 ApproxSrchFrwrd( const ::rtl::OUString& searchStr, 111 sal_Int32 startPos, sal_Int32 endPos ) --- 41 unchanged lines hidden --- | 105 106 // Members and methods for the "Weight Levenshtein-Distance" search 107 int nLimit; 108 WLevDistance* pWLD; 109 com::sun::star::uno::Reference < com::sun::star::i18n::XBreakIterator > xBreak; 110 ::com::sun::star::util::SearchResult SAL_CALL 111 ApproxSrchFrwrd( const ::rtl::OUString& searchStr, 112 sal_Int32 startPos, sal_Int32 endPos ) --- 41 unchanged lines hidden --- |