Lines Matching refs:xPropState
1345 Reference< beans::XPropertyState > xPropState( xProps, UNO_QUERY ); in exportDialogModel() local
1346 OSL_ENSURE( xPropState.is(), "no XPropertyState!" ); in exportDialogModel()
1347 if (! xPropState.is()) in exportDialogModel()
1363 xProps, xPropState, in exportDialogModel()
1369 xProps, xPropState, in exportDialogModel()
1382 xProps, xPropState, in exportDialogModel()
1390 xProps, xPropState, in exportDialogModel()
1398 xProps, xPropState, in exportDialogModel()
1406 xProps, xPropState, in exportDialogModel()
1414 xProps, xPropState, in exportDialogModel()
1422 xProps, xPropState, in exportDialogModel()
1430 xProps, xPropState, in exportDialogModel()
1439 xProps, xPropState, in exportDialogModel()
1447 xProps, xPropState, in exportDialogModel()
1455 xProps, xPropState, in exportDialogModel()
1463 xProps, xPropState, in exportDialogModel()
1471 xProps, xPropState, in exportDialogModel()
1479 xProps, xPropState, in exportDialogModel()
1487 xProps, xPropState, in exportDialogModel()
1495 xProps, xPropState, in exportDialogModel()
1503 xProps, xPropState, in exportDialogModel()
1511 xProps, xPropState, in exportDialogModel()
1519 xProps, xPropState, in exportDialogModel()
1527 xProps, xPropState, in exportDialogModel()
1535 xProps, xPropState, in exportDialogModel()
1566 Reference< beans::XPropertyState > xPropState( xProps, UNO_QUERY ); in exportDialogModel() local
1567 OSL_ASSERT( xPropState.is() ); in exportDialogModel()
1570 ElementDescriptor * pWindow = new ElementDescriptor( xProps, xPropState, aWindowName ); in exportDialogModel()