Searched refs:pSelectedObj (Results 1 – 9 of 9) sorted by relevance
281 pSelectedObj, bHasMarked ) ); in executeDispatch_FormatLine()392 if ( pSelectedObj && pSelectedObj->GetObjIdentifier() == OBJ_CAPTION ) in executeDispatch_TransformDialog()448 if ( pSelectedObj ) in executeDispatch_ObjectTitleDescription()450 String aTitle( pSelectedObj->GetTitle() ); in executeDispatch_ObjectTitleDescription()461 pSelectedObj->SetTitle( aTitle ); in executeDispatch_ObjectTitleDescription()479 if ( pSelectedObj ) in executeDispatch_RenameObject()481 String aName( pSelectedObj->GetName() ); in executeDispatch_RenameObject()491 if ( aName != pSelectedObj->GetName() ) in executeDispatch_RenameObject()493 pSelectedObj->SetName( aName ); in executeDispatch_RenameObject()702 if ( pSelectedObj && pFirstObj && pSelectedObj != pFirstObj ) in isBackwardPossible()[all …]
53 ChartTransferable::ChartTransferable( SdrModel* pDrawModel, SdrObject* pSelectedObj, bool bDrawing ) in ChartTransferable() argument59 if( pSelectedObj ) in ChartTransferable()60 pExchgView->MarkObj( pSelectedObj, pPv ); in ChartTransferable()
548 SdrObject* pSelectedObj = 0; in executeDispatch_Copy() local554 … pSelectedObj = m_pDrawModelWrapper->getNamedSdrObject( aSelOID.getObjectCID() ); in executeDispatch_Copy()558 … pSelectedObj = DrawViewWrapper::getSdrObject( aSelOID.getAdditionalShape() ); in executeDispatch_Copy()560 if ( pSelectedObj ) in executeDispatch_Copy()563 … &m_pDrawModelWrapper->getSdrModel(), pSelectedObj, aSelOID.isAdditionalShape() ) ); in executeDispatch_Copy()
153 … SdrObject* pSelectedObj = DrawViewWrapper::getSdrObject( aSelectedOID.getAdditionalShape() ); in UpdateChartElementsListAndSelection() local154 ::rtl::OUString aName( pSelectedObj ? pSelectedObj->GetName() : String() ); in UpdateChartElementsListAndSelection()
489 SelectionHelper::SelectionHelper( SdrObject* pSelectedObj ) in SelectionHelper() argument490 : m_pSelectedObj( pSelectedObj ) in SelectionHelper()
43 …explicit ChartTransferable( SdrModel* pDrawModel, SdrObject* pSelectedObj, bool bDrawing = false );
116 SelectionHelper( SdrObject* pSelectedObj );
989 SdrObject* pSelectedObj = 0L; in KeyInput() local994 pSelectedObj = pMark->GetMarkedSdrObj(); in KeyInput()997 if(mxTextObj.get() != pSelectedObj) in KeyInput()
150 SdrObject* pSelectedObj, ImageMap* pImageMap );
Completed in 43 milliseconds