Searched refs:pCellAttrs (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | dlgattr.cxx | 80 SbaSbAttrDlg::SbaSbAttrDlg(Window* pParent, const SfxItemSet* pCellAttrs, SvNumberFormatter* pForma… in DBG_NAME() 81 : SfxTabDialog(pParent, ModuleRes( DLG_ATTR ), pCellAttrs ) in DBG_NAME()
|
/aoo42x/main/sc/source/ui/attrdlg/ |
H A D | attrdlg.cxx | 59 const SfxItemSet* pCellAttrs ) in ScAttrDlg() argument 64 pCellAttrs ) in ScAttrDlg()
|
H A D | scdlgfact.cxx | 1359 const SfxItemSet* pCellAttrs, in CreateScAttrDlg() argument 1366 pDlg = new ScAttrDlg( pFrame, pParent, pCellAttrs ); in CreateScAttrDlg()
|
H A D | scdlgfact.hxx | 543 const SfxItemSet* pCellAttrs,
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | attrdlg.hxx | 49 const SfxItemSet* pCellAttrs );
|
/aoo42x/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 2414 ScPatternAttr* pCellAttrs = NULL; in EnterHandler() local 2541 pCellAttrs = new ScPatternAttr( pDoc->GetPool() ); in EnterHandler() 2542 pCellAttrs->GetFromEditItemSet( pCommonAttrs ); in EnterHandler() 2714 if ( bOldMod && pExecuteSh && pCellAttrs && !bForget ) in EnterHandler() 2717 pExecuteSh->ApplySelectionPattern( *pCellAttrs, sal_True, sal_True ); in EnterHandler() 2721 delete pCellAttrs; in EnterHandler()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 745 ScPatternAttr* pCellAttrs = NULL; in EnterData() local 771 pCellAttrs = new ScPatternAttr( *pOldPattern ); in EnterData() 772 pCellAttrs->GetFromEditItemSet( &aAttrTester.GetAttribs() ); in EnterData() 817 pDoc->ApplyPattern(nCol,nRow,nTab,*pCellAttrs); //! Undo in EnterData() 870 delete pCellAttrs; in EnterData()
|
/aoo42x/main/sc/inc/ |
H A D | scabstdlg.hxx | 459 const SfxItemSet* pCellAttrs,
|
Completed in 60 milliseconds