Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Dtablelayouter.cxx62 static SvxBorderLine gEmptyBorder; variable
229 if( pLine == &gEmptyBorder ) in getBorderLine()
921 if (!pThis || ((pThis == &gEmptyBorder) && (pOther != 0))) in HasPriority()
923 if (!pOther || (pOther == &gEmptyBorder)) in HasPriority()
958 pLine = &gEmptyBorder; in SetBorder()
964 if( (pOld != 0) && (pOld != &gEmptyBorder) ) in SetBorder()
967 SvxBorderLine* pNew = ( pLine != &gEmptyBorder ) ? new SvxBorderLine(*pLine) : &gEmptyBorder; in SetBorder()
998 if( pLine != &gEmptyBorder ) in ClearBorderLayout()

Completed in 20 milliseconds