Searched refs:cWord (Results 1 – 2 of 2) sorted by relevance
974 int cWord = NO_WORD; in IntelligentCut() local976 if(!cWord && cPrev && cNext && in IntelligentCut()981 cWord = WORD_NO_SPACE; in IntelligentCut()983 if(cWord == WORD_NO_SPACE && ' ' == cPrev ) in IntelligentCut()985 cWord = WORD_SPACE_BEFORE; in IntelligentCut()999 else if(cWord == WORD_NO_SPACE && cNext == ' ') in IntelligentCut()1001 cWord = WORD_SPACE_AFTER; in IntelligentCut()1013 return cWord; in IntelligentCut()
3364 int cWord = 0; in PrivateDrop() local3462 cWord = rSrcSh.IntelligentCut( nSel, sal_False ); in PrivateDrop()3479 cWord = rSh.IntelligentCut( rSh.GetSelectionType(), sal_False ); in PrivateDrop()3544 if ( cWord == SwWrtShell::WORD_SPACE_BEFORE ) in PrivateDrop()3546 else if ( cWord == SwWrtShell::WORD_SPACE_AFTER ) in PrivateDrop()3566 (cWord == SwWrtShell::WORD_SPACE_AFTER || in PrivateDrop()3567 cWord == SwWrtShell::WORD_SPACE_BEFORE) ) in PrivateDrop()
Completed in 36 milliseconds