Home
last modified time | relevance | path

Searched refs:pLb (Results 1 – 23 of 23) sorted by relevance

/trunk/main/svx/source/engine3d/
H A Dfloat3d.cxx2570 if( pLb ) in IMPL_LINK()
2571 pLb->Show(); in IMPL_LINK()
2742 pLb->Show(); in IMPL_LINK()
2870 ColorLB* pLb; in IMPL_LINK() local
2890 SelectHdl( pLb ); in IMPL_LINK()
3310 pLb = &aLbLight1; in GetLbByButton()
3312 pLb = &aLbLight2; in GetLbByButton()
3314 pLb = &aLbLight3; in GetLbByButton()
3316 pLb = &aLbLight4; in GetLbByButton()
3318 pLb = &aLbLight5; in GetLbByButton()
[all …]
/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx167 sal_uInt16 nCount = pLb[i]->GetEntryCount(); in ~ScPrintAreasDlg()
169 delete (String*)pLb[i]->GetEntryData(j); in ~ScPrintAreasDlg()
617 if( pLb == &aLbPrintArea ) in IMPL_LINK()
624 else if( pLb == &aLbRepeatCol ) in IMPL_LINK()
626 else if( pLb == &aLbRepeatRow ) in IMPL_LINK()
635 pLb->SelectEntryPos( 0 ); in IMPL_LINK()
647 ListBox* pLb = NULL; in IMPL_LINK() local
655 pLb = &aLbPrintArea; in IMPL_LINK()
660 pLb = &aLbRepeatCol; in IMPL_LINK()
662 pLb = &aLbRepeatRow; in IMPL_LINK()
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dfiltdlg.cxx778 if ( pLb == &aLbConnect1 ) in IMPL_LINK()
790 else if ( pLb == &aLbConnect2 ) in IMPL_LINK()
801 else if ( pLb == &aLbConnect3 ) in IMPL_LINK()
813 else if ( pLb == &aLbConnect4 ) in IMPL_LINK()
825 else if ( pLb == &aLbField1 ) in IMPL_LINK()
875 else if ( pLb == &aLbField2 ) in IMPL_LINK()
920 else if ( pLb == &aLbField3 ) in IMPL_LINK()
959 else if ( pLb == &aLbField4 ) in IMPL_LINK()
983 else if ( pLb == &aLbCond1) in IMPL_LINK()
987 else if ( pLb == &aLbCond2) in IMPL_LINK()
[all …]
H A Dpfiltdlg.cxx479 if ( pLb == &aLbConnect1 ) in IMPL_LINK()
488 else if ( pLb == &aLbConnect2 ) in IMPL_LINK()
497 else if ( pLb == &aLbField1 ) in IMPL_LINK()
529 else if ( pLb == &aLbField2 ) in IMPL_LINK()
553 else if ( pLb == &aLbField3 ) in IMPL_LINK()
595 ListBox* pLb = &aLbCond1; in IMPL_LINK() local
597 if ( pEd == &aEdVal2 ) pLb = &aLbCond2; in IMPL_LINK()
598 else if ( pEd == &aEdVal3 ) pLb = &aLbCond3; in IMPL_LINK()
605 pLb->SelectEntry( '=' ); in IMPL_LINK()
606 pLb->Disable(); in IMPL_LINK()
[all …]
H A Dconsdlg.cxx537 IMPL_LINK( ScConsolidateDlg, SelectHdl, ListBox*, pLb ) in IMPL_LINK() argument
539 if ( pLb == &aLbConsAreas ) in IMPL_LINK()
546 else if ( (pLb == &aLbDataArea) || (pLb == &aLbDestArea) ) in IMPL_LINK()
548 Edit* pEd = (pLb == &aLbDataArea) ? &aEdDataArea : &aEdDestArea; in IMPL_LINK()
549 sal_uInt16 nSelPos = pLb->GetSelectEntryPos(); in IMPL_LINK()
560 if ( pLb == &aLbDestArea ) in IMPL_LINK()
H A Dtpsubt.cxx389 IMPL_LINK( ScTpSubTotalGroup, SelectHdl, ListBox *, pLb ) in IMPL_LINK() argument
402 if ( ((SvxCheckListBox*)pLb) == &aLbColumns ) in IMPL_LINK()
406 else if ( pLb == &aLbFunctions ) in IMPL_LINK()
418 IMPL_LINK( ScTpSubTotalGroup, CheckHdl, ListBox *, pLb ) in IMPL_LINK() argument
420 if ( ((SvxCheckListBox*)pLb) == &aLbColumns ) in IMPL_LINK()
427 SelectHdl( pLb ); in IMPL_LINK()
H A Dtpsort.cxx495 IMPL_LINK( ScTabPageSortFields, SelectHdl, ListBox *, pLb ) in IMPL_LINK() argument
497 String aSelEntry = pLb->GetSelectEntry(); in IMPL_LINK()
499 if ( pLb == &aLbSort1 ) in IMPL_LINK()
518 else if ( pLb == &aLbSort2 ) in IMPL_LINK()
984 IMPL_LINK( ScTabPageSortOptions, SelOutPosHdl, ListBox *, pLb ) in IMPL_LINK() argument
986 if ( pLb == &aLbOutPos ) in IMPL_LINK()
H A Dscuiimoptdlg.cxx314 IMPL_LINK( ScImportOptionsDlg, DoubleClickHdl, ListBox*, pLb ) in IMPL_LINK() argument
316 if ( pLb == &aLbFont ) in IMPL_LINK()
H A Dfoptmgr.cxx257 IMPL_LINK( ScFilterOptionsMgr, LbPosSelHdl, ListBox*, pLb ) in IMPL_LINK() argument
259 if ( pLb == &rLbCopyPos ) in IMPL_LINK()
H A Dsfiltdlg.cxx477 IMPL_LINK( ScSpecialFilterDlg, FilterAreaSelHdl, ListBox*, pLb ) in IMPL_LINK() argument
479 if ( pLb == &aLbFilterArea ) in IMPL_LINK()
/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx1273 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()
[all …]
H A Dborder.cxx905 IMPL_LINK( SvxBorderTabPage, SelColHdl_Impl, ListBox *, pLb ) in IMPL_LINK() argument
907 ColorListBox* pColLb = (ColorListBox*)pLb; in IMPL_LINK()
909 if ( pLb == &aLbLineColor ) in IMPL_LINK()
920 IMPL_LINK( SvxBorderTabPage, SelStyleHdl_Impl, ListBox *, pLb ) in IMPL_LINK() argument
922 if ( pLb == &aLbLineStyle ) in IMPL_LINK()
/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx500 IMPL_LINK( ScTabPageSortFields, SelectHdl, ListBox *, pLb ) in IMPL_LINK() argument
502 String aSelEntry = pLb->GetSelectEntry(); in IMPL_LINK()
504 if ( pLb == &aLbSort1 ) in IMPL_LINK()
523 else if ( pLb == &aLbSort2 ) in IMPL_LINK()
1003 IMPL_LINK( ScTabPageSortOptions, SelOutPosHdl, ListBox *, pLb ) in IMPL_LINK() argument
1005 if ( pLb == &aLbOutPos ) in IMPL_LINK()
/trunk/main/svx/source/dialog/
H A D_bmpmask.cxx200 DECL_LINK( FocusLbHdl, ColorLB* pLb );
329 IMPL_LINK( MaskData, FocusLbHdl, ColorLB*, pLb ) in IMPL_LINK() argument
332 pMask->pQSet1->SelectItem( pLb == &( pMask->aLbColor1 ) ? 1 : 0 /* , false */ ); in IMPL_LINK()
333 pMask->pQSet2->SelectItem( pLb == &( pMask->aLbColor2 ) ? 1 : 0 /* , false */ ); in IMPL_LINK()
334 pMask->pQSet3->SelectItem( pLb == &( pMask->aLbColor3 ) ? 1 : 0 /* , false */ ); in IMPL_LINK()
335 pMask->pQSet4->SelectItem( pLb == &( pMask->aLbColor4 ) ? 1 : 0 /* , false */ ); in IMPL_LINK()
H A Dctredlin.cxx1212 IMPL_LINK( SvxTPFilter, SelDateHdl, ListBox*, pLb ) in IMPL_LINK() argument
1215 ModifyHdl(pLb); in IMPL_LINK()
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx1000 IMPL_LINK( ScFunctionDockWin, SelHdl, ListBox*, pLb ) in IMPL_LINK() argument
1002 if ( pLb == &aCatBox) in IMPL_LINK()
1008 if ( pLb == &aFuncList||pLb == &aDDFuncList) in IMPL_LINK()
/trunk/main/sc/source/ui/optdlg/
H A Dtpview.cxx275 IMPL_LINK( ScTpContentOptions, SelLbObjHdl, ListBox*, pLb ) in IMPL_LINK() argument
277 sal_uInt16 nSelPos = pLb->GetSelectEntryPos(); in IMPL_LINK()
281 if ( pLb == &aDiagramLB ) in IMPL_LINK()
283 else if ( pLb == &aDrawLB ) in IMPL_LINK()
H A Dtpusrlst.cxx548 IMPL_LINK( ScTpUserLists, LbSelectHdl, ListBox*, pLb ) in IMPL_LINK() argument
550 if ( pLb == &aLbLists ) in IMPL_LINK()
/trunk/main/cui/source/inc/
H A Dborder.hxx124 DECL_LINK( SelStyleHdl_Impl, ListBox* pLb );
125 DECL_LINK( SelColHdl_Impl, ListBox* pLb );
H A Dnumfmt.hxx168 DECL_LINK( DoubleClickHdl_Impl, SvxFontListBox* pLb );
/trunk/main/sc/source/ui/miscdlgs/
H A Dmvtabdlg.cxx171 IMPL_LINK( ScMoveTableDlg, SelHdl, ListBox *, pLb ) in IMPL_LINK() argument
173 if ( pLb == &aLbDoc ) in IMPL_LINK()
/trunk/main/formula/source/ui/dlg/
H A Dfuncpage.cxx183 IMPL_LINK( FuncPage, SelHdl, ListBox*, pLb ) in IMPL_LINK() argument
185 if(pLb==&aLbFunction) in IMPL_LINK()
/trunk/main/svx/inc/svx/
H A Dfloat3d.hxx246 SVX_DLLPRIVATE sal_Bool LBSelectColor( ColorLB* pLb, const Color& rColor );

Completed in 177 milliseconds