Searched refs:cWord (Results 1 – 2 of 2) sorted by relevance
970 int cWord = NO_WORD; in IntelligentCut() local972 if(!cWord && cPrev && cNext && in IntelligentCut()977 cWord = WORD_NO_SPACE; in IntelligentCut()979 if(cWord == WORD_NO_SPACE && ' ' == cPrev ) in IntelligentCut()981 cWord = WORD_SPACE_BEFORE; in IntelligentCut()995 else if(cWord == WORD_NO_SPACE && cNext == ' ') in IntelligentCut()997 cWord = WORD_SPACE_AFTER; in IntelligentCut()1009 return cWord; in IntelligentCut()
3343 int cWord = 0; in PrivateDrop() local3441 cWord = rSrcSh.IntelligentCut( nSel, sal_False ); in PrivateDrop()3458 cWord = rSh.IntelligentCut( rSh.GetSelectionType(), sal_False ); in PrivateDrop()3523 if ( cWord == SwWrtShell::WORD_SPACE_BEFORE ) in PrivateDrop()3525 else if ( cWord == SwWrtShell::WORD_SPACE_AFTER ) in PrivateDrop()3545 (cWord == SwWrtShell::WORD_SPACE_AFTER || in PrivateDrop()3546 cWord == SwWrtShell::WORD_SPACE_BEFORE) ) in PrivateDrop()