Home
last modified time | relevance | path

Searched refs:pCellAttrs (Results 1 – 8 of 8) sorted by relevance

/trunk/main/dbaccess/source/ui/dlg/
H A Ddlgattr.cxx80 SbaSbAttrDlg::SbaSbAttrDlg(Window* pParent, const SfxItemSet* pCellAttrs, SvNumberFormatter* pForma… in DBG_NAME()
81 : SfxTabDialog(pParent, ModuleRes( DLG_ATTR ), pCellAttrs ) in DBG_NAME()
/trunk/main/sc/source/ui/attrdlg/
H A Dattrdlg.cxx59 const SfxItemSet* pCellAttrs ) in ScAttrDlg() argument
64 pCellAttrs ) in ScAttrDlg()
H A Dscdlgfact.cxx1359 const SfxItemSet* pCellAttrs, in CreateScAttrDlg() argument
1366 pDlg = new ScAttrDlg( pFrame, pParent, pCellAttrs ); in CreateScAttrDlg()
H A Dscdlgfact.hxx543 const SfxItemSet* pCellAttrs,
/trunk/main/sc/source/ui/inc/
H A Dattrdlg.hxx49 const SfxItemSet* pCellAttrs );
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx2414 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()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx745 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()
/trunk/main/sc/inc/
H A Dscabstdlg.hxx459 const SfxItemSet* pCellAttrs,

Completed in 63 milliseconds