Lines Matching refs:pLb
1273 IMPL_LINK( SvxNumberFormatTabPage, DoubleClickHdl_Impl, SvxFontListBox*, pLb ) in IMPL_LINK() argument
1275 if ( pLb == &aLbFormat ) in IMPL_LINK()
1277 SelFormatHdl_Impl( pLb ); in IMPL_LINK()
1311 IMPL_LINK( SvxNumberFormatTabPage, SelFormatHdl_Impl, void *, pLb ) in IMPL_LINK() argument
1313 if ( (CheckBox*)pLb == &aCbSourceFormat ) in IMPL_LINK()
1330 pLb = &aLbCategory; // continue with the current category selected in IMPL_LINK()
1332 pLb = &aLbFormat; // continue with the current format selected in IMPL_LINK()
1348 if(nTmpCatPos==CAT_CURRENCY && (ListBox *)pLb == &aLbCurrency ) in IMPL_LINK()
1356 if ( (SvxFontListBox *)pLb == &aLbFormat ) in IMPL_LINK()
1409 if ( pLb == &aLbCategory || pLb == &aLbCurrency) in IMPL_LINK()
1422 if ( pLb == &aLbLanguage ) in IMPL_LINK()