Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/text/
H A Dtxtexppr.cxx403 XMLPropertyState* pHeightMinAbsState = NULL; in ContextFilter() local
519 case CTF_FRAMEHEIGHT_MIN_ABS: pHeightMinAbsState = propertie; break; in ContextFilter()
777 if( pHeightMinAbsState ) in ContextFilter()
784 pHeightMinAbsState->mnIndex = -1; in ContextFilter()
789 pHeightMinAbsState->maValue <<= static_cast<sal_Int32>( 0 ); in ContextFilter()
793 if( pHeightAbsState && pHeightMinAbsState && in ContextFilter()
794 -1 != pHeightMinAbsState->mnIndex ) in ContextFilter()

Completed in 9 milliseconds