Lines Matching refs:aDesc

209             SwFmtPageDesc aDesc( pDesc );  in lcl_SetSpecialProperty()  local
210 pFmt->GetDoc()->SetAttr(aDesc, *pFmt); in lcl_SetSpecialProperty()
1962 SwFmtPageDesc aDesc( pDesc ); in ApplyTblAttr() local
1968 aDesc.SetNumOffset( nTmp ); in ApplyTblAttr()
1970 aSet.Put(aDesc); in ApplyTblAttr()
2441 SwRangeDescriptor aDesc; in getCellRangeByPosition() local
2442 aDesc.nTop = nTop; in getCellRangeByPosition()
2443 aDesc.nBottom = nBottom; in getCellRangeByPosition()
2444 aDesc.nLeft = nLeft; in getCellRangeByPosition()
2445 aDesc.nRight = nRight; in getCellRangeByPosition()
2446 String sTLName = lcl_GetCellName(aDesc.nLeft, aDesc.nTop); in getCellRangeByPosition()
2447 String sBRName = lcl_GetCellName(aDesc.nRight, aDesc.nBottom); in getCellRangeByPosition()
2452 aRef = GetRangeByName(pFmt, pTable, sTLName, sBRName, aDesc); in getCellRangeByPosition()
2476 SwRangeDescriptor aDesc; in getCellRangeByName() local
2477 aDesc.nTop = aDesc.nLeft = aDesc.nBottom = aDesc.nRight = -1; in getCellRangeByName()
2478 lcl_GetCellPosition(sTLName, aDesc.nLeft, aDesc.nTop ); in getCellRangeByName()
2479 lcl_GetCellPosition(sBRName, aDesc.nRight, aDesc.nBottom ); in getCellRangeByName()
2485 aDesc.Normalize(); in getCellRangeByName()
2487 aRef = GetRangeByName(pFmt, pTable, sTLName, sBRName, aDesc); in getCellRangeByName()
3722 SwRangeDescriptor aDesc; in getCellRangeByName() local
3723 aDesc.nTop = aDesc.nLeft = aDesc.nBottom = aDesc.nRight = -1; in getCellRangeByName()
3724 lcl_GetCellPosition( sTLName, aDesc.nLeft, aDesc.nTop ); in getCellRangeByName()
3725 lcl_GetCellPosition( sBRName, aDesc.nRight, aDesc.nBottom ); in getCellRangeByName()
3726 aDesc.Normalize(); in getCellRangeByName()
3727 return getCellRangeByPosition(aDesc.nLeft - aRgDesc.nLeft, aDesc.nTop - aRgDesc.nTop, in getCellRangeByName()
3728 aDesc.nRight - aRgDesc.nLeft, aDesc.nBottom - aRgDesc.nTop); in getCellRangeByName()