Lines Matching refs:maValue

60 	pState->maValue.clear();  in lcl_RemoveState()
66 if( (pState->maValue >>= nValue) && !nValue ) in lcl_RemoveStateIfZero16()
149 pPMBorderTop->maValue >>= aLineTop; in ContextFilter()
150 pPMBorderBottom->maValue >>= aLineBottom; in ContextFilter()
151 pPMBorderLeft->maValue >>= aLineLeft; in ContextFilter()
152 pPMBorderRight->maValue >>= aLineRight; in ContextFilter()
174 pPMBorderWidthTop->maValue >>= aLineTop; in ContextFilter()
175 pPMBorderWidthBottom->maValue >>= aLineBottom; in ContextFilter()
176 pPMBorderWidthLeft->maValue >>= aLineLeft; in ContextFilter()
177 pPMBorderWidthRight->maValue >>= aLineRight; in ContextFilter()
201 pPMPaddingTop->maValue >>= nTop; in ContextFilter()
202 pPMPaddingBottom->maValue >>= nBottom; in ContextFilter()
203 pPMPaddingLeft->maValue >>= nLeft; in ContextFilter()
204 pPMPaddingRight->maValue >>= nRight; in ContextFilter()
282 pPos = &rPos.maValue; in handleElementItem()
288 pFilter = &rFilter.maValue; in handleElementItem()
291 pThis->aBackgroundImageExport.exportXML( rProperty.maValue, pPos, pFilter, NULL, in handleElementItem()
297 pThis->aTextColumnsExport.exportXML( rProperty.maValue ); in handleElementItem()
407 if( pPMStandardMode && !getBOOL(pPMStandardMode->maValue) ) in ContextFilter()
423 …HeaderHeight && (!pPMHeaderDynamic || (pPMHeaderDynamic && getBOOL( pPMHeaderDynamic->maValue ))) ) in ContextFilter()
425 if( pPMHeaderMinHeight && pPMHeaderDynamic && !getBOOL( pPMHeaderDynamic->maValue ) ) in ContextFilter()
430 …FooterHeight && (!pPMFooterDynamic || (pPMFooterDynamic && getBOOL( pPMFooterDynamic->maValue ))) ) in ContextFilter()
432 if( pPMFooterMinHeight && pPMFooterDynamic && !getBOOL( pPMFooterDynamic->maValue ) ) in ContextFilter()