Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/text/
H A Dtxtexppr.cxx382 XMLPropertyState* pRightBorderWidthState = NULL; in ContextFilter() local
507 case CTF_RIGHTBORDERWIDTH: pRightBorderWidthState = propertie; break; in ContextFilter()
694 …if( pLeftBorderWidthState && pRightBorderWidthState && pTopBorderWidthState && pBottomBorderWidthS… in ContextFilter()
699 pRightBorderWidthState->maValue >>= aRight; in ContextFilter()
711 pRightBorderWidthState->mnIndex = -1; in ContextFilter()
712 pRightBorderWidthState->maValue.clear(); in ContextFilter()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyle.cxx212 XMLPropertyState* pRightBorderWidthState = NULL; in ContextFilter() local
256 case CTF_SC_RIGHTBORDERWIDTH: pRightBorderWidthState = propertie; break; in ContextFilter()
353 …if( pLeftBorderWidthState && pRightBorderWidthState && pTopBorderWidthState && pBottomBorderWidthS… in ContextFilter()
358 pRightBorderWidthState->maValue >>= aRight; in ContextFilter()
369 pRightBorderWidthState->mnIndex = -1; in ContextFilter()
370 pRightBorderWidthState->maValue.clear(); in ContextFilter()

Completed in 26 milliseconds