Lines Matching refs:xProp

340 	XPropertySetRef xProp = (XPropertySet*)xCursor->queryInterface(XPropertySet::getSmartUik());  in lcl_SetText()  local
357 if (xProp.is()) in lcl_SetText()
358 xProp->setPropertyValue(L"Bold", UsrAny((BOOL)TRUE)); in lcl_SetText()
537 XPropertySetRef xProp = (XPropertySet*) in lcl_Cursor() local
539 if ( xProp ) in lcl_Cursor()
543 aAny = xProp->getPropertyValue(L"ShadowFormat"); in lcl_Cursor()
554 xProp->setPropertyValue(L"ShadowFormat", aAny); in lcl_Cursor()
557 aAny = xProp->getPropertyValue(L"RotationValue"); in lcl_Cursor()
559 xProp->setPropertyValue(L"RotationValue", aAny); in lcl_Cursor()
561 aAny = xProp->getPropertyValue(L"FontHeight"); in lcl_Cursor()
563 xProp->setPropertyValue(L"FontHeight", aAny); in lcl_Cursor()
565 aAny = xProp->getPropertyValue(L"TransparentBackground"); in lcl_Cursor()
567 xProp->setPropertyValue(L"TransparentBackground", aAny); in lcl_Cursor()
569 aAny = xProp->getPropertyValue(L"BackgroundColor"); in lcl_Cursor()
571 xProp->setPropertyValue(L"BackgroundColor", aAny); in lcl_Cursor()
573 aAny = xProp->getPropertyValue(L"CellProtection"); in lcl_Cursor()
584 xProp->setPropertyValue(L"CellProtection", aAny); in lcl_Cursor()
752 XPropertySetRef xProp = (XPropertySet*)xRange->queryInterface(XPropertySet::getSmartUik()); in lcl_Names() local
753 if (!xProp) return; in lcl_Names()
754 UsrAny aAny = xProp->getPropertyValue(L"RotationValue"); in lcl_Names()
756 xProp->setPropertyValue(L"RotationValue", aAny); in lcl_Names()
1378 XPropertySetRef xProp = (XPropertySet*)xCursor->queryInterface(XPropertySet::getSmartUik()); in lcl_CellAttrib() local
1380 if (!xPos || !xProp || !xPar) return; in lcl_CellAttrib()
1386 UsrAny aAny = xProp->getPropertyValue(L"FontHeight"); in lcl_CellAttrib()
1389 xProp->setPropertyValue(L"FontHeight", aAny); in lcl_CellAttrib()
1394 xProp->setPropertyValue(L"Bold", UsrAny((BOOL)TRUE)); in lcl_CellAttrib()
1400 xProp->setPropertyValue(L"Italic", UsrAny((BOOL)TRUE)); in lcl_CellAttrib()
1401 xProp->setPropertyValue(L"Underlined", UsrAny((BOOL)TRUE)); in lcl_CellAttrib()
1424 XPropertySetRef xProp = (XPropertySet*)xNew->queryInterface(XPropertySet::getSmartUik()); in lcl_Styles() local
1425 if (!xProp) return; in lcl_Styles()
1428 aAny = xProp->getPropertyValue(L"TransparentBackground"); in lcl_Styles()
1430 xProp->setPropertyValue(L"TransparentBackground", aAny); in lcl_Styles()
1431 aAny = xProp->getPropertyValue(L"BackgroundColor"); in lcl_Styles()
1433 xProp->setPropertyValue(L"BackgroundColor", aAny); in lcl_Styles()
1450 XPropertySetRef xProp = (XPropertySet*)xStyle->queryInterface(XPropertySet::getSmartUik()); in lcl_PageStyle() local
1451 if (!xProp) return; in lcl_PageStyle()
1454 aAny = xProp->getPropertyValue(L"RightPageHeaderContent"); in lcl_PageStyle()
1472 xProp->setPropertyValue(L"RightPageHeaderContent", aAny); in lcl_PageStyle()
1492 XPropertySetRef xProp = (XPropertySet*)xFormat->queryInterface(XPropertySet::getSmartUik()); in lcl_AutoForm() local
1493 if (!xProp) return; in lcl_AutoForm()
1495 BOOL bVal = TypeConversion::toBOOL(xProp->getPropertyValue(L"IncludeBackground")); in lcl_AutoForm()
1496 xProp->setPropertyValue(L"IncludeBackground", UsrAny(BOOL(!bVal))); in lcl_AutoForm()
1555 XPropertySetRef xProp = (XPropertySet*)xRange->queryInterface(XPropertySet::getSmartUik()); in lcl_Pivot() local
1556 if (!xProp) return; in lcl_Pivot()
1557 xProp->setPropertyValue(L"TransparentBackground", UsrAny(BOOL(FALSE))); in lcl_Pivot()
1558 xProp->setPropertyValue(L"BackgroundColor", UsrAny((UINT32)0x00FF00)); in lcl_Pivot()
1776 XPropertySetRef xProp = (XPropertySet*)xField-> in IMPL_LINK()
1778 if ( xProp ) in IMPL_LINK()
1780 xProp->setPropertyValue(L"URL", in IMPL_LINK()
1782 xProp->setPropertyValue(L"Representation", in IMPL_LINK()
1801 XPropertySetRef xProp = (XPropertySet*)xInt-> in IMPL_LINK() local
1803 if ( xProp ) in IMPL_LINK()
1808 xProp->getPropertyValue(L"URL") ), in IMPL_LINK()
1940 XPropertySetRef xProp = (XPropertySet*)xSelInt->queryInterface(XPropertySet::getSmartUik()); in IMPL_LINK()
1941 if ( xProp ) in IMPL_LINK()
1945 aAny = xProp->getPropertyValue(L"TransparentBackground"); in IMPL_LINK()
1947 xProp->setPropertyValue(L"TransparentBackground", aAny); in IMPL_LINK()
1949 aAny = xProp->getPropertyValue(L"BackgroundColor"); in IMPL_LINK()
1951 xProp->setPropertyValue(L"BackgroundColor", aAny); in IMPL_LINK()