Searched refs:gEmptyBorder (Results 1 – 1 of 1) sorted by relevance
62 static SvxBorderLine gEmptyBorder; variable229 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 13 milliseconds