| /trunk/main/sc/source/ui/view/ |
| H A D | formatsh.cxx | 1166 pTabViewShell->ApplyAttr( SvxHorJustifyItem( (j) ) ); \ 1168 pTabViewShell->ApplyAttr( SvxHorJustifyItem( SVX_HOR_JUSTIFY_STANDARD ) ); \ 1174 pTabViewShell->ApplyAttr( SvxVerJustifyItem( (j) ) ); \ 1176 pTabViewShell->ApplyAttr( SvxVerJustifyItem( SVX_VER_JUSTIFY_STANDARD ) ); \ 1196 …pTabViewShell->ApplyAttr( SvxHorJustifyItem( lclConvertSlotToHAlign( nSlot ), ATTR_HOR_JUSTIFY ) ); in ExecuteAlignment() 1202 …pTabViewShell->ApplyAttr( SvxVerJustifyItem( lclConvertSlotToVAlign( nSlot ), ATTR_VER_JUSTIFY ) ); in ExecuteAlignment() 1222 pTabViewShell->ApplyAttr( *pItem ); in ExecuteAlignment() 1230 … pTabViewShell->ApplyAttr( SvxHorJustifyItem( eJust, ATTR_HOR_JUSTIFY ) ); in ExecuteAlignment() 1234 …pTabViewShell->ApplyAttr( SvxVerJustifyItem( (SvxCellVerJustify)((const SvxVerJustifyItem*)pItem)-… in ExecuteAlignment() 1359 pTabViewShell->ApplyAttr( rUnderline ); in ExecuteTextAttr() [all …]
|
| H A D | dbfunc.cxx | 372 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 D | viewfun2.cxx | 3126 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 D | tool.cxx | 114 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 D | transobj.cxx | 815 pDestDoc->ApplyAttr( nCol,nRow,nDestTab, in StripRefs() 842 pDestDoc->ApplyAttr( nCol,nRow,nDestTab, in StripRefs()
|
| /trunk/main/sc/source/filter/html/ |
| H A D | htmlimp.cxx | 174 mpDoc->ApplyAttr( pEntry->nCol, pEntry->nRow, nTab, aNewItem ); in WriteToDocument()
|
| H A D | htmlpars.cxx | 2261 pDoc->ApplyAttr( nCellCol, nCellRow, rFirstPos.Tab(), aBorderItem ); in ApplyCellBorders()
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | viewfunc.hxx | 172 void ApplyAttr( const SfxPoolItem& rAttrItem );
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | excimp8.cxx | 414 rDoc.ApplyAttr( nCol, StartRow(), Tab(), ScMergeFlagAttr( nFlag | SC_MF_AUTO) ); in SetCellAttribs()
|
| H A D | xipivot.cxx | 94 …rDoc.ApplyAttr( rScPos.Col(), rScPos.Row(), rScPos.Tab(), SfxUInt32Item( ATTR_VALUE_FORMAT, nScNum… in lclSetValue()
|
| H A D | xistyle.cxx | 1822 rDoc.ApplyAttr( rRange.aStart.Col(), rRange.aStart.Row(), nScTab, aNewItem ); in SetBorderLine()
|
| /trunk/main/sc/inc/ |
| H A D | column.hxx | 315 void ApplyAttr( SCROW nRow, const SfxPoolItem& rAttr );
|
| H A D | table.hxx | 554 void ApplyAttr( SCCOL nCol, SCROW nRow, const SfxPoolItem& rAttr );
|
| H A D | document.hxx | 1242 SC_DLLPUBLIC void ApplyAttr( SCCOL nCol, SCROW nRow, SCTAB nTab,
|
| /trunk/main/sc/source/core/data/ |
| H A D | column3.cxx | 169 ApplyAttr( nRow, SfxUInt32Item( ATTR_VALUE_FORMAT, (sal_uInt32) nNumberFormat) ); in Insert() 1390 ApplyAttr( nRow, SfxUInt32Item( ATTR_VALUE_FORMAT, in SetString()
|
| H A D | documen3.cxx | 1984 ApplyAttr( nStartCol, nStartRow, nTab, aAttr ); in DoMerge() 2016 ApplyAttr( nCol, nRow, nTab, *pDefAttr ); in RemoveMerge()
|
| H A D | dpoutput.cxx | 606 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 D | attarray.cxx | 1464 pDocument->ApplyAttr( nThisCol, nThisRow, nTab, *pAttr ); in RemoveAreaMerge() 2166 pDocument->ApplyAttr( nCol, nStartRow+nAdd, nTab, rDef ); in InsertRow()
|
| H A D | table2.cxx | 2129 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 D | column.cxx | 645 void ScColumn::ApplyAttr( SCROW nRow, const SfxPoolItem& rAttr ) in ApplyAttr() function in ScColumn
|
| H A D | document.cxx | 3948 void ScDocument::ApplyAttr( SCCOL nCol, SCROW nRow, SCTAB nTab, const SfxPoolItem& rAttr ) in ApplyAttr() function in ScDocument 3951 pTab[nTab]->ApplyAttr( nCol, nRow, rAttr ); in ApplyAttr()
|
| H A D | dpobject.cxx | 629 pDoc->ApplyAttr( nFirstCol + 1, nFirstRow + nPos, nTab, ScMergeFlagAttr(SC_MF_AUTO) ); in RefreshAfterLoad()
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | funcuno.cxx | 204 pClipDoc->ApplyAttr( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab(), in lcl_CopyData()
|
| /trunk/main/sc/source/ui/undo/ |
| H A D | undocell.cxx | 266 pDoc->ApplyAttr( nCol, nRow, pTabs[i], in Undo()
|
| /trunk/main/sc/source/ui/docshell/ |
| H A D | impex.cxx | 1728 pDoc->ApplyAttr( nCol, nRow, aRange.aStart.Tab(), in Sylk2Doc()
|