Home
last modified time | relevance | path

Searched refs:ApplyAttr (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx1166 pTabViewShell->ApplyAttr( SvxHorJustifyItem( (j) ) ); \
1222 pTabViewShell->ApplyAttr( *pItem ); in ExecuteAlignment()
1359 pTabViewShell->ApplyAttr( rUnderline ); in ExecuteTextAttr()
1368 pTabViewShell->ApplyAttr( aNewItem ); in ExecuteTextAttr()
1381 pTabViewShell->ApplyAttr( aUnderline ); in ExecuteTextAttr()
1409 pTabViewShell->ApplyAttr( SvxUnderlineItem( eNew, ATTR_FONT_UNDERLINE ) ); in ExecuteTextAttr()
1566 pTabViewShell->ApplyAttr( aBreakItem ); in ExecuteAttr()
1586 pTabViewShell->ApplyAttr( aBrushItem ); in ExecuteAttr()
1810 pTabViewShell->ApplyAttr( aBrushItem ); in ExecuteAttr()
1822 pTabViewShell->ApplyAttr( aBrushItem ); in ExecuteAttr()
[all …]
H A Ddbfunc.cxx372 pDoc->ApplyAttr( nCol, nRow, nTab, ScMergeFlagAttr( nFlag & ~SC_MF_AUTO ) ); in ToggleAutoFilter()
431 pDoc->ApplyAttr( nCol, nRow, nTab, ScMergeFlagAttr( nFlag | SC_MF_AUTO ) ); in ToggleAutoFilter()
477 pDoc->ApplyAttr( nCol, nRow1, nTab, ScMergeFlagAttr( nFlag & ~SC_MF_AUTO ) ); in HideAutoFilter()
H A Dviewfun2.cxx3126 ApplyAttr( aItem ); // mit Paint und Undo... in SetConditionalFormat()
3138 ApplyAttr( aItem ); // mit Paint und Undo... in SetValidation()
/trunk/main/sc/source/filter/lotus/
H A Dtool.cxx114 pDoc->ApplyAttr( nCol, nRow, nTab, *pJustify ); in PutFormString()
125 pDoc->ApplyAttr( nCol, nRow, nTab, *( pValueFormCache->GetAttr( nFormat, nSt ) ) ); in SetFormat()
131 pDoc->ApplyAttr( nCol, nRow, nTab, aAttr ); in SetFormat()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx815 pDestDoc->ApplyAttr( nCol,nRow,nDestTab, in StripRefs()
842 pDestDoc->ApplyAttr( nCol,nRow,nDestTab, in StripRefs()
/trunk/main/sc/source/filter/html/
H A Dhtmlimp.cxx174 mpDoc->ApplyAttr( pEntry->nCol, pEntry->nRow, nTab, aNewItem ); in WriteToDocument()
H A Dhtmlpars.cxx2261 pDoc->ApplyAttr( nCellCol, nCellRow, rFirstPos.Tab(), aBorderItem ); in ApplyCellBorders()
/trunk/main/sc/source/ui/inc/
H A Dviewfunc.hxx172 void ApplyAttr( const SfxPoolItem& rAttrItem );
/trunk/main/sc/inc/
H A Dcolumn.hxx315 void ApplyAttr( SCROW nRow, const SfxPoolItem& rAttr );
H A Dtable.hxx554 void ApplyAttr( SCCOL nCol, SCROW nRow, const SfxPoolItem& rAttr );
H A Ddocument.hxx1245 SC_DLLPUBLIC void ApplyAttr( SCCOL nCol, SCROW nRow, SCTAB nTab,
/trunk/main/sc/source/filter/excel/
H A Dexcimp8.cxx414 rDoc.ApplyAttr( nCol, StartRow(), Tab(), ScMergeFlagAttr( nFlag | SC_MF_AUTO) ); in SetCellAttribs()
H A Dxipivot.cxx94 …rDoc.ApplyAttr( rScPos.Col(), rScPos.Row(), rScPos.Tab(), SfxUInt32Item( ATTR_VALUE_FORMAT, nScNum… in lclSetValue()
H A Dxistyle.cxx1822 rDoc.ApplyAttr( rRange.aStart.Col(), rRange.aStart.Row(), nScTab, aNewItem ); in SetBorderLine()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx169 ApplyAttr( nRow, SfxUInt32Item( ATTR_VALUE_FORMAT, (sal_uInt32) nNumberFormat) ); in Insert()
1390 ApplyAttr( nRow, SfxUInt32Item( ATTR_VALUE_FORMAT, in SetString()
H A Ddocumen3.cxx1984 ApplyAttr( nStartCol, nStartRow, nTab, aAttr ); in DoMerge()
2016 ApplyAttr( nCol, nRow, nTab, *pDefAttr ); in RemoveMerge()
H A Ddpoutput.cxx606 pDoc->ApplyAttr( nCol, nRow, nTab, SfxUInt32Item( ATTR_VALUE_FORMAT, nFormat ) ); in DataCell()
847 pDoc->ApplyAttr( nFldCol, nHdrRow, nTab, ScMergeFlagAttr(SC_MF_AUTO) ); in Output()
H A Dattarray.cxx1464 pDocument->ApplyAttr( nThisCol, nThisRow, nTab, *pAttr ); in RemoveAreaMerge()
2166 pDocument->ApplyAttr( nCol, nStartRow+nAdd, nTab, rDef ); in InsertRow()
H A Dtable2.cxx2129 void ScTable::ApplyAttr( SCCOL nCol, SCROW nRow, const SfxPoolItem& rAttr ) in ApplyAttr() function in ScTable
2132 aCol[nCol].ApplyAttr( nRow, rAttr ); in ApplyAttr()
H A Dcolumn.cxx645 void ScColumn::ApplyAttr( SCROW nRow, const SfxPoolItem& rAttr ) in ApplyAttr() function in ScColumn
H A Ddocument.cxx3959 void ScDocument::ApplyAttr( SCCOL nCol, SCROW nRow, SCTAB nTab, const SfxPoolItem& rAttr ) in ApplyAttr() function in ScDocument
3962 pTab[nTab]->ApplyAttr( nCol, nRow, rAttr ); in ApplyAttr()
H A Ddpobject.cxx629 pDoc->ApplyAttr( nFirstCol + 1, nFirstRow + nPos, nTab, ScMergeFlagAttr(SC_MF_AUTO) ); in RefreshAfterLoad()
/trunk/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx204 pClipDoc->ApplyAttr( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab(), in lcl_CopyData()
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx266 pDoc->ApplyAttr( nCol, nRow, pTabs[i], in Undo()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx1728 pDoc->ApplyAttr( nCol, nRow, aRange.aStart.Tab(), in Sylk2Doc()

Completed in 221 milliseconds

12