Searched refs:bColumnSel (Results 1 – 3 of 3) sorted by relevance
695 bool bColumnSel = pDoc->IsClipBoard() && pDoc->IsColumnSelection(); in CopyRange() local698 if( !rPam.HasMark() || ( *pStt >= *pEnd && !bColumnSel ) ) in CopyRange()880 const bool bColumnSel = pDoc->IsClipBoard() && pDoc->IsColumnSelection(); in CopyImpl() local886 if( !rPam.HasMark() || ( *pStt >= *pEnd && !bColumnSel ) || in CopyImpl()968 if( !bCopyCollFmt || bColumnSel || pStt->nContent.GetIndex() ) in CopyImpl()985 else if( !bOneNode || bColumnSel ) in CopyImpl()
89 SwCursor( const SwPosition &rPos, SwPaM* pRing, bool bColumnSel );
124 SwCursor::SwCursor( const SwPosition &rPos, SwPaM* pRing, bool bColumnSel ) in SwCursor() argument126 mbColumnSelection( bColumnSel ) in SwCursor()
Completed in 22 milliseconds