Searched refs:SetMoveOutline (Results 1 – 3 of 3) sorted by relevance
282 if( pValues[2].hasValue() ) SetMoveOutline( *(sal_Bool*) pValues[ 2 ].getValue() ); in ReadData()333 maOptionsLayout.SetMoveOutline( !pView->IsNoDragXorPolys() ); in SdOptionsLayoutItem()341 maOptionsLayout.SetMoveOutline( pOpts->IsMoveOutline() ); in SdOptionsLayoutItem()372 pOpts->SetMoveOutline( maOptionsLayout.IsMoveOutline() ); in SetOptions()
192 aOptsItem.GetOptionsLayout().SetMoveOutline( aCbxMoveOutline.IsChecked() ); in FillItemSet()
173 …void SetMoveOutline( sal_Bool bOn = sal_True ) { if( bMoveOutline != bOn ) { OptionsChanged(); bMo… in SetMoveOutline() function in SdOptionsLayout
Completed in 24 milliseconds