Searched refs:bTblCrsr (Results 1 – 3 of 3) sorted by relevance
2729 SwUnoCrsr* SwDoc::CreateUnoCrsr( const SwPosition& rPos, sal_Bool bTblCrsr ) in CreateUnoCrsr() argument2732 if( bTblCrsr ) in CreateUnoCrsr()
1367 const bool bTblCrsr = rSh.GetTableCrsr(); in KeyInput() local1369 if( ( bVertText && ( !bTblCrsr || bVertTable ) ) || in KeyInput()1370 ( bTblCrsr && bVertTable ) ) in KeyInput()
1967 SwUnoCrsr* CreateUnoCrsr( const SwPosition& rPos, sal_Bool bTblCrsr = sal_False );
Completed in 90 milliseconds