Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/style/
H A DPageMasterExportPropMapper.cxx148 table::BorderLine aLineTop, aLineBottom, aLineLeft, aLineRight; in ContextFilter() local
151 pPMBorderBottom->maValue >>= aLineBottom; in ContextFilter()
155 if( (aLineTop == aLineBottom) && (aLineBottom == aLineLeft) && (aLineLeft == aLineRight) ) in ContextFilter()
173 table::BorderLine aLineTop, aLineBottom, aLineLeft, aLineRight; in ContextFilter() local
176 pPMBorderWidthBottom->maValue >>= aLineBottom; in ContextFilter()
180 if( lcl_HasSameLineWidth( aLineTop, aLineBottom ) && in ContextFilter()
181 lcl_HasSameLineWidth( aLineBottom, aLineLeft ) && in ContextFilter()

Completed in 11 milliseconds