/aoo42x/main/sd/source/ui/table/ |
H A D | TableDesignPane.cxx | 270 ApplyStyle(); in IMPL_LINK() 276 void TableDesignPane::ApplyStyle() in ApplyStyle() function in sd::TableDesignPane 988 mpDesignPane->ApplyStyle(); in Execute()
|
H A D | TableDesignPane.hxx | 72 void ApplyStyle();
|
/aoo42x/main/svx/source/dialog/ |
H A D | _bmpmask.cxx | 453 ApplyStyle(); in SvxBmpMask() 1255 ApplyStyle(); in DataChanged() 1258 void SvxBmpMask::ApplyStyle() in ApplyStyle() function in SvxBmpMask
|
/aoo42x/main/svx/inc/svx/ |
H A D | bmpmask.hxx | 175 void ApplyStyle();
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | docfunc.hxx | 102 sal_Bool ApplyStyle( const ScMarkData& rMark, const String& rStyleName,
|
/aoo42x/main/sc/inc/ |
H A D | column.hxx | 324 void ApplyStyle( SCROW nRow, const ScStyleSheet& rStyle );
|
H A D | table.hxx | 568 void ApplyStyle( SCCOL nCol, SCROW nRow, const ScStyleSheet& rStyle );
|
H A D | document.hxx | 1262 void ApplyStyle( SCCOL nCol, SCROW nRow, SCTAB nTab,
|
/aoo42x/main/sc/source/core/data/ |
H A D | table6.cxx | 550 ApplyStyle( rCol, rRow, *pReplaceStyle ); in ReplaceStyle()
|
H A D | table3.cxx | 843 ApplyStyle( nGroupCol[aRowEntry.nGroupNo], aRowEntry.nDestRow, *pStyle ); in DoSubTotals() 899 ApplyStyle( nResCols[nResult], iEntry->nDestRow, *pStyle ); in DoSubTotals()
|
H A D | table2.cxx | 1956 void ScTable::ApplyStyle( SCCOL nCol, SCROW nRow, const ScStyleSheet& rStyle ) in ApplyStyle() function in ScTable 1959 aCol[nCol].ApplyStyle( nRow, rStyle ); in ApplyStyle()
|
H A D | table4.cxx | 649 aCol[nCol].ApplyStyle( static_cast<SCROW>(nRow), *pStyleSheet ); in FillAuto()
|
H A D | column.cxx | 484 void ScColumn::ApplyStyle( SCROW nRow, const ScStyleSheet& rStyle ) in ApplyStyle() function in ScColumn
|
H A D | document.cxx | 4011 void ScDocument::ApplyStyle( SCCOL nCol, SCROW nRow, SCTAB nTab, const ScStyleSheet& rStyle) in ApplyStyle() function in ScDocument 4015 pTab[nTab]->ApplyStyle( nCol, nRow, rStyle ); in ApplyStyle()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 221 pDoc->ApplyStyle( nCol, nRow, nTab, *pSrcStyle ); in DoAutoAttributes() 1531 pDoc->ApplyStyle( nCol, nRow, i, (ScStyleSheet&)*pStyleSheet ); in SetStyleSheetToMarked()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1251 sal_Bool ScDocFunc::ApplyStyle( const ScMarkData& rMark, const String& rStyleName, in ApplyStyle() function in ScDocFunc
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 1986 …aFunc.ApplyStyle( *GetMarkData(), ScGlobal::GetRscString(STR_STYLENAME_STANDARD), sal_True, sal_Tr… in setPropertyToDefault() 2285 aFunc.ApplyStyle( *GetMarkData(), aString, sal_True, sal_True ); in SetOnePropertyValue()
|