Lines Matching refs:maValue

1278 					if( property->maValue >>= eWritingMode )  in ContextFilter()
1308 if( (property->maValue >>= aStr) && 0 == aStr.getLength() ) in ContextFilter()
1343 if( !property->maValue.hasValue() ) in ContextFilter()
1351 if( (property->maValue >>= nValue) && (nValue < 0) ) in ContextFilter()
1359 if( (property->maValue >>= bProtected) && !bProtected ) in ContextFilter()
1366 if( (property->maValue >>= bProtected) && !bProtected ) in ContextFilter()
1395 if( (pOLEIsInternal->maValue >>= bInternal) && !bInternal ) in ContextFilter()
1406 pOLEVisAreaLeft->maValue <<= aRect; in ContextFilter()
1411 pOLEVisAreaTop->maValue <<= aRect; in ContextFilter()
1416 pOLEVisAreaWidth->maValue <<= aRect; in ContextFilter()
1421 pOLEVisAreaHeight->maValue <<= aRect; in ContextFilter()
1443 if( (pTextAnimationKind->maValue >>= eKind) && eKind != drawing::TextAnimationKind_BLINK ) in ContextFilter()
1456 if( ( pRepeatOffsetX->maValue >>= nOffset ) && ( nOffset == 0 ) ) in ContextFilter()
1467 if(pFontWorkStyle->maValue >>= nStyle) in ContextFilter()
1503 pCaptionIsEscRel->maValue >>= bIsRel; in ContextFilter()
1559 uno::Reference< container::XIndexReplace > xNumRule( rProperty.maValue, uno::UNO_QUERY ); in handleElementItem()
1640 (((*property).maValue >>= nTransitionType) && (nTransitionType == 0)) ) in ContextFilter()
1648 (((*property).maValue >>= nTransitionSubtype) && (nTransitionSubtype == 0)) ) in ContextFilter()
1657 (((*property).maValue >>= bDirection) && bDirection) ) in ContextFilter()
1670 if( ((*property).maValue >>= aEnum) && aEnum == presentation::AnimationSpeed_MEDIUM ) in ContextFilter()
1681 (*property).maValue >>= bVisible; in ContextFilter()
1694 (*property).maValue >>= aValue; in ContextFilter()
1716 pDateTimeUpdate->maValue >>= bIsFixed; in ContextFilter()
1724 if( ( pRepeatOffsetX->maValue >>= nOffset ) && ( nOffset == 0 ) ) in ContextFilter()
1733 pTransType->maValue >>= nChange; in ContextFilter()
1759 if( (rProperty.maValue >>= aSoundURL) && aSoundURL.getLength() != 0 ) in handleElementItem()