Home
last modified time | relevance | path

Searched refs:xSet (Results 176 – 192 of 192) sorted by relevance

12345678

/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1956 Reference< XAnimateSet > xSet( xNode, UNO_QUERY ); in importAnimateSetContainer() local
1958 …DBG_ASSERT( pAtom && pAtom->getType() == DFF_msofbtAnimateSet && xSet.is(), "invalid call to ppt::… in importAnimateSetContainer()
1959 if( pAtom && xSet.is() ) in importAnimateSetContainer()
1988 xSet->setTo( aTo ); in importAnimateSetContainer()
/trunk/main/svx/source/table/
H A Daccessibletableshape.cxx347 Reference< XPropertySet > xSet( mxShape, UNO_QUERY_THROW ); in Init() local
348 Reference< XTable > xTable( xSet->getPropertyValue(C2U("Model")), UNO_QUERY_THROW ); in Init()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java676 XPropertySet xSet = (XPropertySet) UnoRuntime.queryInterface( in ParagraphExample() local
679 xSet.setPropertyValue ( "ParaAdjust", in ParagraphExample()
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx245 com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet > xSet( in Call_Impl() local
249 if ( xSet.is() ) in Call_Impl()
251 …com::sun::star::uno::Any aProp = xSet->getPropertyValue(::rtl::OUString::createFromAscii("Dispatch… in Call_Impl()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1311 Reference< XPropertySet > xSet( xShape, UNO_QUERY_THROW ); in hasVisibleShape() local
1314 xSet->getPropertyValue( sFillStyle ) >>= eFillStyle; in hasVisibleShape()
1317 xSet->getPropertyValue( sLineStyle ) >>= eLineStyle; in hasVisibleShape()
/trunk/main/forms/source/component/
H A DFormComponent.cxx2479 Reference<XPropertySet> xSet( m_xCursor, UNO_QUERY ); in reset() local
2480 if ( xSet.is() ) in reset()
2484 xSet->getPropertyValue( PROPERTY_ISNEW ) >>= bIsNewRecord; in reset()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.cxx861 uno::Reference< ucb::XDynamicResultSet > xSet in open() local
863 aRet <<= xSet; in open()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx216 Reference<XPropertySet> xSet(m_aUpdateTable,UNO_QUERY); in DBG_NAME() local
217 … const Reference<XNameAccess> xPrimaryKeyColumns = dbtools::getPrimaryKeyColumns_throw(xSet); in DBG_NAME()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx347 uno::Reference< ucb::XDynamicResultSet > xSet in execute() local
349 aRet <<= xSet; in execute()
/trunk/main/cui/source/options/
H A Doptgdlg.cxx168 Reference< XSet > xSet( xFactory, UNO_QUERY ); in lcl_HasSystemFilePicker() local
170 if ( ! xEnumAccess.is() || ! xSet.is() ) in lcl_HasSystemFilePicker()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx727 uno::Reference < beans::XPropertySet > xSet( GetModel(), uno::UNO_QUERY ); in DoLoad() local
732 xSet->setPropertyValue( sLockUpdates, makeAny( (sal_Bool) sal_True ) ); in DoLoad()
743 xSet->setPropertyValue( sLockUpdates, makeAny( (sal_Bool) sal_False ) ); in DoLoad()
H A Ddocfile.cxx2092 uno::Reference < beans::XPropertySet > xSet( pImp->xStorage, uno::UNO_QUERY ); in Transfer_Impl() local
2093 xSet->setPropertyValue( String::CreateFromAscii("SegmentSize"), aAny ); in Transfer_Impl()
H A Dsfxbasemodel.cxx884 uno::Reference < beans::XPropertySet > xSet( in getDocumentInfo() local
886 uno::Any aMediaType = xSet->getPropertyValue( aName ); in getDocumentInfo()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1511 ::css::uno::Reference< ::css::accessibility::XAccessibleRelationSet > xSet = pRelationSetHelper; in retrieveParagraphRelationSet()
1531 return xSet; in retrieveParagraphRelationSet()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx343 Reference< XPropertySet > xSet( xParagraph, UNO_QUERY_THROW ); in getNumberOfSubitems() local
344 xSet->getPropertyValue( aStrLocaleName ) >>= aLocale; in getNumberOfSubitems()
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx1530 Reference < XPropertySet > xSet( xTextField, UNO_QUERY ); in collectTextAutoStylesOptimized() local
1532 Any a = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("TextRange") ); in collectTextAutoStylesOptimized()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1221 …uno::Reference< report::XReportDefinition> xSet(cloneObject(xSource,m_aProps->m_xFactory,SERVICE_R… in createClone() local
1222 return xSet.get(); in createClone()

Completed in 228 milliseconds

12345678