Searched refs:SetBigOrtho (Results 1 – 8 of 8) sorted by relevance
919 if( pValues[5].hasValue() ) SetBigOrtho( *(sal_Bool*) pValues[ 5 ].getValue() ); in ReadData()969 maOptionsSnap.SetBigOrtho( pView->IsBigOrtho() ); in SdOptionsSnapItem()982 maOptionsSnap.SetBigOrtho( pOpts->IsBigOrtho() ); in SdOptionsSnapItem()1018 pOpts->SetBigOrtho( maOptionsSnap.IsBigOrtho() ); in SetOptions()
247 mpDrawView->SetBigOrtho( pView->IsBigOrtho() ); in ReadFrameViewData()382 mpFrameView->SetBigOrtho( mpDrawView->IsBigOrtho() ); in WriteFrameViewData()
177 SetBigOrtho( pFrameView->IsBigOrtho() ); in FrameView()347 SetBigOrtho( pOptions->IsBigOrtho() ); in Update()
255 void SetBigOrtho(sal_Bool bOn) { bBigOrtho=bOn; } in SetBigOrtho() function in SdrSnapView
314 pView->SetBigOrtho( pFrameView->IsBigOrtho() ); in GetPagePreviewBitmap()
109 aOptsItem.GetOptionsSnap().SetBigOrtho( aCbxBigOrtho.IsChecked() ); in FillItemSet()
452 …void SetBigOrtho( sal_Bool bOn = sal_True ) { if( bBigOrtho != bOn ) { OptionsChanged(); bBigOrtho… in SetBigOrtho() function in SdOptionsSnap
812 SetBigOrtho(MODKEY_BigOrtho); in DoMouseEvent()
Completed in 55 milliseconds