Searched refs:mxSelectionController (Results 1 – 4 of 4) sorted by relevance
768 if( mxSelectionController.is() ) in SdrBeginTextEdit()769 mxSelectionController->onSelectionHasChanged(); in SdrBeginTextEdit()1564 if( mxSelectionController.is() ) in GetAttributes()1565 if( mxSelectionController->GetAttributes( rTargetSet, bOnlyHardAttr ) ) in GetAttributes()1615 if( mxSelectionController.is() ) in SetAttributes()1616 bRet=mxSelectionController->SetAttributes(*pSet,bReplaceAll ); in SetAttributes()1657 if( mxSelectionController.is() ) in SetAttributes()1658 bRet=mxSelectionController->SetAttributes(*pSet,bReplaceAll ); in SetAttributes()1708 if( mxSelectionController.is() ) in SetAttributes()1709 bRet=mxSelectionController->SetAttributes(aSet,bReplaceAll ); in SetAttributes()[all …]
310 if( mxSelectionController.is() && mxSelectionController->PasteObjModel( rMod ) ) in Paste()826 if( !mxSelectionController.is() || !mxSelectionController->GetMarkedObjModel( pNeuPag ) ) in GetMarkedObjModel()
1520 if( mxSelectionController.is() && mxSelectionController->DeleteMarked() ) in DeleteMarked()
114 rtl::Reference< sdr::SelectionController > mxSelectionController; member in SdrObjEditView298 …erence< sdr::SelectionController > getSelectionController() const { return mxSelectionController; } in getSelectionController()