Lines Matching refs:mxSelectionController
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()
1760 if( mxSelectionController.is() ) in GetStyleSheet()
1762 if( mxSelectionController->GetStyleSheet( pSheet ) ) in GetStyleSheet()
1779 if( mxSelectionController.is() ) in SetStyleSheet()
1781 if( mxSelectionController->SetStyleSheet( pStyleSheet, bDontRemoveHardAttr ) ) in SetStyleSheet()
1991 if( mxSelectionController.is() ) in MarkListHasChanged()
1993 mxLastSelectionController = mxSelectionController; in MarkListHasChanged()
1994 mxSelectionController->onSelectionHasChanged(); in MarkListHasChanged()
1997 mxSelectionController.clear(); in MarkListHasChanged()
2006 …mxSelectionController = sdr::table::CreateTableController( this, pObj, mxLastSelectionController ); in MarkListHasChanged()
2007 if( mxSelectionController.is() ) in MarkListHasChanged()
2010 mxSelectionController->onSelectionHasChanged(); in MarkListHasChanged()
2137 if( mxSelectionController.is() && mxSelectionController->TakeFormatPaintBrush(rFormatSet) ) in TakeFormatPaintBrush()
2222 …if( !mxSelectionController.is() || !mxSelectionController->ApplyFormatPaintBrush( rFormatSet, bNoC… in ApplyFormatPaintBrush()