Home
last modified time | relevance | path

Searched refs:pThisAttr (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dfillinfo.cxx758 SvxShadowLocation eLoc = pThisAttr ? pThisAttr->GetLocation() : SVX_SHADOW_NONE; in FillInfo()
800 CELLINFO(0,1).pHShadowOrigin = pThisAttr; in FillInfo()
806 CELLINFO(1,0).pVShadowOrigin = pThisAttr; in FillInfo()
812 CELLINFO(1,1).pHShadowOrigin = pThisAttr; in FillInfo()
820 CELLINFO(0,1).pHShadowOrigin = pThisAttr; in FillInfo()
826 CELLINFO(-1,0).pVShadowOrigin = pThisAttr; in FillInfo()
832 CELLINFO(-1,1).pHShadowOrigin = pThisAttr; in FillInfo()
840 CELLINFO(0,-1).pHShadowOrigin = pThisAttr; in FillInfo()
846 CELLINFO(1,0).pVShadowOrigin = pThisAttr; in FillInfo()
852 CELLINFO(1,-1).pHShadowOrigin = pThisAttr; in FillInfo()
[all …]
H A Ddocument.cxx4411 const SvxBoxItem* pThisAttr = (const SvxBoxItem*) GetEffItem( nCol, nRow, nTab, ATTR_BORDER ); in GetBorderLines() local
4412 DBG_ASSERT(pThisAttr,"wo ist das Attribut?"); in GetBorderLines()
4414 const SvxBorderLine* pLeftLine = pThisAttr->GetLeft(); in GetBorderLines()
4415 const SvxBorderLine* pTopLine = pThisAttr->GetTop(); in GetBorderLines()
4416 const SvxBorderLine* pRightLine = pThisAttr->GetRight(); in GetBorderLines()
4417 const SvxBorderLine* pBottomLine = pThisAttr->GetBottom(); in GetBorderLines()
/trunk/main/svx/source/table/
H A Dtablelayouter.cxx1052 …const SvxBoxItem* pThisAttr = (const SvxBoxItem*)xCell->GetItemSet().GetItem( SDRATTR_TABLE_BORDER… in UpdateBorderLayout() local
1053 OSL_ENSURE(pThisAttr,"sdr::table::TableLayouter::UpdateBorderLayout(), no border attribute?"); in UpdateBorderLayout()
1055 if( !pThisAttr ) in UpdateBorderLayout()
1063 SetBorder( aPos.mnCol, nRow, false, pThisAttr->GetLeft() ); in UpdateBorderLayout()
1064 SetBorder( nLastCol, nRow, false, pThisAttr->GetRight() ); in UpdateBorderLayout()
1069 SetBorder( nCol, aPos.mnRow, true, pThisAttr->GetTop() ); in UpdateBorderLayout()
1070 SetBorder( nCol, nLastRow, true, pThisAttr->GetBottom() ); in UpdateBorderLayout()

Completed in 67 milliseconds