Searched refs:ApplySelectionStyle (Results 1 – 10 of 10) sorted by relevance
/trunk/main/sc/inc/ |
H A D | column.hxx | 326 void ApplySelectionStyle(const ScStyleSheet& rStyle, const ScMarkData& rMark);
|
H A D | table.hxx | 570 void ApplySelectionStyle(const ScStyleSheet& rStyle, const ScMarkData& rMark);
|
H A D | document.hxx | 1271 void ApplySelectionStyle( const ScStyleSheet& rStyle, const ScMarkData& rMark );
|
/trunk/main/sc/source/core/data/ |
H A D | table6.cxx | 613 ApplySelectionStyle( *pReplaceStyle, rMark ); in ReplaceAllStyle()
|
H A D | table2.cxx | 1975 void ScTable::ApplySelectionStyle(const ScStyleSheet& rStyle, const ScMarkData& rMark) in ApplySelectionStyle() function in ScTable 1978 aCol[i].ApplySelectionStyle( rStyle, rMark ); in ApplySelectionStyle()
|
H A D | column.cxx | 503 void ScColumn::ApplySelectionStyle(const ScStyleSheet& rStyle, const ScMarkData& rMark) in ApplySelectionStyle() function in ScColumn
|
H A D | document.cxx | 4040 void ScDocument::ApplySelectionStyle(const ScStyleSheet& rStyle, const ScMarkData& rMark) in ApplySelectionStyle() function in ScDocument 4054 pTab[i]->ApplySelectionStyle( rStyle, rMark ); in ApplySelectionStyle()
|
/trunk/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 1627 pDoc->ApplySelectionStyle( *pStyleSheet, aMarkData ); in DoChange()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 1496 pDoc->ApplySelectionStyle( (ScStyleSheet&)*pStyleSheet, aFuncMark ); in SetStyleSheetToMarked()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1308 pDoc->ApplySelectionStyle( (ScStyleSheet&)*pStyleSheet, rMark ); in ApplyStyle()
|
Completed in 274 milliseconds