Searched refs:SetPickThrough (Results 1 – 4 of 4) sorted by relevance
620 if( pValues[5].hasValue() ) SetPickThrough( *(sal_Bool*) pValues[ 5 ].getValue() ); in ReadData()777 maOptionsMisc.SetPickThrough( (sal_Bool)pView->GetModel()->IsPickThroughTransparentTextFrames() ); in SdOptionsMiscItem()792 maOptionsMisc.SetPickThrough( pOpts->IsPickThrough() ); in SdOptionsMiscItem()831 pOpts->SetPickThrough( maOptionsMisc.IsPickThrough() ); in SetOptions()
217 pOptions->SetPickThrough( in ExecOptionsBar()
441 aOptsItem.GetOptionsMisc().SetPickThrough( aCbxPickThrough.IsChecked() ); in FillItemSet()
353 …void SetPickThrough( sal_Bool bOn = sal_True ) { if( bPickThrough != bOn ) { OptionsChanged(); bPi… in SetPickThrough() function in SdOptionsMisc
Completed in 42 milliseconds