| /aoo41x/main/basctl/source/dlged/ | 
| H A D | dlgedfunc.cxx | 378 	if( !rMEvt.IsLeft() )  in MouseButtonDown()391 	if ( rMEvt.IsLeft() && rMEvt.GetClicks() == 1 )  in MouseButtonDown()
 405     else if ( rMEvt.IsLeft() && rMEvt.GetClicks() == 2 )  in MouseButtonDown()
 501 	if ( rMEvt.IsLeft() && rMEvt.GetClicks() == 1 )  in MouseButtonDown()
 542 	else if ( rMEvt.IsLeft() && rMEvt.GetClicks() == 2 )  in MouseButtonDown()
 566 	if ( rMEvt.IsLeft() )  in MouseButtonUp()
 
 | 
| /aoo41x/main/reportdesign/source/ui/report/ | 
| H A D | dlgedfunc.cxx | 193     if ( rMEvt.IsLeft() )  in MouseButtonDown()227 …else if ( rMEvt.IsRight() && !rMEvt.IsLeft() && rMEvt.GetClicks() == 1 ) // mark object when conte…  in MouseButtonDown()
 240     else if( !rMEvt.IsLeft() )  in MouseButtonDown()
 261 	if ( nClicks == 2 && rMEvt.IsLeft() )  in checkTwoCklicks()
 869 		if ( m_rView.MarkObj(m_aMDPos) && rMEvt.IsLeft() )  in MouseButtonDown()
 910 	if ( rMEvt.IsLeft() )                     // left mousebutton pressed  in MouseButtonUp()
 
 | 
| /aoo41x/main/sc/source/ui/drawfunc/ | 
| H A D | fusel.cxx | 129 	if ( rMEvt.IsLeft() )  in MouseButtonDown()410 	if ( rMEvt.IsLeft() )  in MouseButtonUp()
 508 	if ( nClicks == 2 && rMEvt.IsLeft() )  in MouseButtonUp()
 595 	if ( !bReturn && rMEvt.IsLeft() )  in MouseButtonUp()
 
 | 
| H A D | fuconarc.cxx | 71 	if ( rMEvt.IsLeft() && !pView->IsAction() )  in MouseButtonDown()105 	if ( pView->IsCreateObj() && rMEvt.IsLeft() )  in MouseButtonUp()
 
 | 
| H A D | fuconuno.cxx | 73 	if ( rMEvt.IsLeft() && !pView->IsAction() )  in MouseButtonDown()107 	if ( pView->IsCreateObj() && rMEvt.IsLeft() )  in MouseButtonUp()
 
 | 
| H A D | fuconrec.cxx | 79 	if ( rMEvt.IsLeft() && !pView->IsAction() )  in MouseButtonDown()123 	if ( pView->IsCreateObj() && rMEvt.IsLeft() )  in MouseButtonUp()
 
 | 
| H A D | fuconcustomshape.cxx | 80 	if ( rMEvt.IsLeft() && !pView->IsAction() )  in MouseButtonDown()130 	if ( pView->IsCreateObj() && rMEvt.IsLeft() )  in MouseButtonUp()
 
 | 
| H A D | fuconstr.cxx | 99 	if ( rMEvt.IsLeft() )  in MouseButtonDown()185 	if ( nClicks == 2 && rMEvt.IsLeft() )  in MouseButtonUp()
 
 | 
| /aoo41x/main/sd/source/ui/view/ | 
| H A D | tabcontr.cxx | 132 	if (rMEvt.IsLeft()  in MouseButtonDown()156 	else if (rMEvt.IsLeft() && rMEvt.IsMod1() && !rMEvt.IsMod2() && !rMEvt.IsShift())  in MouseButtonDown()
 166     if (rMEvt.IsRight() && ! rMEvt.IsLeft())  in MouseButtonDown()
 
 | 
| /aoo41x/main/sd/source/ui/func/ | 
| H A D | fuconstr.cxx | 104 	if (rMEvt.IsLeft() && mpView->IsExtendedMouseEventDispatcherEnabled())  in MouseButtonDown()216 		else if (rMEvt.IsLeft() && !rMEvt.IsShift() && !rMEvt.IsMod1() && !rMEvt.IsMod2() &&  in MouseButtonUp()
 247 	if (nClicks == 2 && rMEvt.IsLeft() && bMBDown &&  in MouseButtonUp()
 
 | 
| H A D | fuconuno.cxx | 109 	if ( rMEvt.IsLeft() && !mpView->IsAction() )  in MouseButtonDown()139 	if ( mpView->IsCreateObj() && rMEvt.IsLeft() )  in MouseButtonUp()
 
 | 
| H A D | fuconarc.cxx | 128 	if ( rMEvt.IsLeft() && !mpView->IsAction() )  in MouseButtonDown()173 	if ( mpView->IsCreateObj() && rMEvt.IsLeft() )  in MouseButtonUp()
 
 | 
| H A D | fuconcs.cxx | 136 	if ( rMEvt.IsLeft() && !mpView->IsAction() )  in MouseButtonDown()186 	if(mpView->IsCreateObj() && rMEvt.IsLeft())  in MouseButtonUp()
 
 | 
| H A D | fucon3d.cxx | 329 	if ( rMEvt.IsLeft() && !mpView->IsAction() )  in MouseButtonDown()386 	if ( mpView->IsCreateObj() && rMEvt.IsLeft() )  in MouseButtonUp()
 
 | 
| /aoo41x/main/sw/source/core/text/ | 
| H A D | porfld.cxx | 100       bLeft( rFld.IsLeft() ),  in SwFldPortion()560 	return new SwNumberPortion( rExpand, pNewFnt, IsLeft(), IsCenter(),  in Clone()
 732 			if( ( IsLeft() && ! rInf.GetTxtFrm()->IsRightToLeft() ) ||  in Paint()
 733                 ( ! IsLeft() && ! IsCenter() && rInf.GetTxtFrm()->IsRightToLeft() ) )  in Paint()
 950                               ( IsLeft() && ! rInf.GetTxtFrm()->IsRightToLeft() ) ||  in Paint()
 951                               ( ! IsLeft() && ! IsCenter() && rInf.GetTxtFrm()->IsRightToLeft() );  in Paint()
 
 | 
| /aoo41x/main/sfx2/source/sidebar/ | 
| H A D | MenuButton.cxx | 112     if (rMouseEvent.IsLeft())  in MouseButtonDown()128     if (rMouseEvent.IsLeft())  in MouseButtonUp()
 
 | 
| H A D | TabItem.cxx | 115     if (rMouseEvent.IsLeft())  in MouseButtonDown()131     if (rMouseEvent.IsLeft())  in MouseButtonUp()
 
 | 
| H A D | PanelTitleBar.cxx | 205     if (rMouseEvent.IsLeft())  in MouseButtonDown()220     if (rMouseEvent.IsLeft())  in MouseButtonUp()
 
 | 
| /aoo41x/main/sc/source/ui/view/ | 
| H A D | preview.cxx | 940     if( rMEvt.IsLeft() && GetPointer() == POINTER_HSIZEBAR )  in MouseButtonDown()957     if( rMEvt.IsLeft() && GetPointer() == POINTER_VSIZEBAR )  in MouseButtonDown()
 986     if( rMEvt.IsLeft() && GetPointer() == POINTER_HSPLIT )  in MouseButtonDown()
 1023         if( rMEvt.IsLeft() && GetPointer() == POINTER_HSIZEBAR )  in MouseButtonUp()
 1105         if( rMEvt.IsLeft() && GetPointer() == POINTER_VSIZEBAR )  in MouseButtonUp()
 1206         if( rMEvt.IsLeft() && GetPointer() == POINTER_HSPLIT )  in MouseButtonUp()
 
 | 
| /aoo41x/main/svx/source/dialog/ | 
| H A D | charmap.cxx | 130     if ( rMEvt.IsLeft() )  in MouseButtonDown()152     if ( bDrag && rMEvt.IsLeft() )  in MouseButtonUp()
 166     if ( rMEvt.IsLeft() && bDrag )  in MouseMove()
 
 | 
| H A D | dialcontrol.cxx | 309     if( rMEvt.IsLeft() )  in MouseButtonDown()321     if( IsMouseCaptured() && rMEvt.IsLeft() )  in MouseMove()
 
 | 
| /aoo41x/main/svx/source/tbxctrls/ | 
| H A D | colrctrl.cxx | 136 	if( rMEvt.IsLeft() )  in MouseButtonDown()164 	if( rMEvt.IsLeft() )  in MouseButtonUp()
 
 | 
| /aoo41x/main/cui/source/dialogs/ | 
| H A D | colorpicker.cxx | 642     if( rMEvt.IsLeft() )  in MouseMove()652     if( rMEvt.IsLeft() && !rMEvt.IsShift() )  in MouseButtonDown()
 951     if( rMEvt.IsLeft() )  in MouseMove()
 961     if( rMEvt.IsLeft() && !rMEvt.IsShift() )  in MouseButtonDown()
 
 | 
| /aoo41x/main/sw/source/ui/ribbar/ | 
| H A D | drawbase.cxx | 119     if (rMEvt.IsLeft() && !m_pWin->IsDrawAction())  in MouseButtonDown()382 				 && rMEvt.IsLeft())  in MouseButtonUp()
 
 | 
| /aoo41x/main/soldep/source/ | 
| H A D | tbox.cxx | 228 		if ( rEvent.IsLeft() && aRect.IsInside( rEvent.GetPosPixel()))  in MouseButtonDown()290 		if ( rEvent.IsLeft() && aRect.IsInside( rEvent.GetPosPixel()))  in MouseButtonUp()
 
 |