Searched refs:bSkipPoolDefs (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xistyle.cxx | 240 void XclImpFont::FillToItemSet( SfxItemSet& rItemSet, XclFontItemType eType, bool bSkipPoolDefs ) c… in FillToItemSet() 249 ScfTools::PutItem( rItemSet, item, (bEE ? (ee_which) : (sc_which)), bSkipPoolDefs ) in FillToItemSet() 509 sal_uInt16 nFontIdx, bool bSkipPoolDefs ) const in FillToItemSet() 512 pFont->FillToItemSet( rItemSet, eType, bSkipPoolDefs ); in FillToItemSet() 625 …umFmtBuffer::FillToItemSet( SfxItemSet& rItemSet, sal_uInt16 nXclNumFmt, bool bSkipPoolDefs ) const in FillToItemSet() 630 FillScFmtToItemSet( rItemSet, nScNumFmt, bSkipPoolDefs ); in FillToItemSet() 633 …mtBuffer::FillScFmtToItemSet( SfxItemSet& rItemSet, sal_uLong nScNumFmt, bool bSkipPoolDefs ) const in FillScFmtToItemSet() 636 ScfTools::PutItem( rItemSet, SfxUInt32Item( ATTR_VALUE_FORMAT, nScNumFmt ), bSkipPoolDefs ); in FillScFmtToItemSet() 655 void XclImpCellProt::FillToItemSet( SfxItemSet& rItemSet, bool bSkipPoolDefs ) const in FillToItemSet() 657 ScfTools::PutItem( rItemSet, ScProtectionAttr( mbLocked, mbHidden ), bSkipPoolDefs ); in FillToItemSet() [all …]
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | xistyle.hxx | 122 bool bSkipPoolDefs = false ) const; 191 sal_uInt16 nFontIdx, bool bSkipPoolDefs = false ) const; 236 bool bSkipPoolDefs = false ) const; 243 bool bSkipPoolDefs = false ) const; 265 void FillToItemSet( SfxItemSet& rItemSet, bool bSkipPoolDefs = false ) const; 287 … FillToItemSet( SfxItemSet& rItemSet, const XclImpFont* pFont, bool bSkipPoolDefs = false ) cons… 327 bool bSkipPoolDefs = false ) const; 362 bool bSkipPoolDefs = false ) const; 407 const ScPatternAttr& CreatePattern( bool bSkipPoolDefs = false );
|