Searched refs:SearchType (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/unotools/inc/unotools/ |
H A D | textsearch.hxx | 56 enum SearchType{ SRCH_NORMAL, SRCH_REGEXP, SRCH_LEVDIST }; enum in utl::SearchParam 62 SearchType eSrchType; // search normal/regular/LevDist 79 SearchType eSrchType = SearchParam::SRCH_NORMAL, 87 SearchType GetSrchType() const { return eSrchType; } in GetSrchType() 96 void SetSrchType( SearchType eType ) { eSrchType = eType; } in SetSrchType()
|
/aoo42x/main/sw/inc/ |
H A D | swtable.hxx | 117 enum SearchType enum in SwTable 186 const SearchType eSearchType, bool bProtect ) const; 188 SwSelBoxes& rBoxes, const SearchType eSearchType, bool bProtect ) const;
|
/aoo42x/main/rsc/source/parser/ |
H A D | yyrscyacc.y | 263 $$ = pTC->SearchType( pHS->getID( aTypeName.GetBuffer(), true ) ); 285 RscTop * pType = pTC->SearchType( pHS->getID( $1, true ) );
|
H A D | rscdb.cxx | 280 RscTop * RscTypCont::SearchType( Atom nId ) in SearchType() function in RscTypCont
|
/aoo42x/main/unotools/source/i18n/ |
H A D | textsearch.cxx | 51 SearchType eType, in SearchParam()
|
/aoo42x/main/rsc/inc/ |
H A D | rscdb.hxx | 331 RscTop * SearchType( Atom nTypId );
|
/aoo42x/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 1658 const SearchType eSearch, bool bChkProtected ) const in CreateSelection() 1674 SwSelBoxes& rBoxes, const SearchType eSearch, bool bChkProtected ) const in CreateSelection()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | trvltbl.cxx | 180 SwTable::SearchType eSearchType = bRow ? SwTable::SEARCH_ROW : SwTable::SEARCH_COL; in _SelTblRowOrCol()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 227 SwTable::SearchType eSearch; in GetTblSel()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 8015 utl::SearchParam::SearchType eSearchType = in ScSearch()
|
Completed in 93 milliseconds