Searched refs:bWasSnapEnabled (Results 1 – 7 of 7) sorted by relevance
302 sal_Bool bWasSnapEnabled = pView->IsSnapEnabled(); in KeyInput() local307 if ( bWasSnapEnabled ) in KeyInput()316 if ( bWasSnapEnabled ) in KeyInput()317 pView->SetSnapEnabled( bWasSnapEnabled ); in KeyInput()
616 sal_Bool bWasSnapEnabled = pView->IsSnapEnabled(); in KeyInput() local621 if(bWasSnapEnabled) in KeyInput()630 if(bWasSnapEnabled) in KeyInput()631 pView->SetSnapEnabled(bWasSnapEnabled); in KeyInput()
592 sal_Bool bWasSnapEnabled = pView->IsSnapEnabled(); in KeyInput() local597 if(bWasSnapEnabled) in KeyInput()606 if(bWasSnapEnabled) in KeyInput()607 pView->SetSnapEnabled(bWasSnapEnabled); in KeyInput()
820 sal_Bool bWasSnapEnabled = mpView->IsSnapEnabled(); in IMPL_LINK_INLINE_END() local825 if(bWasSnapEnabled) in IMPL_LINK_INLINE_END()834 if(bWasSnapEnabled) in IMPL_LINK_INLINE_END()835 mpView->SetSnapEnabled(bWasSnapEnabled); in IMPL_LINK_INLINE_END()
798 sal_Bool bWasSnapEnabled = mrView.IsSnapEnabled(); in OnMove() local803 if(bWasSnapEnabled) in OnMove()812 if(bWasSnapEnabled) in OnMove()813 mrView.SetSnapEnabled(bWasSnapEnabled); in OnMove()
1751 const sal_Bool bWasSnapEnabled = rView.IsSnapEnabled(); in handleKey() local1756 if ( bWasSnapEnabled ) in handleKey()1796 if ( bWasSnapEnabled ) in handleKey()1797 rView.SetSnapEnabled( bWasSnapEnabled ); in handleKey()
1256 sal_Bool bWasSnapEnabled = pSdrView->IsSnapEnabled(); in ChangeDrawing() local1261 if(bWasSnapEnabled) in ChangeDrawing()1271 if(bWasSnapEnabled) in ChangeDrawing()1272 pSdrView->SetSnapEnabled(bWasSnapEnabled); in ChangeDrawing()
Completed in 47 milliseconds