Home
last modified time | relevance | path

Searched refs:pSelectedObj (Results 1 – 9 of 9) sorted by path

/trunk/main/chart2/source/controller/main/
H A DChartController_Tools.cxx548 SdrObject* pSelectedObj = 0; in executeDispatch_Copy() local
554pSelectedObj = m_pDrawModelWrapper->getNamedSdrObject( aSelOID.getObjectCID() ); in executeDispatch_Copy()
558pSelectedObj = DrawViewWrapper::getSdrObject( aSelOID.getAdditionalShape() ); in executeDispatch_Copy()
560 if ( pSelectedObj ) in executeDispatch_Copy()
563 … &m_pDrawModelWrapper->getSdrModel(), pSelectedObj, aSelOID.isAdditionalShape() ) ); in executeDispatch_Copy()
H A DChartTransferable.cxx53 ChartTransferable::ChartTransferable( SdrModel* pDrawModel, SdrObject* pSelectedObj, bool bDrawing ) in ChartTransferable() argument
59 if( pSelectedObj ) in ChartTransferable()
60 pExchgView->MarkObj( pSelectedObj, pPv ); in ChartTransferable()
H A DChartTransferable.hxx43 …explicit ChartTransferable( SdrModel* pDrawModel, SdrObject* pSelectedObj, bool bDrawing = false );
H A DElementSelector.cxx153 … SdrObject* pSelectedObj = DrawViewWrapper::getSdrObject( aSelectedOID.getAdditionalShape() ); in UpdateChartElementsListAndSelection() local
154 ::rtl::OUString aName( pSelectedObj ? pSelectedObj->GetName() : String() ); in UpdateChartElementsListAndSelection()
H A DSelectionHelper.cxx489 SelectionHelper::SelectionHelper( SdrObject* pSelectedObj ) in SelectionHelper() argument
490 : m_pSelectedObj( pSelectedObj ) in SelectionHelper()
H A DSelectionHelper.hxx116 SelectionHelper( SdrObject* pSelectedObj );
H A DShapeController.cxx281 pSelectedObj, bHasMarked ) ); in executeDispatch_FormatLine()
391 if ( pSelectedObj && pSelectedObj->GetObjIdentifier() == OBJ_CAPTION ) in executeDispatch_TransformDialog()
447 if ( pSelectedObj ) in executeDispatch_ObjectTitleDescription()
449 String aTitle( pSelectedObj->GetTitle() ); in executeDispatch_ObjectTitleDescription()
460 pSelectedObj->SetTitle( aTitle ); in executeDispatch_ObjectTitleDescription()
478 if ( pSelectedObj ) in executeDispatch_RenameObject()
480 String aName( pSelectedObj->GetName() ); in executeDispatch_RenameObject()
490 if ( aName != pSelectedObj->GetName() ) in executeDispatch_RenameObject()
492 pSelectedObj->SetName( aName ); in executeDispatch_RenameObject()
701 if ( pSelectedObj && pFirstObj && pSelectedObj != pFirstObj ) in isBackwardPossible()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfutext.cxx989 SdrObject* pSelectedObj = 0L; in KeyInput() local
994 pSelectedObj = pMark->GetMarkedSdrObj(); in KeyInput()
997 if(mxTextObj.get() != pSelectedObj) in KeyInput()
/trunk/main/sd/source/ui/inc/
H A DView.hxx150 SdrObject* pSelectedObj, ImageMap* pImageMap );

Completed in 43 milliseconds