Searched refs:SwTblSearchType (Results 1 – 3 of 3) sorted by relevance
54 typedef sal_uInt16 SwTblSearchType; typedef57 const SwTblSearchType TBLSEARCH_NONE = 0x1; // keine Erweiterung58 const SwTblSearchType TBLSEARCH_ROW = 0x2; // erweiter auf Zeilen59 const SwTblSearchType TBLSEARCH_COL = 0x3; // erweiter auf Spalten62 const SwTblSearchType TBLSEARCH_PROTECT = 0x8; // auch geschuetzte Boxen einsammeln67 const SwTblSearchType = nsSwTblSearchType::TBLSEARCH_NONE );70 const SwTblSearchType = nsSwTblSearchType::TBLSEARCH_NONE );76 const SwTblSearchType = nsSwTblSearchType::TBLSEARCH_NONE );117 const SwTblSearchType = nsSwTblSearchType::TBLSEARCH_NONE );119 const SwTblSearchType = nsSwTblSearchType::TBLSEARCH_NONE );[all …]
203 const SwTblSearchType eSearchType ) in GetTblSel()213 const SwTblSearchType eSearchType ) in GetTblSel()301 const SwTblSearchType eSearchType ) in GetTblSel()1845 const SwLayoutFrm *pEnd, const SwTblSearchType eSearchType ) in MakeSelUnions()2044 const SwTblSearchType eSearchType ) in CheckSplitCells()2053 const SwTblSearchType eSearchType ) in CheckSplitCells()
160 …SwTblSearchType eType = bRow ? nsSwTblSearchType::TBLSEARCH_ROW : nsSwTblSearchType::TBLSEARCH_COL; in _SelTblRowOrCol()164 eType = (SwTblSearchType)(eType | nsSwTblSearchType::TBLSEARCH_PROTECT); in _SelTblRowOrCol()
Completed in 78 milliseconds