Searched refs:GetSelectionPattern (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 1098 pTabViewShell->GetSelectionPattern()->GetItemSet(); in ExecuteNumFormat() 1276 const ScPatternAttr* pAttrs = pTabViewShell->GetSelectionPattern(); in ExecuteTextAttr() 1426 const SfxItemSet& rAttrSet = pTabViewShell->GetSelectionPattern()->GetItemSet(); in ExecuteTextAttr() 1563 const ScPatternAttr* pAttrs = pTabViewShell->GetSelectionPattern(); in ExecuteAttr() 1581 pTabViewShell->GetSelectionPattern()-> in ExecuteAttr() 1692 const ScPatternAttr* pOldAttrs = pTabViewShell->GetSelectionPattern(); in ExecuteAttr() 1763 const ScPatternAttr* pOldAttrs = pTabViewShell->GetSelectionPattern(); in ExecuteAttr() 1805 pTabViewShell->GetSelectionPattern()-> in ExecuteAttr() 1817 pTabViewShell->GetSelectionPattern()-> in ExecuteAttr() 1847 const SfxItemSet& rAttrSet = pTabViewShell->GetSelectionPattern()->GetItemSet(); in GetAttrState() [all …]
|
H A D | cellsh1.cxx | 1916 pTabViewShell->GetSelectionPattern()->GetFont( aFont, SC_AUTOCOL_BLACK, NULL, NULL, NULL, in ExecuteEdit() 1932 pTabViewShell->GetSelectionPattern()->GetFont( aCurFont, SC_AUTOCOL_BLACK, NULL, NULL, NULL, in ExecuteEdit()
|
H A D | viewfunc.cxx | 967 const ScPatternAttr* ScViewFunc::GetSelectionPattern() in GetSelectionPattern() function in ScViewFunc 977 const ScPatternAttr* pAttr = pDoc->GetSelectionPattern( rMark ); in GetSelectionPattern() 988 const ScPatternAttr* pAttr = pDoc->GetSelectionPattern( aTempMark ); in GetSelectionPattern()
|
H A D | tabvwsha.cxx | 497 const ScPatternAttr* pOldAttrs = GetSelectionPattern(); in ExecuteCellFormatDlg()
|
H A D | viewfun2.cxx | 3017 const ScPatternAttr* pSelAttrs = GetSelectionPattern(); in SetSelectionFrameLines()
|
/trunk/main/sc/source/ui/inc/ |
H A D | viewfunc.hxx | 86 const ScPatternAttr* GetSelectionPattern ();
|
/trunk/main/sc/inc/ |
H A D | document.hxx | 1195 const ScPatternAttr* GetSelectionPattern( const ScMarkData& rMark, sal_Bool bDeep = sal_True );
|
/trunk/main/sc/source/core/data/ |
H A D | document.cxx | 4255 const ScPatternAttr* ScDocument::GetSelectionPattern( const ScMarkData& rMark, sal_Bool bDeep ) in GetSelectionPattern() function in ScDocument
|
Completed in 188 milliseconds