Searched refs:_SelTblRowOrCol (Results 1 – 3 of 3) sorted by relevance
310 sal_Bool _SelTblRowOrCol( bool bRow, bool bRowSimple = false );629 sal_Bool SelTblRow() { return _SelTblRowOrCol( true ); } in SelTblRow()630 sal_Bool SelTblCol() { return _SelTblRowOrCol( false ); } in SelTblCol()
2004 bRet = SwCrsrShell::_SelTblRowOrCol( true, true ); in SelTblRowCol()2006 bRet = SwCrsrShell::_SelTblRowOrCol( false, true ); in SelTblRowCol()
142 sal_Bool SwCrsrShell::_SelTblRowOrCol( bool bRow, bool bRowSimple ) in _SelTblRowOrCol() function in SwCrsrShell
Completed in 32 milliseconds