Lines Matching refs:nSelection
257 int nSelection = GetSelectionType(); in DelRight() local
258 if(nSelection & nsSelectionType::SEL_TBL_CELLS) in DelRight()
259 nSelection = nsSelectionType::SEL_TBL; in DelRight()
260 if(nSelection & nsSelectionType::SEL_TXT) in DelRight()
261 nSelection = nsSelectionType::SEL_TXT; in DelRight()
265 switch( nSelection & ~(nsSelectionType::SEL_BEZ) ) in DelRight()
301 if( nsSelectionType::SEL_TXT & nSelection && SwCrsrShell::IsSttPara() && in DelRight()
413 nSelection = GetSelectionType(); in DelRight()
414 if ( nsSelectionType::SEL_FRM & nSelection || in DelRight()
415 nsSelectionType::SEL_GRF & nSelection || in DelRight()
416 nsSelectionType::SEL_OLE & nSelection || in DelRight()
417 nsSelectionType::SEL_DRW & nSelection ) in DelRight()