Home
last modified time | relevance | path

Searched refs:cWord (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/wrtsh/
H A Dselect.cxx974 int cWord = NO_WORD; in IntelligentCut() local
976 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()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx3365 int cWord = 0; in PrivateDrop() local
3463 cWord = rSrcSh.IntelligentCut( nSel, sal_False ); in PrivateDrop()
3480 cWord = rSh.IntelligentCut( rSh.GetSelectionType(), sal_False ); in PrivateDrop()
3545 if ( cWord == SwWrtShell::WORD_SPACE_BEFORE ) in PrivateDrop()
3547 else if ( cWord == SwWrtShell::WORD_SPACE_AFTER ) in PrivateDrop()
3567 (cWord == SwWrtShell::WORD_SPACE_AFTER || in PrivateDrop()
3568 cWord == SwWrtShell::WORD_SPACE_BEFORE) ) in PrivateDrop()

Completed in 62 milliseconds