Lines Matching refs:m_aSelection
583 if( !m_bWaitingForMouseUp && m_aSelection.maybeSwitchSelectionAfterSingleClickWasEnsured() ) in IMPL_LINK()
613 m_aSelection.remindSelectionBeforeMouseDown(); in execute_MouseButtonDown()
656 if( m_aSelection.isResizeableObjectSelected() ) in execute_MouseButtonDown()
663 … ( !pDrawViewWrapper->IsMarkedHit( aMPos ) || !m_aSelection.isDragableObjectSelected() ) ) in execute_MouseButtonDown()
665 if ( m_aSelection.hasSelection() ) in execute_MouseButtonDown()
667 m_aSelection.clearSelection(); in execute_MouseButtonDown()
694 m_aSelection.adaptSelectionToNewPos( aMPos, pDrawViewWrapper in execute_MouseButtonDown()
697 if( !m_aSelection.isRotateableObjectSelected( getModel() ) ) in execute_MouseButtonDown()
703 m_aSelection.applySelection(pDrawViewWrapper); in execute_MouseButtonDown()
705 if( m_aSelection.isDragableObjectSelected() in execute_MouseButtonDown()
716 …lectionHelper::getSceneToRotate( pDrawViewWrapper->getNamedSdrObject( m_aSelection.getSelectedCID(… in execute_MouseButtonDown()
730 …pDragMethod = new DragMethod_RotateDiagram( *pDrawViewWrapper, m_aSelection.getSelectedCID(), getM… in execute_MouseButtonDown()
735 …g aDragMethodServiceName( ObjectIdentifier::getDragMethodServiceName( m_aSelection.getSelectedCID(… in execute_MouseButtonDown()
737 …pDragMethod = new DragMethod_PieSegment( *pDrawViewWrapper, m_aSelection.getSelectedCID(), getMode… in execute_MouseButtonDown()
818 m_aSelection.setSelection( xShape ); in execute_MouseButtonUp()
819 m_aSelection.applySelection( pDrawViewWrapper ); in execute_MouseButtonUp()
826 …m_aSelection.adaptSelectionToNewPos( aMPos, pDrawViewWrapper, rMEvt.IsRight(), m_bWaitingForDouble… in execute_MouseButtonUp()
827 m_aSelection.applySelection( pDrawViewWrapper ); in execute_MouseButtonUp()
866 if( !bIsMoveOnly && m_aSelection.isResizeableObjectSelected() ) in execute_MouseButtonUp()
869 … ObjectType eObjectType = ObjectIdentifier::getObjectType( m_aSelection.getSelectedCID() ); in execute_MouseButtonUp()
879 … bool bMoved = PositionAndSizeHelper::moveObject( m_aSelection.getSelectedCID() in execute_MouseButtonUp()
901 …eOnDragableObject = SelectionHelper::isDragableObjectHitTwice( aMPos, m_aSelection.getSelectedCID(… in execute_MouseButtonUp()
902 bool bIsRotateable = m_aSelection.isRotateableObjectSelected( getModel() ); in execute_MouseButtonUp()
912 … if( !m_bWaitingForDoubleClick && m_aSelection.maybeSwitchSelectionAfterSingleClickWasEnsured() ) in execute_MouseButtonUp()
918 m_aSelection.resetPossibleSelectionAfterSingleClickWasEnsured(); in execute_MouseButtonUp()
929 if( m_aSelection.isSelectionDifferentFromBeforeMouseDown() ) in execute_MouseButtonUp()
942 if ( m_aSelection.hasSelection() ) in execute_DoubleClick()
944 ::rtl::OUString aCID( m_aSelection.getSelectedCID() ); in execute_DoubleClick()
956 … SdrObject* pObj = DrawViewWrapper::getSdrObject( m_aSelection.getSelectedAdditionalShape() ); in execute_DoubleClick()
1019 if( m_aSelection.isSelectionDifferentFromBeforeMouseDown() ) in execute_Command()
1046 … ObjectType eObjectType = ObjectIdentifier::getObjectType( m_aSelection.getSelectedCID() ); in execute_Command()
1049 … OUString aFormatCommand( lcl_getFormatCommandForObjectCID( m_aSelection.getSelectedCID() ) ); in execute_Command()
1057 …rence< XDataSeries > xSeries = ObjectIdentifier::getDataSeriesForCID( m_aSelection.getSelectedCID(… in execute_Command()
1069 … nPointIndex = ObjectIdentifier::getIndexFromParticleOrCID( m_aSelection.getSelectedCID() ); in execute_Command()
1221 …Reference< XAxis > xAxis = ObjectIdentifier::getAxisForCID( m_aSelection.getSelectedCID(), getMode… in execute_Command()
1368 ObjectType eObjectType = ObjectIdentifier::getObjectType( m_aSelection.getSelectedCID() ); in execute_KeyInput()
1373 …ObjectKeyNavigation aObjNav( m_aSelection.getSelectedOID(), xChartDoc, ExplicitValueProvider::getE… in execute_KeyInput()
1398 ObjectIdentifier::getDragMethodServiceName( m_aSelection.getSelectedCID() ).equals( in execute_KeyInput()
1416 …rtl::OUString aParameter( ObjectIdentifier::getDragParameterString( m_aSelection.getSelectedCID() … in execute_KeyInput()
1438 bReturn = impl_DragDataPoint( m_aSelection.getSelectedCID(), fAmount ); in execute_KeyInput()
1469 … m_aSelection.getSelectedCID(), CENTERED_RESIZE_OBJECT, fGrowAmountX, fGrowAmountY ); in execute_KeyInput()
1478 if( m_aSelection.isDragableObjectSelected() ) in execute_KeyInput()
1511 if( !m_aSelection.getSelectedCID().isEmpty() ) in execute_KeyInput()
1515 … m_aSelection.getSelectedCID(), MOVE_OBJECT, fShiftAmountX, fShiftAmountY ); in execute_KeyInput()
1520 … uno::Reference< drawing::XShape > xShape( m_aSelection.getSelectedAdditionalShape() ); in execute_KeyInput()
1657 if ( ( rSelection >>= aNewCID ) && m_aSelection.setSelection( aNewCID ) ) in select()
1665 if ( ( rSelection >>= xShape ) && m_aSelection.setSelection( xShape ) ) in select()
1673 if ( m_aSelection.hasSelection() ) in select()
1675 m_aSelection.clearSelection(); in select()
1702 if ( m_aSelection.hasSelection() ) in getSelection()
1704 ::rtl::OUString aCID( m_aSelection.getSelectedCID() ); in getSelection()
1712 aReturn = uno::makeAny( m_aSelection.getSelectedAdditionalShape() ); in getSelection()
1771 m_aSelection.applySelection( m_pDrawViewWrapper ); in impl_selectObjectAndNotiy()
1922 if( m_aSelection.isResizeableObjectSelected() ) in impl_SetMousePointer()
1932 ObjectIdentifier aOID( m_aSelection.getSelectedOID() ); in impl_SetMousePointer()
1944 if( ! m_aSelection.isResizeableObjectSelected() ) in impl_SetMousePointer()
1970 … ( !m_pDrawViewWrapper->IsMarkedHit( aMousePos ) || !m_aSelection.isDragableObjectSelected() ) ) in impl_SetMousePointer()
2023 if( aHitObjectCID.equals(m_aSelection.getSelectedCID()) ) in impl_SetMousePointer()
2046 … if( !ObjectIdentifier::areSiblings(aHitObjectCID,m_aSelection.getSelectedCID()) in impl_SetMousePointer()
2047 … && !ObjectIdentifier::areIdenticalObjects(aHitObjectCID,m_aSelection.getSelectedCID()) ) in impl_SetMousePointer()