Searched refs:eSearchType (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 203 const SwTblSearchType eSearchType ) in GetTblSel() argument 209 GetTblSel( *rShell.getShellCrsr(false), rBoxes, eSearchType ); in GetTblSel() 213 const SwTblSearchType eSearchType ) in GetTblSel() argument 228 switch( nsSwTblSearchType::TBLSEARCH_COL & eSearchType ) in GetTblSel() 295 GetTblSel( pStart, pEnd, rBoxes, 0, eSearchType ); in GetTblSel() 301 const SwTblSearchType eSearchType ) in GetTblSel() argument 324 ::MakeSelUnions( aUnions, pStart, pEnd, eSearchType ); in GetTblSel() 1845 const SwLayoutFrm *pEnd, const SwTblSearchType eSearchType ) in MakeSelUnions() argument 2044 const SwTblSearchType eSearchType ) in CheckSplitCells() argument 2053 const SwTblSearchType eSearchType ) in CheckSplitCells() argument [all …]
|
/aoo4110/main/sw/inc/ |
H A D | swtable.hxx | 186 const SearchType eSearchType, bool bProtect ) const; 188 SwSelBoxes& rBoxes, const SearchType eSearchType, bool bProtect ) const;
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | trvltbl.cxx | 180 SwTable::SearchType eSearchType = bRow ? SwTable::SEARCH_ROW : SwTable::SEARCH_COL; in _SelTblRowOrCol() local 181 pTable->CreateSelection( *pCrsr, aBoxes, eSearchType, bCheckProtected ); in _SelTblRowOrCol()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 7878 utl::SearchParam::SearchType eSearchType = in ScSearch() local 7881 utl::SearchParam sPar(SearchStr, eSearchType, sal_False, sal_False, sal_False); in ScSearch()
|
Completed in 76 milliseconds