/aoo42x/main/sc/source/filter/inc/ |
H A D | xistyle.hxx | 121 void FillToItemSet( SfxItemSet& rItemSet, XclFontItemType eType, 190 void FillToItemSet( SfxItemSet& rItemSet, XclFontItemType eType, 234 void FillToItemSet( 265 void FillToItemSet( SfxItemSet& rItemSet, bool bSkipPoolDefs = false ) const; 287 …void FillToItemSet( SfxItemSet& rItemSet, const XclImpFont* pFont, bool bSkipPoolDe… 324 void FillToItemSet( 359 void FillToItemSet(
|
H A D | xihelper.hxx | 196 void FillToItemSet( SfxItemSet& rItemSet, sal_uInt16 nWhichId ) const;
|
H A D | xiescher.hxx | 1256 void FillToItemSet( SfxItemSet& rItemSet ) const;
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 240 void XclImpFont::FillToItemSet( SfxItemSet& rItemSet, XclFontItemType eType, bool bSkipPoolDefs ) c… in FillToItemSet() function in XclImpFont 507 void XclImpFontBuffer::FillToItemSet( in FillToItemSet() function in XclImpFontBuffer 512 pFont->FillToItemSet( rItemSet, eType, bSkipPoolDefs ); in FillToItemSet() 655 void XclImpCellProt::FillToItemSet( SfxItemSet& rItemSet, bool bSkipPoolDefs ) const in FillToItemSet() function in XclImpCellProt 700 void XclImpCellAlign::FillToItemSet( SfxItemSet& rItemSet, const XclImpFont* pFont, bool bSkipPoolD… in FillToItemSet() function in XclImpCellAlign 1152 maProtection.FillToItemSet( rItemSet, bSkipPoolDefs ); in CreatePattern() 1156 GetFontBuffer().FillToItemSet( rItemSet, EXC_FONTITEM_CELL, mnXclFont, bSkipPoolDefs ); in CreatePattern() 1161 GetNumFmtBuffer().FillToItemSet( rItemSet, mnXclNumFmt, bSkipPoolDefs ); in CreatePattern() 1168 maAlignment.FillToItemSet( rItemSet, GetFontBuffer().GetFont( mnXclFont ), bSkipPoolDefs ); in CreatePattern() 1173 maBorder.FillToItemSet( rItemSet, GetPalette(), bSkipPoolDefs ); in CreatePattern() [all …]
|
H A D | xipage.cxx | 291 aHFConv.FillToItemSet( rItemSet, ATTR_PAGE_HEADERLEFT ); in Finalize() 292 aHFConv.FillToItemSet( rItemSet, ATTR_PAGE_HEADERRIGHT ); in Finalize() 327 aHFConv.FillToItemSet( rItemSet, ATTR_PAGE_FOOTERLEFT ); in Finalize() 328 aHFConv.FillToItemSet( rItemSet, ATTR_PAGE_FOOTERRIGHT ); in Finalize()
|
H A D | xihelper.cxx | 187 rFontBuffer.FillToItemSet( aItemSet, eType, rXFBuffer.GetFontIndex( nXFIndex ) ); in lclCreateTextObject() 210 rFontBuffer.FillToItemSet( aItemSet, eType, aNextRun.mnFontIdx ); in lclCreateTextObject() 497 void XclImpHFConverter::FillToItemSet( SfxItemSet& rItemSet, sal_uInt16 nWhichId ) const in FillToItemSet() function in XclImpHFConverter 546 aFont.FillToItemSet( aItemSet, EXC_FONTITEM_HF ); in SetAttribs()
|
H A D | xicontent.cxx | 578 aFont.FillToItemSet( rStyleItemSet, EXC_FONTITEM_CELL ); in ReadCF() 592 aBorder.FillToItemSet( rStyleItemSet, rPalette ); in ReadCF() 604 aArea.FillToItemSet( rStyleItemSet, rPalette ); in ReadCF()
|
H A D | xichart.cxx | 539 aPropSet.FillToItemSet( *maData.mxItemSet ); in ReadHeaderRecord()
|
H A D | xiescher.cxx | 4227 void XclImpDffPropSet::FillToItemSet( SfxItemSet& rItemSet ) const in FillToItemSet() function in XclImpDffPropSet
|
/aoo42x/main/sc/inc/ |
H A D | autoform.hxx | 247 …void FillToItemSet( sal_uInt16 nIndex, SfxItemSet& rItemSet, ScDocument& rD…
|
/aoo42x/main/sc/source/core/tool/ |
H A D | autoform.cxx | 680 void ScAutoFormatData::FillToItemSet( sal_uInt16 nIndex, SfxItemSet& rItemSet, ScDocument& rDoc ) c… in FillToItemSet() function in ScAutoFormatData
|
/aoo42x/main/sc/source/core/data/ |
H A D | table4.cxx | 1658 pData->FillToItemSet(i, pPatternAttrs[i]->GetItemSet(), *pDocument); in AutoFormat()
|