Home
last modified time | relevance | path

Searched refs:SelectionHelper (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/chart2/source/controller/main/
H A DSelectionHelper.cxx67 SelectionHelper aSelectionHelper( pObjectToSelect ); in impl_selectObject()
211 if ( SelectionHelper::findNamedParent( pNewObj, m_aSelectedOID, true ) ) in adaptSelectionToNewPos()
229 if ( !SelectionHelper::findNamedParent( pNewObj, m_aSelectedOID, false ) ) in adaptSelectionToNewPos()
333 return SelectionHelper::isRotateableObject( m_aSelectedOID.getObjectCID(), xChartModel ); in isRotateableObjectSelected()
350 bool SelectionHelper::findNamedParent( SdrObject*& pInOutObject in findNamedParent()
383 bool SelectionHelper::findNamedParent( SdrObject*& pInOutObject in findNamedParent()
396 bool SelectionHelper::isDragableObjectHitTwice( const Point& rMPos in isDragableObjectHitTwice()
411 ::rtl::OUString SelectionHelper::getHitObjectCID( in getHitObjectCID()
476 bool SelectionHelper::isRotateableObject( const ::rtl::OUString& rCID in isRotateableObject()
489 SelectionHelper::SelectionHelper( SdrObject* pSelectedObj ) in SelectionHelper() function in chart::SelectionHelper
[all …]
H A DSelectionHelper.hxx91 class SelectionHelper : public MarkHandleProvider class
116 SelectionHelper( SdrObject* pSelectedObj );
117 virtual ~SelectionHelper();
H A DChartController_Window.cxx716 …E3dScene* pScene = SelectionHelper::getSceneToRotate( pDrawViewWrapper->getNamedSdrObject( m_aSele… in execute_MouseButtonDown()
901 …bool bClickedTwiceOnDragableObject = SelectionHelper::isDragableObjectHitTwice( aMPos, m_aSelectio… in execute_MouseButtonUp()
1384 …if ( m_eDragMode == SDRDRAG_ROTATE && !SelectionHelper::isRotateableObject( aNewOID.getObjectCID()… in execute_KeyInput()
1622 aCID = SelectionHelper::getHitObjectCID( in requestQuickHelp()
2018 SelectionHelper::getHitObjectCID( in impl_SetMousePointer()
2038 && SelectionHelper::isRotateableObject( aHitObjectCID in impl_SetMousePointer()
H A Dmakefile.mk42 $(SLO)$/SelectionHelper.obj \
H A DDragMethod_RotateDiagram.cxx78 … m_pScene = SelectionHelper::getSceneToRotate( rDrawViewWrapper.getNamedSdrObject( rObjectCID ) ); in DragMethod_RotateDiagram()