Home
last modified time | relevance | path

Searched refs:_SelTblRowOrCol (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sw/inc/
H A Dcrsrsh.hxx310 sal_Bool _SelTblRowOrCol( bool bRow, bool bRowSimple = false );
634 sal_Bool SelTblRow() { return _SelTblRowOrCol( true ); } in SelTblRow()
635 sal_Bool SelTblCol() { return _SelTblRowOrCol( false ); } in SelTblCol()
/aoo42x/main/sw/source/core/frmedt/
H A Dfetab.cxx2004 bRet = SwCrsrShell::_SelTblRowOrCol( true, true ); in SelTblRowCol()
2006 bRet = SwCrsrShell::_SelTblRowOrCol( false, true ); in SelTblRowCol()
/aoo42x/main/sw/source/core/crsr/
H A Dtrvltbl.cxx142 sal_Bool SwCrsrShell::_SelTblRowOrCol( bool bRow, bool bRowSimple ) in _SelTblRowOrCol() function in SwCrsrShell

Completed in 61 milliseconds