Home
last modified time | relevance | path

Searched refs:xProps (Results 176 – 196 of 196) sorted by relevance

12345678

/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1800 uno::Reference< beans::XPropertySet > xProps( xStorage, uno::UNO_QUERY_THROW ); in LoadStylesFromFile() local
1802 xProps->getPropertyValue( aMediaTypePropName ); in LoadStylesFromFile()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx143 uno::Reference< beans::XPropertySet> xProps(pData->xShape, uno::UNO_QUERY); in LessThanSheet() local
144 if (xProps.is()) in LessThanSheet()
146 uno::Any aPropAny = xProps->getPropertyValue(msLayerId); in LessThanSheet()
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx1057 …uno::Reference< beans::XPropertySet > xProps( ::comphelper::getProcessServiceFactory(), uno::UNO_Q… in lcl_GetMacroExpander() local
1058xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ))) >>= xCo… in lcl_GetMacroExpander()
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx1743 uno::Reference< beans::XPropertySet > const xProps( in globalTransfer() local
1746 xCtx.set( xProps->getPropertyValue( in globalTransfer()
/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx875 … uno::Reference< beans::XPropertySet > xProps(mrxShape, uno::UNO_QUERY_THROW); in StartElement() local
876 …uno::Any aObjectTransform = xProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Tr… in StartElement()
/trunk/main/sfx2/source/doc/
H A DDocumentMetadataAccess.cxx1400 uno::Reference< beans::XPropertySet > xProps(xStorage, in storeMetadataToMedium() local
1404 xProps->setPropertyValue( in storeMetadataToMedium()
H A DSfxDocumentMetaData.cxx2107 css::uno::Reference< css::beans::XPropertySet > xProps(xStorage, in storeToMedium() local
2109 xProps->setPropertyValue( in storeToMedium()
/trunk/main/toolkit/doc/layout/
H A Doldnotes.txt210 Reference< beans::XPropertySet > xProps(
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx2887 uno::Reference< beans::XPropertySet > xProps( pPage->getUnoPage(), uno::UNO_QUERY ); in getByName() local
2888 if( xProps.is() ) in getByName()
2889 aAny <<= xProps; in getByName()
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx598 uno::Reference< beans::XPropertySet > xProps( xNewStream, uno::UNO_QUERY_THROW ); in InsertEmbeddedObject() local
599 xProps->setPropertyValue( in InsertEmbeddedObject()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx1518 uno::Reference< beans::XPropertySet > xProps( xShape, uno::UNO_QUERY_THROW ); in PushShapeContext() local
1519 xProps->setPropertyValue( in PushShapeContext()
1522 xProps->setPropertyValue( in PushShapeContext()
/trunk/main/cui/source/customize/
H A Dcfg.cxx919 uno::Reference< beans::XPropertySet > xProps( in SaveInData() local
922 xProps->getPropertyValue( in SaveInData()
4303 uno::Reference< beans::XPropertySet > xProps( in ApplyToolbar() local
4308 xProps->setPropertyValue( in ApplyToolbar()
/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx1233 Reference< XPropertySet > xProps( getServiceFactory(), UNO_QUERY ); in CreatePopupMenuController() local
1235 xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ))) >>= in CreatePopupMenuController()
/trunk/main/framework/source/fwe/classes/
H A Daddonsoptions.cxx493 …Reference< com::sun::star::beans::XPropertySet > xProps( ::comphelper::getProcessServiceFactory(),… in AddonsOptions_Impl() local
494xProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ))) >>= x… in AddonsOptions_Impl()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx943 Reference< XPropertySet > xProps( ::comphelper::getProcessServiceFactory(), UNO_QUERY ); in ActivateLastSelection() local
944 xProps->getPropertyValue( in ActivateLastSelection()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx2767 Reference < XPropertySet > xProps( xText->createTextCursorByRange( xRange ), UNO_QUERY ); in SetPageStyleHeaderOff() local
2769 if ( xProps->getPropertyValue( DEFINE_CONST_OUSTRING("PageStyleName") ) >>= sStyleName ) in SetPageStyleHeaderOff()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx3755 uno::Reference <beans::XPropertySet> xProps (GetModel(), uno::UNO_QUERY); in WriteTableSource() local
3756 if (xProps.is()) in WriteTableSource()
3758 …uno::Reference <container::XIndexAccess> xIndex(xProps->getPropertyValue(rtl::OUString(RTL_CONSTAS… in WriteTableSource()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx4051 uno::Reference< beans::XPropertySet> xProps( rMsf, uno::UNO_QUERY); in OCX_UserForm() local
4052 if ( xProps.is() ) in OCX_UserForm()
4054 xProps->getPropertyValue(C2S("DefaultContext")) >>= mxCtx; in OCX_UserForm()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx1687 Reference< beans::XPropertySet > xProps( mrExport.GetModel(), uno::UNO_QUERY_THROW ); in exportTable() local
1688 …if ( ( xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "DisableDataTableDialog" )… in exportTable()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx365 uno::Reference<beans::XPropertySet> xProps; in SV_IMPL_PTRARR() local
369 xProps = uno::Reference<beans::XPropertySet>(xModelComp, in SV_IMPL_PTRARR()
/trunk/main/starmath/source/
H A Dview.cxx1510 uno::Reference < beans::XPropertySet > xProps( xStorage, uno::UNO_QUERY ); in Execute() local

Completed in 272 milliseconds

12345678