Home
last modified time | relevance | path

Searched refs:pSizeBox (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/cui/source/tabpages/
H A Dchardlg.cxx942 FontSizeBox* pSizeBox = NULL; in FillSizeBox_Impl() local
947 pSizeBox = m_pWestFontSizeLB; in FillSizeBox_Impl()
952 pSizeBox = m_pEastFontSizeLB; in FillSizeBox_Impl()
957 pSizeBox = m_pCTLFontSizeLB; in FillSizeBox_Impl()
965 pSizeBox->Fill( &_aFontInfo, pFontList ); in FillSizeBox_Impl()
977 FontSizeBox* pSizeBox = NULL; in Reset_Impl() local
990 pSizeBox = m_pWestFontSizeLB; in Reset_Impl()
1002 pSizeBox = m_pEastFontSizeLB; in Reset_Impl()
1014 pSizeBox = m_pCTLFontSizeLB; in Reset_Impl()
1109 if ( pSizeBox->IsRelativeMode() ) in Reset_Impl()
[all …]
/AOO41X/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx547 IMPL_LINK( TextPropertyPanel, FontSizeModifyHdl, FontSizeBox*, pSizeBox ) in IMPL_LINK() argument
549 if (pSizeBox == &maFontSizeBox) in IMPL_LINK()
551 long nSize = pSizeBox->GetValue(); in IMPL_LINK()
564 IMPL_LINK( TextPropertyPanel, FontSizeSelHdl, FontSizeBox*, pSizeBox ) in IMPL_LINK() argument
566 if ( !pSizeBox->IsTravelSelect() ) in IMPL_LINK()
580 IMPL_LINK(TextPropertyPanel, FontSizeLoseFocus, FontSizeBox*, pSizeBox) in IMPL_LINK() argument
582 if(pSizeBox == &maFontSizeBox) in IMPL_LINK()