Lines Matching refs:maValue
61 pState->maValue.clear(); in lcl_RemoveState()
67 if( (pState->maValue >>= nValue) && !nValue ) in lcl_RemoveStateIfZero16()
150 pPMBorderTop->maValue >>= aLineTop; in ContextFilter()
151 pPMBorderBottom->maValue >>= aLineBottom; in ContextFilter()
152 pPMBorderLeft->maValue >>= aLineLeft; in ContextFilter()
153 pPMBorderRight->maValue >>= aLineRight; in ContextFilter()
175 pPMBorderWidthTop->maValue >>= aLineTop; in ContextFilter()
176 pPMBorderWidthBottom->maValue >>= aLineBottom; in ContextFilter()
177 pPMBorderWidthLeft->maValue >>= aLineLeft; in ContextFilter()
178 pPMBorderWidthRight->maValue >>= aLineRight; in ContextFilter()
202 pPMPaddingTop->maValue >>= nTop; in ContextFilter()
203 pPMPaddingBottom->maValue >>= nBottom; in ContextFilter()
204 pPMPaddingLeft->maValue >>= nLeft; in ContextFilter()
205 pPMPaddingRight->maValue >>= nRight; in ContextFilter()
283 pPos = &rPos.maValue; in handleElementItem()
289 pFilter = &rFilter.maValue; in handleElementItem()
292 pThis->aBackgroundImageExport.exportXML( rProperty.maValue, pPos, pFilter, NULL, in handleElementItem()
298 pThis->aTextColumnsExport.exportXML( rProperty.maValue ); in handleElementItem()
457 if( (pProp->maValue >>= aStr) && 0 == aStr.getLength() ) in ContextFilter()
481 if((pRepeatOffsetX->maValue >>= nOffset) && (!nOffset)) in ContextFilter()
496 if((pHeaderRepeatOffsetX->maValue >>= nOffset) && (!nOffset)) in ContextFilter()
511 if((pFooterRepeatOffsetX->maValue >>= nOffset) && (!nOffset)) in ContextFilter()
521 if( pPMStandardMode && !getBOOL(pPMStandardMode->maValue) ) in ContextFilter()
537 …HeaderHeight && (!pPMHeaderDynamic || (pPMHeaderDynamic && getBOOL( pPMHeaderDynamic->maValue ))) ) in ContextFilter()
539 if( pPMHeaderMinHeight && pPMHeaderDynamic && !getBOOL( pPMHeaderDynamic->maValue ) ) in ContextFilter()
544 …FooterHeight && (!pPMFooterDynamic || (pPMFooterDynamic && getBOOL( pPMFooterDynamic->maValue ))) ) in ContextFilter()
546 if( pPMFooterMinHeight && pPMFooterDynamic && !getBOOL( pPMFooterDynamic->maValue ) ) in ContextFilter()