Home
last modified time | relevance | path

Searched refs:rItemSet (Results 26 – 50 of 151) sorted by relevance

1234567

/trunk/main/chart2/source/controller/itemsetwrapper/
H A DErrorBarItemConverter.cxx124 bool ErrorBarItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() argument
126 bool bResult = m_spGraphicConverter->ApplyItemSet( rItemSet ); in ApplyItemSet()
129 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
146 sal_uInt16 nWhichId, const SfxItemSet & rItemSet ) in ApplySpecialItem() argument
163 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
208 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
228 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
246 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
264 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
295 …::rtl::OUString aNewRange( static_cast< const SfxStringItem & >( rItemSet.Get( nWhichId )).GetValu… in ApplySpecialItem()
H A DSeriesOptionsItemConverter.cxx196 bool SeriesOptionsItemConverter::ApplySpecialItem( sal_uInt16 nWhichId, const SfxItemSet & rItemSet in ApplySpecialItem() argument
205 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
225 … rBarPosition = static_cast< const SfxInt32Item & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
242 …bool bGroupBarsPerAxis = static_cast< const SfxBoolItem & >(rItemSet.Get( SCHATTR_GROUP_BARS_PER_… in ApplySpecialItem()
265 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
284 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
303 … m_nStartingAngle = static_cast< const SfxInt32Item & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
317 rItemSet.Get( nWhichId )).GetValue() ); in ApplySpecialItem()
336 … sal_Int32 nNew = static_cast< const SfxInt32Item & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
360 … bool bIncludeHiddenCells = static_cast<const SfxBoolItem &>(rItemSet.Get(nWhichId)).GetValue(); in ApplySpecialItem()
H A DGraphicPropertyItemConverter.cxx469 sal_uInt16 nWhichId, const SfxItemSet & rItemSet ) in ApplySpecialItem() argument
483 rItemSet.Get( XATTR_FILLBMP_STRETCH )).GetValue(); in ApplySpecialItem()
501 rItemSet.Get( XATTR_FILLBMP_TILE )).GetValue(); in ApplySpecialItem()
526 rItemSet.Get( nWhichId )); in ApplySpecialItem()
576 rItemSet.Get( nWhichId ))).GetValue(); in ApplySpecialItem()
600 rItemSet.Get( nWhichId )); in ApplySpecialItem()
633 rItemSet.Get( nWhichId )); in ApplySpecialItem()
666 rItemSet.Get( nWhichId )); in ApplySpecialItem()
694 rItemSet.Get( nWhichId )); in ApplySpecialItem()
730 rItemSet.Get( nWhichId )); in ApplySpecialItem()
[all …]
H A DRegressionCurveItemConverter.cxx102 bool RegressionCurveItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() argument
104 bool bResult = m_spGraphicConverter->ApplyItemSet( rItemSet ); in ApplyItemSet()
107 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
125 sal_uInt16 nWhichId, const SfxItemSet & rItemSet ) in ApplySpecialItem() argument
141 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
172 rItemSet.Get( nWhichId )).GetValue()); in ApplySpecialItem()
195 rItemSet.Get( nWhichId )).GetValue()); in ApplySpecialItem()
H A DRegressionEquationItemConverter.cxx104 bool RegressionEquationItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() argument
109 ::comphelper::ApplyItemSetFunc( rItemSet, bResult )); in ApplyItemSet()
112 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
134 sal_uInt16 nWhichId, const SfxItemSet & rItemSet ) in ApplySpecialItem() argument
151 rItemSet.Get( nWhichId )).GetValue())); in ApplySpecialItem()
H A DCharacterPropertyItemConverter.cxx330 sal_uInt16 nWhichId, const SfxItemSet & rItemSet ) in ApplySpecialItem() argument
350 rItemSet.Get( nWhichId )); in ApplySpecialItem()
399 rItemSet.Get( nWhichId )); in ApplySpecialItem()
432 … const SvxOverlineItem& rItem = static_cast< const SvxOverlineItem & >( rItemSet.Get( nWhichId ) ); in ApplySpecialItem()
475 rItemSet.Get( nWhichId )); in ApplySpecialItem()
500 rItemSet.Get( nWhichId )); in ApplySpecialItem()
525 rItemSet.Get( nWhichId )); in ApplySpecialItem()
H A DTitleItemConverter.cxx158 bool TitleItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() argument
163 ::comphelper::ApplyItemSetFunc( rItemSet, bResult )); in ApplyItemSet()
166 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
189 sal_uInt16 nWhichId, const SfxItemSet & rItemSet ) in ApplySpecialItem() argument
201 rItemSet.Get( nWhichId )).GetValue()) / 100.0; in ApplySpecialItem()
/trunk/main/sc/source/filter/excel/
H A Dfontbuff.cxx47 void LotusFontBuffer::Fill( const sal_uInt8 nIndex, SfxItemSet& rItemSet ) in Fill() argument
54 rItemSet.Put( *pAkt->pFont ); in Fill()
57 rItemSet.Put( *pAkt->pHeight ); in Fill()
60 rItemSet.Put( *pAkt->pColor ); in Fill()
65 rItemSet.Put( aWeightItem ); in Fill()
71 rItemSet.Put( aAttr ); in Fill()
85 rItemSet.Put( aUndItem ); in Fill()
H A Dxecontent.cxx637 const SfxItemSet& rItemSet = pStyleSheet->GetItemSet(); in XclExpCFImpl() local
640 mbHeightUsed = ScfTools::CheckItem( rItemSet, ATTR_FONT_HEIGHT, true ); in XclExpCFImpl()
641 mbWeightUsed = ScfTools::CheckItem( rItemSet, ATTR_FONT_WEIGHT, true ); in XclExpCFImpl()
642 mbColorUsed = ScfTools::CheckItem( rItemSet, ATTR_FONT_COLOR, true ); in XclExpCFImpl()
643 mbUnderlUsed = ScfTools::CheckItem( rItemSet, ATTR_FONT_UNDERLINE, true ); in XclExpCFImpl()
644 mbItalicUsed = ScfTools::CheckItem( rItemSet, ATTR_FONT_POSTURE, true ); in XclExpCFImpl()
650 ScPatternAttr::GetFont( aFont, rItemSet, SC_AUTOCOL_RAW ); in XclExpCFImpl()
656 mbBorderUsed = ScfTools::CheckItem( rItemSet, ATTR_BORDER, true ); in XclExpCFImpl()
658 maBorder.FillFromItemSet( rItemSet, GetPalette(), GetBiff() ); in XclExpCFImpl()
661 mbPattUsed = ScfTools::CheckItem( rItemSet, ATTR_BACKGROUND, true ); in XclExpCFImpl()
[all …]
/trunk/main/sc/source/filter/ftools/
H A Dftools.cxx205 bool ScfTools::CheckItem( const SfxItemSet& rItemSet, sal_uInt16 nWhichId, bool bDeep ) in CheckItem() argument
207 return rItemSet.GetItemState( nWhichId, bDeep ) == SFX_ITEM_SET; in CheckItem()
210 bool ScfTools::CheckItems( const SfxItemSet& rItemSet, const sal_uInt16* pnWhichIds, bool bDeep ) in CheckItems() argument
214 if( CheckItem( rItemSet, *pnWhichId, bDeep ) ) in CheckItems()
219 void ScfTools::PutItem( SfxItemSet& rItemSet, const SfxPoolItem& rItem, sal_uInt16 nWhichId, bool b… in PutItem() argument
221 if( !bSkipPoolDef || (rItem != rItemSet.GetPool()->GetDefaultItem( nWhichId )) ) in PutItem()
222 rItemSet.Put( rItem, nWhichId ); in PutItem()
225 void ScfTools::PutItem( SfxItemSet& rItemSet, const SfxPoolItem& rItem, bool bSkipPoolDef ) in PutItem() argument
227 PutItem( rItemSet, rItem, rItem.Which(), bSkipPoolDef ); in PutItem()
/trunk/main/sc/source/filter/inc/
H A Dxestyle.hxx143 const SfxItemSet& rItemSet );
148 const SfxItemSet& rItemSet,
155 const SfxItemSet& rItemSet,
242 sal_uInt16 Insert( const SfxItemSet& rItemSet, sal_Int16 nScript,
332 bool FillFromItemSet( const SfxItemSet& rItemSet, bool bStyle = false );
354 bool FillFromItemSet( const SfxItemSet& rItemSet,
390 bool FillFromItemSet( const SfxItemSet& rItemSet,
426 const SfxItemSet& rItemSet, XclExpPalette& rPalette,
548 const SfxItemSet& rItemSet,
H A Dxistyle.hxx121 void FillToItemSet( SfxItemSet& rItemSet, XclFontItemType eType,
190 void FillToItemSet( SfxItemSet& rItemSet, XclFontItemType eType,
235 SfxItemSet& rItemSet, sal_uInt16 nXclNumFmt,
242 SfxItemSet& rItemSet, sal_uLong nScNumFmt,
265 void FillToItemSet( SfxItemSet& rItemSet, bool bSkipPoolDefs = false ) const;
287 …void FillToItemSet( SfxItemSet& rItemSet, const XclImpFont* pFont, bool bSkipPoolDe…
325 SfxItemSet& rItemSet,
360 SfxItemSet& rItemSet,
/trunk/main/sc/source/filter/lotus/
H A Dlotattr.cxx148 SfxItemSet& rItemSet = pNewPatt->GetItemSet(); in GetPattAttr() local
153 pLotusRoot->pFontBuff->Fill( rAttr.nFont, rItemSet ); in GetPattAttr()
174 rItemSet.Put( aBox ); in GetPattAttr()
182 rItemSet.Put( GetColorItem( nFontCol ) ); in GetPattAttr()
184 rItemSet.Put( *pWhite ); in GetPattAttr()
189 rItemSet.Put( SvxBrushItem( GetColor( nBack & 0x07 ), ATTR_BACKGROUND ) ); in GetPattAttr()
194 rItemSet.Put( aHorJustify ); in GetPattAttr()
/trunk/main/sw/source/filter/xml/
H A Dxmlitemi.cxx131 SfxItemSet& rItemSet, in handleSpecialItem() argument
172 if( SFX_ITEM_SET != rItemSet.GetItemState( RES_FRM_SIZE, in handleSpecialItem()
263 SfxItemSet& rItemSet,
271 SfxItemSet& rItemSet,
294 rItemSet.Put( rItem ); in ~SwXMLItemSetContext_Impl()
365 SfxItemSet& rItemSet ) in CreateTableItemImportContext() argument
388 xAttrList, rItemSet, in CreateTableItemImportContext()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx607 SfxItemSet& rItemSet = pSheet->GetItemSet(); in Import() local
612 aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import()
620 SfxItemSet& rItemSet = pSheet->GetItemSet(); in Import() local
625 aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import()
669 SfxItemSet& rItemSet = pSheet->GetItemSet(); in Import() local
674 aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import()
693 SfxItemSet& rItemSet = pOutlineSheet->GetItemSet(); in Import() local
710 SfxItemSet& rItemSet = pSheet->GetItemSet(); in Import() local
723 SfxItemSet& rItemSet = pSheet->GetItemSet(); in Import() local
2357 SfxItemSet& rItemSet = pSheet2->GetItemSet(); in ApplyTextObj() local
[all …]
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx543 sal_Bool DoPositioning( SfxItemSet &rItemSet,
546 sal_Bool CreateContainer( const String& rClass, SfxItemSet &rItemSet,
551 void InsertAttrs( SfxItemSet &rItemSet, SvxCSS1PropertyInfo &rPropInfo,
576 void InsertParaAttrs( const SfxItemSet& rItemSet );
616 void InsertFlyFrame( const SfxItemSet& rItemSet, _HTMLAttrContext *pCntxt,
693 const SfxItemSet &rItemSet,
700 void SetAnchorAndAdjustment( const SfxItemSet &rItemSet,
714 SfxItemSet &rItemSet, SvxCSS1PropertyInfo &rPropInfo,
716 void SetVarSize( SfxItemSet &rItemSet, SvxCSS1PropertyInfo &rPropInfo,
719 void SetSpace( const Size& rPixSpace, SfxItemSet &rItemSet,
[all …]
H A Dhtmldraw.cxx443 const SfxItemSet& rItemSet = pTxtNd->GetAnyFmtColl().GetAttrSet(); in NewMarquee() local
447 if( SFX_ITEM_SET == rItemSet.GetItemState( nWhichIds[i], sal_True, &pItem ) ) in NewMarquee()
618 void SwHTMLWriter::GetEEAttrsFromDrwObj( SfxItemSet& rItemSet, in GetEEAttrsFromDrwObj() argument
669 rItemSet.Put( *pSwItem ); in GetEEAttrsFromDrwObj()
698 const SfxItemSet& rItemSet = pTextObj->GetMergedItemSet(); in OutHTML_DrawFrmFmtAsMarquee() local
736 ((const SdrTextAniCountItem&)rItemSet.Get( SDRATTR_TEXT_ANICOUNT )) in OutHTML_DrawFrmFmtAsMarquee()
745 ((const SdrTextAniDelayItem&)rItemSet.Get( SDRATTR_TEXT_ANIDELAY )) in OutHTML_DrawFrmFmtAsMarquee()
752 ((const SdrTextAniAmountItem&)rItemSet.Get( SDRATTR_TEXT_ANIAMOUNT )) in OutHTML_DrawFrmFmtAsMarquee()
805 ((const XFillStyleItem&)rItemSet.Get(XATTR_FILLSTYLE)).GetValue(); in OutHTML_DrawFrmFmtAsMarquee()
809 ((const XFillColorItem&)rItemSet.Get(XATTR_FILLCOLOR)).GetColorValue(); in OutHTML_DrawFrmFmtAsMarquee()
H A Dwrthtml.hxx387 void OutCSS1_SfxItemSet( const SfxItemSet& rItemSet, sal_Bool bDeep=sal_True );
395 void OutBackground( const SfxItemSet& rItemSet, String &rEmbGrfName,
400 sal_uInt16 GetHTMLDirection( const SfxItemSet& rItemSet ) const;
463 static void SubtractItemSet( SfxItemSet& rItemSet,
468 static sal_Bool HasScriptDependentItems( const SfxItemSet& rItemSet,
471 static void GetEEAttrsFromDrwObj( SfxItemSet& rItemSet,
581 Writer& OutCSS1_BodyTagStyleOpt( Writer& rWrt, const SfxItemSet& rItemSet,
583 Writer& OutCSS1_ParaTagStyleOpt( Writer& rWrt, const SfxItemSet& rItemSet );
H A Dhtmlfly.cxx229 const SfxItemSet& rItemSet = rFrmFmt.GetAttrSet(); in SV_IMPL_OP_PTRARR_SORT() local
230 if( SFX_ITEM_SET == rItemSet.GetItemState( RES_COL, in SV_IMPL_OP_PTRARR_SORT()
546 const SfxItemSet& rItemSet = rFrmFmt.GetAttrSet(); in OutFrmFmtOptions() local
563 sal_uInt16 nDir = GetHTMLDirection( rItemSet ); in OutFrmFmtOptions()
624 SFX_ITEM_SET == rItemSet.GetItemState( RES_LR_SPACE, sal_True, &pItem )) in OutFrmFmtOptions()
632 SFX_ITEM_SET == rItemSet.GetItemState( RES_UL_SPACE, sal_True, &pItem )) in OutFrmFmtOptions()
679 SFX_ITEM_SET == rItemSet.GetItemState( RES_BOX, sal_True, &pItem )) in OutFrmFmtOptions()
755 SFX_ITEM_SET == rItemSet.GetItemState( RES_SURROUND, sal_True, &pItem )) in OutFrmFmtOptions()
837 const SfxItemSet& rItemSet = rFrmFmt.GetAttrSet(); in OutHTML_Image() local
844 SFX_ITEM_SET == rItemSet.GetItemState( RES_URL, sal_True, &pItem )) in OutHTML_Image()
[all …]
H A Dwrthtml.cxx820 const SfxItemSet& rItemSet = pFmt->GetAttrSet(); in OutBodyColor() local
822 sal_Bool bItemSet = SFX_ITEM_SET == rItemSet.GetItemState( RES_CHRATR_COLOR, in OutBodyColor()
856 pColorItem = (const SvxColorItem*)&rItemSet.GetPool() in OutBodyColor()
1031 const SfxItemSet& rItemSet = pPageDesc->GetMaster().GetAttrSet(); in MakeHeader() local
1034 OutBackground( rItemSet, aEmbGrfName, sal_True ); in MakeHeader()
1036 nDirection = GetHTMLDirection( rItemSet ); in MakeHeader()
1040 OutCSS1_BodyTagStyleOpt( *this, rItemSet, aEmbGrfName ); in MakeHeader()
1217 void SwHTMLWriter::OutBackground( const SfxItemSet& rItemSet, in OutBackground() argument
1221 if( SFX_ITEM_SET == rItemSet.GetItemState( RES_BACKGROUND, sal_False, in OutBackground()
1258 sal_uInt16 SwHTMLWriter::GetHTMLDirection( const SfxItemSet& rItemSet ) const in GetHTMLDirection()
[all …]
/trunk/main/chart2/source/controller/main/
H A DChartController_Position.cxx61 void lcl_getPositionAndSizeFromItemSet( const SfxItemSet& rItemSet, awt::Rectangle& rPosAndSize, co… in lcl_getPositionAndSizeFromItemSet() argument
72 if (SFX_ITEM_SET==rItemSet.GetItemState(SID_ATTR_TRANSFORM_POS_X,sal_True,&pPoolItem)) in lcl_getPositionAndSizeFromItemSet()
74 if (SFX_ITEM_SET==rItemSet.GetItemState(SID_ATTR_TRANSFORM_POS_Y,sal_True,&pPoolItem)) in lcl_getPositionAndSizeFromItemSet()
77 if (SFX_ITEM_SET==rItemSet.GetItemState(SID_ATTR_TRANSFORM_WIDTH,sal_True,&pPoolItem)) in lcl_getPositionAndSizeFromItemSet()
79 if (SFX_ITEM_SET==rItemSet.GetItemState(SID_ATTR_TRANSFORM_HEIGHT,sal_True,&pPoolItem)) in lcl_getPositionAndSizeFromItemSet()
81 if (SFX_ITEM_SET==rItemSet.GetItemState(SID_ATTR_TRANSFORM_SIZE_POINT,sal_True,&pPoolItem)) in lcl_getPositionAndSizeFromItemSet()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx643 SfxTabPage( pParent, SfxResId( TP_DOCINFODESC ), rItemSet ), in SfxDocumentDescPage()
664 return new SfxDocumentDescPage(pParent, rItemSet); in Create()
786 SfxTabPage( pParent, SfxResId( TP_DOCINFODOC ), rItemSet ), in SfxDocumentPage()
948 return new SfxDocumentPage( pParent, rItemSet ); in Create()
1161 SfxTabPage( pParent, SfxResId( TP_DOCINFORELOAD ), rItemSet ), in SfxInternetPage()
1427 return new SfxInternetPage(pParent, rItemSet); in Create()
1503 const SfxItemSet& rItemSet ) : in SfxDocumentInfoDialog() argument
1505 SfxTabDialog( 0, pParent, SfxResId( SID_DOCINFO ), &rItemSet ) in SfxDocumentInfoDialog()
1511 &(const SfxDocumentInfoItem &)rItemSet.Get( SID_DOCINFO ); in SfxDocumentInfoDialog()
2463 void SfxCustomPropertiesPage::Reset( const SfxItemSet& rItemSet ) in Reset() argument
[all …]
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx1189 SfxItemSet &rItemSet = pStyle->GetItemSet(); in LoadPatternCollection() local
1209 rItemSet.Put( SvxColorItem( TextColor, ATTR_FONT_COLOR ) ); in LoadPatternCollection()
1212 rItemSet.Put( SvxWeightItem( WEIGHT_BOLD, ATTR_FONT_WEIGHT ) ); in LoadPatternCollection()
1214 rItemSet.Put( SvxPostureItem( ITALIC_NORMAL, ATTR_FONT_POSTURE ) ); in LoadPatternCollection()
1255 rItemSet.Put( SfxBoolItem( sal_True ) ); in LoadPatternCollection()
1257 rItemSet.Put( SfxInt32Item( ATTR_ROTATE_VALUE, 9000 ) ); in LoadPatternCollection()
1259 rItemSet.Put( SfxInt32Item( ATTR_ROTATE_VALUE, 27000 ) ); in LoadPatternCollection()
1263 rItemSet.Put( SvxMarginItem( 20, Margin, 20, Margin, ATTR_MARGIN ) ); in LoadPatternCollection()
1332 rItemSet.Put( aBox ); in LoadPatternCollection()
1380 rItemSet.Put( SfxUInt32Item( ATTR_VALUE_FORMAT, ( sal_uInt32 ) nKey ) ); in LoadPatternCollection()
[all …]
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx427 sal_uInt8 lcl_GetHorAlignFromItemSet( const SfxItemSet& rItemSet ) in lcl_GetHorAlignFromItemSet() argument
431 switch( static_cast< const SvxAdjustItem& >( rItemSet.Get( EE_PARA_JUST ) ).GetAdjust() ) in lcl_GetHorAlignFromItemSet()
442 sal_uInt8 lcl_GetVerAlignFromItemSet( const SfxItemSet& rItemSet ) in lcl_GetVerAlignFromItemSet() argument
446 …switch( static_cast< const SdrTextVertAdjustItem& >( rItemSet.Get( SDRATTR_TEXT_VERTADJUST ) ).Get… in lcl_GetVerAlignFromItemSet()
477 const SfxItemSet& rItemSet = rTextObj.GetMergedItemSet(); in XclTxo() local
480 SetHorAlign( lcl_GetHorAlignFromItemSet( rItemSet ) ); in XclTxo()
483 SetVerAlign( lcl_GetVerAlignFromItemSet( rItemSet ) ); in XclTxo()
517 const SfxItemSet& rItemSet = pCaption->GetMergedItemSet(); in XclTxo() local
520 SetHorAlign( lcl_GetHorAlignFromItemSet( rItemSet ) ); in XclTxo()
523 SetVerAlign( lcl_GetVerAlignFromItemSet( rItemSet ) ); in XclTxo()
[all …]
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx52 const SfxItemSet& rItemSet = pBox->GetFrmFmt()->GetAttrSet(); in SV_IMPL_PTRARR() local
54 if( SFX_ITEM_SET == rItemSet.GetItemState( RES_VERT_ORIENT, sal_False, &pItem ) ) in SV_IMPL_PTRARR()
172 const SfxItemSet& rItemSet = pLineFrmFmt->GetAttrSet(); in GetLineHeight() local
175 if( SFX_ITEM_SET == rItemSet.GetItemState( RES_FRM_SIZE, sal_True, &pItem )) in GetLineHeight()
190 const SfxItemSet& rItemSet = pLineFrmFmt->GetAttrSet(); in GetLineBrush() local
192 if( SFX_ITEM_SET == rItemSet.GetItemState( RES_BACKGROUND, sal_False, in GetLineBrush()
615 const SfxItemSet& rItemSet = pLineFrmFmt->GetAttrSet(); in FillTableRowsCols() local
618 if( SFX_ITEM_SET == rItemSet.GetItemState( RES_FRM_SIZE, sal_True, &pItem )) in FillTableRowsCols()
623 if( SFX_ITEM_SET == rItemSet.GetItemState( RES_BACKGROUND, sal_False, in FillTableRowsCols()

Completed in 207 milliseconds

1234567