Lines Matching refs:xPropState

1376         Reference< beans::XPropertyState > xPropState( xProps, UNO_QUERY );  in exportDialogModel()  local
1377 OSL_ENSURE( xPropState.is(), "no XPropertyState!" ); in exportDialogModel()
1378 if (! xPropState.is()) in exportDialogModel()
1394 xProps, xPropState, in exportDialogModel()
1400 xProps, xPropState, in exportDialogModel()
1413 xProps, xPropState, in exportDialogModel()
1421 xProps, xPropState, in exportDialogModel()
1429 xProps, xPropState, in exportDialogModel()
1437 xProps, xPropState, in exportDialogModel()
1445 xProps, xPropState, in exportDialogModel()
1453 xProps, xPropState, in exportDialogModel()
1461 xProps, xPropState, in exportDialogModel()
1470 xProps, xPropState, in exportDialogModel()
1478 xProps, xPropState, in exportDialogModel()
1486 xProps, xPropState, in exportDialogModel()
1494 xProps, xPropState, in exportDialogModel()
1502 xProps, xPropState, in exportDialogModel()
1510 xProps, xPropState, in exportDialogModel()
1518 xProps, xPropState, in exportDialogModel()
1526 xProps, xPropState, in exportDialogModel()
1534 xProps, xPropState, in exportDialogModel()
1542 xProps, xPropState, in exportDialogModel()
1550 xProps, xPropState, in exportDialogModel()
1558 xProps, xPropState, in exportDialogModel()
1566 xProps, xPropState, in exportDialogModel()
1597 Reference< beans::XPropertyState > xPropState( xProps, UNO_QUERY ); in exportDialogModel() local
1598 OSL_ASSERT( xPropState.is() ); in exportDialogModel()
1601 ElementDescriptor * pWindow = new ElementDescriptor( xProps, xPropState, aWindowName ); in exportDialogModel()