Lines Matching refs:GetSelectEntryPos

1436 	sal_uInt16 nLangPos = pLangBox->GetSelectEntryPos();  in FillItemSet_Impl()
1873 sal_uInt16 nPos = m_aUnderlineLB.GetSelectEntryPos(); in UpdatePreview_Impl()
1875 nPos = m_aOverlineLB.GetSelectEntryPos(); in UpdatePreview_Impl()
1877 nPos = m_aStrikeoutLB.GetSelectEntryPos(); in UpdatePreview_Impl()
1891 nPos = m_aPositionLB.GetSelectEntryPos(); in UpdatePreview_Impl()
1893 FontEmphasisMark eMark = (FontEmphasisMark)m_aEmphasisLB.GetSelectEntryPos(); in UpdatePreview_Impl()
1899 sal_uInt16 nRelief = m_aReliefLB.GetSelectEntryPos(); in UpdatePreview_Impl()
1915 sal_uInt16 nCapsPos = m_aEffects2LB.GetSelectEntryPos(); in UpdatePreview_Impl()
2036 if ( bChanged && m_aFontColorLB.GetSelectEntryPos() != LISTBOX_ENTRY_NOTFOUND ) in FillItemSetColor_Impl()
2053 sal_uInt16 nEPos = m_aEmphasisLB.GetSelectEntryPos(); in IMPL_LINK()
2060 sal_Bool bEnable = ( pBox->GetSelectEntryPos() == 0 ); in IMPL_LINK()
2066 sal_uInt16 nUPos = m_aUnderlineLB.GetSelectEntryPos(), in IMPL_LINK()
2067 nOPos = m_aOverlineLB.GetSelectEntryPos(), in IMPL_LINK()
2068 nSPos = m_aStrikeoutLB.GetSelectEntryPos(); in IMPL_LINK()
2085 bool bEnable = ( ( m_aUnderlineLB.GetSelectEntryPos() > 0 ) || in IMPL_LINK()
2086 ( m_aOverlineLB.GetSelectEntryPos() > 0 ) || in IMPL_LINK()
2087 ( m_aStrikeoutLB.GetSelectEntryPos() > 0 ) ); in IMPL_LINK()
2613 sal_uInt16 nPos = m_aUnderlineLB.GetSelectEntryPos(); in FillItemSet()
2647 nPos = m_aOverlineLB.GetSelectEntryPos(); in FillItemSet()
2681 nPos = m_aStrikeoutLB.GetSelectEntryPos(); in FillItemSet()
2737 sal_uInt16 nMarkPos = m_aEmphasisLB.GetSelectEntryPos(); in FillItemSet()
2738 sal_uInt16 nPosPos = m_aPositionLB.GetSelectEntryPos(); in FillItemSet()
2775 sal_uInt16 nCapsPos = m_aEffects2LB.GetSelectEntryPos(); in FillItemSet()
2808 if(m_aReliefLB.GetSelectEntryPos() != m_aReliefLB.GetSavedValue()) in FillItemSet()
2811 SvxCharReliefItem aRelief((FontRelief)m_aReliefLB.GetSelectEntryPos(), nWhich); in FillItemSet()
3191 if ( m_aKerningLB.GetSelectEntryPos() > 0 ) in IMPL_LINK()
3196 if ( m_aKerningLB.GetSelectEntryPos() == 2 ) in IMPL_LINK()
3231 if ( m_aKerningLB.GetSelectEntryPos() == 2 ) in IMPL_LINK()
3298 if ( m_aKerningLB.GetSelectEntryPos() == 2 ) in ActivatePage()
3637 sal_uInt16 nPos = m_aKerningLB.GetSelectEntryPos(); in FillItemSet()
3878 sal_uInt16 nPos = pBox->GetSelectEntryPos(); in IMPL_LINK()
3956 sal_Unicode cStart = ( bOn && m_aStartBracketLB.GetSelectEntryPos() > 0 ) in FillItemSet()
3958 sal_Unicode cEnd = ( bOn && m_aEndBracketLB.GetSelectEntryPos() > 0 ) in FillItemSet()
3984 sal_Unicode cStart = m_aStartBracketLB.GetSelectEntryPos() > 0 in UpdatePreview_Impl()
3986 sal_Unicode cEnd = m_aEndBracketLB.GetSelectEntryPos() > 0 in UpdatePreview_Impl()