Lines Matching refs:rPool

550         const SfxItemPool& rPool = pDoc->GetAttrPool();  in ExportDocument_Impl()  local
551 sal_uInt32 const nMaxItem = rPool.GetItemCount2(RES_PROTECT); in ExportDocument_Impl()
554 const SvxProtectItem* pProtect = (const SvxProtectItem*)rPool.GetItem2(RES_PROTECT, n); in ExportDocument_Impl()
1032 const SfxItemPool& rPool = pDoc->GetAttrPool(); in OutColorTable() local
1039 if( 0 != ( pCol = (const SvxColorItem*)rPool.GetPoolDefaultItem( in OutColorTable()
1042 nMaxItem = rPool.GetItemCount2(RES_CHRATR_COLOR); in OutColorTable()
1045 if( 0 != (pCol = (const SvxColorItem*)rPool.GetItem2( in OutColorTable()
1052 nMaxItem = rPool.GetItemCount2(RES_CHRATR_UNDERLINE); in OutColorTable()
1055 … if( 0 != (pUnder = (const SvxUnderlineItem*)rPool.GetItem2( RES_CHRATR_UNDERLINE, n ) ) ) in OutColorTable()
1062 nMaxItem = rPool.GetItemCount2(RES_CHRATR_OVERLINE); in OutColorTable()
1065 if( 0 != (pOver = (const SvxOverlineItem*)rPool.GetItem2( RES_CHRATR_OVERLINE, n ) ) ) in OutColorTable()
1080 if( 0 != ( pBkgrd = (const SvxBrushItem*)rPool.GetPoolDefaultItem( in OutColorTable()
1085 nMaxItem = rPool.GetItemCount2( *pIds ); in OutColorTable()
1088 if( 0 != (pBkgrd = (const SvxBrushItem*)rPool.GetItem2( in OutColorTable()
1101 if( 0 != ( pShadow = (const SvxShadowItem*)rPool.GetPoolDefaultItem( in OutColorTable()
1106 nMaxItem = rPool.GetItemCount2(RES_SHADOW); in OutColorTable()
1109 if( 0 != (pShadow = (const SvxShadowItem*)rPool.GetItem2( in OutColorTable()
1120 if( 0 != ( pBox = (const SvxBoxItem*)rPool.GetPoolDefaultItem( in OutColorTable()
1123 nMaxItem = rPool.GetItemCount2(RES_BOX); in OutColorTable()
1126 if( 0 != (pBox = (const SvxBoxItem*)rPool.GetItem2( RES_BOX, n ) )) in OutColorTable()