Home
last modified time | relevance | path

Searched refs:xPrSet (Results 1 – 11 of 11) sorted by relevance

/trunk/main/cui/source/options/
H A Doptasian.cxx82 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()
/trunk/main/sw/source/ui/utlui/
H A Dunotools.cxx156 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()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx390 uno::Reference< beans::XPropertySet > xPrSet; in _CreateShape() local
392 xPrSet = new SwXGroupShape( xCreate ); in _CreateShape()
394 xPrSet = new SwXShape( xCreate ); in _CreateShape()
395 xRet = uno::Reference< drawing::XShape >(xPrSet, uno::UNO_QUERY); in _CreateShape()
1120 uno::Reference< beans::XPropertySet > xPrSet = in getPropertySetInfo() local
1440 uno::Reference< beans::XPropertySet > xPrSet; in setPropertyValue() local
1461 xPrSet->setPropertyValue(rPropertyName, aValue); in setPropertyValue()
1464 xPrSet->setPropertyValue(rPropertyName, aValue); in setPropertyValue()
1729 uno::Reference< beans::XPropertySet > xPrSet; in _getPropAtAggrObj() local
1737 xPrSet = *(uno::Reference< beans::XPropertySet >*)aPSet.getValue(); in _getPropAtAggrObj()
[all …]
H A Dunotext.cxx2293 const uno::Reference< beans::XPropertySet > xPrSet = pTextTable; in convertToTable() local
2306 xPrSet->setPropertyValue( pTableProperties[nProperty].Name, in convertToTable()
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx359 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()
/trunk/main/sw/source/ui/dbui/
H A Dselectdbtabledialog.cxx169 Reference<XPropertySet> xPrSet(xSource, UNO_QUERY); in IMPL_LINK() local
170 xPrSet->getPropertyValue(C2U("Name")) >>= sDataSourceName; in IMPL_LINK()
H A Ddbmgr.cxx171 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()
/trunk/main/extensions/source/bibliography/
H A Dbibload.cxx264 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 Ddatman.cxx810 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()
/trunk/main/sw/source/ui/envelp/
H A Dlabelexp.cxx86 uno::Reference< beans::XPropertySet > xPrSet(xGroup, uno::UNO_QUERY); in InitFrameControl() local
87 uno::Any aTitle = xPrSet->getPropertyValue( uTitleName ); in InitFrameControl()
/trunk/main/unotools/source/config/
H A Dpathoptions.cxx315 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 107 milliseconds