Lines Matching refs:IsChecked

757 …  if(m_aHoriMirrorCB.IsEnabled() && m_aHoriMirrorCB.IsChecked() != m_aHoriMirrorCB.GetSavedValue())  in FillItemSet()
758 …odified |= 0 != rSet.Put(SfxBoolItem(SID_ATTR_TRANSFORM_HORI_MIRROR, m_aHoriMirrorCB.IsChecked())); in FillItemSet()
795 if(m_aFollowCB.IsChecked() != m_aFollowCB.GetSavedValue()) in FillItemSet()
802 pFollow->SetValue(m_aFollowCB.IsChecked()); in FillItemSet()
936 m_aHoriMirrorCB.Enable(!m_aAsCharRB.IsChecked() && !m_bIsMultiSelection); in Reset()
939 m_aFollowCB.Enable( m_aToParaRB.IsChecked() || in Reset()
940 m_aToCharRB.IsChecked() ); in Reset()
1030 if(m_aToPageRB.IsChecked()) in GetAnchorType()
1035 else if(m_aToParaRB.IsChecked()) in GetAnchorType()
1040 else if(m_aToCharRB.IsChecked()) in GetAnchorType()
1045 else if(m_aAsCharRB.IsChecked()) in GetAnchorType()
1050 else if(m_aToFrameRB.IsChecked()) in GetAnchorType()
1059 *pbHasChanged = pCheckedButton->IsChecked() != pCheckedButton->GetSavedValue(); in GetAnchorType()
1077 aVal.bMirror = m_aHoriMirrorCB.IsChecked(); in IMPL_LINK()
1079 aVal.bFollowTextFlow = m_aFollowCB.IsChecked(); in IMPL_LINK()
1156 m_aHoriMirrorCB.Enable(!m_aAsCharRB.IsChecked() && !m_bIsMultiSelection); in IMPL_LINK()
1160 m_aFollowCB.Enable( m_aToParaRB.IsChecked() || m_aToCharRB.IsChecked() ); in IMPL_LINK()
1359 if ( m_aKeepRatioCB.IsChecked() ) in IMPL_LINK()
1381 m_aSizeCB.Enable(m_aPositionCB.IsEnabled() && !m_aPositionCB.IsChecked()); in IMPL_LINK()
1729 ( m_aHoriMirrorCB.IsChecked() in FillRelLB()
1732 m_aHoriMirrorCB.IsChecked() ); in FillRelLB()
1747 …SvxSwFramePosString::StringId sStrId1 = m_aHoriMirrorCB.IsChecked() ? aRelationMap[nRelPos].eMirro… in FillRelLB()
1832 …SvxSwFramePosString::StringId eStrId = m_aHoriMirrorCB.IsChecked() ? _pMap[i].eMirrorStrId : _pMap… in FillPosLB()