Searched refs:xPrSet (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/cui/source/options/ |
H A D | optasian.cxx | 82 Reference< XPropertySet > xPrSet; member 204 pImpl->xPrSet->setPropertyValue(sPunct, aVal); in FillItemSet() 219 pImpl->xPrSet->setPropertyValue(sCompress, aVal); in FillItemSet() 262 pImpl->xPrSet = Reference<XPropertySet>( in Reset() 265 if( pImpl->xPrSet.is() ) in Reset() 266 pImpl->xPrSetInfo = pImpl->xPrSet->getPropertySetInfo(); in Reset() 274 Any aForbidden = pImpl->xPrSet->getPropertyValue(sForbidden); in Reset() 280 Any aVal = pImpl->xPrSet->getPropertyValue(sCompress); in Reset() 286 Any aVal = pImpl->xPrSet->getPropertyValue(sPunct); in Reset()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | unotools.cxx | 156 uno::Reference< beans::XPropertySet > xPrSet(xInst, uno::UNO_QUERY); in CreateControl() local 177 xPrSet->setPropertyValue( C2U("LoaderArguments"), aArgs ); in CreateControl() 180 xPrSet->setPropertyValue(C2U("ComponentURL"), aURL); in CreateControl() 210 uno::Reference< beans::XPropertySet > xPrSet(_xControl, uno::UNO_QUERY); in IMPL_LINK() local 211 uno::Any aFrame = xPrSet->getPropertyValue(C2U("Frame")); in IMPL_LINK()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unodraw.cxx | 392 uno::Reference< beans::XPropertySet > xPrSet; in _CreateShape() local 394 xPrSet = new SwXGroupShape( xCreate ); in _CreateShape() 396 xPrSet = new SwXShape( xCreate ); in _CreateShape() 397 xRet = uno::Reference< drawing::XShape >(xPrSet, uno::UNO_QUERY); in _CreateShape() 1122 uno::Reference< beans::XPropertySet > xPrSet = in getPropertySetInfo() local 1442 uno::Reference< beans::XPropertySet > xPrSet; in setPropertyValue() local 1463 xPrSet->setPropertyValue(rPropertyName, aValue); in setPropertyValue() 1466 xPrSet->setPropertyValue(rPropertyName, aValue); in setPropertyValue() 1731 uno::Reference< beans::XPropertySet > xPrSet; in _getPropAtAggrObj() local 1739 xPrSet = *(uno::Reference< beans::XPropertySet >*)aPSet.getValue(); in _getPropAtAggrObj() [all …]
|
H A D | unotext.cxx | 2289 const uno::Reference< beans::XPropertySet > xPrSet = pTextTable; in convertToTable() local 2302 xPrSet->setPropertyValue( pTableProperties[nProperty].Name, in convertToTable()
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | selectdbtabledialog.cxx | 169 Reference<XPropertySet> xPrSet(xSource, UNO_QUERY); in IMPL_LINK() local 170 xPrSet->getPropertyValue(C2U("Name")) >>= sDataSourceName; in IMPL_LINK()
|
H A D | dbmgr.cxx | 171 uno::Reference<XPropertySet> xPrSet(xResultSet, UNO_QUERY); in lcl_getCountFromResultSet() local 172 if(xPrSet.is()) in lcl_getCountFromResultSet() 177 Any aFinal = xPrSet->getPropertyValue(C2U("IsRowCountFinal")); in lcl_getCountFromResultSet() 184 Any aCount = xPrSet->getPropertyValue(C2U("RowCount")); in lcl_getCountFromResultSet()
|
/aoo41x/main/svx/source/dialog/ |
H A D | rubydialog.cxx | 359 Reference<XPropertySet> xPrSet(xStyle, UNO_QUERY); in Activate() local 361 if(xPrSet.is()) in Activate() 363 Reference<XPropertySetInfo> xInfo = xPrSet->getPropertySetInfo(); in Activate() 366 Any aName = xPrSet->getPropertyValue(sUIName); in Activate()
|
/aoo41x/main/extensions/source/bibliography/ |
H A D | bibload.cxx | 264 Reference<XPropertySet> xPrSet(rFrame, UNO_QUERY); in load() local 265 if(xPrSet.is()) in load() 269 xPrSet->setPropertyValue(C2U("Title"), aTitle); in load()
|
H A D | datman.cxx | 810 Reference< XPropertySet > xPrSet( m_xForm, UNO_QUERY ); in ~BibDataManager() local 815 xPrSet->getPropertyValue(C2U("ActiveConnection")) >>= xConnection; in ~BibDataManager() 1815 Reference< XPropertySet > xPrSet( m_xForm, UNO_QUERY ); in HasActiveConnection() local 1816 if( xPrSet.is() ) in HasActiveConnection() 1819 xPrSet->getPropertyValue(C2U("ActiveConnection")) >>= xConnection; in HasActiveConnection()
|
/aoo41x/main/sw/source/ui/envelp/ |
H A D | labelexp.cxx | 86 uno::Reference< beans::XPropertySet > xPrSet(xGroup, uno::UNO_QUERY); in InitFrameControl() local 87 uno::Any aTitle = xPrSet->getPropertyValue( uTitleName ); in InitFrameControl()
|
/aoo41x/main/unotools/source/config/ |
H A D | pathoptions.cxx | 315 Reference<XPropertySet> xPrSet(m_xPathSettings, UNO_QUERY); in IsPathReadonly() local 316 if(xPrSet.is()) in IsPathReadonly() 318 Reference<XPropertySetInfo> xInfo = xPrSet->getPropertySetInfo(); in IsPathReadonly()
|
Completed in 122 milliseconds